-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Labels
bugA defect in the libraryA defect in the librarydocumentationRelating to inline documentationRelating to inline documentation
Description
Bug Summary
Some API Reference Documentation tables I saw while reviewing #1810 have information that does not match the RPC Spec.
List of affected classes and their discrepancies:
-
AddCommand
menuParamsis of typeMenuParamsin spec and code, butButtonNamein documentationmenuParamsis mandatory in documentation, but not in specvrCommandsisString[]in spec,List<String>in code, andStringin documentation
-
AddSubMenu
menuLayoutis optional in spec and mandatory status is missing in documentation
-
BodyInformation
parkBrakeActiveis listed twice in documentation
-
MenuParams
parentID,position, andmenuNameare missing mandatory status in documentation
-
OnVehicleData
fuelLevelisFloatin spec,Doublein code, andBooleanin documentationfuelLevel_StateisComponentVolumeStatusin spec and code, andBooleanin documentationfuelRangeisFuelRange[]in spec,List<FuelRange>in code, andBooleanin documentationwindowStatusisWindowStatus[]in spec,List<WindowStatus>in code, andBooleanin documentation
-
Show
softButtonsisSoftButton[]in spec,List<SoftButton>in code, andSoftButtonin documentation
Reproduction Steps
N/A
Which projects have you seen this bug on?
Android, Java Standard Edition
Android Version(s)
N/A
Android Device(s)
N/A
sdl_java_suite Version
5.4.0+
Testing Environment(s)
N/ARelevant log output
N/AReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugA defect in the libraryA defect in the librarydocumentationRelating to inline documentationRelating to inline documentation