[Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS252 modified
Brought to you by:
rob_d_clark
|
From: Rob C. <rob...@ma...> - 2004-03-17 01:03:13
|
You can view the issue detail at the following URL:
http://icandy.homeunix.org:443/scarab/issues/id/OBJS252
Type
Defect
Issue ID
OBJS252 (continue/break out of synchronized)
Modified by
Rob Clark
rob...@ma... (rob...@ma...)
The following modifications were made to this issue:
---------------------------------------------------------------------
Added comment to issue 'This example program:
try
{
writeln("before while");
while(true)
break;
writeln("after while");
}
finally
{
writeln("finally");
}
ends up running the finally twice, once before...'
---------------------------------------------------------------------
This message is automatically generated by the Scarab
issue tracking system. For more information:
http://scarab.tigris.org
|