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 211185 - NullPointerException at org.netbeans.modules.mobility.svgcore.model.SVGFileModel.doSetAttributes
Summary: NullPointerException at org.netbeans.modules.mobility.svgcore.model.SVGFileMo...
Status: RESOLVED FIXED
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:11 UTC by sunbiz
Modified: 2013-05-02 14:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187002


Attachments
stacktrace (850 bytes, text/plain)
2012-04-13 23:12 UTC, sunbiz
Details
stacktrace (850 bytes, text/plain)
2012-04-17 13:47 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:11: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: rotate SVG image parts without selecting object




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.mobility.svgcore.model.SVGFileModel.doSetAttributes(SVGFileModel.java:1011)
   at org.netbeans.modules.mobility.svgcore.model.SVGFileModel.access$1800(SVGFileModel.java:98)
   at org.netbeans.modules.mobility.svgcore.model.SVGFileModel$10.transaction(SVGFileModel.java:963)
   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:12:00 UTC
Created attachment 118262 [details]
stacktrace
Comment 2 sunbiz 2012-04-17 13:47:24 UTC
Created attachment 118405 [details]
stacktrace

Opened SVG and pressed Rotate right
Comment 3 David Strupl 2013-04-09 11:22:52 UTC
Assigning to the new owner of javame modules.
Comment 4 Roman Svitanic 2013-04-30 12:25:54 UTC
fixed in jet-main:
http://hg.netbeans.org/jet-main/rev/4e44bf2298fc
Comment 5 Quality Engineering 2013-05-02 14:12:36 UTC
Integrated into 'main-golden', will be available in build *201305021042* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4e44bf2298fc
User: Roman Svitanic <rsvitanic@netbeans.org>
Log: VMD NullPointerExceptions - #211185 and #224120