Bug 28278 - TextMergeViewer leaks Color objects
Summary: TextMergeViewer leaks Color objects
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Platform-Compare-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2002-12-13 11:05 EST by Adam Kiezun CLA
Modified: 2002-12-18 11:16 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2002-12-13 11:05:58 EST
compare 2 text files
1 color is left behind {255, 255, 255} alocated in 
   	at org.eclipse.compare.contentmergeviewer.TextMergeViewer.getColor
(Unknown Source)
   	at org.eclipse.compare.contentmergeviewer.TextMergeViewer.updateColors
(Unknown Source)
   	at 
org.eclipse.compare.contentmergeviewer.TextMergeViewer.checkForColorUpdate
(Unknown Source)
   	at org.eclipse.compare.contentmergeviewer.TextMergeViewer.<init>
(Unknown Source)
   	at org.eclipse.compare.contentmergeviewer.TextMergeViewer.<init>
(Unknown Source)
   	at org.eclipse.compare.internal.TextMergeViewerCreator.createViewer
(Unknown Source)
Comment 1 Andre Weinand CLA 2002-12-16 06:26:20 EST
fixed and released for M4
Comment 2 Andre Weinand CLA 2002-12-17 11:53:20 EST
fix resulted in problem #28278
Had to remove fix temporarily
Comment 3 Adam Kiezun CLA 2002-12-17 12:01:10 EST
strange fixing bug 28278 resulted in bug 28278 ? :-)
Comment 4 Andre Weinand CLA 2002-12-18 10:50:15 EST
Oops, I meant bug 28388.
How many iterations did you need to find the cycle :-)
Fixed on 20021218
Comment 5 Adam Kiezun CLA 2002-12-18 11:16:17 EST
i just tried to mentally sort all 28388 bug reports topologically.
something didn't work so i figured it was not a DAG after all. it was easy from 
then. :-)