You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Andrew Borley (JIRA)" <tu...@ws.apache.org> on 2007/02/19 16:51:05 UTC

[jira] Resolved: (TUSCANY-1092) SCAGEN: missing whitespace causes death-loop

     [ https://issues.apache.org/jira/browse/TUSCANY-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Borley resolved TUSCANY-1092.
------------------------------------

    Resolution: Fixed

Fix in r509228

> SCAGEN: missing whitespace causes death-loop
> --------------------------------------------
>
>                 Key: TUSCANY-1092
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1092
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ SCA
>    Affects Versions: Cpp-M3, Cpp-current
>            Reporter: Andrew Borley
>            Priority: Minor
>             Fix For: Cpp-M3
>
>
> SCAGEN gets stuck in a loop if you have no whitespace between the class name and the following brace in the C++ header files. 
> Code like this:
> class Sample{
> public:
> 	virtual void start() = 0;
> };
> displays the problem with SCAGEN. But slightly changing the code to:
> class Sample {
> public:
> 	virtual void start() = 0;
> };
> or to:
> class Sample
> {
> public:
> 	virtual void start() = 0;
> };
> makes SCAGEN work again!

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org