티스토리 뷰
SuppressWarnings에서 사용가능한 token 리스트들을 정리하면 아래와 같다.
출처 : http://stackoverflow.com/questions/1205995/what-is-the-list-of-valid-suppresswarnings-warning-names-in-java
Eclipse Galileo에서 사용가능한 token list
- all to suppress all warnings
- boxing to suppress warnings relative to boxing/unboxing operations
- cast to suppress warnings relative to cast operations
- dep-ann to suppress warnings relative to deprecated annotation
- deprecation to suppress warnings relative to deprecation
- fallthrough to suppress warnings relative to missing breaks in switch statements
- finally to suppress warnings relative to finally block that don’t return
- hiding to suppress warnings relative to locals that hide variable
- incomplete-switch to suppress warnings relative to missing entries in a switch statement (enum case)
- nls to suppress warnings relative to non-nls string literals
- null to suppress warnings relative to null analysis
- restriction to suppress warnings relative to usage of discouraged or forbidden references
- serial to suppress warnings relative to missing serialVersionUID field for a serializable class
- static-access to suppress warnings relative to incorrect static access
- synthetic-access to suppress warnings relative to unoptimized access from inner classes
- unchecked to suppress warnings relative to unchecked operations
- unqualified-field-access to suppress warnings relative to field access unqualified
- unused to suppress warnings relative to unused code
Indigo에서 사용가능한 파라미터 리스트
- javadoc to suppress warnings relative to javadoc warnings
- rawtypes to suppress warnings relative to usage of raw types
- static-method to suppress warnings relative to methods that could be declared as static
- super to suppress warnings relative to overriding a method without super invocations
Juno에서 사용가능한 파라미터 리스트:
- resource to suppress warnings relative to usage of resources of type Closeable
- sync-override to suppress warnings because of missing synchronize when overriding a synchronized method
Kepler, Luna는 Juno와 유사함.
다른 버전들도 유사하나 다양한 토큰이 존재한다.
'IT > Java' 카테고리의 다른 글
| JAVA Install/Uninstalling For Mac (0) | 2015.11.15 |
|---|---|
| BASE64 ENCODE, DECODE 주의사항 (1) | 2015.06.01 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- flashback
- 데이터
- beautifuler
- token
- 룰셋
- 포트
- syntaxhighlighter
- du
- brush
- port
- 명렁어
- 리눅스
- 파라미터
- 어노테이션
- 용량
- firewall
- webtob
- nmap
- parameter
- rollback
- pmd
- SuppressWarnings
- Annotaion
- 날짜
- 디렉토리별
- beautifier
- grep
- Scheduled
- crontab
- 복구방법
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 |
글 보관함