jankrause / idocit

Automatically exported from code.google.com/p/idocit
0 stars 0 forks source link

iDocit! Java Parser is misled by HTML / XML-elements #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the iDocIt! editor with an interface containing one operation.
2. Add a new documentation block to the operation with the text "This is 
<code>null</code>".
3. Close iDocIt! and reopen it with the same interface.

What is the expected output? What do you see instead?
I expect the text "This is null <code>null</code>" to appear, but I see "This 
is ".

Esimtation?

Original issue reported on code.google.com by krauseda...@web.de on 21 Oct 2011 at 9:05

GoogleCodeExporter commented 8 years ago
This issue has been changed with the fix of issue #18. Now the parser isn't 
misled any longer, but it escapes "<code>null</code>" to "<code>null</code>". 
This is still not what I expect.

Original comment by krauseda...@web.de on 21 Nov 2011 at 7:54

GoogleCodeExporter commented 8 years ago
This issue has been fixed with issue #18.

Original comment by krauseda...@web.de on 24 Nov 2011 at 10:17