Details
-
Task
-
Resolution: Fixed
-
Minor
-
13.8
-
None
-
Unknown
-
N/A
-
N/A
-
Description
Hi, I am fixing checkstyle bug https://github.com/checkstyle/checkstyle/issues/10144 and our ci for fixed version shows that xwiki-commons classes AbstractJobStatus, XStreamParameterManager fail with
[ERROR] src/main/java/org/xwiki/job/AbstractJobStatus.java:[53,1] (metrics) ClassFanOutComplexity: Class Fan-Out Complexity is 21 (max allowed is 20).
[ERROR] src/main/java/org/xwiki/filter/xml/internal/parameter/XStreamParameterManager.java:[59,1] (metrics) ClassFanOutComplexity: Class Fan-Out Complexity is 21 (max allowed is 20).
Any help with this will be appreciated.
link to build
Attachments
Issue Links
- relates to
-
XWIKI-19055 New class Fan-Out Complexity after a change in Checkstyle
- Open