Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: ee24685ca39a7936180a413bfa73914daa5ee994
      
https://github.com/jenkinsci/jenkins/commit/ee24685ca39a7936180a413bfa73914daa5ee994
  Author: Basil Crow <[email protected]>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M core/src/main/java/org/jenkins/ui/icon/Icon.java
    M core/src/main/java/org/jenkins/ui/icon/IconSet.java
    M test/src/test/java/hudson/ExtensionListTest.java
    M test/src/test/java/hudson/bugs/DateConversionTest.java
    M test/src/test/java/hudson/model/AutoCompletionCandidatesTest.java
    M test/src/test/java/hudson/model/DownloadService2Test.java
    M test/src/test/java/hudson/model/DownloadServiceTest.java
    M test/src/test/java/hudson/model/FingerprintTest.java
    M test/src/test/java/hudson/model/NodeTest.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/SimpleJobTest.java
    M test/src/test/java/hudson/model/UpdateSiteTest.java
    M test/src/test/java/hudson/model/queue/LoadPredictorTest.java
    M test/src/test/java/hudson/search/SearchTest.java
    M test/src/test/java/hudson/slaves/JNLPLauncherTest.java
    M test/src/test/java/hudson/slaves/NodeProvisionerTest.java
    M test/src/test/java/hudson/tasks/BuildTriggerTest.java
    M test/src/test/java/hudson/triggers/TriggerStartTest.java
    M test/src/test/java/hudson/util/BootFailureTest.java
    M test/src/test/java/jenkins/model/ContextMenuTest.java
    M 
test/src/test/java/jenkins/security/SecurityContextExecutorServiceTest.java
    M test/src/test/java/lib/form/RepeatablePropertyTest.java
    M test/src/test/java/lib/form/RepeatableTest.java
    M test/src/test/java/lib/hudson/ListScmBrowsersTest.java

  Log Message:
  -----------
  Replace explicit type with diamond operator


  Commit: 406cefcd7359c84915677e4ff2f2477ca50d6476
      
https://github.com/jenkinsci/jenkins/commit/406cefcd7359c84915677e4ff2f2477ca50d6476
  Author: Basil Crow <[email protected]>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M core/src/main/java/hudson/model/LoadBalancer.java
    M core/src/main/java/hudson/util/ProcessTree.java
    M test/src/test/java/jenkins/security/ApiTokenPropertyTest.java

  Log Message:
  -----------
  Replace anonymous types with method references


  Commit: e83bde4ca244af79ff9d7d9a975bc3917cfa639c
      
https://github.com/jenkinsci/jenkins/commit/e83bde4ca244af79ff9d7d9a975bc3917cfa639c
  Author: Basil Crow <[email protected]>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M core/src/main/java/hudson/model/Items.java

  Log Message:
  -----------
  Replace ThreadLocal#initialValue with ThreadLocal#withInitial


  Commit: b4a4e5d8ee8f7029cfc666822f2b9cf1cfc44089
      
https://github.com/jenkinsci/jenkins/commit/b4a4e5d8ee8f7029cfc666822f2b9cf1cfc44089
  Author: Basil Crow <[email protected]>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M test/src/test/java/hudson/model/QueueTest.java

  Log Message:
  -----------
  Replace toString() on an array with Arrays#toString()


  Commit: a51b2116615af5f57296d720a67177ac17c03a82
      
https://github.com/jenkinsci/jenkins/commit/a51b2116615af5f57296d720a67177ac17c03a82
  Author: Basil Crow <[email protected]>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M core/src/test/java/hudson/cli/handlers/ViewOptionHandlerTest.java

  Log Message:
  -----------
  Remove getClass() call on Class instance


  Commit: e1c76367c10ee78882e55e55fb039b3eec0a9f52
      
