Compiler log for org.eclipse.equinox.p2.metadata_2.7.100.v20230630-1506 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 1, INFOS: 3

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

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/p2/metadata/expression/CoercingComparator.java : 3 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/equinox/internal/p2/metadata/expression/CoercingComparator.java
 (at line 326)
return o1.equals(o2);
Unlikely argument type for equals(): TB seems to be unrelated to TA
2. INFO in /src/org/eclipse/equinox/internal/p2/metadata/expression/CoercingComparator.java
 (at line 328)
return o2.equals(o1);
Unlikely argument type for equals(): TA seems to be unrelated to TB
3. INFO in /src/org/eclipse/equinox/internal/p2/metadata/expression/CoercingComparator.java
 (at line 337)
return o1.equals(o2);
Unlikely argument type for equals(): TB seems to be unrelated to TA

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings