Hi!
I am making my own plugin and I need to get some information stored in issue message to calculate metric.
For example: I need to check if there is a method that rise CyclomaticComplexity too high issue and if so, how high is that CC.
MeasureComputerContext.getIssues method returns Issues, but without message. Is there any other way of getting issues (preferably with messages) from MeasureComputer?
Thanks to everyone that will answer!