Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
830017

Files

FilesIWE
org/bejug/javacareers/common/ajax/PhaseListener.java 001
org/bejug/javacareers/common/templates/TemplateHolder.java 001
org/bejug/javacareers/common/templates/TemplateUtilities.java 001
org/bejug/javacareers/common/util/FileUtilities.java 002
org/bejug/javacareers/common/view/jsf/upload/UploadRenderer.java 001
org/bejug/javacareers/jobs/view/jsf/action/ItemAction.java 001
org/bejug/javacareers/jobs/view/jsf/forms/PostInterviewForm.java 001
org/bejug/javacareers/jobs/view/jsf/forms/PostResumeForm.java 001
org/bejug/javacareers/jobs/view/jsf/forms/TemplatesForm.java 001
org/bejug/javacareers/jobs/view/jsf/model/CurrentItem.java 001
org/bejug/javacareers/jobs/view/jsf/model/MailBean.java 004
org/bejug/javacareers/jobs/view/jsf/util/Utils.java 002

org/bejug/javacareers/common/ajax/PhaseListener.java

ErrorLine
Error Using the '.*' form of import should be avoided - java.io.*. 36

org/bejug/javacareers/common/templates/TemplateHolder.java

ErrorLine
Error Catching 'Exception' is not allowed. 109

org/bejug/javacareers/common/templates/TemplateUtilities.java

ErrorLine
Error Catching 'Exception' is not allowed. 69

org/bejug/javacareers/common/util/FileUtilities.java

ErrorLine
Error Unused @param tag for 'gc'. 337
Error Expected @param tag for 'grc'. 340

org/bejug/javacareers/common/view/jsf/upload/UploadRenderer.java

ErrorLine
Error Catching 'Exception' is not allowed. 127

org/bejug/javacareers/jobs/view/jsf/action/ItemAction.java

ErrorLine
Error Using the '.*' form of import should be avoided - org.bejug.javacareers.jobs.model.*. 26

org/bejug/javacareers/jobs/view/jsf/forms/PostInterviewForm.java

ErrorLine
Error Name 'PATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55

org/bejug/javacareers/jobs/view/jsf/forms/PostResumeForm.java

ErrorLine
Error Name 'PATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48

org/bejug/javacareers/jobs/view/jsf/forms/TemplatesForm.java

ErrorLine
Error Catching 'Exception' is not allowed. 161

org/bejug/javacareers/jobs/view/jsf/model/CurrentItem.java

ErrorLine
Error Using the '.*' form of import should be avoided - org.bejug.javacareers.jobs.model.*. 23

org/bejug/javacareers/jobs/view/jsf/model/MailBean.java

ErrorLine
Error Catching 'Exception' is not allowed. 191
Error Catching 'Exception' is not allowed. 262
Error Catching 'Exception' is not allowed. 357
Error Catching 'Exception' is not allowed. 413

org/bejug/javacareers/jobs/view/jsf/util/Utils.java

ErrorLine
Error Using the '.*' form of import should be avoided - java.util.*. 40
Error Catching 'Exception' is not allowed. 439