TIL that it is possible to create something like a "Brain Method", at least that's how SonarCube is naming it.
That specific method does have 330 LOC a complexity of 64 and a nesting level of 6. Also there are 60 variables declared.
Whoever wrote this should properly rethink there code quality guidelines.
#Development #JavaDevelopment #Java #Coding #SonarCube #RefactorRequired