Issue Type: Task Task
Assignee: Davide D'Alto
Components: build
Created: 16/May/13 2:37 AM
Description:

Checkstyle doesn't seem to catch some violations, like:

https://github.com/hibernate/hibernate-search/pull/419/files#L17L255

-    setSpatialParameters(  Point.fromDegrees( latitude, longitude ), fieldName );
+    setSpatialParameters( Point.fromDegrees( latitude, longitude ), fieldName ); 

or

-    for (Object o : resultList) { 
+    for ( Object o : resultList ) { 

In OGM checkstyle skipped the test submodules at some point. I solved the problem upgrading the version. I write this down as a reminder of something that should be checked.

Project: Hibernate Search
Priority: Major Major
Reporter: Davide D'Alto
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira