pruebasetichat / google-plugin-for-eclipse

Automatically exported from code.google.com/p/google-plugin-for-eclipse
Eclipse Public License 1.0
0 stars 0 forks source link

codeserver port is wrong for 9997 #324

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch Super Dev Mode with code server port set to 9997 (which seems to be 
the default)
2. On the console, notice that the port number is actually 9876.
3. Change the port to a different value (say, 9998)
4. Terminate and relaunch
5 Now the port is 9998.

So it looks like it works except for the default value? There isn't a way to 
actually set the port to 9998; you'll get port 9876 instead.

What version of the product are you using? On what operating system?

Eclipse: Luna 4.4.1
Google Plugin for Eclipse 4.4   3.8.0.v201410302155-rel-r44 

Original issue reported on code.google.com by skybr...@google.com on 24 Jan 2015 at 11:22