]
Alexey Kazakov resolved JBIDE-4378.
-----------------------------------
Resolution: Done
Seam validator doesn't mark duplicate factories which return
Object (not void).
-------------------------------------------------------------------------------
Key: JBIDE-4378
URL:
https://jira.jboss.org/jira/browse/JBIDE-4378
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.0.1.GA
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.1.0.M1
1. Create Seam project.
2. Open Authenticator.java
3. Add
@Factory("test")
String getVar(){
return "";
};
@Factory
String getTest(){
return "";
};
4. Build project.
5. There is not error markers in duplicated factory names. But there should be two
markers.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: