errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/expression/CoercingComparator.java (at line 18) import java.security.AccessController; The type AccessController has been deprecated since version 17 and marked for removal |
1. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java (at line 18) import org.eclipse.equinox.p2.query.IMatchQuery; The type IMatchQuery<T> is deprecated |
2. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java (at line 44) if (query instanceof IMatchQuery<?>) { The type IMatchQuery<?> is deprecated |
3. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java (at line 50) return Boolean.valueOf(((IMatchQuery<Object>) query).isMatch(value)); The type IMatchQuery<Object> is deprecated |
4. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java (at line 50) return Boolean.valueOf(((IMatchQuery<Object>) query).isMatch(value)); The method isMatch(Object) from the type IMatchQuery<Object> is deprecated |
5. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java (at line 75) return (query instanceof IMatchQuery<?>) ? variable == ExpressionFactory.THIS : variable == ExpressionFactory.EVERYTHING; The type IMatchQuery<?> is deprecated |
1. WARNING in /src/org/eclipse/equinox/p2/query/ExpressionMatchQuery.java (at line 36) public class ExpressionMatchQuery<T> implements IMatchQuery<T>, IQueryWithIndex<T> { The type IMatchQuery<T> is deprecated |
2. WARNING in /src/org/eclipse/equinox/p2/query/ExpressionMatchQuery.java (at line 99) public boolean isMatch(T candidate) { The method ExpressionMatchQuery<T>.isMatch(T) overrides a deprecated method from IMatchQuery<T> |
1. WARNING in /src/org/eclipse/equinox/p2/query/ExpressionQuery.java (at line 80) if (query instanceof IMatchQuery<?>) The type IMatchQuery<?> is deprecated |
1. WARNING in /src/org/eclipse/equinox/p2/query/QueryUtil.java (at line 116) if (query instanceof IMatchQuery<?>) The type IMatchQuery<?> is deprecated |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |