Java Style Linter

This web app functions as an educational Java linter that checks the style of users’ input Java code and inform users of what stylistic issues the code has with suggestions on how to fix them. This app is built around the style guidelines for UW CSE 14X (Intro CS1 & 2 at UW) with those students as the primary audience, but should be a helpful resource for any novice Java learners. Be aware though, that if you are not a student in those classes, make sure that your code fits the quality guidelines of your organization and that they're consistent with the guidelines used by this tool if you want to use it.

This tool is designed to work on compiling code. If the input code wouldn't compile, I make no guarantees about the accuracy of the results.

collapse button Code Input

Code Input Format

collapse button Errors Found