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 71791 - NPE when switching platform in Module Suite customizer
Summary: NPE when switching platform in Module Suite customizer
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2006-01-24 10:22 UTC by pzajac
Modified: 2006-02-01 11:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (719 bytes, text/plain)
2006-01-24 10:34 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2006-01-24 10:22:59 UTC
200601231900
I don't know how to reproduce it. The exception raises some times when Is
changed platorm in Module suite customizer. 

java.lang.NullPointerException
        at
org.netbeans.modules.apisupport.project.ui.customizer.SuiteCustomizerLibraries.findWarning(SuiteCustomizerLibraries.java:731)
        at
org.netbeans.modules.apisupport.project.ui.customizer.SuiteCustomizerLibraries.doUpdateDependencyWarnings(SuiteCustomizerLibraries.java:800)
        at
org.netbeans.modules.apisupport.project.ui.customizer.SuiteCustomizerLibraries.access$700(SuiteCustomizerLibraries.java:70)
        at
org.netbeans.modules.apisupport.project.ui.customizer.SuiteCustomizerLibraries$6.run(SuiteCustomizerLibraries.java:708)
Comment 1 Martin Krauskopf 2006-01-24 10:24:40 UTC
Will take a look at is into 5.0u1.
Comment 2 pzajac 2006-01-24 10:34:31 UTC
Created attachment 28570 [details]
exception
Comment 3 Jesse Glick 2006-01-24 17:59:01 UTC
Simple synch problem, I think.
Comment 4 Jesse Glick 2006-01-24 23:01:51 UTC
committed     Up-To-Date  1.26       
apisupport/project/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerLibraries.java
Comment 5 pzajac 2006-02-01 11:31:17 UTC
Cannot reproduce - verified.