Skip to content

Commit

Permalink
#112 Removed empty 0pdd lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
rok-povsic committed Feb 7, 2018
1 parent 8ac3e00 commit 5800db2
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/main/resources/org/jpeek/metrics/LORM.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,13 @@ SOFTWARE.
which means that additional input must inserted into the LORM method - that is, a set of
possible concepts - which are then recognized in a particular method/piece of code. This set
of possible concepts depends on the `domain` that the class is in.
One way of interpreting what the `domain` is (this is not defined in the original paper), is
the business domain the class is used for. Another definition of `domain` also comes to mind -
the programming language being used. Concepts could be defined as all reserved Java keywords
and "semantic processing" recognizes which reserved keywords are used in a particular method.
Hence, if two methods use same reserved keywords, they have a `conceptual-relation`. Using
this definition would require no additional input by the user of the LORM method.
Right now it is stubbed because NLP/semantic processing is not implemented yet. Ensure that
One way of interpreting what the `domain` is (this is not defined in the original paper),
is the business domain the class is used for. Another definition of `domain` also comes to
mind - the programming language being used. Concepts could be defined as all reserved Java
keywords and "semantic processing" recognizes which reserved keywords are used in a particular
method. Hence, if two methods use same reserved keywords, they have a `conceptual-relation`.
Using this definition would require no additional input by the user of the LORM method.
Right now it is stubbed because NLP/semantic processing is not implemented yet. Ensure that
JPeek core implements these techniques, collects information on such relations and
unstub the lines commented below.
-->
Expand Down

0 comments on commit 5800db2

Please sign in to comment.