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_Detail_header()
          FindBugs Warnings
static org.jvnet.localizer.Localizable _FindBugs_FindBugsCollector_Error_EmptyFile(java.lang.Object arg1)
          Skipping FindBugs file {0} because it''s 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_NoPermission(java.lang.Object arg1)
          Skipping FindBugs file {0} 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 either created with the out-dated version 1.1.1 of the maven-findbugs-plugin or you did not specify the correct results file (findbugsXml.xml and not findbugs.xml).
static org.jvnet.localizer.Localizable _FindBugs_FixedWarnings_Detail_header()
          Fixed FindBugs Warnings
static org.jvnet.localizer.Localizable _FindBugs_NewWarnings_Detail_header()
          New FindBugs Warnings
static org.jvnet.localizer.Localizable _FindBugs_ProjectAction_Name()
          FindBugs Warnings
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_HealthReportMultipleItem(java.lang.Object arg1)
          FindBugs: {0} warnings found.
static org.jvnet.localizer.Localizable _FindBugs_ResultAction_HealthReportNoItem()
          FindBugs: no warnings found.
static org.jvnet.localizer.Localizable _FindBugs_ResultAction_HealthReportSingleItem()
          FindBugs: one warning found.
static org.jvnet.localizer.Localizable _FindBugs_ResultAction_MultipleFiles(java.lang.Object arg1)
          from {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_OneFile()
          from one 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 org.jvnet.localizer.Localizable _FindBugs_Trend_Name()
          FindBugs Trend
static org.jvnet.localizer.Localizable _Portlet_WarningsTable()
          FindBugs warnings per project
static java.lang.String FindBugs_Detail_header()
          FindBugs Warnings
static java.lang.String FindBugs_FindBugsCollector_Error_EmptyFile(java.lang.Object arg1)
          Skipping FindBugs file {0} because it''s 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_NoPermission(java.lang.Object arg1)
          Skipping FindBugs file {0} 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 either created with the out-dated version 1.1.1 of the maven-findbugs-plugin or you did not specify the correct results file (findbugsXml.xml and not findbugs.xml).
static java.lang.String FindBugs_FixedWarnings_Detail_header()
          Fixed FindBugs Warnings
static java.lang.String FindBugs_NewWarnings_Detail_header()
          New FindBugs Warnings
static java.lang.String FindBugs_ProjectAction_Name()
          FindBugs Warnings
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_HealthReportMultipleItem(java.lang.Object arg1)
          FindBugs: {0} warnings found.
static java.lang.String FindBugs_ResultAction_HealthReportNoItem()
          FindBugs: no warnings found.
static java.lang.String FindBugs_ResultAction_HealthReportSingleItem()
          FindBugs: one warning found.
static java.lang.String FindBugs_ResultAction_MultipleFiles(java.lang.Object arg1)
          from {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_OneFile()
          from one 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
static java.lang.String FindBugs_Trend_Name()
          FindBugs Trend
static java.lang.String Portlet_WarningsTable()
          FindBugs warnings per project
 
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 Warnings


_FindBugs_ProjectAction_Name

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


Portlet_WarningsTable

public static java.lang.String Portlet_WarningsTable()
FindBugs warnings per project


_Portlet_WarningsTable

public static org.jvnet.localizer.Localizable _Portlet_WarningsTable()
FindBugs warnings per project


FindBugs_FindBugsCollector_Error_NoPermission

public static java.lang.String FindBugs_FindBugsCollector_Error_NoPermission(java.lang.Object arg1)
Skipping FindBugs file {0} 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 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_FindBugsCollector_Error_EmptyFile

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


_FindBugs_FindBugsCollector_Error_EmptyFile

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


FindBugs_ResultAction_OneFile

public static java.lang.String FindBugs_ResultAction_OneFile()
from one FindBugs file.


_FindBugs_ResultAction_OneFile

public static org.jvnet.localizer.Localizable _FindBugs_ResultAction_OneFile()
from one 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_ResultAction_HealthReportSingleItem

public static java.lang.String FindBugs_ResultAction_HealthReportSingleItem()
FindBugs: one warning found.


_FindBugs_ResultAction_HealthReportSingleItem

public static org.jvnet.localizer.Localizable _FindBugs_ResultAction_HealthReportSingleItem()
FindBugs: one warning found.


FindBugs_NewWarnings_Detail_header

public static java.lang.String FindBugs_NewWarnings_Detail_header()
New FindBugs Warnings


_FindBugs_NewWarnings_Detail_header

public static org.jvnet.localizer.Localizable _FindBugs_NewWarnings_Detail_header()
New FindBugs Warnings


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)
from {0} FindBugs files.


_FindBugs_ResultAction_MultipleFiles

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


FindBugs_FindBugsCollector_Error_OldMavenPlugin

public static java.lang.String FindBugs_FindBugsCollector_Error_OldMavenPlugin(java.lang.Object arg1)
FindBugs file {0} was either created with the out-dated version 1.1.1 of the maven-findbugs-plugin or you did not specify the correct results file (findbugsXml.xml and not findbugs.xml).


_FindBugs_FindBugsCollector_Error_OldMavenPlugin

public static org.jvnet.localizer.Localizable _FindBugs_FindBugsCollector_Error_OldMavenPlugin(java.lang.Object arg1)
FindBugs file {0} was either created with the out-dated version 1.1.1 of the maven-findbugs-plugin or you did not specify the correct results file (findbugsXml.xml and not findbugs.xml).


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_FixedWarnings_Detail_header

public static java.lang.String FindBugs_FixedWarnings_Detail_header()
Fixed FindBugs Warnings


_FindBugs_FixedWarnings_Detail_header

public static org.jvnet.localizer.Localizable _FindBugs_FixedWarnings_Detail_header()
Fixed FindBugs Warnings


FindBugs_Trend_Name

public static java.lang.String FindBugs_Trend_Name()
FindBugs Trend


_FindBugs_Trend_Name

public static org.jvnet.localizer.Localizable _FindBugs_Trend_Name()
FindBugs Trend


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_ResultAction_HealthReportNoItem

public static java.lang.String FindBugs_ResultAction_HealthReportNoItem()
FindBugs: no warnings found.


_FindBugs_ResultAction_HealthReportNoItem

public static org.jvnet.localizer.Localizable _FindBugs_ResultAction_HealthReportNoItem()
FindBugs: no warnings found.


FindBugs_ResultAction_HealthReportMultipleItem

public static java.lang.String FindBugs_ResultAction_HealthReportMultipleItem(java.lang.Object arg1)
FindBugs: {0} warnings found.


_FindBugs_ResultAction_HealthReportMultipleItem

public static org.jvnet.localizer.Localizable _FindBugs_ResultAction_HealthReportMultipleItem(java.lang.Object arg1)
FindBugs: {0} warnings found.


FindBugs_Detail_header

public static java.lang.String FindBugs_Detail_header()
FindBugs Warnings


_FindBugs_Detail_header

public static org.jvnet.localizer.Localizable _FindBugs_Detail_header()
FindBugs 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 © 2010. All Rights Reserved.