asbachb commented on code in PR #6061:
URL: https://github.com/apache/netbeans/pull/6061#discussion_r1233990965
##########
enterprise/j2ee.common/src/org/netbeans/modules/j2ee/common/dd/DDHelper.java:
##########
@@ -40,273 +43,164 @@
*/
public class DDHelper {
- private static final String RESOURCE_FOLDER =
"/org/netbeans/modules/j2ee/common/dd/resources/"; //NOI18N
+ static final String RESOURCE_FOLDER =
"/org/netbeans/modules/j2ee/common/dd/resources/"; //NOI18N
+
+ static Consumer<MakeFileCopy> atomicActionRunner =
FileUtil::runAtomicAction;
+
+ static MakeFileCopyFactory makeFileCopyFactory = MakeFileCopy::new;
+
+ private static final List <Profile>
WEBXML_REQUIREMENTS_INDEPENDANT_PROFILES = List.of(
+ Profile.JAVA_EE_5,
+ Profile.J2EE_14,
+ Profile.J2EE_13
+ );
Review Comment:
Replaced with `EnumSet`
--
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