[Issue 6414] svg batch export of class diagram generates 0 byte file
| Newsgroups | gmane.comp.lang.uml.argouml.issues |
|---|---|
| Message-ID | <[email protected]> |
http://argouml.tigris.org/issues/show_bug.cgi?id=6414
User bobtarling changed the following:
What |Old value |New value
================================================================================
Assigned to|phidias |linus
--------------------------------------------------------------------------------
Subcomponent|ArgoPrint |Other
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Feb 29 00:46:38 -0800 2012 -------
I thought we had a subcomponent for command line interface but it seems not -
I'll assign this to "other" for now.
I see the same results as described but haven't had time to try any workaround
from eclipse.
I wonder if this is anything to do with the fact that SaveGraphicsManager is a
lazy singleton. That is generally not considered a safe pattern.
It should be declared as -
private static SaveGraphicsManager instance = new SaveGraphicsManager();
with the getInstance method just returning that prebuilt item.
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=448&dsMessageId=2927924
To unsubscribe from this list, e-mail: [[email protected]].
Please do not reply to this mail. Instead, add your comments in the issue.