ScoreAnalysis.summary() alternative that shows all constraints/matches etc #1429
Labels
enhancement
New feature or request
process/needs triage
Requires initial assessment of validity, priority etc.
Currently it only shows the top 3 or so.
For debugging purposes (User Experience), it's often handy to be able to show them all, or the top 20.
Not all cases have 700mb of matches.
Proposal A)
ScoreAnalysis.summary(int topLimit)
to get them all, use summary(Integer.MAX_VALUE)
The text was updated successfully, but these errors were encountered: