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