]
Alexey Kazakov commented on JBIDE-19695:
----------------------------------------
The seam message is not used anymore. This search participant was originally placed in
seam. Then it was moved to jst/jsf but the warning message was copied. Not moved.
I'm going to remove the dead seam message, remove this warning from jst/jsf and add a
check for our JST KB nature to make sure we don't trigger JSF/JST searching for plain
java projects.
Annoying message "Be sure, may be you also should rename setter
methods to avoid compilation problems."
-------------------------------------------------------------------------------------------------------
Key: JBIDE-19695
URL:
https://issues.jboss.org/browse/JBIDE-19695
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsf, jsp/jsf/xml/html source editing, seam2
Affects Versions: 4.2.3.Final
Reporter: Clovis Seragiotto
Assignee: Alexey Kazakov
Fix For: 4.3.0.Beta1
Attachments: after installation.png, renaming a get method.png, Version
chosen.png
When renaming a get-method in Eclipse, the warning "Be sure, may be you also should
rename setter methods to avoid compilation problems." is displayed.
It should be possible to turn this warning off (and the sentence should be fixed).
By Googling the message, I found:
JBoss Tools SVN: r40216
- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core.
That is why I suppose the right component is seam.