QDox

Quote chars in tag values cause infinite loop

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.2, 1.3
  • Fix Version/s: 1.4
  • Component/s: Java API
  • Labels:
    None
  • Number of attachments :
    0

Description

This test case causes an infinite loop:

public void testInfiniteLoop() { DefaultDocletTag tag = new DefaultDocletTag("param", "quote'ed"); tag.getParameters(); }

Activity

Hide
Mike Hogan added a comment -

Seems to be caused by the only line of DefaultDocletTag that was not tested. Interesting.

Show
Mike Hogan added a comment - Seems to be caused by the only line of DefaultDocletTag that was not tested. Interesting.
Hide
Mike Williams added a comment -

Fixed in CVS.

Show
Mike Williams added a comment - Fixed in CVS.
Hide
Mike Williams added a comment -

Closing old resolved issues.

Show
Mike Williams added a comment - Closing old resolved issues.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: