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 211187 - NullPointerException at org.netbeans.modules.mobility.svgcore.model.SVGFileModel.getIdAttribute
Summary: NullPointerException at org.netbeans.modules.mobility.svgcore.model.SVGFileMo...
Status: RESOLVED WORKSFORME
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-13 23:17 UTC by sunbiz
Modified: 2013-04-25 15:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187004


Attachments
stacktrace (1.03 KB, text/plain)
2012-04-13 23:17 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2012-04-13 23:17:55 UTC
Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b20, Java(TM) SE Runtime Environment, 1.7.0_04-ea-b19
OS: Windows 7

User Comments:
sunbiz: Delete element from SVG




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.mobility.svgcore.model.SVGFileModel.getIdAttribute(SVGFileModel.java:495)
   at org.netbeans.modules.mobility.svgcore.model.SVGFileModel.collectIds(SVGFileModel.java:1597)
   at org.netbeans.modules.mobility.svgcore.model.SVGFileModel.collectFragmentsToDelete(SVGFileModel.java:667)
   at org.netbeans.modules.mobility.svgcore.model.SVGFileModel.access$1400(SVGFileModel.java:98)
   at org.netbeans.modules.mobility.svgcore.model.SVGFileModel$6.transaction(SVGFileModel.java:696)
   at org.netbeans.modules.mobility.svgcore.model.SVGFileModel$FileModelTransaction$1.run(SVGFileModel.java:164)
Comment 1 sunbiz 2012-04-13 23:17:59 UTC
Created attachment 118264 [details]
stacktrace
Comment 2 David Strupl 2013-04-09 11:22:55 UTC
Assigning to the new owner of javame modules.
Comment 3 Roman Svitanic 2013-04-25 15:54:24 UTC
Closing as WORKSFORME, since last occurrence was in NetBeans 7.1.2. If it is present also in NetBeans 7.3 or newer, please reopen with more details / steps how to reproduce it. Otherwise please leave closed.