You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Chris Hogue (JIRA)" <de...@beehive.apache.org> on 2006/07/18 19:02:14 UTC

[jira] Created: (BEEHIVE-1133) Event handlers marked as private are not flagged as errors during annotation processing

Event handlers marked as private are not flagged as errors during annotation processing
---------------------------------------------------------------------------------------

                 Key: BEEHIVE-1133
                 URL: http://issues.apache.org/jira/browse/BEEHIVE-1133
             Project: Beehive
          Issue Type: Bug
          Components: Controls
    Affects Versions: 1.0.1
            Reporter: Chris Hogue
            Priority: Minor


Methods with the @EventHandler annotation that are marked as private are not flagged as errors. Once the client initializer is generated, it has a javac error because it's got a compile-time dependency on that method, but of course can't access it because it's private.

It seems like it would be useful to flag this with an annotation processor error to catch the error sooner, and closer to the actual source of the problem.

-- 
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