Changes between Initial Version and Version 1 of Ticket #19793


Ignore:
Timestamp:
2020-09-14T09:48:44+02:00 (4 years ago)
Author:
GerdP
Comment:

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 pattern
     1I've noticed that a lot of memory leaks occur where source code contains either this regex pattern
    22`[Mm]ain.*Listener\(new `
    33This matches eg.
     
    66  MainApplication.getLayerManager().addLayerChangeListener(new GpxLayerAddedListener());
    77}}}
    8 or pattern `[Mm]ain.*Listener\(.* \-\>`
     8or the pattern `[Mm]ain.*Listener\(.* \-\>`
    99{{{
    1010#!java