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/WrappedIQuery.java (at line 44) if (query instanceof IMatchQuery<?>) { The type IMatchQuery<?> is deprecated |
2. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java (at line 51) return Boolean.valueOf(((IMatchQuery<Object>) query).isMatch(value)); The type IMatchQuery<Object> is deprecated |
3. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java (at line 51) return Boolean.valueOf(((IMatchQuery<Object>) query).isMatch(value)); The method isMatch(Object) from the type IMatchQuery<Object> is deprecated |
4. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java (at line 78) 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 104) 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 81) if (query instanceof IMatchQuery<?>) { The type IMatchQuery<?> is deprecated |
1. WARNING in /src/org/eclipse/equinox/p2/query/QueryUtil.java (at line 118) 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 |