Skip to content

Commit

Permalink
fix code style skeleton.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarus committed Mar 25, 2020
1 parent b751265 commit 8704157
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/main/resources/org/jpeek/xsd/skeleton.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,17 @@ SOFTWARE.
<xs:element name="op" minOccurs="0" maxOccurs="unbounded">
<!--
@todo #403:30min Should change 'op' element description to support
information about method 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.
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 method 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.
Example:
<op code="call">
<name>OverloadMethods.methodOne</name>
<args>
<arg type="Ljava/lang/String">?</arg>
<arg type="Ljava/lang/String">?</arg>
</args>
</op>
-->
<xs:complexType>
<xs:simpleContent>
Expand Down

0 comments on commit 8704157

Please sign in to comment.