[ 
https://issues.apache.org/jira/browse/YOKO-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505269
 ] 

Balaji Ravi commented on YOKO-385:
----------------------------------

I have fixed the #endif issue but the problems with comments is the following:

It fails only if the comment happens in the same line.

For eg:

/*******************
*
*
*********************/

The IDLLexer throws a error with the above comments. But if i change it to the 
following it works fine.

/*************
*
*
**************
*/


> IDLPreProcessor doesn't handle comments
> ---------------------------------------
>
>                 Key: YOKO-385
>                 URL: https://issues.apache.org/jira/browse/YOKO-385
>             Project: Yoko - CORBA Server
>          Issue Type: Bug
>    Affects Versions: v1.0.0
>            Reporter: Balaji Ravi
>            Assignee: Balaji Ravi
>             Fix For: v1.0.0
>
>
> When an idl has /* comments the idl parser fails because the preprocessor 
> doesn't handle them. Also, then check for #endif doesn;t take in to account 
> comments after #end if on the same line.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to