matthiasblaesing commented on a change in pull request #3470:
URL: https://github.com/apache/netbeans/pull/3470#discussion_r789975668



##########
File path: java/maven/src/org/netbeans/modules/maven/TestChecker.java
##########
@@ -59,6 +59,17 @@
                     config.setProperty("test", test + '#' + method);
                 }
         }
+        if (ActionProviderImpl.COMMAND_INTEGRATION_TEST_SINGLE.equals(action) 
||
+            
ActionProviderImpl.COMMAND_DEBUG_INTEGRATION_TEST_SINGLE.equals(action) ||
+            "profile-tests".equals(action)) 
+        { //NOI18N - profile-tests is not really nice but well.

Review comment:
       Please move the NOI18N onto the line where the string is located (one 
line up). Else it is not connected to that string. (Yes I know that there other 
locations in that file, that are missing NOI18N markers or have them on the 
next line, but ...)




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

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