0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 14, 2024 — Dec 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Upgraded to datanucleus-maven-plugin version 4.0.5 and reduced logging More... over 8 years ago
Minor test improvement More... over 8 years ago
Removed empty constructors More... over 8 years ago
Code style improvement More... over 8 years ago
Added tests for IndexCache More... over 8 years ago
Reduced complexity of IndexCache More... over 8 years ago
Added test for BasicSearcher More... over 8 years ago
Fixed possible NPE's More... over 8 years ago
Replaced NullPointerExceptions with OntopiaNullPointerExceptions to avoid throwing raw NPE More... over 8 years ago
Extended StatisticsIndexTest from core More... over 8 years ago
Refactored ScopeIndex: - Aligned null value handling with other implementations - Added missing null value queries - Extended testcase from core More... over 8 years ago
Fixed failing tests due to re-use of properties More... over 8 years ago
Added public ontopia snapshot repository More... over 8 years ago
Added travis config More... over 8 years ago
Refactored OccurrenceIndex: - Aligned null value handling with other implementations - Fixed copy error in query name - Fixed ordering More... over 8 years ago
Added ordering to OccurrenceIndex.getValuesSmallerThanOrEqual and OccurrenceIndex.getValuesGreaterThanOrEqual queries More... over 8 years ago
Added utility method More... over 8 years ago
Refactored NameIndex: - aligned with basic and rdbms implementations - made test case extend core index test to guarantee compliance More... over 8 years ago
Refactored ClassInstaceIndexIF: - aligned with basic and rdbms implementations - made test case extend core index test to guarantee compliance More... over 8 years ago
Combined nested if More... over 8 years ago
Removed unused loggers More... over 8 years ago
Added getter to avoid unused field warnings More... over 8 years ago
Removed raw exception type More... over 8 years ago
Removed unused local variables More... over 8 years ago
Fixed incorrect junit class import More... over 8 years ago
Added comments to empty methods More... over 8 years ago
Moved fields to top of class More... over 8 years ago
Remove package private access in favor of more restricted access modifiers More... over 8 years ago
Added new OccurrenceIndex methods and basic tests More... over 8 years ago
Added new NameIndex methods and basic tests More... over 8 years ago