cobigen
cobigen copied to clipboard
Code-based Incremental Generator
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`)
Just to track the progress on the merge.
As a developer, I want to use the CI/CD to know if my code is working. Obviously a build can't succeed if there are merge conflicts present ### Actual behavior...
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`...
When creating an object for testing issues, sometimes random data is needed. Therefore creating random testdata for (at least primitive) Attributes could be integrated into the generator (e.g. String: random...
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...
Just like the JavaMatcher (javaplugin) the XmlMatcher(xmlplugin) should provide the variable type `REGEX`. Therefore: * [x] Add this type in `private enum VariableType` * [x] Add the corresponding case statement...
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...