From: SourceForge.net <no...@so...> - 2011-02-15 16:38:05
|
Bugs item #3182471, was opened at 2011-02-15 16:38 Message generated for change (Tracker Item Submitted) made by lyncher You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=3182471&group_id=13153 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Renato (lyncher) Assigned to: Nobody/Anonymous (nobody) Summary: NullPointerException at AttVal Initial Comment: Just checked out jtidy CodeUpdateAndJava5 branch (1261) and got this exception: java.lang.NullPointerException at org.w3c.tidy.AttVal.isEvent(AttVal.java:212) at org.w3c.tidy.PPrint.printAttribute(PPrint.java:1221) at org.w3c.tidy.PPrint.printAttrs(PPrint.java:1253) at org.w3c.tidy.PPrint.printTag(PPrint.java:1327) at org.w3c.tidy.PPrint.printTree(PPrint.java:2050) at org.w3c.tidy.PPrint.printTree(PPrint.java:2176) at org.w3c.tidy.PPrint.printTree(PPrint.java:2176) at org.w3c.tidy.PPrint.printTree(PPrint.java:2003) at org.w3c.tidy.Tidy.pprint(Tidy.java:750) at org.w3c.tidy.Tidy.pprint(Tidy.java:376) To fix just changed AttVal.java: 212 from AttrId atid = dict.id; to AttrId atid = getId(); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=3182471&group_id=13153 |