Re: [Geotools-devel] generated code in gt2

2013-10-17 Thread Ben Caradoc-Davies
Jonathan, the xmlcodegen tool (part of geotools) was used to generate many of the binding skeletons in modules/extension/xsd/, and also large type definition classes like GMLSchema. Probably others. Search for the "@generated" javadoc tag: $ grep -lr '@generated' modules | wc -l 1942 That is,

Re: [Geotools-devel] generated code in gt2

2013-10-17 Thread Andrea Aime
On Thu, Oct 17, 2013 at 2:04 PM, Jonathan Bernwieser < [email protected]> wrote: > Hi there, > > I am currently doing my Bachelor thesis at TU Munich, at the Software > Engineering chair of Prof. Broy. > > > > The goal of this thesis is to create a tool to automatically categorize > so

[Geotools-devel] generated code in gt2

2013-10-17 Thread Jonathan Bernwieser
Hi there, I am currently doing my Bachelor thesis at TU Munich, at the Software Engineering chair of Prof. Broy. The goal of this thesis is to create a tool to automatically categorize source code in open source software. Different categories will be “test code”, “generated code” and “productiv