Project

General

Profile

Bug #1450

Updated by Greg Shah almost 12 years ago

Sometimes, when converting a 4GL program into java the comments cause the generated java source broken.

Attached are the important files needed to reproduce the bug. I noticed that the problem seems to be the comments at the beginning of an included file.

As soon as the first line
/*aaa*/
is removed from the 'chrdat.i', the conversion process is successful.
Also configuring the conversion process to drop the comments will also fix the problem.
I did not observed if other comments from the main and included files are causing the conversion to fail.

Back