You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/12/16 07:36:00 UTC

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

     [ https://issues.apache.org/jira/browse/NETBEANS-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated NETBEANS-3586:
-------------------------------------
    Labels: java modularization pull-request-available  (was: java modularization)

> 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
>            Priority: Major
>              Labels: java, modularization, pull-request-available
>
> 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