Compiler log for org.eclipse.equinox.p2.metadata_2.9.100.v20240318-1446 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 10, INFOS: 0

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/p2/metadata/expression/CoercingComparator.java : 1 warning :

OTHER 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

/src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java : 5 warnings :

OTHER WARNINGS
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

/src/org/eclipse/equinox/p2/query/ExpressionMatchQuery.java : 2 warnings :

OTHER WARNINGS
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>

/src/org/eclipse/equinox/p2/query/ExpressionQuery.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/query/ExpressionQuery.java
 (at line 80)
if (query instanceof IMatchQuery<?>)
The type IMatchQuery<?> is deprecated

/src/org/eclipse/equinox/p2/query/QueryUtil.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/query/QueryUtil.java
 (at line 116)
if (query instanceof IMatchQuery<?>)
The type IMatchQuery<?> is deprecated

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings