Provide API to get included files

0 votes
asked Jun 4, 2015 in Bug by krasa (820 points)
recategorized Jun 5, 2015 by krasa
I used to get them before rendering, to save changes on disk, like so:

https://github.com/krasa/plantuml4idea/blob/1.x/src/org/plantuml/idea/plantuml/PlantUml.java#L200-204

Now it returns empty set, v8025
probable cause: https://github.com/plantuml/plantuml/blob/master/src/net/sourceforge/plantuml/preproc/PreprocessorInclude.java#L95-95

please fix it or provide some api

1 Answer

0 votes
answered Jun 5, 2015 by plantuml (295,000 points)
selected Jun 11, 2015 by krasa
 
Best answer
Hello,

Thanks for your detailed analysis.

You are right : the issue is that the reference to the Set is shared between BlockUmlBuilder and PreprocessorInclude.

We're going to fix that.

Best regards,
commented Jun 7, 2015 by plantuml (295,000 points)
This has been released in V8026!
Thanks again for the report.
...