-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Labels
best practiceNot a defect but something that should be improved anywayNot a defect but something that should be improved anyway
Description
Description
Bug Report
There are a few typos in the Java Suite API Reference documentation which should be fixed.
| Location | Observed Text | Expected Text | Typo |
|---|---|---|---|
| /base/src/main/java/com/smartdevicelink/managers/screen/SoftButtonObject.java | Set the the SoftButtonState list | Set the SoftButtonState list | Extra "the" needs to be removed |
| /base/src/main/java/com/smartdevicelink/proxy/RPCStruct.java | This method should clean the the RPC to make sure it | This method should clean the RPC to make sure it | Extra "the" needs to be removed |
| /android/sdl_android/src/main/java/com/smartdevicelink/managers/file/filetypes/SdlFile.java | Sets the the name of the static file. | Sets the name of the static file. | Extra "the" needs to be removed |
| /android/sdl_android/src/main/java/com/smartdevicelink/managers/file/filetypes/SdlFile.java | Gets the the name of the static file. | Gets the name of the static file. | Extra "the" needs to be removed |
| /android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlRouterService.java | mac address of the device in quesiton (2 instances) | mac address of the device in question | Incorrect spelling of "question" |
| /android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlRouterService.java | possible router service that is in quesiton | possible router service that is in question | Incorrect spelling of "question" |
| /sdl_java_suite/android/sdl_android/src/main/java/com/smartdevicelink/transport/utl/SdlDeviceListener.java | on the SDL UUID RFCOMM chanel | on the SDL UUID RFCOMM channel | Incorrect spelling of "channel" |
| /sdl_android/android/sdl_android/src/main/java/com/smartdevicelink/util/AndroidTools.java | indicates an unique name | indicates a unique name | Should be "a unique" instead of "an unique" |
| /sdl_java_suite/base/src/main/java/com/smartdevicelink/proxy/rpc/AddCommand.java | Sets an Unique Command ID | Sets a Unique Command ID | Should be "a unique" instead of "an unique" |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
best practiceNot a defect but something that should be improved anywayNot a defect but something that should be improved anyway