BTrace对依赖的asm包的包名进行了重命名

This directory contains btrace-asm-4.0.jar. This file was
generated from "asm-4.0.jar" using the "JarJar" tool (please
see http://code.google.com/p/jarjar/) using the following rule:


rule org.objectweb.asm.** com.sun.btrace.@0


i.e.,We prefix every ASM class with "com.sun.btrace" so that
the BTrace will not clash with application's use of ASM (if any).
Also,this will allow us to trace application's ASM usage as well.
Such renaming of ASM classes has indeed been suggested in ASM FAQ
at http://asm.objectweb.org/doc/faq.html.

相关文章

迭代器模式(Iterator)迭代器模式(Iterator)[Cursor]意图...
高性能IO模型浅析服务器端编程经常需要构造高性能的IO模型,...
策略模式(Strategy)策略模式(Strategy)[Policy]意图:定...
访问者模式(Visitor)访问者模式(Visitor)意图:表示一个...
命令模式(Command)命令模式(Command)[Action/Transactio...
生成器模式(Builder)生成器模式(Builder)意图:将一个对...