QuickBuilder icon indicating copy to clipboard operation
QuickBuilder copied to clipboard

The builder pattern without boilerplate code

Results 7 QuickBuilder issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

It works well on unit testing, but failed in my spring enterprise environment. Is QuickBuilder for testing only? The error seems weird: java.lang.ClassCastException: cc.foo.data.entity.SzlbProposalEntity$SzlbProposalBuilder__quickbuilder__ cannot be cast to cc.foo.data.entity.SzlbProposalEntity$SzlbProposalBuilder at...

How do i resolve this issue? Thanks for any help

I have a mix of scala and java code in my project and i use maven to build Now for mutation testing, can i use pitest for scala code? Or...

Does not fail cleanly if an underscore method is defined but the corresponding property method is forgotten. `java.lang.AbstractMethodError: Method com/foo/qualitymodel/ws/TimedMeasuresBuilder__quickbuilder__._ProjectKey()Ljava/lang/String; is abstract at com.foo.qualitymodel.ws.TimedMeasuresBuilder__quickbuilder__._ProjectKey(Unknown Source) at com.foo.qualitymodel.ws.NCRMetricsServiceTest$TimedSeed.generate(NCRMetricsServiceTest.java:124) at com.foo.qualitymodel.ws.NCRMetricsServiceTest$TimedSeed.generate(NCRMetricsServiceTest.java:1) at...

Is there a nice way to override the build() method to provide validation when building an object? I could see that if I use a generator then I can define...