-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9.3
-
Component/s: Build Process, JavaScript - Library
-
Labels:None
-
Patch Info:Patch Available
-
Flags:Patch
After running make check for JS or ant test in lib/js/test, you can always find several ConcurrentModificationException stack traces in lib/js/test/build/log/unittest.log.
I don't know if it's even a bug since it does not cause any test failures.
It distracted me from solving real cause of failures for a while through.
Cause:
Threading issue.
Synchronization is needed because all instances of MimeUtil2 seems to share single state.
http://sourceforge.net/p/mime-util/bugs/33/