Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-jsf-dev] EMF model for faces-config undergoing changes

The faces-config model is about to undergo significant model and code changes - please expect and plan for some churn.
 
As noted in https://bugs.eclipse.org/bugs/show_bug.cgi?id=124226:
 
There are discrepancies in the contributed Ecore model, generated classes, and
translators that need to be resolved. These discrepancies fall into three basic
areas.
 
1) Some generated classes contain "@generated" properties and accessor methods
that are not in the model, or vice-versa. For example, DescriptionType.java has
"@generated" methods "getMixed()", "getGroup()", "getAny()", and "getLang()",
but the Ecore model defines attributes "value", "id", and "lang".
 
2) Some generated classes are not defined in the Ecore model at all. Examples
are DefaultRenderKitIdType.java and FacetType.java.
 
3) Some translators do not get an element's text content into any modeled
attribute. An example is DescriptionTranslator.java.
 
 - Ian
 
------------------------------------------------------------
Ian Trimble
JDeveloper Group
Oracle Corporation Canada Inc.
Office: (250) 954-0837
------------------------------------------------------------
This email may contain confidential and privileged material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient please contact the sender and delete all copies.
 

Back to the top