[JBoss JIRA] (JBIDE-16622) warning about ng-* attributes used by angular js should be possible to ignore
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16622?page=com.atlassian.jira.plugi... ]
Alexey Kazakov resolved JBIDE-16622.
------------------------------------
Assignee: Victor Rubezhny (was: Daniel Azarov)
Resolution: Done
> warning about ng-* attributes used by angular js should be possible to ignore
> -----------------------------------------------------------------------------
>
> Key: JBIDE-16622
> URL: https://issues.jboss.org/browse/JBIDE-16622
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing, upstream
> Reporter: Alexey Kazakov
> Assignee: Victor Rubezhny
> Priority: Critical
> Fix For: 4.2.0.Beta1
>
> Attachments: 2013-05-23_0752.png, 2013-05-23_1548.png, html5_demo.fsh, new_scr.png, scr.png, Screen Shot 2013-05-23 at 3.51.53 PM.png
>
>
> Warning:
> Undefined attribute name (ng-app).
> Undefined attribute name (ng-controller).
> AngularJS is part of the new HTML5 Scaffolding feature in Forge 1.3
> forge install-plugin angularjs
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16622) warning about ng-* attributes used by angular js should be possible to ignore
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16622?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-16622:
----------------------------------------
I'm going to resolve this issue for 4.2.0.Beta1.
Two related bugs still remain:
JBIDE-16621 - The quick fix for unknown attributes is not available if "Ignore specified attribute names" validation preference is unchecked
[Bug 428057|https://bugs.eclipse.org/bugs/show_bug.cgi?id=428057] - The annotation icon isn't shown for 'undefined attribute name' error in HTML Editor.
> warning about ng-* attributes used by angular js should be possible to ignore
> -----------------------------------------------------------------------------
>
> Key: JBIDE-16622
> URL: https://issues.jboss.org/browse/JBIDE-16622
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing, upstream
> Reporter: Alexey Kazakov
> Assignee: Daniel Azarov
> Priority: Critical
> Fix For: 4.2.0.Beta1
>
> Attachments: 2013-05-23_0752.png, 2013-05-23_1548.png, html5_demo.fsh, new_scr.png, scr.png, Screen Shot 2013-05-23 at 3.51.53 PM.png
>
>
> Warning:
> Undefined attribute name (ng-app).
> Undefined attribute name (ng-controller).
> AngularJS is part of the new HTML5 Scaffolding feature in Forge 1.3
> forge install-plugin angularjs
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16623) NPE when creating ConnectionProfile
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16623?page=com.atlassian.jira.plugi... ]
Koen Aers updated JBIDE-16623:
------------------------------
Fix Version/s: 4.2.0.Beta1
> NPE when creating ConnectionProfile
> -----------------------------------
>
> Key: JBIDE-16623
> URL: https://issues.jboss.org/browse/JBIDE-16623
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.2.0.Alpha2
> Reporter: Koen Aers
> Assignee: Koen Aers
> Fix For: 4.2.0.Beta1
>
>
> When creating a new connection profile, I get the following stack trace:
> java.lang.NullPointerException
> at org.jboss.tools.forge.ui.ext.database.ConnectionProfileManagerImpl.createProperties(ConnectionProfileManagerImpl.java:160)
> at org.jboss.tools.forge.ui.ext.database.ConnectionProfileManagerImpl.saveExistingProfile(ConnectionProfileManagerImpl.java:73)
> at org.jboss.tools.forge.ui.ext.database.ConnectionProfileManagerImpl.saveConnectionProfile(ConnectionProfileManagerImpl.java:65)
> at org.jboss.tools.forge.ui.ext.database.ConnectionProfileManagerImpl.saveConnectionProfiles(ConnectionProfileManagerImpl.java:130)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:101)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:74)
> at org.jboss.forge.addon.database.tools.connections.ConnectionProfileManager_$$_javassist_18b68e88-2ac3-4416-9bb7-d5f443805201.saveConnectionProfiles(ConnectionProfileManager_$$_javassist_18b68e88-2ac3-4416-9bb7-d5f443805201.java)
> at org.jboss.forge.addon.database.tools.connections.CreateConnectionProfileCommand.execute(CreateConnectionProfileCommand.java:67)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:59)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:75)
> at org.jboss.forge.addon.database.tools.connections.CreateConnectionProfileCommand_$$_javassist_fe829c68-b03b-49e0-82ab-3702b548355c.execute(CreateConnectionProfileCommand_$$_javassist_fe829c68-b03b-49e0-82ab-3702b548355c.java)
> at org.jboss.forge.addon.ui.impl.controller.SingleCommandControllerImpl.execute(SingleCommandControllerImpl.java:88)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:101)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:74)
> at org.jboss.forge.addon.ui.controller.CommandController_$$_javassist_0a236872-8975-4b42-8b27-76e9882b76e5.execute(CommandController_$$_javassist_0a236872-8975-4b42-8b27-76e9882b76e5.java)
> at org.jboss.tools.forge.ui.ext.wizards.ForgeWizard$1.run(ForgeWizard.java:87)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-14597) warning about ng-* attributes used by angular js should be possible to ignore
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14597?page=com.atlassian.jira.plugi... ]
Alexey Kazakov edited comment on JBIDE-14597 at 2/19/14 2:53 PM:
-----------------------------------------------------------------
This is done for 4.1.2. But be aware those quick fixes for non-wtp-projects are not shown in JBoss Tools Editor. You have to use Ctrl+1 to see it. It's fixed for 4.2.0.Beta1.
was (Author: akazakov):
Done
> warning about ng-* attributes used by angular js should be possible to ignore
> -----------------------------------------------------------------------------
>
> Key: JBIDE-14597
> URL: https://issues.jboss.org/browse/JBIDE-14597
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing, upstream
> Reporter: Burr Sutter
> Assignee: Victor Rubezhny
> Priority: Critical
> Fix For: 4.1.2.CR1
>
> Attachments: 2013-05-23_0752.png, 2013-05-23_1548.png, html5_demo.fsh, new_scr.png, scr.png, Screen Shot 2013-05-23 at 3.51.53 PM.png
>
>
> Warning:
> Undefined attribute name (ng-app).
> Undefined attribute name (ng-controller).
> AngularJS is part of the new HTML5 Scaffolding feature in Forge 1.3
> forge install-plugin angularjs
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-14597) warning about ng-* attributes used by angular js should be possible to ignore
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14597?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-14597:
----------------------------------------
I've created a clone for 4.2.0.Beta1 - JBIDE-16622
> warning about ng-* attributes used by angular js should be possible to ignore
> -----------------------------------------------------------------------------
>
> Key: JBIDE-14597
> URL: https://issues.jboss.org/browse/JBIDE-14597
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing, upstream
> Reporter: Burr Sutter
> Assignee: Daniel Azarov
> Priority: Critical
> Fix For: 4.1.2.CR1
>
> Attachments: 2013-05-23_0752.png, 2013-05-23_1548.png, html5_demo.fsh, new_scr.png, scr.png, Screen Shot 2013-05-23 at 3.51.53 PM.png
>
>
> Warning:
> Undefined attribute name (ng-app).
> Undefined attribute name (ng-controller).
> AngularJS is part of the new HTML5 Scaffolding feature in Forge 1.3
> forge install-plugin angularjs
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16622) warning about ng-* attributes used by angular js should be possible to ignore
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16622?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-16622:
-----------------------------------
Git Pull Request: https://github.com/jbosstools/jbosstools-jst/pull/263, https://github.com/jbosstools/jbosstools-jst/pull/266, https://github.com/jbosstools/jbosstools-base/pull/238, https://github.com/jbosstools/jbosstools-jst/pull/267, https://github.com/jbosstools/jbosstools-jst/pull/270 (was: https://github.com/jbosstools/jbosstools-jst/pull/260, https://github.com/jbosstools/jbosstools-jst/pull/263, https://github.com/jbosstools/jbosstools-jst/pull/266, https://github.com/jbosstools/jbosstools-base/pull/238, https://github.com/jbosstools/jbosstools-jst/pull/267, https://github.com/jbosstools/jbosstools-jst/pull/270)
> warning about ng-* attributes used by angular js should be possible to ignore
> -----------------------------------------------------------------------------
>
> Key: JBIDE-16622
> URL: https://issues.jboss.org/browse/JBIDE-16622
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing, upstream
> Reporter: Alexey Kazakov
> Assignee: Daniel Azarov
> Priority: Critical
> Fix For: 4.2.0.Beta1
>
> Attachments: 2013-05-23_0752.png, 2013-05-23_1548.png, html5_demo.fsh, new_scr.png, scr.png, Screen Shot 2013-05-23 at 3.51.53 PM.png
>
>
> Warning:
> Undefined attribute name (ng-app).
> Undefined attribute name (ng-controller).
> AngularJS is part of the new HTML5 Scaffolding feature in Forge 1.3
> forge install-plugin angularjs
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months