Community
Participate
Working Groups
Tested with 8.0.1 and master as of 2012-12-21. 1. Open the Generate Getters and Setters dialog in multiple, different files 2. Run garbage collection 3. Run Eclipse Memory Analyser, look at the Dominator Tree There's a few instances of org.eclipse.cdt.internal.core.parser.scanner.LocationMap (among other objects) that are not being GC'd because GenerateGettersAndSettersInputPage is still in the preferenceChange listeners.
Created attachment 208761 [details] Generate-Getters-and-Setters memory leak patch
Fixed in 8.0.2 and master > 2012-12-22.