https://github.com/jenkinsci/jenkins/commit/e1c76367c10ee78882e55e55fb039b3eec0a9f52
  Author: Basil Crow <[email protected]>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M test/src/test/java/lib/form/TextAreaTest.java

  Log Message:
  -----------
  Remove unused labels


  Commit: e8bc4e47265b887c1ef334a013de48a5b5f6f2e5
      
https://github.com/jenkinsci/jenkins/commit/e8bc4e47265b887c1ef334a013de48a5b5f6f2e5
  Author: Basil Crow <[email protected]>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M core/src/test/java/hudson/cli/handlers/ViewOptionHandlerTest.java
    M core/src/test/java/hudson/model/RunParameterValueTest.java
    M core/src/test/java/hudson/model/RunTest.java
    M core/src/test/java/hudson/model/UpdateCenterTest.java
    M core/src/test/java/jenkins/model/IdStrategyTest.java
    M core/src/test/java/jenkins/util/ResourceBundleUtilTest.java
    M core/src/test/java/org/acegisecurity/AuthenticationTest.java
    M test/src/test/java/hudson/model/QueueTest.java
    M test/src/test/java/hudson/model/TimeZonePropertyTest.java
    M test/src/test/java/hudson/model/UserTest.java
    M test/src/test/java/hudson/model/ViewTest.java
    M test/src/test/java/hudson/search/SearchTest.java
    M test/src/test/java/jenkins/install/InstallStateTest.java
    M test/src/test/java/jenkins/install/UpgradeWizardTest.java
    M test/src/test/java/jenkins/model/JenkinsTest.java
    M test/src/test/java/lib/form/RowVisibilityGroupTest.java

  Log Message:
  -----------
  Simplify JUnit assertions


  Commit: 0fc068b82d16d8b78bda7dd35912fe77e5ffd677
      
https://github.com/jenkinsci/jenkins/commit/0fc068b82d16d8b78bda7dd35912fe77e5ffd677
  Author: Basil Crow <[email protected]>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M test/src/test/java/hudson/model/QueueTest.java

  Log Message:
  -----------
  Remove redundant type argument


  Commit: c7c623d502640ebf266b9226936746d944d4cfff
      
https://github.com/jenkinsci/jenkins/commit/c7c623d502640ebf266b9226936746d944d4cfff
  Author: Basil Crow <[email protected]>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M core/src/test/java/hudson/FilePathTest.java
    M test/src/test/java/hudson/model/SimpleJobTest.java

  Log Message:
  -----------
  Add missing @Test annotations


  Commit: d20533ef603c7f708e250258c43e2fe02ed04f6b
      
https://github.com/jenkinsci/jenkins/commit/d20533ef603c7f708e250258c43e2fe02ed04f6b
  Author: Basil Crow <[email protected]>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M core/src/main/java/hudson/model/Items.java

  Log Message:
  -----------
  Remove duplicate @param tag


  Commit: 2d11c081913067e394b5b22fe785860c7f0718dd
      
https://github.com/jenkinsci/jenkins/commit/2d11c081913067e394b5b22fe785860c7f0718dd
  Author: Basil Crow <[email protected]>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M test/src/test/java/hudson/cli/OnlineNodeCommandTest.java
    M test/src/test/java/hudson/cli/WaitNodeOfflineCommandTest.java
    M test/src/test/java/hudson/cli/WaitNodeOnlineCommandTest.java

  Log Message:
  -----------
  Remove break statements from infinite loops


  Commit: 1858b72014e2d19d32ce233f08c5a0011b00363c
      
https://github.com/jenkinsci/jenkins/commit/1858b72014e2d19d32ce233f08c5a0011b00363c
  Author: Basil Crow <[email protected]>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M test/src/test/java/jenkins/model/JenkinsTest.java

  Log Message:
  -----------
  Access static method via class reference rather than instance reference


  Commit: 7876e3ca85495414b1224373b4179e8bf52cf285
      
