-
Notifications
You must be signed in to change notification settings - Fork 168
feat: Improve ScoreAnalysis debug information
#923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Improve ScoreAnalysis debug information
#923
Conversation
ScoreAnalysis debug information
98c5fcf to
1e39882
Compare
triceo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good start!
Please double-check serialization of the analysis in persistence-jackson. Nothing should have changed.
core/src/main/java/ai/timefold/solver/core/api/score/analysis/ConstraintAnalysis.java
Show resolved
Hide resolved
core/src/main/java/ai/timefold/solver/core/api/score/analysis/ConstraintAnalysis.java
Show resolved
Hide resolved
core/src/main/java/ai/timefold/solver/core/api/score/analysis/ConstraintAnalysis.java
Outdated
Show resolved
Hide resolved
core/src/main/java/ai/timefold/solver/core/api/score/analysis/ConstraintAnalysis.java
Outdated
Show resolved
Hide resolved
core/src/main/java/ai/timefold/solver/core/api/score/analysis/ConstraintAnalysis.java
Outdated
Show resolved
Hide resolved
core/src/main/java/ai/timefold/solver/core/api/score/analysis/ScoreAnalysis.java
Outdated
Show resolved
Hide resolved
core/src/main/java/ai/timefold/solver/core/api/score/analysis/ScoreAnalysis.java
Outdated
Show resolved
Hide resolved
core/src/main/java/ai/timefold/solver/core/api/score/analysis/ScoreAnalysis.java
Outdated
Show resolved
Hide resolved
core/src/main/java/ai/timefold/solver/core/api/score/analysis/ScoreAnalysis.java
Show resolved
Hide resolved
core/src/main/java/ai/timefold/solver/core/api/score/analysis/ScoreAnalysis.java
Show resolved
Hide resolved
|
Also, it makes sense to fix this. |
83fd75b to
1a3fd22
Compare
triceo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some new Sonar warnings which I think are good to address.
Other than that, LGTM.
I remember encountering errors when using |
Here is the problem: |
|



This pull request adds a summary logic to the
ScoreAnalysisclass and addresses minor issues.