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