Changes between Initial Version and Version 1 of Ticket #19793
- Timestamp:
- 2020-09-14T09:48:44+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19793 – Description
initial v1 1 I've noticed that a lot of memory leaks occur where source code contains eithe this regex pattern1 I've noticed that a lot of memory leaks occur where source code contains either this regex pattern 2 2 `[Mm]ain.*Listener\(new ` 3 3 This matches eg. … … 6 6 MainApplication.getLayerManager().addLayerChangeListener(new GpxLayerAddedListener()); 7 7 }}} 8 or pattern `[Mm]ain.*Listener\(.* \-\>`8 or the pattern `[Mm]ain.*Listener\(.* \-\>` 9 9 {{{ 10 10 #!java