Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup class if possible #15

Open
github-actions bot opened this issue Aug 5, 2022 · 0 comments
Open

Cleanup class if possible #15

github-actions bot opened this issue Aug 5, 2022 · 0 comments
Labels

Comments

@github-actions
Copy link

github-actions bot commented Aug 5, 2022

Cleanup class if possible

import org.objectweb.asm.tree.LdcInsnNode;
import org.objectweb.asm.tree.MethodNode;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Base64;
import java.util.Enumeration;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import java.util.zip.ZipEntry;
import java.util.zip.ZipException;
import java.util.zip.ZipFile;
import static optic_fusion1.kitsune.Kitsune.LOGGER;
import static optic_fusion1.kitsune.util.I18n.tl;
import org.apache.commons.codec.digest.DigestUtils;
import org.objectweb.asm.tree.MethodInsnNode;

// TODO: Cleanup class if possible
public class StringsTool extends Tool {

    private boolean normalize;

12d6e063f52c40438b7dd34afab269257f1ad618

@github-actions github-actions bot added the todo label Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants