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 205585

Summary: [71cat] NullPointerException at org.netbeans.modules.maven.nodes.AddDependencyPanel.populateVersion
Product: projects Reporter: monezz <monezz>
Component: MavenAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: normal Keywords: THREAD
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 183216
Attachments: stacktrace

Description monezz 2011-11-27 17:51:41 UTC
Build: NetBeans IDE 7.1 RC1 (Build 201111171527)
VM: OpenJDK 64-Bit Server VM, 21.0-b17, OpenJDK Runtime Environment, 1.7.0_147-icedtea-b147
OS: Linux

User Comments:
Monezz: Invoke clean/build on a maven platform module




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.maven.nodes.AddDependencyPanel.populateVersion(AddDependencyPanel.java:730)
   at org.netbeans.modules.maven.nodes.AddDependencyPanel.access$600(AddDependencyPanel.java:121)
   at org.netbeans.modules.maven.nodes.AddDependencyPanel$DefAction.run(AddDependencyPanel.java:1476)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1991)
Comment 1 monezz 2011-11-27 17:51:43 UTC
Created attachment 113552 [details]
stacktrace
Comment 2 Jesse Glick 2011-11-30 15:01:53 UTC
Looks like a Swing bug triggered by a NB bug; deleting a character from a text field at exactly the right moment could perhaps cause this.
Comment 3 Jesse Glick 2011-11-30 15:11:02 UTC
core-main #7c784e725c94
Comment 4 Quality Engineering 2011-12-01 12:08:26 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/7c784e725c94
User: Jesse Glick <jglick@netbeans.org>
Log: #205585: [71cat] NullPointerException at org.netbeans.modules.maven.nodes.AddDependencyPanel.populateVersion