java-client icon indicating copy to clipboard operation
java-client copied to clipboard

Code Styles not in sync

Open RameshBabuPrudhvi opened this issue 1 year ago • 1 comments

Description

Throughout the project Code Formatter is not in sync

Details

Please provide more details, if necessary.

Code To Reproduce Issue [ Good To Have ]

The below class uses static imports in first place https://github.com/appium/java-client/blob/master/src/main/java/io/appium/java_client/android/AndroidDriver.java

However in the below class ,static imports are used in last place https://github.com/appium/java-client/blob/master/src/main/java/io/appium/java_client/ExecuteCDPCommand.java

Exception Stacktraces

N/A

Link To Appium Logs

N/A

RameshBabuPrudhvi avatar Jul 26 '22 10:07 RameshBabuPrudhvi

@mykola-mokhnach @SrinivasanTarget Shall we use Google Java StyleGuide for this?

bipin-k avatar Sep 15 '22 15:09 bipin-k