Versions Compared

Key

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

...

  • Java Build Path
    • On the Libraries tab, remove the default JRE System Library and click Add Library. Choose JRE System Library and click Next. Select Execution environment, select the one beginning with J2SE-1.5 and click Finishensure that Workspace defualt JRE is jdk1.8.0.
  • Checkstyle
    • If your plug-in only contains generated code, disable Checkstyle.
    • Otherwise, activate Checkstyle.
      • In the Exclude from checking... list, select all file types except, click Change... and remove properties. Checkstyle usually gives wrong warnings for property files.
      • If there are packages containing generated code, select files from packages from the Exclude from checking... list and add the packages to it.

...