jcodemodel icon indicating copy to clipboard operation
jcodemodel copied to clipboard

A heavily extended fork of the com.sun.codemodel (from 2013/09)

Results 12 jcodemodel issues
Sort by recently updated
recently updated
newest added

Bumps [org.eclipse.platform:org.eclipse.core.runtime](https://github.com/eclipse-platform/eclipse.platform) from 3.13.0 to 3.29.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.platform:org.eclipse.core.runtime&package-manager=maven&previous-version=3.13.0&new-version=3.29.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

The following test class ``` java import java.io.ByteArrayOutputStream; import java.io.IOException; import java.lang.reflect.InvocationTargetException; import java.nio.charset.Charset; import org.testng.annotations.Test; import org.yaml.snakeyaml.LoaderOptions; import com.helger.jcodemodel.JCodeModel; import com.helger.jcodemodel.JCodeModelException; import com.helger.jcodemodel.JDefinedClass; import com.helger.jcodemodel.JMod; import com.helger.jcodemodel.writer.JCMWriter; import com.helger.jcodemodel.writer.OutputStreamCodeWriter;...

wontfix