errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged 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,?> |
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,?> |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |