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 199841 - NullPointerException at org.netbeans.modules.db.explorer.node.ForeignKeyColumnNode$2.run
Summary: NullPointerException at org.netbeans.modules.db.explorer.node.ForeignKeyColum...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-02 00:01 UTC by ort
Modified: 2011-11-15 16:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 179662


Attachments
stacktrace (1.75 KB, text/plain)
2011-07-02 00:01 UTC, ort
Details
stacktrace (1.75 KB, text/plain)
2011-08-16 16:19 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ort 2011-07-02 00:01:30 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b11, Java(TM) SE Runtime Environment, 1.7.0-ea-b141
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.explorer.node.ForeignKeyColumnNode$2.run(ForeignKeyColumnNode.java:144)
   at org.netbeans.modules.db.explorer.node.ForeignKeyColumnNode$2.run(ForeignKeyColumnNode.java:141)
   at org.netbeans.modules.db.metadata.model.JDBCConnMetadataModel.runReadAction(JDBCConnMetadataModel.java:97)
   at org.netbeans.modules.db.metadata.model.api.MetadataModel.runReadAction(MetadataModel.java:92)
   at org.netbeans.modules.db.explorer.node.ForeignKeyColumnNode.getPosition(ForeignKeyColumnNode.java:140)
   at org.netbeans.modules.db.explorer.node.ForeignKeyColumnNodeProvider$ColumnComparator.compare(ForeignKeyColumnNodeProvider.java:137)
Comment 1 ort 2011-07-02 00:01:34 UTC
Created attachment 109206 [details]
stacktrace
Comment 2 javydreamercsw 2011-08-16 16:19:32 UTC
Created attachment 110017 [details]
stacktrace

Deleting all tables from a database.
Comment 3 Jiri Rechtacek 2011-10-14 10:32:03 UTC
core-main/rev/0adac511a0d3
Comment 4 Quality Engineering 2011-10-15 14:47:28 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/0adac511a0d3
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #199841: NPE at org.netbeans.modules.db.explorer.node.ForeignKeyColumnNode$2.run