Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: bd1d6251e018d09b4f10606d3b418255a4c09513 https://github.com/jenkinsci/jenkins/commit/bd1d6251e018d09b4f10606d3b418255a4c09513 Author: René Scheibe <rene.sche...@gmail.com> Date: 2015-01-07 (Wed, 07 Jan 2015)
Changed paths: M core/src/test/java/hudson/FilePathTest.java M core/src/test/java/hudson/FunctionsTest.java M core/src/test/java/hudson/MarkupTextTest.java M core/src/test/java/hudson/UtilTest.java M core/src/test/java/hudson/cli/ListJobsCommandTest.java M core/src/test/java/hudson/console/UrlAnnotatorTest.java M core/src/test/java/hudson/logging/LogRecorderTest.java M core/src/test/java/hudson/model/ParametersActionTest.java M core/src/test/java/hudson/model/RunTest.java M core/src/test/java/hudson/scheduler/CronTabDayOfWeekLocaleTest.java M core/src/test/java/hudson/scheduler/CronTabEventualityTest.java M core/src/test/java/hudson/scheduler/CronTabTest.java M core/src/test/java/hudson/util/FormValidationTest.java M core/src/test/java/hudson/util/RunListTest.java M core/src/test/java/hudson/util/XStream2Test.java M core/src/test/java/hudson/util/io/TarArchiverTest.java M core/src/test/java/hudson/util/io/ZipArchiverTest.java M core/src/test/java/jenkins/ResilientJsonObjectTest.java M core/src/test/java/jenkins/model/CoreEnvironmentContributorTest.java M core/src/test/java/jenkins/model/JenkinsGetRootUrlTest.java M core/src/test/java/jenkins/model/PeepholePermalinkTest.java M core/src/test/java/jenkins/model/lazy/AbstractLazyLoadRunMapTest.java M core/src/test/java/jenkins/util/TimerTest.java M test/src/test/groovy/hudson/RelativePathTest.groovy M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy M test/src/test/groovy/hudson/model/AbstractBuildTest.groovy M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy M test/src/test/groovy/jenkins/bugs/Jenkins19124Test.groovy M test/src/test/groovy/lib/form/ApplyButtonTest.groovy M test/src/test/groovy/lib/form/TextAreaTest.groovy M test/src/test/java/hudson/ClassicPluginStrategyTest.java M test/src/test/java/hudson/PluginManagerTest.java M test/src/test/java/hudson/ProcStarterTest.java M test/src/test/java/hudson/bugs/LoginRedirectTest.java M test/src/test/java/hudson/cli/CopyJobCommandTest.java M test/src/test/java/hudson/cli/CreateJobCommandTest.java M test/src/test/java/hudson/cli/GetJobCommandTest.java M test/src/test/java/hudson/cli/GroovyshCommandTest.java M test/src/test/java/hudson/console/ConsoleAnnotatorTest.java M test/src/test/java/hudson/diagnosis/OldDataMonitorTest.java M test/src/test/java/hudson/init/impl/GroovyInitScriptTest.java M test/src/test/java/hudson/logging/LogRecorderManagerTest.java M test/src/test/java/hudson/model/AsynchPeopleTest.java M test/src/test/java/hudson/model/CauseTest.java M test/src/test/java/hudson/model/DependencyGraphTest.java M test/src/test/java/hudson/model/DescriptorTest.java M test/src/test/java/hudson/model/DirectoryBrowserSupportTest.java M test/src/test/java/hudson/model/DisplayNameTest.java M test/src/test/java/hudson/model/DownloadServiceTest.java M test/src/test/java/hudson/model/GetEnvironmentOutsideBuildTest.java M test/src/test/java/hudson/model/ItemGroupMixInTest.java M test/src/test/java/hudson/model/JobTest.java M test/src/test/java/hudson/model/ListViewTest.java M test/src/test/java/hudson/model/ProjectTest.java M test/src/test/java/hudson/model/RunParameterDefinitionTest.java M test/src/test/java/hudson/model/RunTest.java M test/src/test/java/hudson/model/UserTest.java M test/src/test/java/hudson/model/ViewJobTest.java M test/src/test/java/hudson/model/ViewTest.java M test/src/test/java/hudson/model/WorkspaceCleanupThreadTest.java M test/src/test/java/hudson/search/SearchTest.java M test/src/test/java/hudson/security/csrf/DefaultCrumbIssuerTest.java M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java M test/src/test/java/hudson/tasks/FingerprinterTest.java M test/src/test/java/hudson/tasks/MavenTest.java M test/src/test/java/hudson/triggers/TriggerStartTest.java M test/src/test/java/hudson/util/RingBufferLogHandlerTest.java M test/src/test/java/hudson/util/RobustReflectionConverterTest.java M test/src/test/java/jenkins/model/ContextMenuTest.java M test/src/test/java/jenkins/model/JenkinsTest.java M test/src/test/java/jenkins/model/lazy/LazyBuildMixInTest.java M test/src/test/java/lib/form/ComboBoxTest.java M test/src/test/java/lib/form/ExpandableTextboxTest.java M test/src/test/java/lib/layout/LayoutTest.java M test/src/test/java/org/jvnet/hudson/test/HudsonTestCaseShutdownSlaveTest.java M test/src/test/java/scripts/BehaviorTest.java Log Message: ----------- replace all deprecated @Bug annotations with @Issue Commit: 84575541491cf44f9b27f867b57bf5f460849d8f https://github.com/jenkinsci/jenkins/commit/84575541491cf44f9b27f867b57bf5f460849d8f Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-01-07 (Wed, 07 Jan 2015) Changed paths: M core/src/test/java/hudson/FilePathTest.java M core/src/test/java/hudson/FunctionsTest.java M core/src/test/java/hudson/MarkupTextTest.java M core/src/test/java/hudson/UtilTest.java M core/src/test/java/hudson/cli/ListJobsCommandTest.java M core/src/test/java/hudson/console/UrlAnnotatorTest.java M core/src/test/java/hudson/logging/LogRecorderTest.java M core/src/test/java/hudson/model/ParametersActionTest.java M core/src/test/java/hudson/model/RunTest.java M core/src/test/java/hudson/scheduler/CronTabDayOfWeekLocaleTest.java M core/src/test/java/hudson/scheduler/CronTabEventualityTest.java M core/src/test/java/hudson/scheduler/CronTabTest.java M core/src/test/java/hudson/util/FormValidationTest.java M core/src/test/java/hudson/util/RunListTest.java M core/src/test/java/hudson/util/XStream2Test.java M core/src/test/java/hudson/util/io/TarArchiverTest.java M core/src/test/java/hudson/util/io/ZipArchiverTest.java M core/src/test/java/jenkins/ResilientJsonObjectTest.java M core/src/test/java/jenkins/model/CoreEnvironmentContributorTest.java M core/src/test/java/jenkins/model/JenkinsGetRootUrlTest.java M core/src/test/java/jenkins/model/PeepholePermalinkTest.java M core/src/test/java/jenkins/model/lazy/AbstractLazyLoadRunMapTest.java M core/src/test/java/jenkins/util/TimerTest.java M test/src/test/groovy/hudson/RelativePathTest.groovy M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy M test/src/test/groovy/hudson/model/AbstractBuildTest.groovy M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy M test/src/test/groovy/jenkins/bugs/Jenkins19124Test.groovy M test/src/test/groovy/lib/form/ApplyButtonTest.groovy M test/src/test/groovy/lib/form/TextAreaTest.groovy M test/src/test/java/hudson/ClassicPluginStrategyTest.java M test/src/test/java/hudson/PluginManagerTest.java M test/src/test/java/hudson/ProcStarterTest.java M test/src/test/java/hudson/bugs/LoginRedirectTest.java M test/src/test/java/hudson/cli/CopyJobCommandTest.java M test/src/test/java/hudson/cli/CreateJobCommandTest.java M test/src/test/java/hudson/cli/GetJobCommandTest.java M test/src/test/java/hudson/cli/GroovyshCommandTest.java M test/src/test/java/hudson/console/ConsoleAnnotatorTest.java M test/src/test/java/hudson/diagnosis/OldDataMonitorTest.java M test/src/test/java/hudson/init/impl/GroovyInitScriptTest.java M test/src/test/java/hudson/logging/LogRecorderManagerTest.java M test/src/test/java/hudson/model/AsynchPeopleTest.java M test/src/test/java/hudson/model/CauseTest.java M test/src/test/java/hudson/model/DependencyGraphTest.java M test/src/test/java/hudson/model/DescriptorTest.java M test/src/test/java/hudson/model/DirectoryBrowserSupportTest.java M test/src/test/java/hudson/model/DisplayNameTest.java M test/src/test/java/hudson/model/DownloadServiceTest.java M test/src/test/java/hudson/model/GetEnvironmentOutsideBuildTest.java M test/src/test/java/hudson/model/ItemGroupMixInTest.java M test/src/test/java/hudson/model/JobTest.java M test/src/test/java/hudson/model/ListViewTest.java M test/src/test/java/hudson/model/ProjectTest.java M test/src/test/java/hudson/model/RunParameterDefinitionTest.java M test/src/test/java/hudson/model/RunTest.java M test/src/test/java/hudson/model/UserTest.java M test/src/test/java/hudson/model/ViewJobTest.java M test/src/test/java/hudson/model/ViewTest.java M test/src/test/java/hudson/model/WorkspaceCleanupThreadTest.java M test/src/test/java/hudson/search/SearchTest.java M test/src/test/java/hudson/security/csrf/DefaultCrumbIssuerTest.java M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java M test/src/test/java/hudson/tasks/FingerprinterTest.java M test/src/test/java/hudson/tasks/MavenTest.java M test/src/test/java/hudson/triggers/TriggerStartTest.java M test/src/test/java/hudson/util/RingBufferLogHandlerTest.java M test/src/test/java/hudson/util/RobustReflectionConverterTest.java M test/src/test/java/jenkins/model/ContextMenuTest.java M test/src/test/java/jenkins/model/JenkinsTest.java M test/src/test/java/jenkins/model/lazy/LazyBuildMixInTest.java M test/src/test/java/lib/form/ComboBoxTest.java M test/src/test/java/lib/form/ExpandableTextboxTest.java M test/src/test/java/lib/layout/LayoutTest.java M test/src/test/java/org/jvnet/hudson/test/HudsonTestCaseShutdownSlaveTest.java M test/src/test/java/scripts/BehaviorTest.java Log Message: ----------- Merge pull request #1518 from darxriggs/Bug-to-Issue replace all deprecated @Bug annotations with @Issue Compare: https://github.com/jenkinsci/jenkins/compare/6f8477f49ec6...84575541491c -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.