[JDF-1] Listing untrue differences between xmlwriter 2.1 and 2.2 | |
| Status: | Resolved |
| Project: | JarDiff |
| Component/s: | |
| Affects Version/s: | |
| Fix Version/s: | |
| Type: | Bug | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | Antony Riley |
| Resolution: | Won't Fix | ||
| Environment: | |||
| Description |
| The diff report has lots of diffs for AbstractXmlWriter; a class that doesn't seem to have changed: http://dist.osjava.org/releases/multidoc-jnr/xmlwriter/diff-report-2.2_2.1.html Based on jars: http://dist.osjava.org/maven/xmlwriter/jars/xmlwriter-2.1.jar and http://dist.osjava.org/maven/xmlwriter/jars/xmlwriter-2.2.jar |
| Comment by antony [ Mon, 13 Feb 2006 09:30:54 -0800 (PST) ] |
| This is due to a compiler bug. Whatever compiler was used to compile xmlwriter 2.1 did not mark the methods it inserted as synthetic in AbstractXmlWriter. If the compiler doesn't insert the correct information at compile time, there is no way this can be reconstructed by jardiff. |