Complexity computation in leak period

Must-share information (formatted with Markdown):

  • which versions are you using (8.9 LTS)

  • what are you trying to achieve
    Code base has more methods per class than allowed number JAVA:S1448
    Created a new leak period.
    Sonar complains any single line changes in the entire class, which already has more than 35 methods.
    Is this how it is designed ??

  • what have you tried so far to achieve this
    Collective rules such as Complexities which are applied to block of code.
    How does Sonar treat these collective rules which are applied to block of code in Leak period.