Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Operating System: Linux
Platform: PC
-
19030
Description
both tests in EnumTest.testOperationSerialization() fail with the following
exception:
1) testOperationSerialization(org.apache.commons.lang.enum.EnumTest)
java.lang.NoClassDefFoundError: org/apache/commons/lang/enum/OperationEnum$1
where OperationEnum$1 is OperationEnum.PLUS, the static anonymous class in
OperationEnum.
I plan to comment these tests out for any releases.