103104105106107108109110111112113
mt.objectGetter(); mt.simpleGetter(); mt.setB( true ); MultipleTargets.getClassName(); try { mt.iamthrowing(new boolean[] {true}); } catch( Throwable t ) { System.out.println( "rethrowed: " + t ); }
122123124125126127128129130131132
mt.objectGetter(); mt.simpleGetter(); mt.setB( true ); MultipleTargets.getClassName(); try { mt.iamthrowing( new boolean[] {true}); } catch( Throwable t ) { System.out.println( "without aspect: " + t ); }