[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-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] (JBIDE-12551) Reset button in Convert to maven dependencies wizard is behaving weird
by Rastislav Wagner (JIRA)
Rastislav Wagner created JBIDE-12551:
----------------------------------------
Summary: Reset button in Convert to maven dependencies wizard is behaving weird
Key: JBIDE-12551
URL: https://issues.jboss.org/browse/JBIDE-12551
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 4.0.0.Alpha1
Reporter: Rastislav Wagner
Assignee: Fred Bricon
Fix For: 4.0.0.Alpha2
If I press Reset button in Convert to maven dependencies wizard during dependencies lookup then the status of already found dependencies is reset to "Unidentified dependency" and wizard continues in lookup but it wont bother with "reseted" dependencies anymore.
Another case: When lookup ends and then I press Reset button, status of all dependencies is changet to "Unidentified dependency" and lookup is not restarted. Then no dependencies are added to pom.xml
I would expect that pressing Reset button resets dependencies lookup.
--
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