]
George Gastaldi closed FORGE-2228.
----------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.15.2.Final
(was: 2.x Future)
Resolution: Done
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
Assignee: George Gastaldi
Fix For: 2.15.2.Final
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}