hudson.plugins.findbugs
Class Messages

java.lang.Object
  extended by hudson.plugins.findbugs.Messages

public class Messages
extends java.lang.Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _FindBugs_FindBugsCollector_Error_EmptyFile(java.lang.Object arg1)
          Skipping FindBugs file {0} because because its empty.
static org.jvnet.localizer.Localizable _FindBugs_FindBugsCollector_Error_Exception(java.lang.Object arg1)
          Parsing of file {0} failed due to an exception:
static org.jvnet.localizer.Localizable _FindBugs_FindBugsCollector_Error_FileNotUpToDate(java.lang.Object arg1)
          Skipping FindBugs file {0} because it's not up to date.
static org.jvnet.localizer.Localizable _FindBugs_FindBugsCollector_Error_NoPermission(java.lang.Object arg1)
          Skipping FindBugs file {0} because because we have no permission to read the file.
static org.jvnet.localizer.Localizable _FindBugs_FindBugsCollector_Error_OldMavenPlugin(java.lang.Object arg1)
          FindBugs file {0} was created with the out-dated version 1.1.1 of the maven-findbugs-plugin.
static org.jvnet.localizer.Localizable _FindBugs_FixedWarningsDetail_Name()
          Fixed Warnings
static org.jvnet.localizer.Localizable _FindBugs_NewWarningsDetail_Name()
          New Warnings
static org.jvnet.localizer.Localizable _FindBugs_ProjectAction_Name()
          FindBugs Result
static org.jvnet.localizer.Localizable _FindBugs_Publisher_Name()
          Publish FindBugs Analysis Results
static org.jvnet.localizer.Localizable _FindBugs_Publisher_NoMessageFoundText()
          No description available.
static org.jvnet.localizer.Localizable _FindBugs_ResultAction_MultipleFiles(java.lang.Object arg1)
          in {0} FindBugs files.
static org.jvnet.localizer.Localizable _FindBugs_ResultAction_MultipleFixedWarnings(java.lang.Object arg1)
          {0} fixed warnings
static org.jvnet.localizer.Localizable _FindBugs_ResultAction_MultipleNewWarnings(java.lang.Object arg1)
          {0} new warnings
static org.jvnet.localizer.Localizable _FindBugs_ResultAction_MultipleWarnings(java.lang.Object arg1)
          {0} warnings
static org.jvnet.localizer.Localizable _FindBugs_ResultAction_NoWarningsSince(java.lang.Object arg1)
          No warnings since build {0}
static org.jvnet.localizer.Localizable _FindBugs_ResultAction_OneFile()
          in 1 FindBugs file.
static org.jvnet.localizer.Localizable _FindBugs_ResultAction_OneFixedWarning()
          1 fixed warning
static org.jvnet.localizer.Localizable _FindBugs_ResultAction_OneNewWarning()
          1 new warning
static org.jvnet.localizer.Localizable _FindBugs_ResultAction_OneWarning()
          1 warning
static java.lang.String FindBugs_FindBugsCollector_Error_EmptyFile(java.lang.Object arg1)
          Skipping FindBugs file {0} because because its empty.
static java.lang.String FindBugs_FindBugsCollector_Error_Exception(java.lang.Object arg1)
          Parsing of file {0} failed due to an exception:
static java.lang.String FindBugs_FindBugsCollector_Error_FileNotUpToDate(java.lang.Object arg1)
          Skipping FindBugs file {0} because it's not up to date.
static java.lang.String FindBugs_FindBugsCollector_Error_NoPermission(java.lang.Object arg1)
          Skipping FindBugs file {0} because because we have no permission to read the file.
static java.lang.String FindBugs_FindBugsCollector_Error_OldMavenPlugin(java.lang.Object arg1)
          FindBugs file {0} was created with the out-dated version 1.1.1 of the maven-findbugs-plugin.
static java.lang.String FindBugs_FixedWarningsDetail_Name()
          Fixed Warnings
static java.lang.String FindBugs_NewWarningsDetail_Name()
          New Warnings
static java.lang.String FindBugs_ProjectAction_Name()
          FindBugs Result
static java.lang.String FindBugs_Publisher_Name()
          Publish FindBugs Analysis Results
static java.lang.String FindBugs_Publisher_NoMessageFoundText()
          No description available.
static java.lang.String FindBugs_ResultAction_MultipleFiles(java.lang.Object arg1)
          in {0} FindBugs files.
static java.lang.String FindBugs_ResultAction_MultipleFixedWarnings(java.lang.Object arg1)
          {0} fixed warnings
static java.lang.String FindBugs_ResultAction_MultipleNewWarnings(java.lang.Object arg1)
          {0} new warnings
static java.lang.String FindBugs_ResultAction_MultipleWarnings(java.lang.Object arg1)
          {0} warnings
static java.lang.String FindBugs_ResultAction_NoWarningsSince(java.lang.Object arg1)
          No warnings since build {0}
static java.lang.String FindBugs_ResultAction_OneFile()
          in 1 FindBugs file.
static java.lang.String FindBugs_ResultAction_OneFixedWarning()
          1 fixed warning
static java.lang.String FindBugs_ResultAction_OneNewWarning()
          1 new warning
static java.lang.String FindBugs_ResultAction_OneWarning()
          1 warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

FindBugs_ResultAction_OneFixedWarning

public static java.lang.String FindBugs_ResultAction_OneFixedWarning()
1 fixed warning


_FindBugs_ResultAction_OneFixedWarning

public static org.jvnet.localizer.Localizable _FindBugs_ResultAction_OneFixedWarning()
1 fixed warning


FindBugs_ResultAction_MultipleNewWarnings

public static java.lang.String FindBugs_ResultAction_MultipleNewWarnings(java.lang.Object arg1)
{0} new warnings


_FindBugs_ResultAction_MultipleNewWarnings

public static org.jvnet.localizer.Localizable _FindBugs_ResultAction_MultipleNewWarnings(java.lang.Object arg1)
{0} new warnings


FindBugs_ProjectAction_Name

public static java.lang.String FindBugs_ProjectAction_Name()
FindBugs Result


_FindBugs_ProjectAction_Name

public static org.jvnet.localizer.Localizable _FindBugs_ProjectAction_Name()
FindBugs Result


FindBugs_FixedWarningsDetail_Name

public static java.lang.String FindBugs_FixedWarningsDetail_Name()
Fixed Warnings


_FindBugs_FixedWarningsDetail_Name

public static org.jvnet.localizer.Localizable _FindBugs_FixedWarningsDetail_Name()
Fixed Warnings


FindBugs_FindBugsCollector_Error_NoPermission

public static java.lang.String FindBugs_FindBugsCollector_Error_NoPermission(java.lang.Object arg1)
Skipping FindBugs file {0} because because we have no permission to read the file.


_FindBugs_FindBugsCollector_Error_NoPermission

public static org.jvnet.localizer.Localizable _FindBugs_FindBugsCollector_Error_NoPermission(java.lang.Object arg1)
Skipping FindBugs file {0} because because we have no permission to read the file.


FindBugs_ResultAction_OneNewWarning

public static java.lang.String FindBugs_ResultAction_OneNewWarning()
1 new warning


_FindBugs_ResultAction_OneNewWarning

public static org.jvnet.localizer.Localizable _FindBugs_ResultAction_OneNewWarning()
1 new warning


FindBugs_ResultAction_NoWarningsSince

public static java.lang.String FindBugs_ResultAction_NoWarningsSince(java.lang.Object arg1)
No warnings since build {0}


_FindBugs_ResultAction_NoWarningsSince

public static org.jvnet.localizer.Localizable _FindBugs_ResultAction_NoWarningsSince(java.lang.Object arg1)
No warnings since build {0}


FindBugs_FindBugsCollector_Error_EmptyFile

public static java.lang.String FindBugs_FindBugsCollector_Error_EmptyFile(java.lang.Object arg1)
Skipping FindBugs file {0} because because its empty.


_FindBugs_FindBugsCollector_Error_EmptyFile

public static org.jvnet.localizer.Localizable _FindBugs_FindBugsCollector_Error_EmptyFile(java.lang.Object arg1)
Skipping FindBugs file {0} because because its empty.


FindBugs_ResultAction_OneFile

public static java.lang.String FindBugs_ResultAction_OneFile()
in 1 FindBugs file.


