Compiler log for org.eclipse.equinox.p2.metadata_2.9.400.v20250517-1821 : @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/InstallableUnit.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/InstallableUnit.java
 (at line 45)
@SuppressWarnings("serial")
Unnecessary @SuppressWarnings("serial")

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

OTHER 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

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/metadata/expression/parser/LDAPFilterParser.java
 (at line 35)
@SuppressWarnings("serial")
Unnecessary @SuppressWarnings("serial")

/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 104)
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 81)
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 118)
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