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 270151 - NullPointerException at org.netbeans.modules.db.explorer.TableExtendedDelete$1.run
Summary: NullPointerException at org.netbeans.modules.db.explorer.TableExtendedDelete$...
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-21 12:04 UTC by draison
Modified: 2017-06-20 17:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 228489


Attachments
stacktrace (1.64 KB, text/plain)
2017-03-21 12:04 UTC, draison
Details

Note You need to log in before you can comment on or make changes to this bug.
Description draison 2017-03-21 12:04:25 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
draison: Cancelled a webapp "run"




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.explorer.TableExtendedDelete$1.run(TableExtendedDelete.java:113)
   at org.netbeans.modules.db.explorer.TableExtendedDelete$1.run(TableExtendedDelete.java:107)
   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.TableExtendedDelete.getTopologicalSort(TableExtendedDelete.java:106)
   at org.netbeans.modules.db.explorer.TableExtendedDelete.delete(TableExtendedDelete.java:187)
Comment 1 draison 2017-03-21 12:04:27 UTC
Created attachment 163909 [details]
stacktrace