_FindBugs_ResultAction_OneFile

public static org.jvnet.localizer.Localizable _FindBugs_ResultAction_OneFile()
in 1 FindBugs file.


FindBugs_Publisher_Name

public static java.lang.String FindBugs_Publisher_Name()
Publish FindBugs Analysis Results


_FindBugs_Publisher_Name

public static org.jvnet.localizer.Localizable _FindBugs_Publisher_Name()
Publish FindBugs Analysis Results


FindBugs_NewWarningsDetail_Name

public static java.lang.String FindBugs_NewWarningsDetail_Name()
New Warnings


_FindBugs_NewWarningsDetail_Name

public static org.jvnet.localizer.Localizable _FindBugs_NewWarningsDetail_Name()
New Warnings


FindBugs_FindBugsCollector_Error_FileNotUpToDate

public static java.lang.String FindBugs_FindBugsCollector_Error_FileNotUpToDate(java.lang.Object arg1)
Skipping FindBugs file {0} because it's not up to date.


_FindBugs_FindBugsCollector_Error_FileNotUpToDate

public static org.jvnet.localizer.Localizable _FindBugs_FindBugsCollector_Error_FileNotUpToDate(java.lang.Object arg1)
Skipping FindBugs file {0} because it's not up to date.


FindBugs_ResultAction_OneWarning

public static java.lang.String FindBugs_ResultAction_OneWarning()
1 warning


_FindBugs_ResultAction_OneWarning

public static org.jvnet.localizer.Localizable _FindBugs_ResultAction_OneWarning()
1 warning


FindBugs_ResultAction_MultipleFiles

public static java.lang.String FindBugs_ResultAction_MultipleFiles(java.lang.Object arg1)
in {0} FindBugs files.


_FindBugs_ResultAction_MultipleFiles

public static org.jvnet.localizer.Localizable _FindBugs_ResultAction_MultipleFiles(java.lang.Object arg1)
in {0} FindBugs files.


FindBugs_FindBugsCollector_Error_OldMavenPlugin

public static java.lang.String FindBugs_FindBugsCollector_Error_OldMavenPlugin(java.lang.Object arg1)
FindBugs file {0} was created with the out-dated version 1.1.1 of the maven-findbugs-plugin. Please upgrade to the 1.2 version.


_FindBugs_FindBugsCollector_Error_OldMavenPlugin

public static org.jvnet.localizer.Localizable _FindBugs_FindBugsCollector_Error_OldMavenPlugin(java.lang.Object arg1)
FindBugs file {0} was created with the out-dated version 1.1.1 of the maven-findbugs-plugin. Please upgrade to the 1.2 version.


FindBugs_ResultAction_MultipleWarnings

public static java.lang.String FindBugs_ResultAction_MultipleWarnings(java.lang.Object arg1)
{0} warnings


_FindBugs_ResultAction_MultipleWarnings

public static org.jvnet.localizer.Localizable _FindBugs_ResultAction_MultipleWarnings(java.lang.Object arg1)
{0} warnings


FindBugs_Publisher_NoMessageFoundText

public static java.lang.String FindBugs_Publisher_NoMessageFoundText()
No description available.


_FindBugs_Publisher_NoMessageFoundText

public static org.jvnet.localizer.Localizable _FindBugs_Publisher_NoMessageFoundText()
No description available.


FindBugs_ResultAction_MultipleFixedWarnings

public static java.lang.String FindBugs_ResultAction_MultipleFixedWarnings(java.lang.Object arg1)
{0} fixed warnings


_FindBugs_ResultAction_MultipleFixedWarnings

public static org.jvnet.localizer.Localizable _FindBugs_ResultAction_MultipleFixedWarnings(java.lang.Object arg1)
{0} fixed warnings


FindBugs_FindBugsCollector_Error_Exception

public static java.lang.String FindBugs_FindBugsCollector_Error_Exception(java.lang.Object arg1)
Parsing of file {0} failed due to an exception:


_FindBugs_FindBugsCollector_Error_Exception

public static org.jvnet.localizer.Localizable _FindBugs_FindBugsCollector_Error_Exception(java.lang.Object arg1)
Parsing of file {0} failed due to an exception:



Copyright © 2008. All Rights Reserved.