[JBoss JIRA] (FORGE-1830) Provide some hint in Eclipse that a Step is 'working'
by Aslak Knutsen (JIRA)
Aslak Knutsen created FORGE-1830:
------------------------------------
Summary: Provide some hint in Eclipse that a Step is 'working'
Key: FORGE-1830
URL: https://issues.jboss.org/browse/FORGE-1830
Project: Forge
Issue Type: Feature Request
Components: UI - Eclipse
Reporter: Aslak Knutsen
Would be nice if the Eclipse Forge Step wizard could show a little spinning wheel or something when a Step/Field selection cause extra work.
e.g.
When a selected Artifact is resolving available Versions from Central
Currently it just goes kinda grey and seems a bit stuck.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (FORGE-1829) setItemLabelConverter cause NullPointerException in Eclipse
by Aslak Knutsen (JIRA)
Aslak Knutsen created FORGE-1829:
------------------------------------
Summary: setItemLabelConverter cause NullPointerException in Eclipse
Key: FORGE-1829
URL: https://issues.jboss.org/browse/FORGE-1829
Project: Forge
Issue Type: Bug
Components: UI - Eclipse
Reporter: Aslak Knutsen
{code}
containerAdapter.setItemLabelConverter(new Converter<Container, String>() {
@Override
public String convert(Container source) {
return source.getId();
}
});
{code}
In Eclipse, the Converter is called with a "null" argument during Step/Command initialization. Unless the user specifically checks for null a NullPointerException is thrown.
This is especially odd in the case where the user provide a Set of ValueChoices to convert and none of those are null.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (FORGE-1828) Installing the same Addon twice cause ClassCastException in Eclipse
by Aslak Knutsen (JIRA)
Aslak Knutsen created FORGE-1828:
------------------------------------
Summary: Installing the same Addon twice cause ClassCastException in Eclipse
Key: FORGE-1828
URL: https://issues.jboss.org/browse/FORGE-1828
Project: Forge
Issue Type: Bug
Components: UI - Eclipse
Reporter: Aslak Knutsen
Steps:
* addon-build-and-install
* execute plugin
* addon-build-and-install
* execute plugin
** Might fail on ClassCastException due to two different ClassLoaders operating on the same Class.
java.lang.ClassCastException:
org.jboss.forge.arquillian.container.index.ContainerDirectoryParser
cannot be cast to
org.jboss.forge.arquillian.container.index.ContainerDirectoryParser
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (FORGE-1828) Installing the same Addon twice cause ClassCastException in Eclipse
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/FORGE-1828?page=com.atlassian.jira.plugin... ]
Aslak Knutsen commented on FORGE-1828:
--------------------------------------
Extra hint, ContainerDirectoryParser is @ApplicationScoped
> Installing the same Addon twice cause ClassCastException in Eclipse
> -------------------------------------------------------------------
>
> Key: FORGE-1828
> URL: https://issues.jboss.org/browse/FORGE-1828
> Project: Forge
> Issue Type: Bug
> Components: UI - Eclipse
> Reporter: Aslak Knutsen
>
> Steps:
> * addon-build-and-install
> * execute plugin
> * addon-build-and-install
> * execute plugin
> ** Might fail on ClassCastException due to two different ClassLoaders operating on the same Class.
> java.lang.ClassCastException:
> org.jboss.forge.arquillian.container.index.ContainerDirectoryParser
> cannot be cast to
> org.jboss.forge.arquillian.container.index.ContainerDirectoryParser
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (FORGE-1827) Auto focus next/finish if all fields have default values
by Aslak Knutsen (JIRA)
Aslak Knutsen created FORGE-1827:
------------------------------------
Summary: Auto focus next/finish if all fields have default values
Key: FORGE-1827
URL: https://issues.jboss.org/browse/FORGE-1827
Project: Forge
Issue Type: Feature Request
Components: UI - Eclipse
Reporter: Aslak Knutsen
Priority: Minor
To avoid having to mouse/tab around, it would be nice if the Step Wizards could auto focus on the next/finish buttons if all fields have default values.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (ROASTER-15) SyntaxErrors extended information
by Walter Medvedeo (JIRA)
Walter Medvedeo created ROASTER-15:
--------------------------------------
Summary: SyntaxErrors extended information
Key: ROASTER-15
URL: https://issues.jboss.org/browse/ROASTER-15
Project: Roaster
Issue Type: Feature Request
Components: API
Affects Versions: 2.4.0.Final
Reporter: Walter Medvedeo
Priority: Minor
It would be good to have information about line and colum at sintax error, given that this information is tipically used by clients that consumes parsing information.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months