Akhilesh Singh created NETBEANS-3586: ----------------------------------------
Summary: Same module name when created, breaks things. Showing null pointer exception on screen. Key: NETBEANS-3586 URL: https://issues.apache.org/jira/browse/NETBEANS-3586 Project: NetBeans Issue Type: Bug Components: java - Project Affects Versions: 11.2 Environment: OpenJDK Runtime Environment 13.0.1+9 Reporter: Akhilesh Singh Assignee: Akhilesh Singh Steps to reproduce: # Create modular project - Go to File->New Project->Java with ant->Java Modular Project # Add a new module "newmodule" & click finish # Add another module of same name "newmodule" & click finish Actual result : A java.lang.NullPointerException exception has occurred. However, the system should continue working without further problems. Click Show Details for the stack trace Expected result : Application should not allow to create/add another module of same name if already exist. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists