[JBoss JIRA] (JBIDE-16621) The quick fix for unknown attributes is not available if "Ignore specified attribute names" validation preference is unchecked
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16621?page=com.atlassian.jira.plugi... ]
Victor Rubezhny edited comment on JBIDE-16621 at 2/20/14 2:19 PM:
------------------------------------------------------------------
Currently we have 2 BugZIllas regarding these quickfixes. One of them is marked as 'regression'. I did reported (actually just told on them) on the last WTP Development Status Meeting. Will do the same today, probably.
Not sure if we should mark both issues as a hot. They aren't blockers (at least the one related to this certain issue) from WTP's point of view.
But I'll be glad to here & see '+1' votes from anyone on these issues. Sometimes it's good to push on WTP guys.
The mentioned issues are:
* [Bug #427565 - QuickFix for HTML5 attribute validator annotations is shown for non-HTML5 documents|https://bugs.eclipse.org/bugs/show_bug.cgi?id=427565]
* [Bug #428013 - \[regression\] Web->HTML Files->Validation preference page doesn't saves the new severity values|https://bugs.eclipse.org/bugs/show_bug.cgi?id=428013]
See:
* [WTP Development Status Meeting 2014-02-20|https://wiki.eclipse.org/WTP_2014-02-20#Any_others.3F]
* [WTP Development Status Meeting 2014-02-13|https://wiki.eclipse.org/WTP_2014-02-13#Any_others.3F]
So, tonight two issues mentioned above were targeted to Milestone 3.6 M6, so, we've got a chance to get them fixed.
was (Author: vrubezhny):
Currently we have 2 BugZIllas regarding these quickfixes. One of them is marked as 'regression'. I did reported (actually just told on them) on the last WTP Development Status Meeting. Will do the same today, probably.
Not sure if we should mark both issues as a hot. They aren't blockers (at least the one related to this certain issue) from WTP's point of view.
But I'll be glad to here & see '+1' votes from anyone on these issues. Sometimes it's good to push on WTP guys.
The mentioned issues are:
* [Bug #427565 - QuickFix for HTML5 attribute validator annotations is shown for non-HTML5 documents|https://bugs.eclipse.org/bugs/show_bug.cgi?id=427565]
* [Bug #428013 - \[regression\] Web->HTML Files->Validation preference page doesn't saves the new severity values|https://bugs.eclipse.org/bugs/show_bug.cgi?id=428013]
See:
* [WTP Development Status Meeting 2014-02-20|https://wiki.eclipse.org/WTP_2014-02-20#Any_others.3F]
* [WTP Development Status Meeting 2014-02-13|https://wiki.eclipse.org/WTP_2014-02-13#Any_others.3F]
> The quick fix for unknown attributes is not available if "Ignore specified attribute names" validation preference is unchecked
> ------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16621
> URL: https://issues.jboss.org/browse/JBIDE-16621
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing, upstream
> Affects Versions: 4.2.0.Beta1
> Reporter: Alexey Kazakov
> Assignee: Victor Rubezhny
> Fix For: 4.2.0.Beta1
>
>
> 1. Create a project
> 2. Create the following html file:
> {code}
> <!doctype html>
> <html ng-app>
> </html>
> {code}
> 3. Open the file with JBoss Tools HTML Editor
> 4. Assert: There is a problem "Undefined attribute name" for ng-app
> 5. Assert: Move the mouse over the problem and you see two quick fixes:
> - Ignore ng-app attribute
> - Ignore all ng-* attributes
> 6. Go to Preference->Web->Validation->
> 7. Check "Ignore specified attribute names"
> 8. Add "ng-app,ng-*" pattern
> 9. Uncheck "Ignore specified attribute names". Click OK.
> 10. Assert: There is still a problem "Undefined attribute name" for ng-app
> 11. Failure: Move the mouse over the problem but there are not quick fixes any more.
--
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] (JBDS-2930) Verify pmd/4.0.1 with JBDS 8.0
by Len DiMaggio (JIRA)
Len DiMaggio created JBDS-2930:
----------------------------------
Summary: Verify pmd/4.0.1 with JBDS 8.0
Key: JBDS-2930
URL: https://issues.jboss.org/browse/JBDS-2930
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: 3rd-party-certification
Affects Versions: 8.0.0.Beta1
Reporter: Len DiMaggio
Assignee: Radim Hopp
Fix For: 8.0.0.Beta1
--
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-16621) The quick fix for unknown attributes is not available if "Ignore specified attribute names" validation preference is unchecked
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16621?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-16621:
----------------------------------------
[~vrubezhny] if it's safe, yes please.
> The quick fix for unknown attributes is not available if "Ignore specified attribute names" validation preference is unchecked
> ------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16621
> URL: https://issues.jboss.org/browse/JBIDE-16621
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing, upstream
> Affects Versions: 4.2.0.Beta1
> Reporter: Alexey Kazakov
> Assignee: Victor Rubezhny
> Fix For: 4.2.0.Beta1
>
>
> 1. Create a project
> 2. Create the following html file:
> {code}
> <!doctype html>
> <html ng-app>
> </html>
> {code}
> 3. Open the file with JBoss Tools HTML Editor
> 4. Assert: There is a problem "Undefined attribute name" for ng-app
> 5. Assert: Move the mouse over the problem and you see two quick fixes:
> - Ignore ng-app attribute
> - Ignore all ng-* attributes
> 6. Go to Preference->Web->Validation->
> 7. Check "Ignore specified attribute names"
> 8. Add "ng-app,ng-*" pattern
> 9. Uncheck "Ignore specified attribute names". Click OK.
> 10. Assert: There is still a problem "Undefined attribute name" for ng-app
> 11. Failure: Move the mouse over the problem but there are not quick fixes any more.
--
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