0
I Use This!
Inactive

Commits : Listings

Analyzed 43 minutes ago. based on code collected about 3 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
JFunction and JPredicate can be bound to static methods. Added test cases for java method invocation. Removed compile time dependency on com.sun classes to allow compilation by non-Sun Java compilers (GNU, IBM or Apple). More... about 17 years ago
Improved test cases to make them more thorough More... about 18 years ago
added setup and tearDown methods More... about 18 years ago
deleted unused function class More... about 18 years ago
Improved test cases, made them more thorough More... about 18 years ago
fixed test case More... about 18 years ago
improved test cases More... about 18 years ago
Bug fixes and comments More... about 18 years ago
some feedback on xpath added More... about 18 years ago
* Added variable contexts, * extra functions (equals, equalTo, ...) implemented, * improved PathImpl constructor, * parent and sibling axes support. * Removed most console debugging output text. * created test case for pathImpl. More... about 18 years ago
Better handling of attributes More... about 18 years ago
Big change to do all recording using paths. This includes getting all children nodes as paths. This fixes the // xpath-query problems, but attributes not recorded as thoroughly as necessary. Will attempt to resolve shortly. More... about 18 years ago
Added further tests More... about 18 years ago
Bringing all test cases in CVS up to date More... about 18 years ago
uncommented some code that should've been uncommented earlier More... over 18 years ago
Improved test cases by reducing similar tests and instead grouping into one method. More... over 18 years ago
Improved code for getting all children nodes, can now support queries like '/fact//predicate', but not '//predicate'. More... over 18 years ago
Fixed bug in doc navigator to stop near duplicate paths from being recorded unnecessarily More... over 18 years ago
Added code to support the getSelfOrDescendent Jaxen method - it now builds up a list containing all elements in the tree from the requested node downwards. Now need to record the paths taken - if this is possible. More... over 18 years ago
Don't know why this wasn't included in the other commits More... over 18 years ago
Big step forward in getting paths recorded for attributes, and improvements in duplication of paths. Still heaps of debugging statements in here, not ready for use - but this is my backup in case things go bad later :-) More... over 18 years ago
Optimised tests and added 2 more for attributes, more to come shortly once I get the code passing these tests.. More... over 18 years ago
Added more tests to test number of returned values for queries like '//predicate'. This helps to turn up bugs introduced when we deal with normal '/rule'-type queries, which are more common. More... over 18 years ago
Small code refactorings - working snapshot before I try to improve path recording More... over 18 years ago
Moved knowledgebase generation code into XPathTestCases More... over 18 years ago
Changed test knowledge base to use the script in this package, instead of depending on an external example knowledgebase. More... over 18 years ago
Improved support for attributes, added further data into attributes map More... over 18 years ago
Now only record paths when in execute2(), not in execute() More... over 18 years ago
Added a package.html for the JavaDoc More... over 18 years ago
Improved documentation More... over 18 years ago