- From: Christopher William Turner <cwturner@cycom.co.uk>
- Date: Tue, 12 Dec 2000 14:40:39 +0000
- To: John Philip Anderson <jpanderson_215@hotmail.com>
- CC: www-jigsaw@w3.org
John, Your bugs of the form replace something(i++) with something(i); i++; must be bugs in your compiler, jit or debugger since the source code forms are equivalent according to the java spec. (do you have a Microsoft component somewhere in your environment? :-)) Your changes are OK and may make it easier to watch variables in the debugger. The insertion of a "www" probably hides a bug most of the time but a true fix is probably not to assume any "www" as a host name. I for one have web servers which are not called "www".
Received on Tuesday, 12 December 2000 08:44:01 UTC