[ https://issues.apache.org/jira/browse/ISIS-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16911344#comment-16911344 ]
ASF subversion and git services commented on ISIS-2100: ------------------------------------------------------- Commit f1351e22cd6da3b782213760eae7f52049bde875 in isis's branch refs/heads/v2-antora from danhaywood [ https://gitbox.apache.org/repos/asf?p=isis.git;h=f1351e2 ] ISIS-2100: makes IsisIntegrationTestAbstractWithFixtures helper methods ... consistent with FixtureScripts methods > Reduce call-site complexity of 'BuilderScripts' > ----------------------------------------------- > > Key: ISIS-2100 > URL: https://issues.apache.org/jira/browse/ISIS-2100 > Project: Isis > Issue Type: Improvement > Components: Core > Reporter: Andi Huber > Assignee: Andi Huber > Priority: Major > Fix For: 2.0.0 > > > Removing type-params, where redundant ... > {code:java} > @Accessors(chain = true) > public class SimpleObjectBuilder > extends BuilderScriptAbstract<SimpleObject> { // <= only 1 type param > @Getter > private SimpleObject object; > ... > } > @AllArgsConstructor > public enum SimpleObject_persona > implements PersonaWithBuilderScript<SimpleObjectBuilder> /* <= only 1 type > param */ ... { > FOO("Foo"), > BAR("Bar"), > > ... > public SimpleObjectBuilder builder() { > return new SimpleObjectBuilder().setName(name); > } > public static class PersistAll > extends PersonaEnumPersistAll<SimpleObject_persona, SimpleObject> /* <= > only 2 type params */ { > ... > } > } > {code} -- This message was sent by Atlassian Jira (v8.3.2#803003)