JaroslavTulach commented on a change in pull request #2069: Use current
platform for OpenJDK tests
URL: https://github.com/apache/netbeans/pull/2069#discussion_r405271170
##########
File path:
java/refactoring.java/src/org/netbeans/modules/refactoring/java/plugins/MoveMembersTransformer.java
##########
@@ -451,6 +460,9 @@ public Boolean reduce(Boolean r1, Boolean r2) {
return (r1 == Boolean.TRUE || r2 == Boolean.TRUE);
}
};
+ if (workingCopy.getTrees().getTree(el) == null) {
+ System.err.println("!!!");
Review comment:
Left over debug message, I guess.
----------------------------------------------------------------
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