cobigen icon indicating copy to clipboard operation
cobigen copied to clipboard

Code-based Incremental Generator

Results 100 cobigen issues
Sort by recently updated
recently updated
newest added

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 ```...

app:eclipse
comp:javaplugin

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,...

templates

I though of a very nice feature with low priority at the moment, but the idea should be documented :) While opening the CobiGen "generate..." dialog, it will give you...

app:eclipse

If cobigen-core provides the possibility to parametrize the generation (#103) additionally to the context variables, we cope with that according to the solution of #103. This potentially includes - providing...

app:eclipse

If cobigen-core provides the possibility to parametrize the generation (#103) additionally to the context variables, the maven build plug-in should provide the ability to set such parameter in the ``...

app:maven

I have found a way for externalizing strings in OSGi. See [org.eclipse.osgi.util.NLS](http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fosgi%2Futil%2FNLS.html) and [java.text.MessageFormat](http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html) for parameter substitution. As an example: See `org.eclipse.jdt.internal.ui.packageview.PackagesMessages` of JDT

app:eclipse

CobiGen shows two popups on generation such as "The selection contains no compilation units" and especially "Contents from X templates have been generated". I want to generate code and not...

app:eclipse

Due to the fact, that JAXB does not generate setter and getter for collection, but only a getter, which leaks the reference to the collection, we should discuss whether it...

templates
in review

Actually increments often have dependencies on each other. So e.g. for CRUD there is the REST service that depends on the logic what relies on TOs and DAOs that again...

templates
comp:core
app:eclipse

Currently, we are using Long to express references between Eto's. The latest version of the OASP introduced a new type called `IdReference` to express references between Eto's, which are more...

templates
in review
good first issue