Skip to content

haxe-checkstyle v2.3.1

Compare
Choose a tag to compare
@AlexHaxe AlexHaxe released this 16 May 11:03
· 197 commits to dev since this release
b5b372b
  • New command line option -show-parser-errors to include parser errors into checkstyle results (default: off) #413
  • Added more checks for automatic coding style detection #414 + #417
  • Fixed handling of Arrow in type names in TokenTree #413
  • Fixed handling of Dot after KwdNew in TokenTree #413
  • Fixed line number reported for MethodCount check #415
  • Fixed position info for AvoidStarImport, Trace, UnnecessaryConstructor, UnusedLocalVar and UnusedImport checks #416
  • Improved automatic detection of coding style by not stopping at the first change in number of violations #415
  • Improved handling of file content and class parsing in TokenTree #413
  • Refactored handling of internal errors (parsing and checks) #413
  • Cleanup command line options #418
  • Removed -report command line option #418