Malte Brunnlieb
Malte Brunnlieb
Task of #1539 *Acceptance Criteria* - Allow @Generated annotation to be added per generation - Allow @Generated annotation to be defaulted by `.cobigen` properties (default = true) - Annotations will...
Task of #1539 *Acceptance Criteria* - If annotation is already available on the class level of the patch or base, new annotations should not be added anymore to (re-)generated fields...
Task of #1539 - Eclipse should expose a parameter to overwrite the default behavior of adding the generated annotation (checkbox in generate dialog defaulted by default configuration)
Task of #1539 *Acceptance Criteria* - Allow @Generated annotation class to be customizable by `.cobigen` properties (defaults to `javax.annotation.Generated`)
As an eclipse user, I want to manage my template-sets so that I can customize my generation. *Acceptance Criteria* * [ ] A new sub-menu entry should be implemented for...
Currently, we observe the behavior, that "organize imports" does not cover importing dependencies of generated code within generated code. **As an example:** If you generate `class1` and `class2`, where `class1`...
We should discuss further generalizations of the oasp_constants tempaltes as currently the project architect of an oasp project has to modify the context.xml to indicate the root package of the...
We should discuss a nice way to parametrize the generation with user defined values at generation time (not at context configuraiton specification time). One example might be the generation of...
Using the testdata builder, I currently observe that the type parameters of generic types are lost in the generated code. So when generating a testdata builder from the field ```...
For fields of type collection, we currently generate a generic method, which enables setting the whole collection while building the pojo. It would be nice to also provide an add-Method,...