You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/11/21 22:22:28 UTC

[GitHub] [netbeans] pepness commented on issue #1644: [NETBEANS-3416] - cleanup non-generic EMPTY_LIST usage

pepness commented on issue #1644: [NETBEANS-3416] - cleanup non-generic EMPTY_LIST usage
URL: https://github.com/apache/netbeans/pull/1644#issuecomment-557299479
 
 
   There is an error in this PR:
   ```
   [repeat] /home/pepness/Apps/Development/github-forks/incubator-netbeans/profiler/profiler.oql/src/org/netbeans/modules/profiler/oql/engine/api/impl/Snapshot.java:202: error: incompatible types: bad type in conditional expression
      [repeat]                 return includeSubclasses ? popped.getSubClasses().iterator() : Collections.emptyList().iterator();
   ```
   This provoke an error in the building process.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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