MediumOne / checkthread

Automatically exported from code.google.com/p/checkthread
0 stars 0 forks source link

Eclipse plugin clears too many problem markers #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Import attached archive
2. Build/auto build.  Note the errors and warnings in the problems pane.
3. Activate CheckThread

Results:
The new problems generated by CheckThread appear in the problems pane, all
of the old problems are gone.

I would expect all non-CheckThread problem markers to remain intact.

Original issue reported on code.google.com by Scubba...@gmail.com on 26 Mar 2009 at 12:19

Attachments:

GoogleCodeExporter commented 8 years ago
Yes - definitely a bug

Original comment by joe.jco...@gmail.com on 4 Apr 2009 at 7:29

GoogleCodeExporter commented 8 years ago
I have this fixed in my sandbox, and change this will go into the release of
CheckThread 1.0.9 (non-alpha version).

Fix description: Whenever we create an IMarker, cache it and only clear out 
markers
in that collection as opposed to clearing out all markers. Set the IMarker 
attribute
TRANSIENT to be true to ensure markers *do not* persist across Eclipse workspace
sessions. There is no need to persist the markers.

Original comment by joe.jco...@gmail.com on 18 Apr 2009 at 7:04

GoogleCodeExporter commented 8 years ago
Fixed in 1.0.9

Original comment by joe.jco...@gmail.com on 21 Apr 2009 at 1:52