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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to