Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: d393280acd51ff78d65460839b24ae54f8365947
      
https://github.com/jenkinsci/jenkins/commit/d393280acd51ff78d65460839b24ae54f8365947
  Author: Stefan Spieker <[email protected]>
  Date:   2021-10-10 (Sun, 10 Oct 2021)

  Changed paths:
    M test/src/test/java/hudson/CustomPluginManagerTest.java
    M test/src/test/java/hudson/ExtensionListTest.java
    M test/src/test/java/hudson/LauncherTest.java
    M test/src/test/java/hudson/PluginManagerTest.java
    M test/src/test/java/hudson/ProcStarterTest.java
    M test/src/test/java/hudson/bugs/DateConversionTest.java
    M test/src/test/java/hudson/cli/BuildCommandTest.java
    M test/src/test/java/hudson/cli/CLITest.java
    M test/src/test/java/hudson/cli/CancelQuietDownCommandTest.java
    M test/src/test/java/hudson/cli/ClearQueueCommandTest.java
    M test/src/test/java/hudson/cli/ConnectNodeCommandTest.java
    M test/src/test/java/hudson/cli/ConsoleCommandTest.java
    M test/src/test/java/hudson/cli/CreateNodeCommandTest.java
    M test/src/test/java/hudson/cli/DeleteBuildsCommandTest.java
    M test/src/test/java/hudson/cli/DisconnectNodeCommandTest.java
    M test/src/test/java/hudson/cli/GetNodeCommandTest.java
    M test/src/test/java/hudson/cli/GroovyshCommandTest.java
    M test/src/test/java/hudson/cli/HelpCommandTest.java
    M test/src/test/java/hudson/cli/InstallPluginCommandTest.java
    M test/src/test/java/hudson/cli/ListPluginsCommandTest.java
    M test/src/test/java/hudson/cli/OfflineNodeCommandTest.java
    M test/src/test/java/hudson/cli/OnlineNodeCommandTest.java
    M test/src/test/java/hudson/cli/QuietDownCommandTest.java
    M test/src/test/java/hudson/cli/ReloadConfigurationCommandTest.java
    M test/src/test/java/hudson/cli/ReloadJobCommandTest.java
    M test/src/test/java/hudson/cli/SetBuildDescriptionCommandTest.java
    M test/src/test/java/hudson/cli/UpdateNodeCommandTest.java
    M test/src/test/java/hudson/cli/WaitNodeOfflineCommandTest.java
    M test/src/test/java/hudson/cli/WaitNodeOnlineCommandTest.java
    M test/src/test/java/hudson/console/ConsoleAnnotatorTest.java
    M test/src/test/java/hudson/console/ConsoleLogFilterTest.java
    M test/src/test/java/hudson/console/UrlAnnotatorTest.java
    M test/src/test/java/hudson/diagnosis/TooManyJobsButNoViewTest.java
    M test/src/test/java/hudson/init/impl/GroovyInitScriptTest.java
    M test/src/test/java/hudson/model/AbortedFreeStyleBuildTest.java
    M test/src/test/java/hudson/model/AbstractBuildTest.java
    M test/src/test/java/hudson/model/BuildExecutionTest.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/ExecutorTest.java
    M test/src/test/java/hudson/model/FingerprintCleanupThreadTest.java
    M test/src/test/java/hudson/model/HudsonTest.java
    M test/src/test/java/hudson/model/ItemGroupMixInTest.java
    M test/src/test/java/hudson/model/JobPropertyTest.java
    M test/src/test/java/hudson/model/JobTest.java
    M test/src/test/java/hudson/model/ManagementLinkTest.java
    M test/src/test/java/hudson/model/MyViewTest.java
    M test/src/test/java/hudson/model/ParametersDefinitionPropertyTest.java
    M test/src/test/java/hudson/model/PeriodicWorkTest.java
    M test/src/test/java/hudson/model/ProjectTest.java
    M test/src/test/java/hudson/model/QueueTest.java
    M test/src/test/java/hudson/model/RunTest.java
    M test/src/test/java/hudson/model/SimpleJobTest.java
    M test/src/test/java/hudson/model/UpdateCenterCustomTest.java
    M test/src/test/java/hudson/model/UpdateCenterTest.java
    M test/src/test/java/hudson/model/UpdateSiteTest.java
    M test/src/test/java/hudson/model/UserIdMigratorTest.java
    M test/src/test/java/hudson/model/UserTest.java
    M test/src/test/java/hudson/model/ViewPropertyTest.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/model/labels/LabelAtomSecurity1986Test.java
    M test/src/test/java/hudson/model/labels/LabelExpressionTest.java
    M test/src/test/java/hudson/model/listeners/ItemListenerTest.java
    M 
test/src/test/java/hudson/model/queue/BuildKeepsRunningWhenFaultySubTasksTest.java
    M test/src/test/java/hudson/model/queue/LoadPredictorTest.java
    M test/src/test/java/hudson/model/queue/WideExecutionTest.java
    M test/src/test/java/hudson/pages/SystemConfigurationTestCase.java
    M test/src/test/java/hudson/scm/AbstractScmTagActionTest.java
    M test/src/test/java/hudson/scm/ScmTest.java
    M test/src/test/java/hudson/security/AccessDeniedException3Test.java
    M test/src/test/java/hudson/security/ExtendedReadPermissionTest.java
    M test/src/test/java/hudson/security/HudsonPrivateSecurityRealmTest.java
    M test/src/test/java/hudson/security/SecurityRealmTest.java
    M test/src/test/java/hudson/slaves/CloudTest.java
    M test/src/test/java/hudson/slaves/JNLPLauncherTest.java
    M test/src/test/java/hudson/slaves/NodePropertyTest.java
    M test/src/test/java/hudson/slaves/NodeProvisionerTest.java
    M test/src/test/java/hudson/slaves/PingThreadTest.java
    M test/src/test/java/hudson/slaves/SlaveComputerTest.java
    M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java
    M test/src/test/java/hudson/tasks/BatchFileTest.java
    M test/src/test/java/hudson/tasks/BuildTriggerTest.java
    M test/src/test/java/hudson/tasks/FingerprinterTest.java
    M test/src/test/java/hudson/tasks/ShellTest.java
    M test/src/test/java/hudson/tools/BatchCommandInstallerTest.java
    M test/src/test/java/hudson/tools/CommandInstallerTest.java
    M test/src/test/java/hudson/tools/ToolLocationNodePropertyTest.java
    M test/src/test/java/hudson/triggers/SafeTimerTaskTest.java
    M test/src/test/java/hudson/util/BootFailureTest.java
    M test/src/test/java/hudson/util/LineEndingConversionTest.java
    M test/src/test/java/hudson/util/RobustReflectionConverterTest.java

  Log Message:
  -----------
  Removed superflous throws (#5765)


-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/ecc497-d39328%40github.com.

Reply via email to