issues
search
uglycustard
/
buildergenerator
A tool to auto generate builders following the Builder pattern for an object graph of JavaBeans.
Apache License 2.0
5
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
problem generating complex collection
#51
stevemcnamara
opened
7 years ago
0
Enhancement: Maven plugin for BuilderGenerator
#50
roywsc
opened
8 years ago
0
Enhancement: Support anonymous and static classes
#49
roywsc
opened
8 years ago
0
Enhancement: Allow customization of the target type as a class<?> rather than a hardcoded string.
#48
roywsc
opened
8 years ago
0
Enhancement: Allow pojo writeMethod to have precedence over readMethod when be used rather than the read method.
#47
roywsc
opened
8 years ago
0
Enhancement: Add a PropertyDescriptorFactory interface to allow non-java bean pojo support
#46
roywsc
opened
8 years ago
0
Enhancement to allow a custom setter method
#45
roywsc
opened
8 years ago
0
GenerationGapBaseBuilderPackage not always respected
#44
azzoti
opened
8 years ago
0
https://github.com/uglycustard/buildergenerator/issues/42
#43
azzoti
closed
8 years ago
0
Produce consistent code generation in Java 8 and Java 7
#42
azzoti
closed
8 years ago
5
https://github.com/uglycustard/buildergenerator/issues/37
#41
azzoti
opened
8 years ago
2
Delete orphaned builders
#40
myarizonabay
opened
8 years ago
0
Implement Builder<T> interface for all builders and with methods to
#39
uglycustard
closed
8 years ago
0
Add generated JavaDoc "built by BuilderGenerator" with web link
#38
uglycustard
opened
8 years ago
0
Ability to specify defaut lazily initialized collection type
#37
azzoti
opened
9 years ago
0
Make builders implement generic interface and use interface in with method parameters to allow other implementations to be used
#36
uglycustard
closed
8 years ago
1
Generate builders for interface based object heirarchies
#35
azzoti
opened
9 years ago
2
Fixes #33 Incorrect code generated for property Map<String, Bar>
#34
azzoti
closed
9 years ago
4
Incorrect code generated for property Map<String, Bar>
#33
azzoti
closed
9 years ago
0
Entities of same name present in subpackages are ignored
#32
krishnapuranika
opened
9 years ago
2
Ability to configure builders to implement a type that extends the current builder to allow sub classes to inherit with methods that return the sub class
#31
uglycustard
opened
9 years ago
0
Ability to specify a class that builder should extend
#30
uglycustard
closed
9 years ago
1
Expose setField in base builders?
#29
uglycustard
opened
9 years ago
0
BG Cannot handle generics wild cards
#28
uglycustard
opened
9 years ago
0
Base builders in generation gap should use getTarget() method when setting properties to allow custom construction of target object
#27
uglycustard
closed
9 years ago
2
Support Map properties with generic types
#26
uglycustard
closed
9 years ago
1
Ability to specify an interface that a builder should implement so custom builders can be used in the build chain
#25
uglycustard
closed
8 years ago
1
Add main method for command line invocation
#24
uglycustard
opened
9 years ago
0
Ignore abstract classes
#23
uglycustard
opened
9 years ago
1
Ability to configure different output folder for generation gap base buidlers
#22
uglycustard
closed
8 years ago
1
Ability to configure different package for generation gap base buidlers
#21
uglycustard
closed
9 years ago
1
Configure whether to generate methods for deprecated properties
#20
uglycustard
opened
9 years ago
0
Maven plugin
#19
uglycustard
opened
9 years ago
0
Builder reuse
#18
uglycustard
opened
9 years ago
0
Add Logging
#17
uglycustard
opened
9 years ago
0
Output class and property when there is a generation error
#16
uglycustard
closed
9 years ago
3
Doesn't handle non-generic collections
#15
uglycustard
closed
10 years ago
1
Non-Bean without default constructor - factory methods
#14
azzoti
opened
10 years ago
2
Implement generation gap capability
#13
uglycustard
closed
9 years ago
0
Make generated builder constructors public to allow sub-classing
#12
uglycustard
closed
10 years ago
1
Ability to ignore specified packages in an object graph
#11
uglycustard
closed
10 years ago
1
Initialising null collections of builders is trying to set a collection of the builder type instead of the builder target type
#10
uglycustard
closed
10 years ago
1
Ignore Joda Time classes - causing NPE
#9
uglycustard
closed
10 years ago
1
Remove depenency on commons-logging
#8
uglycustard
closed
10 years ago
1
Ability to generate builder for single class without object graph traversal
#7
uglycustard
opened
10 years ago
1
Ability to ignore specified properties in a given class
#6
uglycustard
closed
10 years ago
1
Ability to ignore specified classes in an object graph
#5
uglycustard
closed
10 years ago
1
Not handling enum properties - incorrect fully qualified name
#4
uglycustard
closed
10 years ago
1
Not handlind enums - creates with method that tries to set declarring class
#3
uglycustard
closed
10 years ago
1
Beans with property name different from getter / setter name
#2
uglycustard
closed
10 years ago
1
Next