https://github.com/jenkinsci/jenkins/commit/7876e3ca85495414b1224373b4179e8bf52cf285
  Author: Basil Crow <[email protected]>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M core/src/test/java/hudson/EnvVarsTest.java

  Log Message:
  -----------
  Use JUnit 5 assertions from JUnit 5 test


  Commit: f31107fac2ef9e6f4b3b8ad8305e976680a6bba2
      
https://github.com/jenkinsci/jenkins/commit/f31107fac2ef9e6f4b3b8ad8305e976680a6bba2
  Author: Basil Crow <[email protected]>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M core/src/main/java/hudson/Functions.java

  Log Message:
  -----------
  Consolidate duplicate branches in switch statement


  Commit: 4e125678813c4a4fe36c259d0d5f275baf5732d5
      
https://github.com/jenkinsci/jenkins/commit/4e125678813c4a4fe36c259d0d5f275baf5732d5
  Author: Basil Crow <[email protected]>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M core/src/main/java/hudson/PluginManager.java

  Log Message:
  -----------
  Remove unnecessary return


  Commit: 64dbdbc4f59cbd9160cbf47a8fc0049ec0171438
      
https://github.com/jenkinsci/jenkins/commit/64dbdbc4f59cbd9160cbf47a8fc0049ec0171438
  Author: Basil Crow <[email protected]>
  Date:   2020-12-19 (Sat, 19 Dec 2020)

  Changed paths:
    M core/src/main/java/hudson/PluginManager.java
    M core/src/main/java/hudson/PluginWrapper.java
    M core/src/main/java/hudson/cli/BuildCommand.java
    M core/src/main/java/hudson/model/Fingerprint.java
    M core/src/main/java/hudson/model/Label.java
    M core/src/main/java/hudson/model/LoadBalancer.java
    M core/src/main/java/hudson/model/WorkspaceCleanupThread.java
    M core/src/main/java/hudson/util/ProcessTree.java
    M core/src/main/java/hudson/util/RingBufferLogHandler.java
    M core/src/main/java/jenkins/model/IdStrategy.java
    M core/src/main/java/jenkins/security/s2m/MasterKillSwitchWarning.java
    M core/src/main/java/jenkins/slaves/systemInfo/SlaveSystemInfo.java
    M core/src/main/java/jenkins/util/xml/FilteredFunctionContext.java
    M core/src/main/java/org/acegisecurity/context/SecurityContextHolder.java
    M 
core/src/main/java/org/acegisecurity/providers/UsernamePasswordAuthenticationToken.java
    M core/src/main/java/org/jenkins/ui/icon/IconType.java
    M core/src/main/java/org/springframework/dao/DataAccessException.java
    M core/src/test/java/hudson/model/FingerprintTest.java
    M core/src/test/java/hudson/slaves/CloudProvisioningListenerTest.java
    M core/src/test/java/hudson/util/XStream2Test.java
    M test/src/test/java/hudson/PluginTest.java
    M test/src/test/java/hudson/cli/RunRangeCommandTest.java
    M test/src/test/java/hudson/diagnosis/TooManyJobsButNoViewTest.java
    M test/src/test/java/hudson/init/InitMilestoneTest.java
    M test/src/test/java/hudson/model/AbstractProjectTest.java
    M test/src/test/java/hudson/model/ComputerTest.java
    M test/src/test/java/hudson/model/FingerprintTest.java
    M test/src/test/java/hudson/model/ItemGroupMixInTest.java
    M test/src/test/java/hudson/model/UpdateSiteTest.java
    M test/src/test/java/hudson/model/UserTest.java
    M test/src/test/java/hudson/model/queue/LoadPredictorTest.java
    M test/src/test/java/hudson/security/SecurityRealmTest.java
    M test/src/test/java/hudson/security/WhoAmITest.java
    M test/src/test/java/hudson/security/csrf/DefaultCrumbIssuerSEC1704Test.java
    M test/src/test/java/hudson/tasks/BuildTriggerTest.java
    M test/src/test/java/hudson/tasks/CommandInterpreterTest.java
    M test/src/test/java/hudson/tools/InstallerTranslatorTest.java
    M test/src/test/java/hudson/tools/ZipExtractionInstallerTest.java
    M test/src/test/java/hudson/views/StatusFilterTest.java
    M test/src/test/java/jenkins/ExtensionFilterTest.java
    M test/src/test/java/jenkins/install/InstallStateTest.java
    M test/src/test/java/jenkins/model/JenkinsManagePermissionTest.java
    M test/src/test/java/jenkins/security/ApiTokenPropertyTest.java
    M test/src/test/java/jenkins/tasks/SimpleBuildWrapperTest.java
    M 
