Seam model does not create context variable for @Out and @DataModel annotations if they
without name value
----------------------------------------------------------------------------------------------------------
Key: JBIDE-4561
URL:
https://jira.jboss.org/jira/browse/JBIDE-4561
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.1.0.M1
Reporter: Daniel Azarov
Assignee: Viacheslav Kabanovich
Fix For: 3.1.0.M3
Seam model does not create context variables for next cases:
@DataModel
void getVariableName(){
return;
};
and
@Out
void getVariableName2(){
return;
};
See t_estSeamContextVariable_Out2_Rename() and
t_estSeamContextVariable_DataModel2_Rename() methods in
/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/refactoring/SeamContextVariableRefactoringTest.java
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira