I am using Sonarqube 5.2. with Java Plugin 3.8 . Looks like there are 339 Rules for Java in the Java plugin. However, in the default quality profile there are 234 rules.
I believe this is because initially I had Java Plugin 3.0 which had 234 rules due to which the default quality profile also has the same number of rules.
Now since i have upgraded the Java plugin to 3.8 there are new rules but those aren't part of the default quality profile.
So how do i implement the remaining 105 rules. Do i have to create a new quality profile, if yes then how do i import the new rules from Java plugin into the quality profile.
Alternatively can I change the default profile and add the missing rules to it ?