I need to calculate squale remediation cost for some rule in csharp stylecop rules. Am trying to deploy customised csharp plugin in sonar4.5.4 but some rules getting error as
java.lang.IllegalArgumentException: Debt definition on rule 'stylecopcsharp:ConstFieldNamesMustBeginWithUpperCaseLetter' is invalid
at
but some other rules there was no such issues. Finally i got to know we need to calculate sqale remeditation cost for rules facing issue. Am using sonarqube 4.5.4 and trying to deplying customised sonar csharp stylecop plugin. Just i need to know the answer for few questions below: 1.I dont want to touch sonarqube server4.5.4.jar to change any code , is that possible to add calculating sqale remediation cost inside plugin code? if yes, can you please share any link regarding sample code or just explaination steps. Thank you :)