This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262180 - NullPointerException at org.netbeans.modules.java.api.common.project.ui.customizer.EditMediator.valueChanged
Summary: NullPointerException at org.netbeans.modules.java.api.common.project.ui.custo...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: JDK_9
Depends on:
Blocks:
 
Reported: 2016-05-23 07:06 UTC by terje7601
Modified: 2016-10-11 01:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224163


Attachments
stacktrace (2.10 KB, text/plain)
2016-05-23 07:06 UTC, terje7601
Details

Note You need to log in before you can comment on or make changes to this bug.
Description terje7601 2016-05-23 07:06:55 UTC
Build: NetBeans IDE Dev JDK9 Branch (Build 201605220404)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 7

User Comments:
terje7601: Add a Project to the Modulepath of a Java Application




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.api.common.project.ui.customizer.EditMediator.valueChanged(EditMediator.java:506)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:184)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:164)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:211)
   at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:405)
   at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:415)
Comment 1 terje7601 2016-05-23 07:06:58 UTC
Created attachment 159833 [details]
stacktrace
Comment 2 Exceptions Reporter 2016-07-21 02:01:02 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=224163
Comment 3 Dusan Balek 2016-07-21 07:08:15 UTC
Fixed in jet-main jdk9 branch.

http://hg.netbeans.org/jet-main/rev/28ecd7c0ac1f
Comment 4 Quality Engineering 2016-10-11 01:58:46 UTC
Integrated into 'main-silver', will be available in build *201610110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/28ecd7c0ac1f
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #262180 - NullPointerException at org.netbeans.modules.java.api.common.project.ui.customizer.EditMediator.valueChanged - fixed.