matthiasblaesing commented on PR #5653:
URL: https://github.com/apache/netbeans/pull/5653#issuecomment-1513574214
Locally I run directly against "improved" warnings:
```
-do-compile:
[nb-javac] Compiling 122 source files to
/home/matthias/src/netbeans/platform/api.search/build/classes
[nb-javac] Ignoring source, target and bootclasspath as release has been set
[repeat]
/home/matthias/src/netbeans/platform/api.search/src/org/netbeans/spi/search/provider/SearchProvider.java:146:
Warnung: [this-escape] possible 'this' escape before subclass is fully
initialized
[repeat] private final ChangeSupport changeSupport = new
ChangeSupport(this);
[repeat]
^
[repeat] Fehler: Warnungen gefunden und -Werror angegeben
[repeat] 1 Fehler
[repeat] 1 Warnung
[nbmerge] Failed to build target: all-api.search
```
I suspect, that we'll hit hit this often.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists