4.0.0 byteman-agent jar The Byteman agent jar contains the implementation of the Byteman java agent, including the bytecode transformer, rule parser, type checker and execution engine and the agent listener. byteman-agent org.jboss.byteman byteman-root 4.0.0-BETA0 true -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005 -Dorg.jboss.byteman.verbose org.apache.maven.plugins maven-jar-plugin org.jboss.byteman.agent.Main org.jboss.byteman.agent.Main true true org.apache.maven.plugins maven-shade-plugin package shade org.ow2.asm:asm-all net.sf.squirrel-sql.thirdparty-non-maven:java-cup net.sf.squirrel-sql.thirdparty-non-maven:java-cup java_cup/runtime/** org.ow2.asm:asm-all org/objectweb/asm/** org.objectweb.asm org.jboss.byteman.objectweb.asm java_cup.runtime org.jboss.byteman.java_cup.runtime org.apache.maven.plugins maven-surefire-plugin true org.apache.maven.plugins maven-failsafe-plugin false javaops.TestArithmetic integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestArithmetic.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestArithmetic.btm javaops.TestArray integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestArray.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestArray.btm javaops.TestAssign integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestAssign.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestAssign.btm javaops.TestComparison integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestComparison.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestComparison.btm javaops.TestField integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestField.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestField.btm javaops.TestLogical integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestLogical.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestLogical.btm javaops.TestMethod integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestMethod.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestMethod.btm javaops.TestNew integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestNew.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestNew.btm javaops.TestClassLiteral integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestClassLiteral.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestClassLiteral.btm location.TestAll integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestAll.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestAll.btm location.TestCall integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestCall.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestCall.btm location.TestEntry integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestEntry.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestEntry.btm location.TestExit integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestExit.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestExit.btm location.TestExceptionExit integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestExceptionExit.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestExceptionExit.btm location.TestLine integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestLine.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestLine.btm location.TestReadWrite integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestReadWrite.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestReadWrite.btm location.TestReadWriteParams integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestReadWriteParams.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestReadWriteParams.btm location.TestSynch integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestSynch.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestSynch.btm location.TestThrow integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestThrow.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestThrow.btm helpertests.TestCallerMatches integration-test integration-test verify 1 true org/jboss/byteman/tests/helpertests/TestCallerMatches.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/helpertests/TestCallerMatches.btm helpertests.TestStackTrace integration-test integration-test verify 1 true org/jboss/byteman/tests/helpertests/TestStackTrace.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/helpertests/TestStackTrace.btm helpertests.TestLinkMap integration-test integration-test verify 1 true org/jboss/byteman/tests/helpertests/TestLinkMap.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/helpertests/TestLinkMap.btm misc.TestInterfaceInjection integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestInterfaceInjection.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestInterfaceInjection.btm misc.TestInvokeParamBinding integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestInvokeParamBinding.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestInvokeParamBinding.btm misc.TestOverridingInjection integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestOverridingInjection.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestOverridingInjection.btm misc.TestOverridingInterfaceInjection integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestOverridingInterfaceInjection.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestOverridingInterfaceInjection.btm misc.TestParamBinding integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestParamBinding.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestParamBinding.btm misc.TestRecursiveTriggers integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestRecursiveTriggers.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestRecursiveTriggers.btm misc.TestReturnBindingAssignment integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestReturnBindingAssignment.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestReturnBindingAssignment.btm misc.TestReturnBinding integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestReturnBinding.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestReturnBinding.btm misc.TestThrowBinding integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestThrowBinding.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestThrowBinding.btm misc.TestTriggerClassMethodBinding integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestTriggerClassMethodBinding.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestTriggerClassMethodBinding.btm bugfixes.TestEmptySignature integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestEmptySignature.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestEmptySignature.btm bugfixes.TestEnclosedSynchronizationPropagation integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestEnclosedSynchronizationPropagation.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestEnclosedSynchronizationPropagation.btm bugfixes.TestInterfaceHierarchy integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestInterfaceHierarchy.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestInterfaceHierarchy.btm bugfixes.TestMethodActualAgainstFormal integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestMethodActualAgainstFormal.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestMethodActualAgainstFormal.btm bugfixes.TestMethodClauseReturnType integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestMethodClauseReturnType.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestMethodClauseReturnType.btm bugfixes.TestMethodClauseReturnTypeDynamic integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestMethodClauseReturnTypeDynamic.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=listener:true bugfixes.TestMethodParamAssign integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestMethodParamAssign.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestMethodParamAssign.btm bugfixes.TestMethodParamName integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestMethodParamName.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestMethodParamName.btm bugfixes.TestMultiMethodMatch integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestMultiMethodMatch.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestMultiMethodMatch.btm bugfixes.TestPromotePrimitiveToObject integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestPromotePrimitiveToObject.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestPromotePrimitiveToObject.btm bugfixes.TestStringAsCharSequence integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestStringAsCharSequence.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestStringAsCharSequence.btm bugfixes.TestThrowAction integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestThrowAction.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestThrowAction.btm bugfixes.TestThrowError integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestThrowError.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestThrowError.btm bugfixes.TestThrowRuleInjection integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestThrowRuleInjection.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestThrowRuleInjection.btm bugfixes.TestWaitAfterSignalWakeMustMeet integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestWaitAfterSignalWakeMustMeet.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestWaitAfterSignalWakeMustMeet.btm bugfixes.TestThrowRuntimeException integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestThrowRuntimeException.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestThrowRuntimeException.btm bugfixes.TestAfterCallAssign integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestAfterCallAssign.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestAfterCallAssign.btm bugfixes.TestAbstractInterfaceCall integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestAbstractInterfaceCall.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestAbstractInterfaceCall.btm bugfixes.TestMaxStackComputation integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestMaxStackComputation.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestMaxStackComputation.btm bugfixes.TestBooleanComparisons integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestBooleanComparisons.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestBooleanComparisons.btm bugfixes.TestStackHeight integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestStackHeight.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestStackHeight.btm bugfixes.TestLocalUpdateType integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestLocalUpdateType.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestLocalUpdateType.btm bugfixes.TestRendezvousTimeout integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestRendezvousTimeout.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestRendezvousTimeout.btm bugfixes.TestJoinWaitTimeout integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestJoinWaitTimeout.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestJoinWaitTimeout.btm bugfixes.TestPlusExpressionCoerce integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestPlusExpressionCoerce.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestPlusExpressionCoerce.btm bugfixes.TestArrayArgTypeCheck integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestArrayArgTypeCheck.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestArrayArgTypeCheck.btm bugfixes.TestBooleanLocal integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestBooleanLocal.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestBooleanLocal.btm bugfixes.TestDoubleEntryBookKeeping integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestDoubleEntryBookKeeping.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestDoubleEntryBookKeeping.btm bugfixes.TestConstructorArgUpcast integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestConstructorArgUpcast.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestConstructorArgUpcast.btm javaops.TestInnerClasses integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestInnerClasses.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestInnerClasses.btm submit.TestSubmit integration-test integration-test verify 1 true org/jboss/byteman/tests/submit/TestSubmit.class -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=listener:true javaops.TestArithmetic.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestArithmetic.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestArithmetic.btm javaops.TestArray.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestArray.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestArray.btm javaops.TestAssign.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestAssign.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestAssign.btm javaops.TestComparison.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestComparison.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestComparison.btm javaops.TestField.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestField.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestField.btm javaops.TestLogical.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestLogical.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestLogical.btm javaops.TestMethod.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestMethod.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestMethod.btm javaops.TestNew.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestNew.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestNew.btm javaops.TestClassLiteral.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/javaops/TestClassLiteral.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/javaops/TestClassLiteral.btm location.TestAll.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestAll.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestAll.btm location.TestCall.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestCall.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestCall.btm location.TestEntry.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestEntry.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestEntry.btm location.TestExit.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestExit.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestExit.btm location.TestExceptionExit.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestExceptionExit.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestExceptionExit.btm location.TestLine.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestLine.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestLine.btm location.TestReadWrite.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestReadWrite.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestReadWrite.btm location.TestReadWriteParams.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestReadWriteParams.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestReadWriteParams.btm location.TestSynch.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestSynch.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestSynch.btm location.TestThrow.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/location/TestThrow.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/location/TestThrow.btm helpertests.TestCallerMatches.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/helpertests/TestCallerMatches.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/helpertests/TestCallerMatches.btm helpertests.TestStackTrace.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/helpertests/TestStackTrace.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/helpertests/TestStackTrace.btm helpertests.TestLinkMap.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/helpertests/TestLinkMap.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/helpertests/TestLinkMap.btm misc.TestInterfaceInjection.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestInterfaceInjection.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestInterfaceInjection.btm misc.TestInvokeParamBinding.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestInvokeParamBinding.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestInvokeParamBinding.btm misc.TestOverridingInjection.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestOverridingInjection.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestOverridingInjection.btm misc.TestOverridingInterfaceInjection.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestOverridingInterfaceInjection.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestOverridingInterfaceInjection.btm misc.TestParamBinding.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestParamBinding.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestParamBinding.btm misc.TestRecursiveTriggers.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestRecursiveTriggers.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestRecursiveTriggers.btm misc.TestReturnBindingAssignment.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestReturnBindingAssignment.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestReturnBindingAssignment.btm misc.TestReturnBinding.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestReturnBinding.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestReturnBinding.btm misc.TestThrowBinding.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestThrowBinding.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestThrowBinding.btm misc.TestTriggerClassMethodBinding.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestTriggerClassMethodBinding.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestTriggerClassMethodBinding.btm misc.TestDowncast.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/misc/TestDowncast.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/misc/TestDowncast.btm bugfixes.TestEmptySignature.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestEmptySignature.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestEmptySignature.btm bugfixes.TestEnclosedSynchronizationPropagation.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestEnclosedSynchronizationPropagation.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestEnclosedSynchronizationPropagation.btm bugfixes.TestInterfaceHierarchy.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestInterfaceHierarchy.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestInterfaceHierarchy.btm bugfixes.TestMethodActualAgainstFormal.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestMethodActualAgainstFormal.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestMethodActualAgainstFormal.btm bugfixes.TestMethodClauseReturnType.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestMethodClauseReturnType.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestMethodClauseReturnType.btm bugfixes.TestMethodParamAssign.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestMethodParamAssign.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestMethodParamAssign.btm bugfixes.TestMethodParamName.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestMethodParamName.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestMethodParamName.btm bugfixes.TestMultiMethodMatch.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestMultiMethodMatch.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestMultiMethodMatch.btm bugfixes.TestPromotePrimitiveToObject.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestPromotePrimitiveToObject.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestPromotePrimitiveToObject.btm bugfixes.TestStringAsCharSequence.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestStringAsCharSequence.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestStringAsCharSequence.btm bugfixes.TestThrowAction.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestThrowAction.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestThrowAction.btm bugfixes.TestThrowError.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestThrowError.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestThrowError.btm bugfixes.TestThrowRuleInjection.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestThrowRuleInjection.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestThrowRuleInjection.btm bugfixes.TestWaitAfterSignalWakeMustMeet.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestWaitAfterSignalWakeMustMeet.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestWaitAfterSignalWakeMustMeet.btm bugfixes.TestThrowRuntimeException.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestThrowRuntimeException.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestThrowRuntimeException.btm bugfixes.TestAfterCallAssign.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestAfterCallAssign.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestAfterCallAssign.btm bugfixes.TestAbstractInterfaceCall.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestAbstractInterfaceCall.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestAbstractInterfaceCall.btm bugfixes.TestMaxStackComputation.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestMaxStackComputation.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestMaxStackComputation.btm bugfixes.TestBooleanComparisons.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestBooleanComparisons.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestBooleanComparisons.btm bugfixes.TestStackHeight.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestStackHeight.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestStackHeight.btm bugfixes.TestLocalUpdateType.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestLocalUpdateType.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestLocalUpdateType.btm bugfixes.TestRendezvousTimeout.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestRendezvousTimeout.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestRendezvousTimeout.btm bugfixes.TestJoinWaitTimeout.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestJoinWaitTimeout.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestJoinWaitTimeout.btm bugfixes.TestPlusExpressionCoerce.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestPlusExpressionCoerce.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestPlusExpressionCoerce.btm bugfixes.TestArrayArgTypeCheck.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestArrayArgTypeCheck.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestArrayArgTypeCheck.btm bugfixes.TestBooleanLocal.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestBooleanLocal.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestBooleanLocal.btm bugfixes.TestDoubleEntryBookKeeping.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestDoubleEntryBookKeeping.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestDoubleEntryBookKeeping.btm bugfixes.TestConstructorArgUpcast.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestConstructorArgUpcast.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestConstructorArgUpcast.btm javaops.TestInnerClasses.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/bugfixes/TestInnerClasses.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=script:${project.build.testOutputDirectory}/scripts/bugfixes/TestInnerClasses.btm submit.TestSubmit.compiled integration-test integration-test verify 1 true org/jboss/byteman/tests/submit/TestSubmit.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=listener:true check.TestRuleCheck integration-test integration-test verify 1 true TestRuleCheck org/jboss/byteman/tests/check/TestRuleCheck.class -Dorg.jboss.byteman.compile.to.bytecode -javaagent:${project.build.directory}/byteman-agent-${project.version}.jar=listener:true org.apache.maven.plugins maven-verifier-plugin verification.xml true main verify verify default ${java.home} org.ow2.asm asm-all compile 6.0_ALPHA asmdebug org.apache.maven.plugins maven-shade-plugin package shade org.ow2.asm:asm-debug-all net.sf.squirrel-sql.thirdparty-non-maven:java-cup net.sf.squirrel-sql.thirdparty-non-maven:java-cup java_cup/runtime/** org.ow2.asm:asm-debug-all org/objectweb/asm/** java_cup.runtime org.jboss.byteman.java_cup.runtime org.ow2.asm asm-debug-all compile 6.0_ALPHA parser maven-antrun-plugin 1.7 generate-sources run de.jflex jflex fix javadoc lint errors org.apache.maven.plugins maven-javadoc-plugin -Xdoclint:-missing net.sf.squirrel-sql.thirdparty-non-maven java-cup junit junit test org.jboss.byteman byteman-submit test