stathissideris / ditaa

ditaa is a small command-line utility that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics.
GNU Lesser General Public License v3.0
927 stars 87 forks source link

Duplicate subexpression in JavadocTaglet.java #17

Closed kilida closed 6 years ago

kilida commented 8 years ago

i1 == -1 is repeated. Looks like this should be i2 == -1.

stathissideris commented 6 years ago

Sorry, JavadocTaglet is suspended in the latest release, I'm not removing it forever, it's likely that I will release it as a separate jar.