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 191068 - NullPointerException at org.netbeans.modules.db.explorer.node.ColumnNode.getPosition
Summary: NullPointerException at org.netbeans.modules.db.explorer.node.ColumnNode.getP...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-18 07:58 UTC by ilmari2k
Modified: 2010-12-10 06:18 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160305


Attachments
stacktrace (1.22 KB, text/plain)
2010-10-18 07:59 UTC, ilmari2k
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ilmari2k 2010-10-18 07:58:58 UTC
Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
GUEST: Refresh table list after sql create table




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.explorer.node.ColumnNode.getPosition(ColumnNode.java:236)
   at org.netbeans.modules.db.explorer.node.ColumnNodeProvider$ColumnComparator.compare(ColumnNodeProvider.java:148)
   at org.netbeans.modules.db.explorer.node.ColumnNodeProvider$ColumnComparator.compare(ColumnNodeProvider.java:142)
   at java.util.TreeMap.put(TreeMap.java:530)
   at java.util.TreeSet.add(TreeSet.java:238)
   at java.util.AbstractCollection.addAll(AbstractCollection.java:305)
Comment 1 ilmari2k 2010-10-18 07:59:04 UTC
Created attachment 102446 [details]
stacktrace
Comment 2 Jiri Rechtacek 2010-12-09 14:54:22 UTC
core-main/rev/c7f7aeb2011c
Comment 3 Quality Engineering 2010-12-10 06:18:00 UTC
Integrated into 'main-golden', will be available in build *201012100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c7f7aeb2011c
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #191068: NPE at org.netbeans.modules.db.explorer.node.ColumnNode.getPosition