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 cc22282 commit 7dc2c1b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/main/java/org/jpeek/skeleton/OpsOf.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,20 @@ public void visitFieldInsn(final int opcode, final String owner,
).up().up();
}

// @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>
// @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>
@Override
public void visitMethodInsn(final int opcode,
final String owner, final String mtd,
Expand Down

0 comments on commit 7dc2c1b

Please sign in to comment.