I just updated PlantUML to the latest version and I am now encountering an exception.
The UML was fine with the previous version I was using [1.2018.11]
Here is the console output:
Error java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
at net.sourceforge.plantuml.cucadiagram.CucaDiagram.getGroup(CucaDiagram.java:434)
at net.sourceforge.plantuml.classdiagram.command.CommandLinkClass.getFoo1(CommandLinkClass.java:285)
at net.sourceforge.plantuml.classdiagram.command.CommandLinkClass.executeArg(CommandLinkClass.java:188)
at net.sourceforge.plantuml.classdiagram.command.CommandLinkClass.executeArg(CommandLinkClass.java:69)
at net.sourceforge.plantuml.command.SingleLineCommand2.execute(SingleLineCommand2.java:149)
at net.sourceforge.plantuml.command.ProtectedCommand.execute(ProtectedCommand.java:55)
at net.sourceforge.plantuml.AbstractPSystem.executeCommand(AbstractPSystem.java:124)
at net.sourceforge.plantuml.command.UmlDiagramFactory.executeFewLines(UmlDiagramFactory.java:128)
at net.sourceforge.plantuml.command.UmlDiagramFactory.createSystem(UmlDiagramFactory.java:110)
at net.sourceforge.plantuml.PSystemBuilder.createPSystem(PSystemBuilder.java:123)
at net.sourceforge.plantuml.BlockUml.getDiagram(BlockUml.java:153)
at net.sourceforge.plantuml.SourceFileReaderAbstract.getGeneratedImages(SourceFileReaderAbstract.java:148)
at net.sourceforge.plantuml.DirWatcher2$1.call(DirWatcher2.java:94)
at net.sourceforge.plantuml.DirWatcher2$1.call(DirWatcher2.java:90)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
You should send a mail to plantuml@gmail.com or post to http://plantuml.com/qa with this log (V1.2020.00)