test/src/test/java/jenkins/tasks/filters/impl/RetainVariablesLocalRuleTest.java
    M test/src/test/java/jenkins/triggers/ReverseBuildTriggerTest.java
    M 
test/src/test/java/jenkins/widgets/HistoryPageFilterCaseSensitiveSearchTest.java

  Log Message:
  -----------
  Remove unused imports


  Commit: a9ee90e7fc931445956616ffae4ea3c5ababe41d
      
https://github.com/jenkinsci/jenkins/commit/a9ee90e7fc931445956616ffae4ea3c5ababe41d
  Author: Oleg Nenashev <[email protected]>
  Date:   2021-01-02 (Sat, 02 Jan 2021)

  Changed paths:
    M core/src/main/java/hudson/Functions.java
    M core/src/main/java/hudson/PluginManager.java
    M core/src/main/java/hudson/PluginWrapper.java
    M core/src/main/java/hudson/cli/BuildCommand.java
    M core/src/main/java/hudson/model/Fingerprint.java
    M core/src/main/java/hudson/model/Items.java
    M core/src/main/java/hudson/model/Label.java
    M core/src/main/java/hudson/model/LoadBalancer.java
    M core/src/main/java/hudson/model/WorkspaceCleanupThread.java
    M core/src/main/java/hudson/util/ProcessTree.java
    M core/src/main/java/hudson/util/RingBufferLogHandler.java
    M core/src/main/java/jenkins/model/IdStrategy.java
    M core/src/main/java/jenkins/security/s2m/MasterKillSwitchWarning.java
    M core/src/main/java/jenkins/slaves/systemInfo/SlaveSystemInfo.java
    M core/src/main/java/jenkins/util/xml/FilteredFunctionContext.java
    M core/src/main/java/org/acegisecurity/context/SecurityContextHolder.java
    M 
