[
https://issues.jboss.org/browse/FORGE-1107?page=com.atlassian.jira.plugin...
]
Lincoln Baxter III commented on FORGE-1107:
-------------------------------------------
I can support this - but I'm not sure we can do this by changing the old API.
We'll have to introduce new builder objects to maintain backwards compatability.
Similarly in Forge2, we'll have to do the same thing, and deprecate the old API for a
time, since I want migration to be as easy as possible.
Avoiding setters in DependencyBuilder
-------------------------------------
Key: FORGE-1107
URL:
https://issues.jboss.org/browse/FORGE-1107
Project: Forge
Issue Type: Feature Request
Components: Plugin API
Affects Versions: 2.0.0.Alpha10
Environment: DependencyBuilder Class
Reporter: Rajmahendra Hegde
Priority: Minor
As the name suggests "Builder" we can better remove some of general setter
naming of the properties like
setGroupId
setArtifactId
setVersion
etc
and make them
groupId
artifactId
version
etc
So its easy to type.
--
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