[
https://issues.jboss.org/browse/FORGE-1107?page=com.atlassian.jira.plugin...
]
George Gastaldi closed FORGE-1107.
----------------------------------
Fix Version/s: (was: 2.x Future)
Resolution: Won't Fix
As described by [~lincolnthree], that might introduce API changes and unnecessary
builders
Avoiding setters in DependencyBuilder
-------------------------------------
Key: FORGE-1107
URL:
https://issues.jboss.org/browse/FORGE-1107
Project: Forge
Issue Type: Feature Request
Security Level: Public(Everyone can see)
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 was sent by Atlassian JIRA
(v6.2.6#6264)