Michael Schwartz created FORGE-1254:
---------------------------------------
Summary: calling setStatic(true) on a static method add keyword
"static" twice
Key: FORGE-1254
URL:
https://issues.jboss.org/browse/FORGE-1254
Project: Forge
Issue Type: Bug
Affects Versions: 1.4.1.Final
Reporter: Michael Schwartz
Priority: Minor
Testclass:
class Tester() {
static void testit() {
}
}
Forge:
Method<?> method = entityclass.getMethod("testit");
method.setStatic(true);
// save the class
yields to:
static static void testit() {}
--
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