Hi,
we have many checkstyle errors (not warnings) in the test classes.
Can i fix them or should i exclude (don't know if possible in Eclipse) the
test classes from checkstyle?
The most errors are "{ should be on a new line" and naming errors of
constants and variables.Also i have many eclipse errors that @PostConstruct, @PreDestory, @WebServiceRef etc are not accessible. Can we add this APIs with provided scope or is there any better solution? Regards, Thomas
