-
Bug
-
Resolution: Not A Defect
-
Minor
hudson.scm.CvsModule has an import line and requires the following class but it is not included in the source provided
{{import hudson.scm.cvs.Messages; }}
The class is also used in lines such as :
{{ return FormValidation.error(hudson.scm.cvs.Messages.CVSSCM_MissingRemoteName());}}
hudson.scm.cvs.Messages is generated from properties files and therefore not included in the sources.
mvn generate-sources will place it in target/generated-sources/localizer.
If your IDE cannot spot it, you will have to manually add this directory it to the classpath.
I verified that the plugin version that currently ships with Jenkins actually contains the class file.