Compiler log for org.eclipse.equinox.console.tests_1.3.100.v20240213-1244 : @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/equinox/console/telnet/TelnetCommandTests.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/console/telnet/TelnetCommandTests.java
 (at line 55)
when(context.registerService(any(String.class), any(), any(Dictionary.class))).thenReturn(null);
Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary<String,?>

/src/org/eclipse/equinox/console/telnet/TelnetCommandWithConfigAdminTests.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/console/telnet/TelnetCommandWithConfigAdminTests.java
 (at line 60)
when(context.registerService(any(String.class), any(ManagedService.class), any(Dictionary.class)))
Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary<String,?>
2. WARNING in /src/org/eclipse/equinox/console/telnet/TelnetCommandWithConfigAdminTests.java
 (at line 65)
when(context.registerService(any(String.class), any(TelnetCommand.class), any(Dictionary.class)))
Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary<String,?>
3. WARNING in /src/org/eclipse/equinox/console/telnet/TelnetCommandWithConfigAdminTests.java
 (at line 115)
when(context.registerService(any(String.class), any(ManagedService.class), any(Dictionary.class)))
Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary<String,?>
4. WARNING in /src/org/eclipse/equinox/console/telnet/TelnetCommandWithConfigAdminTests.java
 (at line 120)
when(context.registerService(any(String.class), any(TelnetCommand.class), any(Dictionary.class)))
Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary<String,?>

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