CSC301: Admin: Disable some warnings [17/56] Previous pageContentsNext page

Disable warnings for unnecessary code. LEAVE ALL OTHER WARNINGS AT THEIR DEFAULT VALUES.

install-eclipse-warnings1

On windows, the "Preferences" option is under "Window" instead of "Eclipse"

  Go to "Eclipse/Window" > "Preferences" > "Java" > "Compiler" > "Errors/Warnings" > "Unnecessary code"
  Set the following to "Ignore"
    "Value of local variable is not used"
    "Unused private member"

install-eclipse-warnings2
install-eclipse-warnings0

Previous pageContentsNext page