Closed carlosasj closed 8 years ago
This should be easy to address. I will get to this within the week.
@carlosasj this issue should be resolved. I updated the tests for your case.
https://github.com/bafolts/plantuml-code-generator/blob/master/tests/car.java
Thanks for pointing out the issue.
When I tried to compile with any number on the field or method names, it shows a message like this:
This compiles:
this too (note the number inside the type):
This doesn't compile:
@Edit Underscore
_
generates the same error @EndEdit