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 257288 - NullPointerException at org.netbeans.modules.cnd.makeproject.configurations.ui.TableEditorPanel$MyTableModel.isCellEditable
Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.configurations.u...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-24 14:50 UTC by Exceptions Reporter
Modified: 2016-01-29 09:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221835


Attachments
stacktrace (7.37 KB, text/plain)
2015-12-24 14:50 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-12-24 14:50:13 UTC
This bug was originally marked as duplicate of bug 239168, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.75-b04, Java(TM) SE Runtime Environment, 1.7.0_75-b13
OS: Linux

User Comments:
GUEST: help me




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.configurations.ui.TableEditorPanel$MyTableModel.isCellEditable(TableEditorPanel.java:340)
   at javax.swing.JTable.isCellEditable(JTable.java:2765)
   at javax.swing.JTable.editCellAt(JTable.java:3500)
   at javax.swing.plaf.basic.BasicTableUI$Handler.adjustSelection(BasicTableUI.java:1108)
   at javax.swing.plaf.basic.BasicTableUI$Handler.mousePressed(BasicTableUI.java:1038)
   at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280)
Comment 1 Exceptions Reporter 2015-12-24 14:50:15 UTC
Created attachment 157916 [details]
stacktrace
Comment 2 Alexander Simon 2015-12-24 15:28:28 UTC
fixed in enum, change set:
bb7571799254
Comment 3 Quality Engineering 2016-01-12 02:28:46 UTC
Integrated into 'main-silver', will be available in build *201601120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b479cfff543f
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #257288 NullPointerException at org.netbeans.modules.cnd.makeproject.configurations.ui.TableEditorPanel$MyTableModel.isCellEditable
(transplanted from bb75717992545df17d6485b6347643a9fa567813)
Comment 4 ilia 2016-01-27 14:43:24 UTC
  Fixes of this bug:
    http://hg.netbeans.org/releases/rev/bb7571799254
Comment 5 Alexander Simon 2016-01-29 09:17:01 UTC
v.