[
http://jira.jboss.com/jira/browse/JBIDE-1572?page=all ]
Daniel Azarov updated JBIDE-1572:
---------------------------------
Summary: Seam Validator: @Factory annotation does not see related @Out/Databinder
annotation (was: Seam Validator does not work correctly with @Factory annotations)
Seam Validator: @Factory annotation does not see related
@Out/Databinder annotation
-----------------------------------------------------------------------------------
Key: JBIDE-1572
URL:
http://jira.jboss.com/jira/browse/JBIDE-1572
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Reporter: Daniel Azarov
Assigned To: Alexey Kazakov
Fix For: 2.0.1
Testcase:
EXECUTE: Create any Seam Web Project
EXECUTE: Create "Seam Action" with "component" as component name
EXECUTE: Open "Component.java"
EXECUTE: Add next lines:
@DataModel
private List<String> messageList=new ArrayList<String>();
@Factory("messageList")
public void getList1(){
}
EXECUTE: Save file
ASSERT: There are no any error markers
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira