Skip to content

Duplicated log entries in the Error log view #1245

@iloveeclipse

Description

@iloveeclipse

Originally (by mistake) reported as eclipse-pde/eclipse.pde#773.

Started latest 4.30.0.I20230927-1800 build, did pull from github and saw this duplicated session and duplicated entries:

image

The log file itself looks OK:

!SESSION 2023-09-28 09:31:42.466 -----------------------------------------------
eclipse.buildId=4.30.0.I20230927-1800
java.version=21
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments:  -data /data/4x_platform_workspace -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.pde.api.tools 1 0 2023-09-28 09:35:44.892
!MESSAGE Visible type org.eclipse.jdt.internal.ui.text.Chain has no API description

!ENTRY org.eclipse.pde.api.tools 1 0 2023-09-28 09:35:44.893
!MESSAGE Visible type org.eclipse.jdt.internal.ui.text.ChainType has no API description

!ENTRY org.eclipse.pde.api.tools 1 0 2023-09-28 09:35:44.894
!MESSAGE Visible type org.eclipse.jdt.internal.ui.text.ChainType has no API description

!ENTRY org.eclipse.pde.api.tools 1 0 2023-09-28 09:35:44.894
!MESSAGE Visible type org.eclipse.jdt.internal.ui.text.ChainType has no API description

!ENTRY org.eclipse.pde.api.tools 1 0 2023-09-28 09:35:44.894
!MESSAGE Visible type org.eclipse.jdt.internal.ui.text.ChainElement has no API description

!ENTRY org.eclipse.pde.api.tools 1 0 2023-09-28 09:35:44.894
!MESSAGE Visible type org.eclipse.jdt.internal.ui.text.ChainType has no API description

!ENTRY org.eclipse.pde.api.tools 1 0 2023-09-28 09:35:44.894
!MESSAGE Visible type org.eclipse.jdt.internal.ui.text.ChainType has no API description

!ENTRY org.eclipse.pde.api.tools 1 0 2023-09-28 09:35:44.900
!MESSAGE Visible type org.eclipse.jdt.internal.ui.text.correction.SerialVersionHashOperationDisplayCore has no API description

!ENTRY org.eclipse.pde.api.tools 1 0 2023-09-28 09:35:44.902
!MESSAGE Visible type org.eclipse.jdt.internal.ui.text.ChainType has no API description

!ENTRY org.eclipse.pde.api.tools 1 0 2023-09-28 09:35:51.699
!MESSAGE Visible type org.eclipse.jdt.internal.ui.text.correction.IProblemLocationCore has no API description

I've looked into the code, must be a "classic" MT issue, managing internal elements and groups looks like not properly synchronized, so we create & add two groups / add elements to wrong groups etc.

I will push a PR.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions