Antonio Goncalves created FORGE-2228:
----------------------------------------
Summary: Cannot create a method on a Java Interface
Key: FORGE-2228
URL:
https://issues.jboss.org/browse/FORGE-2228
Project: Forge
Issue Type: Enhancement
Components: Java EE
Affects Versions: 2.14.0.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
With [FORGE-1842] we can now create methods on Java classes. But it doesn't work on
Java interface.
{code}
[util]$ java-new-interface --named MyInterface
[MyInterface.java]$ java-new-method --methodName generateNumber --returnType String
--accessType public
***INFO*** Required inputs not satisfied, entering interactive mode
{code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)