Since Tag Cleanup

This commit is contained in:
Konloch 2021-07-04 00:04:08 -07:00
parent 4c0bffd40d
commit 33e2b1d6db
13 changed files with 13 additions and 4 deletions

View file

@ -25,6 +25,7 @@ import org.objectweb.asm.Type;
* around * around
* *
* @author Waterwolf * @author Waterwolf
* @since 10/02/2011
*/ */
public class TypeAndName { public class TypeAndName {
public Type type = null; public Type type = null;

View file

@ -38,6 +38,7 @@ import static the.bytecode.club.bytecodeviewer.Constants.*;
* *
* @author Konloch * @author Konloch
* @author WaterWolf * @author WaterWolf
* @since 09/26/2011
*/ */
public class FernFlowerDecompiler extends InternalDecompiler public class FernFlowerDecompiler extends InternalDecompiler
{ {

View file

@ -27,7 +27,7 @@ import java.awt.*;
/** /**
* @author Konloch * @author Konloch
* @author Waterwolf * @author Waterwolf
* @since 6/24/2021 * @since 09/29/2011
*/ */
public class MethodsRenderer extends JLabel implements ListCellRenderer<Object> public class MethodsRenderer extends JLabel implements ListCellRenderer<Object>
{ {

View file

@ -25,6 +25,7 @@ import javax.swing.JInternalFrame;
* *
* @author Konloch * @author Konloch
* @author WaterWolf * @author WaterWolf
* @since 09/26/2011
*/ */
public abstract class VisibleComponent extends JInternalFrame public abstract class VisibleComponent extends JInternalFrame

View file

@ -60,6 +60,7 @@ import the.bytecode.club.bytecodeviewer.util.LazyNameUtil;
* @author Konloch * @author Konloch
* @author WaterWolf * @author WaterWolf
* @author afffsdd * @author afffsdd
* @since 09/26/2011
*/ */
public class ResourceListPane extends VisibleComponent implements FileDrop.Listener public class ResourceListPane extends VisibleComponent implements FileDrop.Listener

View file

@ -40,6 +40,7 @@ import the.bytecode.club.bytecodeviewer.gui.util.DelayTabbedPaneThread;
* *
* @author Konloch * @author Konloch
* @author WaterWolf * @author WaterWolf
* @since 09/26/2011
*/ */
public class TabbedPane extends JPanel public class TabbedPane extends JPanel
{ {

View file

@ -45,6 +45,7 @@ import static the.bytecode.club.bytecodeviewer.Constants.BLOCK_TAB_MENU;
* *
* @author Konloch * @author Konloch
* @author WaterWolf * @author WaterWolf
* @since 09/26/2011
*/ */
public class WorkPaneMainComponent extends VisibleComponent public class WorkPaneMainComponent extends VisibleComponent
{ {

View file

@ -55,6 +55,7 @@ import static the.bytecode.club.bytecodeviewer.util.MethodParser.Method;
* *
* @author Konloch * @author Konloch
* @author WaterWolf * @author WaterWolf
* @since 09/26/2011
*/ */
public class ClassViewer extends ResourceViewer public class ClassViewer extends ResourceViewer

View file

@ -46,6 +46,7 @@ import static the.bytecode.club.bytecodeviewer.gui.resourceviewer.TabbedPane.BLA
* @author Konloch * @author Konloch
* @author WaterWolf * @author WaterWolf
* @author DreamSworK * @author DreamSworK
* @since 09/26/2011
*/ */
public abstract class PaneUpdaterThread implements Runnable public abstract class PaneUpdaterThread implements Runnable
{ {

View file

@ -28,7 +28,7 @@ import static the.bytecode.club.bytecodeviewer.Constants.nl;
/** /**
* @author Konloch * @author Konloch
* @author WaterWolf * @author WaterWolf
* @since 6/27/2021 * @since 10/02/2011
*/ */
public class JavaNetScanner extends MalwareCodeScanner public class JavaNetScanner extends MalwareCodeScanner
{ {

View file

@ -30,7 +30,7 @@ import static the.bytecode.club.bytecodeviewer.Constants.nl;
* *
* @author Konloch * @author Konloch
* @author WaterWolf * @author WaterWolf
* @since 6/27/2021 * @since 10/02/2011
*/ */
public class ReflectionScanner extends MalwareCodeScanner public class ReflectionScanner extends MalwareCodeScanner
{ {

View file

@ -36,7 +36,7 @@ import static the.bytecode.club.bytecodeviewer.Constants.nl;
* *
* @author Konloch * @author Konloch
* @author WaterWolf * @author WaterWolf
* @since 6/27/2021 * @since 10/02/2011
*/ */
public class URLScanner extends MalwareCodeScanner public class URLScanner extends MalwareCodeScanner
{ {

View file

@ -48,6 +48,7 @@ import static the.bytecode.club.bytecodeviewer.Constants.*;
* *
* @author Konloch * @author Konloch
* @author WaterWolf * @author WaterWolf
* @since 09/26/2011
*/ */
public class JarUtils { public class JarUtils {