Menu

#11 Update IBoard.java by applying CheckStyle suggestions

Task
closed
None
2015-05-10
2015-05-09
No

1) Install CheckStyle plug-in in Eclipse, "Checkstyle Plug-in 6.5.0"
2) After installation, Click the PowerFour project and then go to Project -> Properties in the Top bar menu.
3) Click the Checkstyle menu item on the left and check the "Checkstyle active for this project" checkbox
4) Set Checkstyle to Google Checks(Global) and select OK.
5) Go through IBoard.java file and apply suggestion. Ignore the "First sentence should be present" suggestion that appear for JavaDocs.

Note: Change Tab space to 2 versus four, to eliminate additional suggestions about tab spacing.

Discussion

  • Tavon Hannah

    Tavon Hannah - 2015-05-09
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,4 +4,4 @@
     4) Set Checkstyle to Google Checks(Global) and select OK.
     5) Go through IBoard.java file and apply suggestion. Ignore the "First sentence should be present" suggestion that appear for JavaDocs.
    
    -Note: Change Tab space to 2 versus four, to elinate additional suggestions about tab spacing.
    +Note: Change Tab space to 2 versus four, to eliminate additional suggestions about tab spacing.
    
     
  • Tavon Hannah

    Tavon Hannah - 2015-05-10

    no additional changes were needed after format of project was done in revision 19

     
  • Tavon Hannah

    Tavon Hannah - 2015-05-10
    • status: open --> closed
    • assigned_to: Tavon Hannah
     

Log in to post a comment.