We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RuleEvaluation
IResult
Update the RuleEvaluation to support the updated rule IResult fields: https://docs.oracle.com/en/java/java-components/jdk-mission-control/8/jmc-flightrecorder-rules/org/openjdk/jmc/flightrecorder/rules/IResult.html -core's RuleEvaluation object should probably be updated with Explanation, Severity, Solution, and Summary in multiple fields instead of 1 big description field in JMC 7. suggestRecordingSettings could also be looked into.
Explanation
Severity
Solution
Summary
suggestRecordingSettings
The text was updated successfully, but these errors were encountered:
andrewazores
Successfully merging a pull request may close this issue.
Update the
RuleEvaluation
to support the updated ruleIResult
fields: https://docs.oracle.com/en/java/java-components/jdk-mission-control/8/jmc-flightrecorder-rules/org/openjdk/jmc/flightrecorder/rules/IResult.html-core's
RuleEvaluation
object should probably be updated withExplanation
,Severity
,Solution
, andSummary
in multiple fields instead of 1 big description field in JMC 7.suggestRecordingSettings
could also be looked into.The text was updated successfully, but these errors were encountered: