Malte Brunnlieb
Malte Brunnlieb
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...
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...
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 ``...
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
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...
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...
@rhobolic commented on [Thu Jun 02 2022](https://github.com/devonfw/cobigen/issues/1540) **Problem** When we use SortedSet in the To the ToTest is failing in the method "private void testEqualsAndHashcode(Class clazz, SoftAssertions assertion, ToExclusion exclusion)"...
As a user, I want to install docker and directly start using it so that I can start with my actual work instantly. Currently, after running `devon docker`, I got...
As an unexperienced user, I want to know which `devon java create` arguments I can set so that I can easily customize the command to get my expected result (correct...
As a user with technical interest, I want easily distinguish user data generated by my applications on my machine so that I can discover them easily and potentially remove/migrate files...