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 195894 - NullPointerException at org.netbeans.modules.cnd.makeproject.configurations.ui.PkgConfigLibrary.updateModel
Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.configurations.u...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-23 18:54 UTC by Exceptions Reporter
Modified: 2011-02-25 05:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176547


Attachments
stacktrace (9.24 KB, text/plain)
2011-02-23 18:54 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-02-23 18:54:36 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201012120001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
GUEST: typing more than 2 characters in the filter box for pkgconfig libraries




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.configurations.ui.PkgConfigLibrary.updateModel(PkgConfigLibrary.java:122)
   at org.netbeans.modules.cnd.makeproject.configurations.ui.PkgConfigLibrary.access$200(PkgConfigLibrary.java:73)
   at org.netbeans.modules.cnd.makeproject.configurations.ui.PkgConfigLibrary$2.insertUpdate(PkgConfigLibrary.java:101)
   at javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocument.java:185)
   at javax.swing.text.AbstractDocument.handleInsertString(AbstractDocument.java:734)
   at javax.swing.text.AbstractDocument.insertString(AbstractDocument.java:693)
Comment 1 Exceptions Reporter 2011-02-23 18:54:42 UTC
Created attachment 106366 [details]
stacktrace
Comment 2 Alexander Simon 2011-02-24 09:05:40 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/831d192b9011
Comment 3 Quality Engineering 2011-02-25 05:37:57 UTC
Integrated into 'main-golden', will be available in build *201102250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/831d192b9011
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #195894 NullPointerException at org.netbeans.modules.cnd.makeproject.configurations.ui.PkgConfigLibrary.updateModel