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 211186 - NullPointerException at org.netbeans.modules.mobility.svgcore.model.SVGFileModel.getPreviousTagSibling
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:14 UTC by sunbiz
Modified: 2013-04-25 15:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187003


Attachments
stacktrace (857 bytes, text/plain)
2012-04-13 23:14 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:14:54 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: Move backward forward etc... after deleting parts and quickly undoing them




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.mobility.svgcore.model.SVGFileModel.getPreviousTagSibling(SVGFileModel.java:1701)
   at org.netbeans.modules.mobility.svgcore.model.SVGFileModel.access$2300(SVGFileModel.java:98)
   at org.netbeans.modules.mobility.svgcore.model.SVGFileModel$15.transaction(SVGFileModel.java:1248)
   at org.netbeans.modules.mobility.svgcore.model.SVGFileModel$FileModelTransaction$1.run(SVGFileModel.java:164)
   at org.netbeans.editor.GuardedDocument.runAtomic(GuardedDocument.java:317)
   at org.netbeans.modules.mobility.svgcore.model.SVGFileModel$FileModelTransaction.runTransaction(SVGFileModel.java:173)
Comment 1 sunbiz 2012-04-13 23:14:59 UTC
Created attachment 118263 [details]
stacktrace
Comment 2 David Strupl 2013-04-09 11:22:45 UTC
Assigning to the new owner of javame modules.
Comment 3 Roman Svitanic 2013-04-25 15:54:15 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.