[JBoss JIRA] (JBIDE-12592) El is not revalidated in java comments
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-12592:
--------------------------------------
Summary: El is not revalidated in java comments
Key: JBIDE-12592
URL: https://issues.jboss.org/browse/JBIDE-12592
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core
Affects Versions: 4.0.0.Alpha1
Environment: Juno
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.0.0.Alpha2
1. Create the following class:
{code}
package test;
import javax.enterprise.inject.Produces;
import javax.inject.Named;
public class Bean_Broken {
public void foo() {
String s = "#{string.ss}";
String s2 = "#{string.ss}";
}
@Named
@Produces
public String string() {
return "";
}
}
{code}
2. Both ELs are marked as a problem
3. Copy String s2 = "#{string.ss}";
4. Delete it.
5. Past String s2 = "#{string.ss}";
6. There is no validation problem on the second EL.
7. Add " " to the second string: String s2 = "#{string.ss} ";
8. The EL has a problem annotation now.
--
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
11 years, 12 months
[JBoss JIRA] (JBIDE-12905) move base/tests/installation-scripts out
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-12905:
-------------------------------------------
Summary: move base/tests/installation-scripts out
Key: JBIDE-12905
URL: https://issues.jboss.org/browse/JBIDE-12905
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Reporter: Max Rydahl Andersen
Fix For: 4.0.0.CR1
base/tests/scripts/* contains references to upper components in the stack thus its not really appropriate to have this in the stack.
Options are to move it to its own repo or move to integration-tests - or possibly a combination.
--
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
11 years, 12 months
[JBoss JIRA] (JBIDE-11493) Create standalone Browsersim Eclipse based application
by Denis Golovin (JIRA)
Denis Golovin created JBIDE-11493:
-------------------------------------
Summary: Create standalone Browsersim Eclipse based application
Key: JBIDE-11493
URL: https://issues.jboss.org/browse/JBIDE-11493
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core
Affects Versions: 3.3.0.Beta3
Reporter: Denis Golovin
Assignee: Yahor Radtsevich
Wen I was looking for other Browser Simulator implementations I could not found andything downloadable for personal consumption :) would be good to provide eclipse based application for anyone to run. Because now to run it as standalone one need to know java and go with something like
{code}
java -cp /path/with/browsersim/jars;/path/to/platform/dependent/swt.jar org.jboss.tools.vpe.browsersim.ui.BrowserSim
{code}
In case of application it would need just a little:
# Download archive
# Unpack it
# Run browsersim(.exe)
--
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
12 years
[JBoss JIRA] (JBDS-2358) GWT example generates warnings
by Len DiMaggio (JIRA)
Len DiMaggio created JBDS-2358:
----------------------------------
Summary: GWT example generates warnings
Key: JBDS-2358
URL: https://issues.jboss.org/browse/JBDS-2358
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: central
Affects Versions: 6.0.0.Alpha2
Environment: Version: 6.0.0.Alpha2
Build id: Alpha2-v20121004-2330-B40
Build date: 20121004-2330
Reporter: Len DiMaggio
Assignee: Snjezana Peco
Fix For: 6.0.0.CR1
The GWT project generates these warnings:
No connection specified for project. No database-specific validation will be performed.
jboss-gwt-webapp
Overriding managed version 1.0.0.GA for validation-api
pom.xml /jboss-gwt-webapp
line 240
No bean is eligible for injection to the injection point [JSR-299 §5.2.1]
KitchenSinkApp.java
/jboss-gwt-webapp/src/main/java/org/jboss/tools/gwt/kitchensink/client/local
line 41
Unnecessary @SuppressWarnings("unused")
Resources.java
/jboss-gwt-webapp/src/main/java/org/jboss/tools/gwt/kitchensink/util
line 24
--
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