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

Summary: NullPointerException at org.netbeans.modules.mobility.svgcore.model.SVGFileModel.getPreviousTagSibling
Product: javame Reporter: sunbiz <sunbiz>
Component: Visual DesignerAssignee: Roman Svitanic <rsvitanic>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 187003
Attachments: stacktrace

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.