Skip to content

Instantly share code, notes, and snippets.

@fabiotatsuo
Created April 22, 2013 10:53
Show Gist options
  • Save fabiotatsuo/5433909 to your computer and use it in GitHub Desktop.
Save fabiotatsuo/5433909 to your computer and use it in GitHub Desktop.
Setup erros Eclipse
Windows > Preferences > Web > JSF > Validation
- General Problems
General Syntax Error = Warning
Empty EL expression = Warning
Missing closing bracket on expression = Ignore
Applying operator to method binding = Ignore
Dotted property names should use array ([]) syntax = Warning
- Possible programming errors
Possible division by zero = Error
Possible array index out of bounds = Warning
Incompatible enumeration comparison = Warning
- Type Assignment Problems
Method expression expected = Ignore
Value expression type incompatibility = Ignore
Value expression expected = Warning
Method expression signature incompatibility = Warning
Property expected to be readable but has no getter = Warning
Property expected to be writable but has no setter = Warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment