[JBoss JIRA] (ROASTER-104) array parsing is broken for the archaic form
by Justin Lee (JIRA)
Justin Lee created ROASTER-104:
----------------------------------
Summary: array parsing is broken for the archaic form
Key: ROASTER-104
URL: https://issues.jboss.org/browse/ROASTER-104
Project: Roaster
Issue Type: Bug
Components: API
Affects Versions: 2.18.7.Final
Reporter: Justin Lee
When a method has a definition like so:
{code:java}
public String(char value[]) {
this.value = Arrays.copyOf(value, value.length);
}
{code}
The argument on the Method comes back with the type as 'char' with no indication that it's an array. A declaration like below properly flags the Parameter as an array.
{code:java}
public abstract float[] toRGB(float[] colorvalue);
{code}
I discovered this bug parsing String.java from the JDK, fwiw.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (FORGE-2653) please include WHAT FORGE IS somewhere on the home page
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2653?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-2653:
----------------------------------------
Totally agree. Had this in my todo list but haven't created a JIRA for it. I struggle a bit when trying to define it.
Do you have any suggestions?
Forge is a project management tool that allows you to automate repetititve, boring development tasks that you would probably google it, like setting up JPA in a Java eE 7 application using Maven for example (what files should be changed? What should go into those files?), . It sports a set of addons for the most used technologies nowadays and integrates with your favorite IDE to provide a seamless experience.
> please include WHAT FORGE IS somewhere on the home page
> -------------------------------------------------------
>
> Key: FORGE-2653
> URL: https://issues.jboss.org/browse/FORGE-2653
> Project: Forge
> Issue Type: Quality Risk
> Environment: *Location*: http://forge.jboss.org/
> *User-Agent*: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36
> *Referrer*: http://forge.jboss.org/1.x/index.html
> *Screen Resolution*: 1680 x 1050
> Reporter: Lincoln Baxter III
> Labels: collector-719046f7
>
> I looked at the forge.jboss.org page and the pages linked from it for several minutes trying to find an actual description of what jboss forge is, and other than "JBoss Forge is the Fastest way to build Maven-based Java EE projects,
> and anything else you fancy." I couldn't find anything. Very frustrating. I still don't know what on earth it is.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (FORGE-2653) please include WHAT FORGE IS somewhere on the home page
by Lincoln Baxter III (JIRA)
Lincoln Baxter III created FORGE-2653:
-----------------------------------------
Summary: please include WHAT FORGE IS somewhere on the home page
Key: FORGE-2653
URL: https://issues.jboss.org/browse/FORGE-2653
Project: Forge
Issue Type: Quality Risk
Environment:
*Location*: http://forge.jboss.org/
*User-Agent*: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36
*Referrer*: http://forge.jboss.org/1.x/index.html
*Screen Resolution*: 1680 x 1050
Reporter: Lincoln Baxter III
I looked at the forge.jboss.org page and the pages linked from it for several minutes trying to find an actual description of what jboss forge is, and other than "JBoss Forge is the Fastest way to build Maven-based Java EE projects,
and anything else you fancy." I couldn't find anything. Very frustrating. I still don't know what on earth it is.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (ROASTER-103) compute serialUID incomplete
by Anonymous (JIRA)
[ https://issues.jboss.org/browse/ROASTER-103?page=com.atlassian.jira.plugi... ]
Issue was automatically transitioned when George Gastaldi merged pull request #62 in GitHub
-------------------------------------------------------------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> compute serialUID incomplete
> ----------------------------
>
> Key: ROASTER-103
> URL: https://issues.jboss.org/browse/ROASTER-103
> Project: Roaster
> Issue Type: Bug
> Affects Versions: 2.18.7.Final
> Reporter: Nicolas Challut
> Assignee: Nicolas Challut
>
> If I extend a class which implements Serializable, I have to have a serialVersionUID even if I don't implements Serializable myself. But SerialVersionUIDComputer.compute() returrn 0...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (ROASTER-103) compute serialUID incomplete
by Anonymous (JIRA)
[ https://issues.jboss.org/browse/ROASTER-103?page=com.atlassian.jira.plugi... ]
Issue was automatically transitioned when George Gastaldi created pull request #62 in GitHub
--------------------------------------------------------------------------------------------
Status: Pull Request Sent (was: Coding In Progress)
> compute serialUID incomplete
> ----------------------------
>
> Key: ROASTER-103
> URL: https://issues.jboss.org/browse/ROASTER-103
> Project: Roaster
> Issue Type: Bug
> Affects Versions: 2.18.7.Final
> Reporter: Nicolas Challut
> Assignee: Nicolas Challut
>
> If I extend a class which implements Serializable, I have to have a serialVersionUID even if I don't implements Serializable myself. But SerialVersionUIDComputer.compute() returrn 0...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (FORGE-2636) No specified tables error
by John Spencer (JIRA)
[ https://issues.jboss.org/browse/FORGE-2636?page=com.atlassian.jira.plugin... ]
John Spencer commented on FORGE-2636:
-------------------------------------
I'll check in a few days when I have a bit more time, if I can remember.
> No specified tables error
> -------------------------
>
> Key: FORGE-2636
> URL: https://issues.jboss.org/browse/FORGE-2636
> Project: Forge
> Issue Type: Bug
> Components: Database Tools
> Affects Versions: 3.0.1.Final
> Environment: Windows 10, x64
> Reporter: John Spencer
>
> When I try to execute jpa-generate-entities-from-tables, using:
> {code:java}
> jpa-generate-entities-from-tables --database-tables * --jdbc-url "jdbc:mysql://localhost:3306/validDB" --user-name root --user-password 1234 --driver-location "validpath\mysql-connector-java-5.1.6-bin.jar" --driver-class com.mysql.jdbc.Driver;
> {code}
> Forge asks me again to enter all of information specified in the command, I do so, and then says "At least one database table must be specified".
> Also the "--database-tables" parameter does not show up in the list of available parameters when pressing tab after having specified a connection profile and/or specifying connection parameters. This might possibly be related to this [issue] (https://issues.jboss.org/projects/FORGE/issues/FORGE-2635?filter=allopeni...).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months