Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 361282

Summary: Compiler warnings in I20111018-0850
Product: [Eclipse Project] Equinox Reporter: Olivier Thomann <Olivier_Thomann>
Component: ComponentsAssignee: Lazar Kirchev <l.kirchev>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tjwatson
Version: unspecified   
Target Milestone: Juno M3   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on: 361410    
Bug Blocks:    

Description Olivier Thomann CLA 2011-10-18 13:48:59 EDT
1. WARNING in /src/org/eclipse/equinox/console/command/adapter/Activator.java
 (at line 61)
private static Object telnetLock = new Object();
The value of the field Activator.telnetLock is not used
2. WARNING in /src/org/eclipse/equinox/console/command/adapter/Activator.java
 (at line 62)
private static Object sshLock = new Object();
The value of the field Activator.sshLock is not used
3. WARNING in /src/org/eclipse/equinox/console/command/adapter/Activator.java
 (at line 63)
private static List<TelnetCommand> telnetConnections = new ArrayList<TelnetCommand>();
The value of the field Activator.telnetConnections is not used
4. WARNING in /src/org/eclipse/equinox/console/command/adapter/Activator.java
 (at line 64)
private static List<SshCommand> sshConnections = new ArrayList<SshCommand>();
The value of the field Activator.sshConnections is not used
Comment 1 Thomas Watson CLA 2011-10-18 15:42:07 EDT
Lazar, please ensure these get fixed.  Thanks.
Comment 2 Lazar Kirchev CLA 2011-10-19 02:16:00 EDT
(In reply to comment #1)
> Lazar, please ensure these get fixed.  Thanks.

Fixed with commit http://git.eclipse.org/c/equinox/rt.equinox.bundles.git/commit/?id=98303bb1e9a65c56740a6e59da463c2c832a0c45
Comment 3 Thomas Watson CLA 2011-10-21 08:52:43 EDT
Note that the compile errors in the build are for the code in the incubator.  We have recently moved the code to the rt.equinox.bundles repository and that is where Lazar has fixed the code.  This bug will not be fixed until we start building the new bundles out of the rt.equinox.bundles repo: bug 361410.
Comment 4 Thomas Watson CLA 2011-10-26 08:52:05 EDT
This has been fix, we are now building the correct console code from rt.equinox.bundles.