core/src/main/java/org/acegisecurity/providers/UsernamePasswordAuthenticationToken.java
    M core/src/main/java/org/jenkins/ui/icon/Icon.java
    M core/src/main/java/org/jenkins/ui/icon/IconSet.java
    M core/src/main/java/org/jenkins/ui/icon/IconType.java
    M core/src/main/java/org/springframework/dao/DataAccessException.java
    M core/src/test/java/hudson/EnvVarsTest.java
    M core/src/test/java/hudson/FilePathTest.java
    M core/src/test/java/hudson/cli/handlers/ViewOptionHandlerTest.java
    M core/src/test/java/hudson/model/FingerprintTest.java
    M core/src/test/java/hudson/model/RunParameterValueTest.java
    M core/src/test/java/hudson/model/RunTest.java
    M core/src/test/java/hudson/model/UpdateCenterTest.java
    M core/src/test/java/hudson/slaves/CloudProvisioningListenerTest.java
    M core/src/test/java/hudson/util/XStream2Test.java
    M core/src/test/java/jenkins/model/IdStrategyTest.java
    M core/src/test/java/jenkins/util/ResourceBundleUtilTest.java
    M core/src/test/java/org/acegisecurity/AuthenticationTest.java
    M test/src/test/java/hudson/ExtensionListTest.java
    M test/src/test/java/hudson/PluginTest.java
    M test/src/test/java/hudson/bugs/DateConversionTest.java
    M test/src/test/java/hudson/cli/OnlineNodeCommandTest.java
    M test/src/test/java/hudson/cli/RunRangeCommandTest.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/diagnosis/TooManyJobsButNoViewTest.java
    M test/src/test/java/hudson/init/InitMilestoneTest.java
    M test/src/test/java/hudson/model/AbstractProjectTest.java
    M test/src/test/java/hudson/model/AutoCompletionCandidatesTest.java
    M test/src/test/java/hudson/model/ComputerTest.java
    M test/src/test/java/hudson/model/DownloadService2Test.java
    M test/src/test/java/hudson/model/DownloadServiceTest.java
    M test/src/test/java/hudson/model/FingerprintTest.java
    M test/src/test/java/hudson/model/ItemGroupMixInTest.java
    M test/src/test/java/hudson/model/NodeTest.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/SimpleJobTest.java
    M test/src/test/java/hudson/model/TimeZonePropertyTest.java
    M test/src/test/java/hudson/model/UpdateSiteTest.java
    M test/src/test/java/hudson/model/UserTest.java
    M test/src/test/java/hudson/model/ViewTest.java
    M test/src/test/java/hudson/model/queue/LoadPredictorTest.java
    M test/src/test/java/hudson/search/SearchTest.java
    M test/src/test/java/hudson/security/SecurityRealmTest.java
    M test/src/test/java/hudson/security/WhoAmITest.java
    M test/src/test/java/hudson/security/csrf/DefaultCrumbIssuerSEC1704Test.java
    M test/src/test/java/hudson/slaves/JNLPLauncherTest.java
    M test/src/test/java/hudson/slaves/NodeProvisionerTest.java
    M test/src/test/java/hudson/tasks/BuildTriggerTest.java
    M test/src/test/java/hudson/tasks/CommandInterpreterTest.java
    M test/src/test/java/hudson/tools/InstallerTranslatorTest.java
    M test/src/test/java/hudson/tools/ZipExtractionInstallerTest.java
    M test/src/test/java/hudson/triggers/TriggerStartTest.java
    M test/src/test/java/hudson/util/BootFailureTest.java
    M test/src/test/java/hudson/views/StatusFilterTest.java
    M test/src/test/java/jenkins/ExtensionFilterTest.java
    M test/src/test/java/jenkins/install/InstallStateTest.java
    M test/src/test/java/jenkins/install/UpgradeWizardTest.java
    M test/src/test/java/jenkins/model/ContextMenuTest.java
    M test/src/test/java/jenkins/model/JenkinsManagePermissionTest.java
    M test/src/test/java/jenkins/model/JenkinsTest.java
    M test/src/test/java/jenkins/security/ApiTokenPropertyTest.java
    M 
test/src/test/java/jenkins/security/SecurityContextExecutorServiceTest.java
    M test/src/test/java/jenkins/tasks/SimpleBuildWrapperTest.java
    M 
test/src/test/java/jenkins/tasks/filters/impl/RetainVariablesLocalRuleTest.java
    M test/src/test/java/jenkins/triggers/ReverseBuildTriggerTest.java
    M 
test/src/test/java/jenkins/widgets/HistoryPageFilterCaseSensitiveSearchTest.java
    M test/src/test/java/lib/form/RepeatablePropertyTest.java
    M test/src/test/java/lib/form/RepeatableTest.java
    M test/src/test/java/lib/form/RowVisibilityGroupTest.java
    M test/src/test/java/lib/form/TextAreaTest.java
    M test/src/test/java/lib/hudson/ListScmBrowsersTest.java

  Log Message:
  -----------
  Merge pull request #5134 from basil/improvements

Code cleanup


Compare: 
https://github.com/jenkinsci/jenkins/compare/884e4ddefefc...a9ee90e7fc93

-- 
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/884e4d-a9ee90%40github.com.

Reply via email to