Please help me to solve these problems. Simply I want to apply an existing sonarqube rule for only certain type of classes. As far as I know, we can use class tree to get the classes and identify the target class. The thing I want t know is how can I enable or disable existing sonar rule within a custom rule?.
The next question is to identify the base class which is child class is extended. As an example class A extend class B, B extend class C and now I want to identify all the classes that is extended from the class C(The base class).
Even a small guide, link, tip will be really appreciate.