Compiler log for org.eclipse.jdt.text.tests_3.15.200.v20250815-1938 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 5, 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/jdt/text/tests/AbstractForLoopJavaContextTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/AbstractForLoopJavaContextTest.java
 (at line 111)
return store.getTemplateData(id).getTemplate();
The method getTemplate() from the type TemplatePersistenceData is deprecated

/src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java
 (at line 243)
fAccessor.invoke("clearCachedValues", null, null);
Type null of the last argument to method invoke(String, Class<?>[], Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.

/src/org/eclipse/jdt/text/tests/performance/PerformanceTestSetup.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/PerformanceTestSetup.java
 (at line 86)
assertTrue(JavaCore.create(project).exists());
The method assertTrue(boolean) from the type Assert is deprecated

/src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 44)
ContextTypeRegistry registry= JavaPlugin.getDefault().getTemplateContextRegistry();
The type ContextTypeRegistry is deprecated
2. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 45)
TemplateContextType context= registry.getContextType(resolverContextTypeId);
The method getContextType(String) from the type ContextTypeRegistry 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