Attach the Actual Option Values to the CommandExecuted Event
------------------------------------------------------------
Key: FORGE-394
URL: https://issues.jboss.org/browse/FORGE-394
Project: Forge
Issue Type: Feature Request
Components: Shell
Affects Versions: 1.0.0.Beta3
Reporter: Koen Aers
Assignee: Koen Aers
Fix For: 1.0.0.Beta4
It is not only needed to have the metadata about the executed command, also the actual values are needed to do meaningful stuff afterwards.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Fix Broken JavaClassTest on Windows
-----------------------------------
Key: FORGE-395
URL: https://issues.jboss.org/browse/FORGE-395
Project: Forge
Issue Type: Bug
Components: Parsers / File Manipulation
Affects Versions: 1.0.0.Beta3
Reporter: Koen Aers
Assignee: Koen Aers
Fix For: 1.0.0.Beta4
The assertions in the test depend on the line separator being '\n'. This is not platform independent. The correct way is to use System.getProperty("line.separator").
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
org.jboss.forge.parser.java.Method needs getGenericReturnType (or equivalent)
-----------------------------------------------------------------------------
Key: FORGE-387
URL: https://issues.jboss.org/browse/FORGE-387
Project: Forge
Issue Type: Enhancement
Reporter: Richard Kennard
Assignee: Lincoln Baxter III
Currently, if I have a method...
public List<Foo> getList();
...then org.jboss.forge.parser.java.Method.getReturnType() returns...
java.util.List
There doesn't appear to be a way to get hold of the generic type <Foo>?
java.lang.Method has a special method 'getGenericReturnType' method which returns a ParameterizedType which you can then call 'getActualTypeArguments' on. I don't necessarily like that API, but we need some equivalent to it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira