You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: AbstractTimeLineChartProblemStatistic to not throw NPE when unmarshalled by JAXB (#1551)
When using the BenchmarkAggregatorFrame to unmarshall
PlannerBenchmarkResult.xml with the problemStatisticType
SCORE_CALCULATION_SPEED or MOVE_EVALUATION_SPEED the would result in
null pointer exception due to empty JaxB noargs constructors calling the
parameterized constructor with null as the PlannerBenchmarkResult.
---------
Co-authored-by: Magnus Raagaard Kjeldsen <makje@systematic.com>
Co-authored-by: Lukáš Petrovický <lukas@petrovicky.net>
Copy file name to clipboardExpand all lines: benchmark/src/main/java/ai/timefold/solver/benchmark/impl/statistic/common/AbstractTimeLineChartProblemStatistic.java
Copy file name to clipboardExpand all lines: benchmark/src/main/java/ai/timefold/solver/benchmark/impl/statistic/moveevaluationspeed/MoveEvaluationSpeedProblemStatisticTime.java
Copy file name to clipboardExpand all lines: benchmark/src/main/java/ai/timefold/solver/benchmark/impl/statistic/scorecalculationspeed/ScoreCalculationSpeedProblemStatistic.java
0 commit comments