Error writing Java custom rule

hi @Dorian_Burihabwa
After I successfully compiled and put the jar package into the plugins, I still can’t detect the problems I expect in the code. Moreover, when I use the verify() method, the ‘issues’ attribute in his context object has the contents I expect, but the results I expect will not be reported after the process. This result occurs when I use the verifyNoIssues() method.
Does the above problem cause the bug content I want to scan the project with sonarqube to not appear?How can I make the custom rule plug-in play the effect I expect?