You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "matthiasblaesing (via GitHub)" <gi...@apache.org> on 2023/04/18 17:49:49 UTC

[GitHub] [netbeans] matthiasblaesing commented on pull request #5653: bump CI matrix from 20-ea to 21-ea.

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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists