Skip navigation links
A B C D F H I J N R S U 

A

ALL - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses all warnings

B

BOXING - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to boxing/unboxing operations

C

CAST - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to cast operations
com.github.sebhoss.warnings - package com.github.sebhoss.warnings
Constants for @SuppressWarnings annotations.
CompilerWarnings - Class in com.github.sebhoss.warnings
List of Eclipse compiler warnings which can be suppressed by the SuppressWarnings annotation.

D

DEP_ANN - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to deprecated annotation
DEPRECATION - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to deprecation

F

FALLTHROUGH - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to missing breaks in switch statements
FINALLY - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to finally block that don't return

H

HIDING - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to locals that hide variable

I

INCOMPLETE_SWITCH - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to missing entries in a switch statement (enum case)

J

JAVADOC - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to javadoc warnings

N

NLS - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to non-localized string literals
NULL - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to null analysis

R

RAWTYPES - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to usage of raw types
RESOURCE - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to usage of resources of type Closeable
RESTRICTION - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
suppress warnings relative to usage of discouraged or forbidden references

S

SERIAL - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to missing serialVersionUID field for a serializable class
STATIC_ACCESS - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to incorrect static access
STATIC_METHOD - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to methods that could be declared as static
SUPER - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to overriding a method without super invocations
SYNC_OVERRIDE - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings because of missing synchronize when overriding a synchronized method
SYNTHETIC_ACCESS - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to unoptimized access from inner classes

U

UNCHECKED - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to unchecked operations
UNQUALIFIED_FIELD_ACCESS - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to field access unqualified
UNUSED - Static variable in class com.github.sebhoss.warnings.CompilerWarnings
Suppresses warnings relative to unused code and dead code
A B C D F H I J N R S U 
Skip navigation links

Copyright © 2013-2016 sebhoss. All Rights Reserved.