-
Bug
-
Resolution: Cannot Reproduce
-
Critical
-
None
-
None
-
None
-
Undefined
-
NEW
-
NEW
Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 12 counts of IllegalAnnotationExceptions org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic does not have a no-arg default constructor. this problem is related to the following location: at org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic at private java.util.List org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult.pureSubSingleStatisticList at org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult at private java.util.List org.optaplanner.benchmark.impl.result.SingleBenchmarkResult.subSingleBenchmarkResultList at org.optaplanner.benchmark.impl.result.SingleBenchmarkResult at private java.util.List org.optaplanner.benchmark.impl.result.SolverBenchmarkResult.singleBenchmarkResultList at org.optaplanner.benchmark.impl.result.SolverBenchmarkResult at private java.util.List org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult.solverBenchmarkResultList at org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult org.optaplanner.benchmark.impl.statistic.PureSubSingleStatistic does not have a no-arg default constructor. this problem is related to the following location: at org.optaplanner.benchmark.impl.statistic.PureSubSingleStatistic at org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic at private java.util.List org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult.pureSubSingleStatisticList at org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult at private java.util.List org.optaplanner.benchmark.impl.result.SingleBenchmarkResult.subSingleBenchmarkResultList at org.optaplanner.benchmark.impl.result.SingleBenchmarkResult at private java.util.List org.optaplanner.benchmark.impl.result.SolverBenchmarkResult.singleBenchmarkResultList at org.optaplanner.benchmark.impl.result.SolverBenchmarkResult at private java.util.List org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult.solverBenchmarkResultList at org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult org.optaplanner.benchmark.impl.statistic.SubSingleStatistic does not have a no-arg default constructor.
Commenting this out probably triggers it when it writes plannerBenchmarkResult.xml:
<!--<problemStatisticType>BEST_SCORE</problemStatisticType>--> <!--<problemStatisticType>STEP_SCORE</problemStatisticType>--> <!--<problemStatisticType>SCORE_CALCULATION_SPEED</problemStatisticType>--> <!--<problemStatisticType>BEST_SOLUTION_MUTATION</problemStatisticType>--> <!--<problemStatisticType>MOVE_COUNT_PER_STEP</problemStatisticType>--> <!--<problemStatisticType>MEMORY_USE</problemStatisticType>--> <!--<singleStatisticType>CONSTRAINT_MATCH_TOTAL_BEST_SCORE</singleStatisticType>--> <!--<singleStatisticType>CONSTRAINT_MATCH_TOTAL_STEP_SCORE</singleStatisticType>--> <!--<singleStatisticType>PICKED_MOVE_TYPE_BEST_SCORE_DIFF</singleStatisticType>--> <!--<singleStatisticType>PICKED_MOVE_TYPE_STEP_SCORE_DIFF</singleStatisticType>-->