[XOM-interest] XOM file causes my Eclipse editor to crash
Asgeir Frimannsson
asgeirf at gmail.com
Wed Oct 17 19:33:58 EDT 2007
Hi,
In the method nu.xom.UnicodeUtil.decompose(..) (Xom 1.2b) there is a
1900ish-levels nested if-else statement that causes my Eclipse java editor
to crash when opening the file. Yes, I know it's not a XOM-fault, but I
thought I'd throw it on the list anyway...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206697
As a quick sidenote, the decompose method can be very easily refactored into
(IMO) a much cleaner switch() statement rather than the overly long if-else
statements (I have no idea if this also has performance improvements?)...
That's at least how I stopped my Eclipse from crashing :)
...now back to the temptation of poking internal XOM classes.
cheers,
asgeir
More information about the XOM-interest
mailing list