[JBoss JIRA] (JBIDE-12308) VPE throws StackOverflowError and visual part is blank
by Yahor Radtsevich (JIRA)
Yahor Radtsevich created JBIDE-12308:
----------------------------------------
Summary: VPE throws StackOverflowError and visual part is blank
Key: JBIDE-12308
URL: https://issues.jboss.org/browse/JBIDE-12308
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Reporter: Yahor Radtsevich
Assignee: Yahor Radtsevich
Fix For: 3.3.x, 3.4.0.M1
# Create new RichFaces project from JBoss Central View
# Open richfaces-webapp/src/main/webapp/WEB-INF/templates/mobile.xhtml in VPE
*Result:*
VPE is blank:
!screenshot.png|thumbnail!
{code}
java.lang.StackOverflowError
at java.util.regex.Pattern$GroupHead.match(Pattern.java:4556)
at java.util.regex.Pattern$Loop.match(Pattern.java:4683)
at java.util.regex.Pattern$GroupTail.match(Pattern.java:4615)
at java.util.regex.Pattern$BranchConn.match(Pattern.java:4466)
at java.util.regex.Pattern$CharProperty.match(Pattern.java:3694)
at java.util.regex.Pattern$Branch.match(Pattern.java:4502)
{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
13 years, 4 months
[JBoss JIRA] (JBIDE-12623) BrowserSim: create iPhone 5 skin
by Yahor Radtsevich (JIRA)
Yahor Radtsevich created JBIDE-12623:
----------------------------------------
Summary: BrowserSim: create iPhone 5 skin
Key: JBIDE-12623
URL: https://issues.jboss.org/browse/JBIDE-12623
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core
Affects Versions: 4.0.0.Alpha1
Reporter: Yahor Radtsevich
Assignee: Yahor Radtsevich
Fix For: 4.0.0.Alpha2
Skin for iPhone 5 should be created.
At least it should reuse the iPhone4 skin and apply resolution of iPhone 5.
Optionally the user-agent header should specify iOS 6.
--
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
13 years, 4 months
[JBoss JIRA] (JBIDE-12719) NPE when move mouse over EL from file from jar.
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-12719:
--------------------------------------
Summary: NPE when move mouse over EL from file from jar.
Key: JBIDE-12719
URL: https://issues.jboss.org/browse/JBIDE-12719
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 4.0.0.Alpha2
Reporter: Alexey Kazakov
Assignee: Victor Rubezhny
Fix For: 4.0.0.Beta1
1. Import https://svn.jboss.org/repos/jbosstools/trunk/jsf/tests/org.jboss.tools.js...
2. Open /JSF2ComponentsValidator/Web App Libraries/jbide2550.jar/META-INF/jarPage/echo.xhtml with VPE
3. Move mouse over ${cc.attr.echo}
4. See the log:
{code}
java.lang.NullPointerException
at org.jboss.tools.jst.web.kb.PageContextFactory.fillXMLNamespacesForNode(PageContextFactory.java:925)
at org.jboss.tools.jst.web.kb.PageContextFactory.fillContextForNode(PageContextFactory.java:608)
at org.jboss.tools.jst.web.kb.PageContextFactory.fillContextForChildNodes(PageContextFactory.java:597)
at org.jboss.tools.jst.web.kb.PageContextFactory.createPageContext(PageContextFactory.java:431)
at org.jboss.tools.jst.web.kb.PageContextFactory.createPageContext(PageContextFactory.java:236)
at org.jboss.tools.jst.web.kb.PageContextFactory.createPageContext(PageContextFactory.java:199)
at org.jboss.tools.jst.web.kb.PageContextFactory.createPageContext(PageContextFactory.java:180)
at org.jboss.tools.jst.jsp.jspeditor.info.FaceletTagInfoHoverProcessor.computeHoverHelp(FaceletTagInfoHoverProcessor.java:91)
at org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getHoverInfo(XMLTagInfoHoverProcessor.java:257)
at org.jboss.tools.common.text.xml.info.ChainTextHover.getHoverInfo2(ChainTextHover.java:134)
at org.jboss.tools.common.text.xml.info.ChainTextHover.getHoverInfo2(ChainTextHover.java:132)
at org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverManager.java:166)
{code}
--
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
13 years, 4 months
[JBoss JIRA] (JBIDE-12707) Maven workspace project dependencies are not identified during maven conversion
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-12707:
-----------------------------------
Summary: Maven workspace project dependencies are not identified during maven conversion
Key: JBIDE-12707
URL: https://issues.jboss.org/browse/JBIDE-12707
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 4.0.0.Alpha2
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 4.0.0.Beta1
When converting a project to maven, if one of the dependencies is already a maven project opened in the workspace, it should be identified as such.
Ex :
- create a java project
- create a dynamic web project
- add the java project to the web project build path
- convert the java project to maven
- convert the web project to maven
ASSERT : the java project dependency should be identified with its maven GAV
--
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
13 years, 4 months
[JBoss JIRA] (JBIDE-12593) Improve quick fixes for @HttpMethod validation errors
by Jaroslav Jankovič (JIRA)
Jaroslav Jankovič created JBIDE-12593:
-----------------------------------------
Summary: Improve quick fixes for @HttpMethod validation errors
Key: JBIDE-12593
URL: https://issues.jboss.org/browse/JBIDE-12593
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Webservices
Affects Versions: 4.0.0.Alpha1
Reporter: Jaroslav Jankovič
Assignee: Xavier Coulon
Fix For: 4.0.0.Alpha1
If I have this annotation:
{code}
@HttpMethod(value = "METHOD")
public @interface MyAnnot {
}
{code}
there are two errors in markers view:
* The HTTP Method should have a @Retention(RetentionPolicy.RUNTIME) annotation on its type.
* The HTTP Method should have a @Target(ElementType.METHOD) annotation on its type.
For @Target marker there is quick fix providing adding @Target annotation into class. However there is no such quick fix for @Retention marker, only "Configure Problem Severity" is offered. There should be definitely similar quick fix as for @Target marker.
--
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
13 years, 4 months