Malte Brunnlieb

Results 31 issues of 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...

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

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

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

@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)"...

bug
template
test

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

enhancement
scripts

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

enhancement
help wanted

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

enhancement
scripts