Skip to content

Instantly share code, notes, and snippets.

View maryokhin's full-sized avatar

Tymur Maryokhin maryokhin

View GitHub Profile
public enum AttributeNameEnum {
TypeCheckValid(SignatureAttribute.class,1,2,3),
Signature,
GLOBAL_SIGNATURE,
Name,
Type,
EnvironmentClass,
EnvironmentMethod,
Environment,
VariableName,
package main.helper;
import main.Criterion;
import javax.swing.*;
import javax.swing.table.*;
import java.awt.*;
/**
* custom class for criteria table
package main;
import org.supercsv.io.CsvMapReader;
import org.supercsv.io.ICsvMapReader;
import org.supercsv.prefs.CsvPreference;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.*;