[
https://issues.jboss.org/browse/FORGE-1322?page=com.atlassian.jira.plugin...
]
Lincoln Baxter III updated FORGE-1322:
--------------------------------------
Fix Version/s: 2.x Future
Checks for versioned facet installation are insufficient
--------------------------------------------------------
Key: FORGE-1322
URL:
https://issues.jboss.org/browse/FORGE-1322
Project: Forge
Issue Type: Bug
Components: Java EE APIs
Affects Versions: 2.0.0.Beta3
Reporter: Vineet Reynolds
Assignee: George Gastaldi
Fix For: 2.x Future
The current checks in the {{isInstalled}} method of most versioned Facets include the
following line:
{noformat}
return super.isInstalled() && getConfigFile().exists();
{noformat}
This is insufficient since the config file could exist but could contain a different
version. The facet should not be activated in such a case.
--
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