mbien commented on code in PR #7155:
URL: https://github.com/apache/netbeans/pull/7155#discussion_r1524466145
##########
nb/o.n.upgrader/src/org/netbeans/upgrade/Copy.java:
##########
@@ -119,67 +116,5 @@ private void copyFile(FileObject sourceFile) throws
IOException {
}
FileUtil.copyAttributes(sourceFile, tg);
}
-
- public static void appendSelectedLines(File sourceFile, File targetFolder,
String[] regexForSelection)
Review Comment:
this method is also not used. Here I removed the test too since this makes
no deeper calls beside JDK code -> no real test coverage is lost
--
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