[JBoss JIRA] Created: (JBIDE-9482) SelectionBarTest.testSelectionBarCommandState failure
by Alexey Kazakov (JIRA)
SelectionBarTest.testSelectionBarCommandState failure
-----------------------------------------------------
Key: JBIDE-9482
URL: https://issues.jboss.org/browse/JBIDE-9482
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.3.0.M3
Reporter: Alexey Kazakov
Assignee: Yahor Radtsevich
Fix For: 3.3.0.M3
{code}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.jst.jsp.test.JstJspAllTests
Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 45.261 sec <<< FAILURE!
testSelectionBarCommandState(org.jboss.tools.jst.jsp.test.selbar.SelectionBarTest) Time elapsed: 3.541 sec <<< FAILURE!
junit.framework.AssertionFailedError: check command enabled command status expected:<true> but was:<false>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:283)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:143)
at org.jboss.tools.jst.jsp.test.selbar.SelectionBarTest.testSelectionBarCommandState(SelectionBarTest.java:62)
...
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (JBIDE-9731) Tooltip for EL referenced to message bundles
by Alexey Kazakov (JIRA)
Tooltip for EL referenced to message bundles
--------------------------------------------
Key: JBIDE-9731
URL: https://issues.jboss.org/browse/JBIDE-9731
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Reporter: Alexey Kazakov
Assignee: Victor Rubezhny
Fix For: 3.3.0.M4
So far JBT shows tooltips only for ELs referenced to java.
Let's add tooltips for message bundles too.
For example the tooltip for #{*msgs*.propertyA} will show the path to the message bundle resource.
Tooltip for #{msgs.*propertyA*} will show the path to the message bundle resource and the property name and value (or all of them if there are a few locals with the same property?)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months