-
Notifications
You must be signed in to change notification settings - Fork 70
Pull requests: rdfhdt/hdt-java
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Code quality fix - "@Override" annotation should be used on any method overriding.
#17
by faisal-hameed
was merged Jun 27, 2016
Loading…
updated Jun 27, 2016
added array of arrays implementation of dictionary
#5
by mielvds
was merged Jun 27, 2016
Loading…
updated Jun 27, 2016
Code quality fix - Utility classes should not have public constructors.
#15
by faisal-hameed
was merged Jun 27, 2016
Loading…
updated Jun 27, 2016
Code quality fix - Redundant modifiers should not be used.
#16
by faisal-hameed
was merged Jun 27, 2016
Loading…
updated Jun 27, 2016
Code quality fix - Array designators "[]" should be on the type, not the variable.
#18
by faisal-hameed
was merged Jun 27, 2016
Loading…
updated Jun 27, 2016
Code quality fix - Redundant Field Initializer.
#19
by faisal-hameed
was merged Jun 27, 2016
Loading…
updated Jun 27, 2016
Code quality fix - Useless parentheses around expressions should be removed
#20
by faisal-hameed
was merged Jun 27, 2016
Loading…
updated Jun 27, 2016
Code quality fix - "switch" statements should end with a "default" clause.
#21
by faisal-hameed
was merged Jun 27, 2016
Loading…
updated Jun 27, 2016
Code quality fix - Primitives should not be boxed just for "String" conversion.
#22
by faisal-hameed
was merged Jun 27, 2016
Loading…
updated Jun 27, 2016
Code quality fix - Declarations should use Java collection interfaces such as "List" rather than specific implementation.
#23
by faisal-hameed
was merged Jun 27, 2016
Loading…
updated Jun 27, 2016
Support CONSTRUCT/DESCRIBE/ASK in hdtsparql command line tool
#27
by osma
was merged Nov 25, 2016
Loading…
updated Nov 25, 2016
Add streaming option to hdtsparql for CONSTRUCT and DESCRIBE queries (#42)
#43
by osma
was merged Mar 23, 2017
Loading…
updated Mar 23, 2017
HDTGraphAssembler : add static initialization
#26
by bdecarne
was merged Mar 23, 2017
Loading…
updated Mar 23, 2017
Fix hdt2rdf usage message. Fixes #38
#39
by osma
was merged Mar 23, 2017
Loading…
updated Mar 23, 2017
Fix invalid cast that breaks lookup of non-ASCII literals. Fixes #36
#40
by osma
was merged Mar 23, 2017
Loading…
updated Mar 23, 2017
Proposed fix for problem with handling nodes that don't exist in HDT in bindings.
#41
by osma
was merged Mar 23, 2017
Loading…
updated Mar 23, 2017
Upgrade Jena to version 3.2.0 (#44)
#45
by osma
was closed Mar 24, 2017
Loading…
updated Mar 24, 2017
Formatting fixes/improvements
#57
by The-Alchemist
was merged Oct 20, 2017
Loading…
updated Oct 20, 2017
Previous Next
ProTip!
Filter pull requests by the default branch with base:master.