Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is also strongly suggested that the JDT compiler settings contained in this settings file be used, as this turns on annotation-based analysis of null behaviors in the code. This page captures some hints and tips on cleaning projects when these setting are first used

  • General → Show heap status → check

  • General → Startup and Shutdown → Confirm exit when closing last window → uncheck

  • General → Startup and Shutdown → Plug-ins activated on startup → Mylyn .* → uncheck

  • Java → Editor → Folding → Comments → check

  • Java → Editor → Folding → Inner Types → check

  • Java → Compiler → Javadoc

    • Malformed Jacadoc Comment

      • ... as visible as: Private

      • Validate tag arguments: ticked

        • Report non visible references: ticked

        • Report deprecated references: unticked

    • Missing Javadoc tags: Warning (but Error might be a better idea)

      • ... as visible as: Private

      • Ignore in overriding and implementing methods: ticked

      • Ignore method type parameters: unticked (perhaps a mistake)

    • Missing Javadoc comments: Ignore

  • Maven → Download Artifact Sources → check

  • Maven → Download Artifact JavaDoc → check

  • Maven → User Interface → Open XML page in the POM editor by default → check

...