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 162531 - NullPointerException at org.netbeans.modules.properties.PropertiesTableModel.isCellEditable
Summary: NullPointerException at org.netbeans.modules.properties.PropertiesTableModel....
Status: RESOLVED DUPLICATE of bug 162513
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Butenko
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-13 18:42 UTC by shreig
Modified: 2009-04-14 09:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149417


Attachments
stacktrace (2.10 KB, text/plain)
2009-04-13 18:42 UTC, shreig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description shreig 2009-04-13 18:42:44 UTC
Build: NetBeans IDE Dev (Build 200904130201)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments:
shreig: I deleted a property file while it was open, then i clicked on the editor.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.properties.PropertiesTableModel.isCellEditable(PropertiesTableModel.java:261)
        at javax.swing.JTable.isCellEditable(JTable.java:2743)
        at javax.swing.JTable.editCellAt(JTable.java:3480)
        at javax.swing.plaf.basic.BasicTableUI$Handler.adjustSelection(BasicTableUI.java:1084)
        at javax.swing.plaf.basic.BasicTableUI$Handler.mousePressed(BasicTableUI.java:1014)
        at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:263)
Comment 1 shreig 2009-04-13 18:42:50 UTC
Created attachment 80000 [details]
stacktrace
Comment 2 Alexey Butenko 2009-04-14 09:05:23 UTC

*** This issue has been marked as a duplicate of 162513 ***