abhaga22 / CS2340

1 stars 0 forks source link

M10: Coding Standards Inspection #28

Open thekellychen opened 7 years ago

thekellychen commented 7 years ago

Javadocs and Coding Standards Your code will be evaluated with the analysis plug-ins to ensure it conforms to coding standards and good design. Run Intelli-J Lint by selecting Analyze -> Inspect Code. To configure our rules file,

Choose Analyze -> Inspect Code. In the dialog, click on the three dots by inspection profile. Select import option and pick the provided rules file.

You may check your code yourself with the provided rules files. You should not have any errors showing. If you do, you will not be penalized IF you can explain to the TA why deviation is necessary. Note that test code (Junit files) , and auto-generated files (like fxml) do not have to pass any tests.