Not sure if this is better here or in the user list but... In Netbeans, are there any "tips", "hints" or "migration" features to help in converting Java code (pre Java 9) to a Java Modular based module code?
If yes then where is this accessible or available? If no (assume ticket might be needed), then assume basics would need to support (1) Generation/Read/Update of module-info.java files (2) Support MANIFEST.MF Updates were applicable (3) Support refactoring from reflective / internal classes interfaces to new modularized java modules based code Eric Bresie ebre...@gmail.com