Change Component generator to us XXX.valueOf(x) instead of new XXX(x) when converting between primitives to Objects in components ---------------------------------------------------------------------------------------------------------------------------------
Key: ADFFACES-487 URL: https://issues.apache.org/jira/browse/ADFFACES-487 Project: MyFaces ADF-Faces Issue Type: Improvement Components: Plugins Affects Versions: 2.0.0-incubating-plugins-SNAPSHOT Reporter: Blake Sullivan Change Component generator to us XXX.valueOf(x) instead of new XXX(x) when converting between primitives to Objects in components as this is potentially more efficient and doesn't require auto-boxing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.