Skip to content

Commit

Permalink
1. 修复建议 alibaba#128
Browse files Browse the repository at this point in the history
2. 完善测试用例sandbox-spy-1.2.0-for-qatest.jar
3. 完善JavaDoc
  • Loading branch information
dongchenxu committed Feb 1, 2019
1 parent 6fb192c commit c3cd878
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@
</executions>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
</plugin>

<!-- 为了发布到MAVEN中央仓库而用的插件 -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
Expand Down Expand Up @@ -103,6 +97,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<configuration>
<outputDirectory>./target/tmpCobertura</outputDirectory>
<aggregate>true</aggregate>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
public class AsmUtils {

/**
* {@see org.objectweb.asm.ClassWriter#getCommonSuperClass(String, String)}
* just the same
* {@code org.objectweb.asm.ClassWriter#getCommonSuperClass(String, String)}
*/
public static String getCommonSuperClass(String type1, String type2, ClassLoader loader) {
return getCommonSuperClassImplByAsm(type1, type2, loader);
Expand Down
Binary file not shown.

0 comments on commit c3cd878

Please sign in to comment.