You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Akhilesh Singh (Jira)" <ji...@apache.org> on 2019/12/13 08:59:00 UTC

[jira] [Created] (NETBEANS-3586) Same module name when created, breaks things. Showing null pointer exception on screen.

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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists