tmysik commented on a change in pull request #2155:
URL: https://github.com/apache/netbeans/pull/2155#discussion_r429874975



##########
File path: 
php/php.project/src/org/netbeans/modules/php/project/ui/actions/tests/GoToTest.java
##########
@@ -54,6 +55,14 @@
     private static final Logger LOGGER = 
Logger.getLogger(GoToTest.class.getName());
     private static final RequestProcessor RP = new 
RequestProcessor(GoToTest.class.getName(), 2);
 
+    private static class FileObjectComparator implements 
Comparator<FileObject> {

Review comment:
       Just a note: I usually put the inner classes at the very end of the 
class (usually below `//~ Inner classes` comment). No need to change it in this 
PR, I just think it makes the code more readable (main class and then inner 
classes, not mixed).
   




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



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