[JBoss JIRA] (FORGE-1107) Avoiding setters in DependencyBuilder
by Lincoln Baxter III (JIRA)
[ 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
11 years, 2 months
[JBoss JIRA] (FORGE-1107) Avoiding setters in DependencyBuilder
by Rajmahendra Hegde (JIRA)
Rajmahendra Hegde created FORGE-1107:
----------------------------------------
Summary: 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
11 years, 2 months