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 239240 - AssertionError at net.sourceforge.plantuml.command.PSystemBasicFactory.createSystem
Summary: AssertionError at net.sourceforge.plantuml.command.PSystemBasicFactory.create...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-08 14:45 UTC by markiewb
Modified: 2013-12-08 14:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205859


Attachments
stacktrace (2.34 KB, text/plain)
2013-12-08 14:45 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-12-08 14:45:53 UTC
Build: NetBeans IDE Dev (Build 201311280002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
markiewb: Creating a new plantUML file




Stacktrace: 
java.lang.AssertionError
   at net.sourceforge.plantuml.command.PSystemBasicFactory.createSystem(PSystemBasicFactory.java:71)
   at net.sourceforge.plantuml.PSystemBuilder.createPSystem(PSystemBuilder.java:92)
   at net.sourceforge.plantuml.BlockUml.createSystem(BlockUml.java:97)
   at net.sourceforge.plantuml.BlockUml.getSystem(BlockUml.java:87)
   at net.sourceforge.plantuml.BlockUml.getDiagram(BlockUml.java:93)
   at net.sourceforge.plantuml.SourceStringReader.generateImage(SourceStringReader.java:104)
Comment 1 markiewb 2013-12-08 14:45:55 UTC
Created attachment 142944 [details]
stacktrace