Package org.eclipse.steady.java.bytecode
Class BytecodeComparator
- java.lang.Object
-
- org.eclipse.steady.java.bytecode.BytecodeComparator
-
public class BytecodeComparator extends Object
BytecodeComparator class.
-
-
Constructor Summary
Constructors Constructor Description BytecodeComparator()Constructor for BytecodeComparator.BytecodeComparator(GoalContext _g)Constructor for BytecodeComparator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompareLibForBug(org.eclipse.steady.shared.json.model.Library _l, String _bug_id, Path _p)compareLibForBug.
-
-
-
Constructor Detail
-
BytecodeComparator
public BytecodeComparator()
Constructor for BytecodeComparator.
-
BytecodeComparator
public BytecodeComparator(GoalContext _g)
Constructor for BytecodeComparator.
- Parameters:
_g- aGoalContextobject
-
-
Method Detail
-
compareLibForBug
public void compareLibForBug(org.eclipse.steady.shared.json.model.Library _l, String _bug_id, Path _p) throws BackendConnectionException, IOExceptioncompareLibForBug.
- Parameters:
_l- aLibraryobject_bug_id- aStringobject_p- aPathobject- Throws:
BackendConnectionException- if any.IOException- if any.
-
-