Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup/proposal sdl 0286 spacing #1782

Merged
merged 10 commits into from
Feb 1, 2022
Merged

Conversation

noah-livio
Copy link
Contributor

@noah-livio noah-livio commented Jan 6, 2022

Addresses spacing and formatting from Proposal 0286

This PR is not ready for review.

Risk

This PR makes no API changes.

Testing Plan

  • I have verified that I have not introduced new warnings in this PR

Unit Tests

None, this pull request re-formats code without changing functionality

Core Tests

None, this pull request re-formats code without changing functionality

Summary

This PR changes indents and spacing for Java files in this project. Tabbed indents have been replaced with 4 spaces each. Spacing between arguments and keywords has been made consistent with the specifications in the proposal. Various newlines have been added or removed to make line spacing more consistent. Some levels of indentation have been corrected.

The following files have a diff with the branching commit in develop and the latest commit of this PR

  • AlertManager.java
  • AlertManagerTest.java
  • AndroidTools.java
  • AppCapabilityTests.java
  • AppCapabilityType.java
  • AppCapabilityTypeTests.java
  • BaseLifecycleManager.java
  • BaseSystemCapabilityManager.java
  • BaseVoiceCommandManager.java
  • ChoiceCell.java
  • ChoiceSetManagerTests.java
  • DispatchGroup.java
  • DynamicMenuUpdateAlgorithm.java
  • FileUtls.java
  • GetVehicleDataResponse.java
  • LifecycleManager.java
  • LockScreenManager.java
  • MenuCell.java
  • MenuConfigurationUpdateOperationTests.java
  • MenuManagerTests.java
  • MenuReplaceUtilitiesTests.java
  • MenuShowOperationTests.java
  • MultiplexBluetoothTransport.java
  • OnAppCapabilityUpdatedTests.java
  • PreloadPresentChoicesOperation.java
  • PreloadPresentChoicesOperationTests.java
  • PresentAlertOperation.java
  • PresentAlertOperationTest.java
  • RoofStatusTests.java
  • RPCGenericTests.java
  • RPCStruct.java
  • ScreenManagerTests.java
  • SdlAppInfo.java
  • SdlBroadcastReceiver.java
  • SdlDeviceListener.java
  • android/sdl_android/src/main/java/com/smartdevicelink/managers/SdlManager.java
  • javaSE/javaSE/src/main/java/com/smartdevicelink/managers/SdlManager.java
  • SdlPsm.java
  • SdlRouterService.java
  • SdlService.java
  • SecurityQueryIDTests.java
  • SecurityQueryPayload.java
  • SecurityQueryTypeTests.java
  • SiphonServer.java
  • SoftButtonObject.java
  • SoftButtonReplaceOperation.java
  • SubscribeVehicleDataResponse.java
  • android/sdl_android/src/androidTest/java/com/smartdevicelink/test/TestValues.java
  • javaEE/javaEE/src/test/java/com/smartdevicelink/test/TestValues.java
  • TireStatus.java
  • UnsubscribeVehicleDataResponse.java
  • UploadFileOperation.java
  • Validator.java
  • VideoStreamingCapability.java
  • VideoStreamingCapabilityTests.java
  • VideoStreamingParameters.java
  • VideoStreamingRange.java
  • VideoStreamManager.java
  • VirtualDisplayEncoder.java
  • VoiceCommandUpdateOperation.java
  • VoiceCommandUpdateOperationTests.java
  • WindowCapabilityTests.java

Changelog

Breaking Changes
  • None
Enhancements
  • None
Bug Fixes
  • None

CLA

@noah-livio noah-livio marked this pull request as ready for review January 6, 2022 15:38
@noah-livio noah-livio marked this pull request as draft January 6, 2022 16:41
@codecov
Copy link

codecov bot commented Jan 10, 2022

Codecov Report

Merging #1782 (11fb324) into develop (b2b1e59) will increase coverage by 0.00%.
The diff coverage is 21.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop    #1782   +/-   ##
==========================================
  Coverage      54.36%   54.37%           
- Complexity      5509     5512    +3     
==========================================
  Files            562      562           
  Lines          25516    25515    -1     
  Branches        3319     3319           
==========================================
+ Hits           13873    13874    +1     
+ Misses         10384    10381    -3     
- Partials        1259     1260    +1     
Impacted Files Coverage Δ
...icelink/managers/lockscreen/LockScreenManager.java 46.74% <0.00%> (ø)
...tdevicelink/managers/video/VideoStreamManager.java 22.40% <0.00%> (ø)
...managers/video/resolution/VideoStreamingRange.java 52.72% <0.00%> (ø)
...icelink/transport/MultiplexBluetoothTransport.java 4.23% <ø> (ø)
...martdevicelink/transport/SdlBroadcastReceiver.java 3.04% <0.00%> (ø)
...om/smartdevicelink/transport/SdlRouterService.java 11.09% <ø> (ø)
...artdevicelink/transport/utl/SdlDeviceListener.java 7.93% <0.00%> (ø)
...in/java/com/smartdevicelink/util/AndroidTools.java 20.89% <0.00%> (ø)
...tdevicelink/managers/file/UploadFileOperation.java 67.83% <0.00%> (ø)
...elink/managers/lifecycle/BaseLifecycleManager.java 13.98% <0.00%> (ø)
... and 27 more

@noah-livio noah-livio marked this pull request as ready for review January 12, 2022 15:46
@RHenigan RHenigan merged commit 454e1e6 into develop Feb 1, 2022
@RHenigan RHenigan deleted the cleanup/proposal_sdl_0286_spacing branch February 1, 2022 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants