haxe-checkstyle icon indicating copy to clipboard operation
haxe-checkstyle copied to clipboard

adjust token tree checks that iterate over functions

Open AlexHaxe opened this issue 8 years ago • 0 comments

The following checks currently use KwdFunction:

  • HiddenFieldCheck
  • InnerAssignmentCheck
  • ReturnCountCheck
  • TraceCheck
  • UnusedLocalVarCheck
  • InterfaceCheck
  • UnnecessaryConstructorCheck
  • MethodCountCheck
  • EmptyBlockCheck
  • LeftCurlyCheck
  • NeedBracesCheck
  • RightCurlyCheck
  • others?

They might be unaffected by short lambda changes, but at least someone should look at them. We might need to create separate issues, if they require larger rewrites.

AlexHaxe avatar May 03 '17 12:05 AlexHaxe