Skip to content

Java v1.0.2 - Lint with Checkstyle#217

Merged
Skenvy merged 77 commits intomainfrom
java
Jul 7, 2023
Merged

Java v1.0.2 - Lint with Checkstyle#217
Skenvy merged 77 commits intomainfrom
java

Conversation

@Skenvy
Copy link
Copy Markdown
Owner

@Skenvy Skenvy commented Jul 7, 2023

What issue is this addressing?

The absence of consistent readability, i.e. linting.

What type of issue is this addressing?

enhancement

What this PR does | solves

Rewrites the java code to suit the google style guide via checkstyle plugin.

Skenvy and others added 30 commits April 17, 2022 02:02
…add src, javadocs and gpg, and multiple release targets
@Skenvy Skenvy changed the title Java v1.0.2 Java v1.0.2 - Lint Jul 7, 2023
@Skenvy Skenvy changed the title Java v1.0.2 - Lint Java v1.0.2 - Lint with Checkstyle Jul 7, 2023
* @param b Value to add to the scaled value of n.
* @throws FailedSaneParameterCheck if P or a are 0.
*/
private static void assertSaneParameterisation(BigInteger p, BigInteger a, BigInteger b) throws FailedSaneParameterCheck {

Check notice

Code scanning / CodeQL

Useless parameter

The parameter 'b' is never used.
Comment on lines +383 to +384
@SuppressWarnings("unused")
final BigInteger _throwaway = function(initialValue, p, a, b);

Check notice

Code scanning / CodeQL

Unread local variable

Variable 'BigInteger _throwaway' is never read.
@Skenvy Skenvy merged commit bb1b350 into main Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant