Top "Code-generation" questions

Topics related to the generation of code as the output of an application, instead of directly writing code by a programmer.

How to debug/break in codedom compiled code

I have an application which loads up c# source files dynamically and runs them as plugins. When I am running …

c# .net debugging code-generation
I'm getting a noclassdeffounderror when trying to generate pojos or mapping with hibernate tools

I'm trying to generate pojos from my database but I get the following error(s) on eclipse indigo 3.7.2 with hibernate …

eclipse hibernate code-generation pojo hibernate-tools
c++ state machine generator

Are you aware of any opensource state machine c++ code generators (that will work on linux)? Ideally the tool would …

c++ code-generation state-machine
Free Codesmith alternatives?

Are there any free/open source alternatives to Codesmith that would be comparable in features and generate .NET code?

.net code-generation codesmith
How does C-- compare to LLVM?

After learning a bit of how LLVM work I'm really excited about how portable low-level code can be generated and …

c compiler-construction code-generation llvm c-minus-minus
Eclipse auto-generation of serialVersionUID with each change

Eclipse nicely generates the serialVersionUID for me. But this seems to be passive code generation as the id won't be …

java eclipse code-generation serialversionuid
Is there code generation API for TypeScript?

When I needed to generate some C# code, for example DTO classes from xsd schema, or an excel table, I've …

typescript code-generation t4 roslyn
Change unhandled exception auto-generated catch code in Eclipse?

If I have unhandled exception in Java, Eclipse proposes two options to me: (1) add throws declaration and (2) surround with try/…

java eclipse code-generation content-assist
T4 Compiling transformation: The type or namespace name 'Template' could not be found

I am trying to generate a Xaml file using Template T4 and defining a reusable file Xaml.tt like this &…

visual-studio-2010 code-generation t4 t4-toolbox
IntelliJ IDEA GUI builder – no Java code generated

I have designed my GUI form in the IntelliJ IDEA GUI designer, and selected the radio button in Project Settings → …

java user-interface intellij-idea code-generation gui-builder