// Show source code lines.
ctx.setShowSourceLines(true);
// Find all relevant source code locations.
EclipseProject eclipseProject = new EclipseProject(ProjectUtils
.getProjectFile((IJavaProject) inputs.get("project")));
ctx.setSourceCodeManager(new SourceCodeManager(eclipseProject
.getSourcePaths()));
ctx.setShowInstructions(false);
ClassInfo classInfo = new ClassInfo(className, gen
.getClassLoader());