Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarus committed Mar 25, 2020
1 parent c3f42d9 commit cc22282
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/main/java/org/jpeek/skeleton/OpsOf.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,19 @@ public void visitFieldInsn(final int opcode, final String owner,
}

// @todo #403:30min Method call description has to contain
// information about the method's arguments.
// That is important to differentiate overloaded methods to calculate LCOM4.
// We need to add a tag 'name' to reflect the method name
// and a tag 'args' to reflect the method's arguments.
// Also, don't forget to uncomment lines in org.jpeek.skeleton.SkeletonTest#createsXml.
// Example:
// <op code="call">
// <name>OverloadMethods.methodOne</name>
// <args>
// <arg type="Ljava/lang/String">?</arg>
// <arg type="Ljava/lang/String">?</arg>
// </args>
// </op>
// information about the method's arguments.
// That is important to differentiate overloaded methods to calculate LCOM4.
// We need to add a tag 'name' to reflect the method name
// and a tag 'args' to reflect the method's arguments.
// Also, don't forget to uncomment lines in org.jpeek.skeleton.SkeletonTest#createsXml.
// Example:
// <op code="call">
// <name>OverloadMethods.methodOne</name>
// <args>
// <arg type="Ljava/lang/String">?</arg>
// <arg type="Ljava/lang/String">?</arg>
// </args>
// </op>
@Override
public void visitMethodInsn(final int opcode,
final String owner, final String mtd,
Expand Down

0 comments on commit cc22282

Please sign in to comment.