[JBoss JIRA] Created: (JBIDE-9501) Some JST/VPE editos classes use deprecated content assist processors code
by Victor Rubezhny (JIRA)
Some JST/VPE editos classes use deprecated content assist processors code
-------------------------------------------------------------------------
Key: JBIDE-9501
URL: https://issues.jboss.org/browse/JBIDE-9501
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing, Visual Page Editor core
Affects Versions: 3.3.0.M2
Reporter: Victor Rubezhny
Assignee: Victor Rubezhny
Priority: Minor
Fix For: 3.3.x
Some classes in JST/VPE editors use deprecated content assist processors code which is not actual and should be removed.
Since the org.jboss.tools.jst.jsp.contentassist.*ContentAssistProcessor classes are replaced by the recent equivalents (See org.jboss.tools.jst.jsp.contentassist.computers.*CompletionProposalComputer classes), these classes are subject to be removed.
But there are number of JST/VPE classes which use those deprecated and non-actual classes. These classes are to be re-factored using new set of Content Assist computer classes.
The Search on references to org.jboss.tools.jst.jsp.contentassist.*ContentAssistProcessor classes shows the following usages:
org.jboss.tools.jst.jsp.contentassist - src - org.jboss.tools.jst.jsp
FaceletPageContectAssistProcessor
JSPDialogContentProposalProvider
getParentTags(JspContentAssistProcessor)
processor
setContext(Properties)
org.jboss.tools.jst.jsp.jspeditor - src - org.jboss.tools.jst.jsp
JSPTextEditor
AttributeDescriptorValueProviderImpl
processor
org.jboss.tools.jst.jsp.outline - src - org.jboss.tools.jst.jsp
JSPContentOutlineConfiguration
createKbQuery(JspContentAssistProcessor, Node, int)
createNodeActionManager(TreeViewer)
new HTMLNodeActionManager() {...}
contributeAddChildActions(IMenuManager, Node, int, int)
JSPPropertySourceAdapter
createKbQuery(JspContentAssistProcessor)
processor
setTarget(INodeNotifier)
ValueHelper
createContentAssistProcessor() (2 matches)
createPageContext(JspContentAssistProcessor, int)
org.jboss.tools.vpe.editor.template.expression - src - org.jboss.tools.vpe
VpeFunctionSrc
createKbQuery(JspContentAssistProcessor, Node, int, String)
processValue(VpePageContext, Node, String)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] (JBIDE-10534) test failure in vpe.html
by Nick Boldt (Created) (JIRA)
test failure in vpe.html
------------------------
Key: JBIDE-10534
URL: https://issues.jboss.org/browse/JBIDE-10534
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core, Visual Page Editor Templates
Affects Versions: 3.3.0.Beta1
Reporter: Nick Boldt
Assignee: Yahor Radtsevich
Fix For: 3.3.0.Beta1
https://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Trunk/jo... (failing for 3 builds)
{code}
Error Message
/mnt/hudson_workspace/workspace/jbosstools-3.3_trunk.component--vpe/sources/tests/org.jboss.tools.vpe.html.test/target/work/data/htmlTest/WebContent/pages/jbide9975( 1 )/CSSImportConstruction.html.xml[/tests/test[1]/TD]: CSS property [height] is [19px], but should be [20px]
Stacktrace
junit.framework.AssertionFailedError: /mnt/hudson_workspace/workspace/jbosstools-3.3_trunk.component--vpe/sources/tests/org.jboss.tools.vpe.html.test/target/work/data/htmlTest/WebContent/pages/jbide9975( 1 )/CSSImportConstruction.html.xml[/tests/test[1]/TD]:
CSS property [height] is [19px], but should be [20px]
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.base.test.ComponentContentTest.compareStyles(ComponentContentTest.java:114)
at org.jboss.tools.vpe.base.test.ComponentContentTest.performStyleTest(ComponentContentTest.java:368)
at org.jboss.tools.vpe.html.test.HtmlComponentContentTest.testCssImport(HtmlComponentContentTest.java:489)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] Created: (JBIDE-9420) JBoss Tools create unnecessary Linked Resources
by Fred Bricon (JIRA)
JBoss Tools create unnecessary Linked Resources
-----------------------------------------------
Key: JBIDE-9420
URL: https://issues.jboss.org/browse/JBIDE-9420
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common
Affects Versions: 3.3.0.M2
Reporter: Fred Bricon
Assignee: Alexey Kazakov
Attachments: extra-linked-resources.jpg, extra-linked-resources.zip
When creating a multi module project with maven (war + jar for instance), if the war project installs the JSF facet, then all the sources of its dependent projects are added as linked resources.
It occurs when the KB nature is added. However, I've seen other occurences of the problem, where my eclipse plugins (not dependent on any JavaEE/JSF features) in the workspace also showcase this annoying behavior if JBT is installed.
I'm attaching 2 projects to reproduce the issue.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] (JBIDE-10565) Wrong EL content assist inside token '#{'
by Viacheslav Kabanovich (Created) (JIRA)
Wrong EL content assist inside token '#{'
-----------------------------------------
Key: JBIDE-10565
URL: https://issues.jboss.org/browse/JBIDE-10565
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core
Affects Versions: 3.3.0.M5
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.Beta1
EXECUTE: Type #{ in attribute value or in text node in xml.
EXECUTE: Set cursor inside that token #|{ and invoke content assist.
FAILURE: JBoss Tools provide all names available for EL (CDI named beans, Seam components, JSF managed beans and resource bundles, etc.)
FAILUTE: If a proposal 'abc' is selected for insertion, it is inserted in this way: #abc}{
ASSERT: JBoss Tools provides nothing for that position.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] (JBIDE-10593) Ctrl+Shift+G on a java element doesn't work for complex ELs
by Alexey Kazakov (Created) (JIRA)
Ctrl+Shift+G on a java element doesn't work for complex ELs
-----------------------------------------------------------
Key: JBIDE-10593
URL: https://issues.jboss.org/browse/JBIDE-10593
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.3.0.Beta1
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.3.0.Beta1
Create a CDI project.
Create the following class:
{code}
@Named("testFishBean")
public class Fish {
public String getFoo1() {
return "";
}
public String foo23() {
return "";
}
}
{code}
And an XHTML with the following ELs:
{code}
#{testFishBean.foo1 + testFishBean.foo23()} <!-- ARE NOT FOUND!!! -->
#{testFishBean.foo1} <!-- FOUND -->
#{testFishBean.foo23()} <!-- FOUND -->
#{testFishBean.foo23} <!-- FOUND -->
{code}
Try to Ctrl+Shift+G on the class name and both methods.
#{testFishBean.foo1 + testFishBean.foo23()} is not found.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months