[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-09-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928329#comment-16928329
 ] 

ASF subversion and git services commented on ISIS-2100:
---

Commit 03ee0938a859241ccc45cd9e7042d36e6c28 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=03ee093 ]

ISIS-2100: fixes misspelt name of IsisIntegrationTestAbstactWithFixtures

changed to IsisIntegrationTestAbstractWithFixtures


> 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 { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-09-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928333#comment-16928333
 ] 

ASF subversion and git services commented on ISIS-2100:
---

Commit 3060772e1ee27fcb82aecba29de0cc651ba71774 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=3060772 ]

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 { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-09-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928330#comment-16928330
 ] 

ASF subversion and git services commented on ISIS-2100:
---

Commit b0faa026d052eb2cedbfa2d0ebae046463f85ea5 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=b0faa02 ]

ISIS-2100: adds runPersonaScripts for FixtureScripts and ...

... and IsisIntegrationTestAbstractWithFixtures


> 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 { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-09-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928332#comment-16928332
 ] 

ASF subversion and git services commented on ISIS-2100:
---

Commit 53cda8ac4fd003ee96124b513e5dd5bc7d64be13 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=53cda8a ]

ISIS-2100: fixes method calls to renamed methods in 
IsisIntegrationTestAbstractWithFixtures


> 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 { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-09-09 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926113#comment-16926113
 ] 

ASF subversion and git services commented on ISIS-2100:
---

Commit 53cda8ac4fd003ee96124b513e5dd5bc7d64be13 in isis's branch 
refs/heads/v2-antora from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=53cda8a ]

ISIS-2100: fixes method calls to renamed methods in 
IsisIntegrationTestAbstractWithFixtures


> 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 { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-09-09 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926114#comment-16926114
 ] 

ASF subversion and git services commented on ISIS-2100:
---

Commit 3060772e1ee27fcb82aecba29de0cc651ba71774 in isis's branch 
refs/heads/v2-antora from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=3060772 ]

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 { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-09-09 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926110#comment-16926110
 ] 

ASF subversion and git services commented on ISIS-2100:
---

Commit 03ee0938a859241ccc45cd9e7042d36e6c28 in isis's branch 
refs/heads/v2-antora from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=03ee093 ]

ISIS-2100: fixes misspelt name of IsisIntegrationTestAbstactWithFixtures

changed to IsisIntegrationTestAbstractWithFixtures


> 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 { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-09-09 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926111#comment-16926111
 ] 

ASF subversion and git services commented on ISIS-2100:
---

Commit b0faa026d052eb2cedbfa2d0ebae046463f85ea5 in isis's branch 
refs/heads/v2-antora from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=b0faa02 ]

ISIS-2100: adds runPersonaScripts for FixtureScripts and ...

... and IsisIntegrationTestAbstractWithFixtures


> 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 { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-08-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-08-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16911343#comment-16911343
 ] 

ASF subversion and git services commented on ISIS-2100:
---

Commit d504614b4b7b50d3325534e20b6af82595e37345 in isis's branch 
refs/heads/v2-antora from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=d504614 ]

ISIS-2100: fixes method calls to renamed methods in 
IsisIntegrationTestAbstractWithFixtures


> 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 { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-08-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16911340#comment-16911340
 ] 

ASF subversion and git services commented on ISIS-2100:
---

Commit 9ef50e9d74d22deb5c6bd14107292ddcb94ac09b in isis's branch 
refs/heads/v2-antora from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=9ef50e9 ]

ISIS-2100: fixes misspelt name of IsisIntegrationTestAbstactWithFixtures

changed to IsisIntegrationTestAbstractWithFixtures


> 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 { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-02-22 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16775274#comment-16775274
 ] 

ASF subversion and git services commented on ISIS-2100:
---

Commit 108d92c08dcf668de3743972e5872200b6c5cc18 in isis's branch 
refs/heads/2033-IoC from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=108d92c ]

ISIS-2100: Reduce call-site complexity of 'BuilderScripts'

Task-Url: https://issues.apache.org/jira/browse/ISIS-2100

> 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-M3
>
>
> Removing type-params, where redundant ...
> {code:java}
> @Accessors(chain = true)
> public class SimpleObjectBuilder 
> extends BuilderScriptAbstract { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-02-22 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16775275#comment-16775275
 ] 

ASF subversion and git services commented on ISIS-2100:
---

Commit 108d92c08dcf668de3743972e5872200b6c5cc18 in isis's branch 
refs/heads/2033-IoC from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=108d92c ]

ISIS-2100: Reduce call-site complexity of 'BuilderScripts'

Task-Url: https://issues.apache.org/jira/browse/ISIS-2100

> 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-M3
>
>
> Removing type-params, where redundant ...
> {code:java}
> @Accessors(chain = true)
> public class SimpleObjectBuilder 
> extends BuilderScriptAbstract { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-02-22 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16775241#comment-16775241
 ] 

ASF subversion and git services commented on ISIS-2100:
---

Commit 108d92c08dcf668de3743972e5872200b6c5cc18 in isis's branch refs/heads/v2 
from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=108d92c ]

ISIS-2100: Reduce call-site complexity of 'BuilderScripts'

Task-Url: https://issues.apache.org/jira/browse/ISIS-2100

> 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-M3
>
>
> Removing type-params, where redundant ...
> {code:java}
> @Accessors(chain = true)
> public class SimpleObjectBuilder 
> extends BuilderScriptAbstract { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-02-22 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16775240#comment-16775240
 ] 

ASF subversion and git services commented on ISIS-2100:
---

Commit 108d92c08dcf668de3743972e5872200b6c5cc18 in isis's branch refs/heads/v2 
from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=108d92c ]

ISIS-2100: Reduce call-site complexity of 'BuilderScripts'

Task-Url: https://issues.apache.org/jira/browse/ISIS-2100

> 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-M3
>
>
> Removing type-params, where redundant ...
> {code:java}
> @Accessors(chain = true)
> public class SimpleObjectBuilder 
> extends BuilderScriptAbstract { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)