I am using Sonar for static code analysis in my project. The issue is Sonar is taking lot of time at the point Initializing Hibernate. Does anyone has any idea about how to speed up sonar analysis?
Asked
Active
Viewed 364 times
1 Answers
0
We're progressively pulling Hibernate out of Sonar, but for the moment you just can't get rid of it.
When you say "a lot of time", how much to you mean? This shouldn't take minutes.

Fabrice - SonarSource Team
- 26,535
- 3
- 62
- 58
-
Side issue to the original question - what are you using instead of Hibernate? – Dennis S. Jul 05 '12 at 17:24
-
Thanks for satisfying my curiosity. – Dennis S. Jul 06 '12 at 12:50