-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NEW] Added cache system for the ExpressionNode instances; [NEW]
PathExpression now implements the Iterable interface; [NEW] Added support for static nodes in the ExpressionNode and PathExpression class. [NEW] Added the getFirstNode, getLastNode, getNodes, getNodesAmount, iterator, listIterator, spliterator and stream methods in the PathExpression class; [NEW] Added the moveForward, moveBackward, subPath methods in the PathExpression class, for gets a path expression with a nodes amount reduced; [NEW] Added JUnit tests. [CHANGED] Renamed the "getClassWrapper" methods to "wrap" in the ClassWrapper; [CHANGED] Changed the ExpressionNode interface to an abstract class; [CHANGED] Changed the getName implementation of the ExpressionNode class; [CHANGED] Changed the cache initial size of ExpressionNode and PathExpression to 50; [BUGFIX] Added a if that checks if the array is null, in the get/setValue of the ArrayNode class.
- Loading branch information
1 parent
4921af9
commit 9adff5a
Showing
48 changed files
with
2,855 additions
and
654 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
156 changes: 109 additions & 47 deletions
156
docs/com/infinityrefactoring/reflections/ArrayNode.html
Large diffs are not rendered by default.
Oops, something went wrong.
230 changes: 117 additions & 113 deletions
230
docs/com/infinityrefactoring/reflections/ClassWrapper.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.