BastiaanJansen / otp-java

A small and easy-to-use one-time password generator library for Java implementing RFC 4226 (HOTP) and RFC 6238 (TOTP).
MIT License
186 stars 30 forks source link

(JAVA-S0324) Private method is never called #38

Closed BastiaanJansen closed 3 years ago

BastiaanJansen commented 3 years ago

Description

This private method is never called. Although it is possible that the method will be invoked through reflection, it is more likely that the method is never used, and should be removed. Unless this method is intended to be used with reflection, it is recommended to remove it to increase …

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/BastiaanJansen/OTP-Java/issue/JAVA-S0324/occurrences/