Team4079 / Rapid-React-2022

Other
0 stars 0 forks source link

Redundant Method Definition #5

Closed nguyen-b closed 2 years ago

nguyen-b commented 2 years ago

Since you're just calling the parent method with no other special thing redefining it is redundant.

https://github.com/OASTEM/Rapid-React-2022/blob/32054d1818b4a4878e84290b4bf15184e42254bc/src/main/java/frc/robot/LogitechGamingPad.java#L48-L67

https://github.com/OASTEM/Rapid-React-2022/blob/32054d1818b4a4878e84290b4bf15184e42254bc/src/main/java/frc/robot/LogitechGamingPad.java#L81-L105

https://github.com/OASTEM/Rapid-React-2022/blob/32054d1818b4a4878e84290b4bf15184e42254bc/src/main/java/frc/robot/LogitechGamingPad.java#L123-L141

https://github.com/OASTEM/Rapid-React-2022/blob/32054d1818b4a4878e84290b4bf15184e42254bc/src/main/java/frc/robot/LogitechGamingPad.java#L154-L177