Classes with same name screw up code coverage
---------------------------------------------
Key: JBIDE-17582
URL:
https://issues.jboss.org/browse/JBIDE-17582
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, hibernate
Affects Versions: 4.2.0.Beta3
Reporter: Mickael Istria
Assignee: Mickael Istria
Priority: Blocker
Fix For: 4.2.0.Beta3
Several bundles contain class with same name:
org/jboss/tools/hibernate/proxy/ConfigurationProxy . Classes with same name are confusing,
so that for example, it causes code coverage analysis to fail.
When copying a class, it's recommended to at least change the package.