ernate ORM
- Original Message -
From: "Gunnar Morling"
To: "Jonathan Bernwieser"
Cc: "Hibernate"
Sent: Thursday, October 17, 2013 8:50:25 AM
Subject: Re: [hibernate-dev] generated code in hibernate
Another category are Java types generated from XML sche
Another category are Java types generated from XML schemas defining several
descriptors such as validation.xml in Hibernate Validator. Generally you'll
find any generated code under target/generated-sources or similar once you
have run a project's build.
--Gunnar
2013/10/17 Sanne Grinovero
> H
Hi Jonathan,
no there is quite some code being generated during the build, my guess
is that you're looking in the committed code?
We don't consider it a good idea to include the generated code in our
source code repository, so you won't find any unless you start the
build.
There are at least two c
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