]> source.dussan.org Git - aspectj.git/commit
Change the mehtod name "containsField" to "findsField".
authorKui Liu <brucekuiliu@gmail.com>
Tue, 21 Aug 2018 15:32:54 +0000 (17:32 +0200)
committerAndy Clement <aclement@pivotal.io>
Thu, 11 Oct 2018 18:00:54 +0000 (11:00 -0700)
commitb0bd12a6f1efa815445ba3c9356d9781b4f1baaf
tree3d3e4661708a217a611fd991c0c6e6ff1f097945
parentef7411136acfe9dd531d8e9faeb439025cd3c3c6
Change the mehtod name "containsField" to "findsField".

The method implements finding a field object in the 'fieldsList' with a given name. If found, return the found field object, otherwise return null.
Thus, rename the method as "findsField" should be more clear than "containsField" since "containsField" is prone to ask whether the "fieldsFile" contains a field or not and return true or false.

Signed-off-by: Kui Liu <brucekuiliu@gmail.com>
bcel-builder/src/org/aspectj/apache/bcel/generic/ClassGen.java