On Thu, Oct 17, 2013 at 2:04 PM, Jonathan Bernwieser <
bernwieserjonat...@gmail.com> 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
> source code in open source software. Different categories will be “test
> code”, “generated code” and “productive code” to better evaluate and use
> the results of quality-check techniques. (Static analyses might detect
> certain quality problems even though they’re not relevant for a certain
> code category. One example would be the amount of clones found in a
> project. It has to be checked what kind of category the evaluated code
> belongs to as clones aren’t causing quality issues if they occur in
> “generated code”.)
>
>
>
> In order to create and test heuristics to identify code categories, I
> first need to create manually a collection of different projects (or
> classes to be more specific) I actually know about what kind of category
> they belong to.
>
> While manually going through the gt2 project I found generated files in
> the following directories:
>
> ·
> gt2\gt2-2.7-M3\src\geotools-2.7-M3\demo\xml-po\src\main\java\org\geotools\po\
>
> ·
> gt2\gt2-2.7-M3\src\geotools-2.7-M3\modules\library\cql\modified-src\org\geotools\filter\text\generated\parsers\
>
> ·
> gt2\gt2-2.7-M3\src\geotools-2.7-M3\modules\ogc\net.opengis.ows\src\net\opengis\ows11\validation\
>

Anything in the modules/ogc is generated via EMF, not just that validation
package.
It's just that it's generated manually once, and in some odd cases, tuned
manually.

Cheers
Andrea

-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to