Please consider reading this document before submitting bug reports. Some of these issues will be addresed by the next versions of the tool.
public synchronized void addFigureChangeListener(FigureChangeListener l) {
fListener = FigureChangeEventMulticaster.add(listener(), l);
}
If the user would like to prevent the exclusion of such methods, a manual check of the excluded methods is required.
An implementation for this filter to be considered for a future version of the tool would rather check only for
implementations like:
public synchronized void addFigureChangeListener(FigureChangeListener l) {
fListener = l;
}