You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org> on 2005/08/06 00:12:35 UTC

[jira] Created: (BEEHIVE-874) controls annotation processor generates bad code when control is in the default package

controls annotation processor generates bad code when control is in the default package
---------------------------------------------------------------------------------------

         Key: BEEHIVE-874
         URL: http://issues.apache.org/jira/browse/BEEHIVE-874
     Project: Beehive
        Type: Bug
  Components: Controls  
    Versions: TBD    
    Reporter: Eddie O'Neil
    Priority: Minor
     Fix For: TBD


When a control implementation bean is in the default package, the code generator produces a package name as:

  package ;

and should just be blank.

Repro to be attached shortly.
  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (BEEHIVE-874) controls annotation processor generates bad code when control is in the default package

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-874?page=all ]

Eddie O'Neil updated BEEHIVE-874:
---------------------------------

    Attachment: beehive-874.diff

Patch for this issue.  To be applied at some point (after 1.0 ships?).

> controls annotation processor generates bad code when control is in the default package
> ---------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-874
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-874
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: TBD
>     Reporter: Eddie O'Neil
>     Priority: Minor
>      Fix For: TBD
>  Attachments: beehive-874.diff
>
> When a control implementation bean is in the default package, the code generator produces a package name as:
>   package ;
> and should just be blank.
> Repro to be attached shortly.
>   

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira