smartdevicelink / sdl_javascript_suite

SmartDeviceLink library for applications developed in JavaScript
BSD 3-Clause "New" or "Revised" License
15 stars 13 forks source link

Console log printing wrong class name for _SoftButtonReplaceOperation #543

Closed crokita closed 2 years ago

crokita commented 2 years ago

Bug Summary

The SoftButtonReplaceOperation class reports in the logs that it is the SoftButtonTransitionOperation class instead.

Reproduction Steps

  1. Cause a change in soft buttons that triggers the replace operation.

Expected Behavior: Informative logs from SoftButtonReplaceOperation state it is the SoftButtonReplaceOperation class.

Observed Behavior: SoftButtonReplaceOperation states it is the SoftButtonTransitionOperation class.

Which projects have you seen this bug on?

No response

JavaScript Version(s)

1.4.0

sdl_javascript Version

1.4.0

Testing Environment(s)

Manticore 2.10.0

Relevant log output

No response

theresalech commented 2 years ago

Closed via #544