Menu

#287 Incorrect assignment in PageAttribute.getValue(StringBuffer)

v2.0
closed-fixed
5
2011-04-03
2011-03-31
No

The code will return the attribute name instead.

Line 333 (in svn head) should be:
mPage.getText (buffer, mValueStart, mValueEnd);
instead of:
mPage.getText (buffer, mNameStart, mNameEnd);

Discussion

  • Derrick Oswald

    Derrick Oswald - 2011-04-03

    Fixed as per suggestion.

     
  • Derrick Oswald

    Derrick Oswald - 2011-04-03
    • assigned_to: nobody --> derrickoswald
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB