You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Cristiano Gavião (JIRA)" <ji...@apache.org> on 2013/03/20 19:29:15 UTC

[jira] [Created] (FELIX-3979) Gogo must support method names with both uppercase and lowercase

Cristiano Gavião created FELIX-3979:
---------------------------------------

             Summary: Gogo must support method names with both uppercase and lowercase
                 Key: FELIX-3979
                 URL: https://issues.apache.org/jira/browse/FELIX-3979
             Project: Felix
          Issue Type: Bug
          Components: Gogo Command, Gogo Runtime
    Affects Versions: gogo.runtime-0.10.0, gogo.command-0.12.0
         Environment: Equinox Kepler
            Reporter: Cristiano Gavião
            Priority: Critical


When I tried to register the method below Gogo ignored it:

@Descriptor("Run stories with an annotated embedder runner.")
    public void runStoriesWithAnnotatedEmbedderRunner(@Descriptor("class names") String classNames) {

    }

Even when I used these function names: "runstorieswithannotatedembedderrunner" or "runStoriesWithAnnotatedEmbedderRunner" 

If I refactor both the method and function names to all lowercase than Gogo accepts it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira