You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tyler Hobbs (JIRA)" <ji...@apache.org> on 2014/08/15 21:51:18 UTC

[jira] [Created] (CASSANDRA-7781) UDF class methods are not verified to be static

Tyler Hobbs created CASSANDRA-7781:
--------------------------------------

             Summary: UDF class methods are not verified to be static
                 Key: CASSANDRA-7781
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7781
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Tyler Hobbs
            Assignee: Tyler Hobbs
            Priority: Minor
             Fix For: 3.0


I added a test for this in CASSANDRA-7395, but apparently forgot that it was broken when I committed the patch..

We just need to check:

{code}
Modifiers.isStatic(method.getModifiers())
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)