-
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
Add streaming option to hdtsparql for CONSTRUCT and DESCRIBE queries (#42)
#43
by osma
was merged Mar 23, 2017
Loading…
Proposed fix for problem with handling nodes that don't exist in HDT in bindings.
#41
by osma
was merged Mar 23, 2017
Loading…
Fix invalid cast that breaks lookup of non-ASCII literals. Fixes #36
#40
by osma
was merged Mar 23, 2017
Loading…
Support CONSTRUCT/DESCRIBE/ASK in hdtsparql command line tool
#27
by osma
was merged Nov 25, 2016
Loading…
Bump ch.qos.logback:logback-classic from 1.2.9 to 1.3.12
dependencies
Pull requests that update a dependency file
#205
by dependabot
bot
was closed Dec 5, 2023
Loading…
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…
Code quality fix - Primitives should not be boxed just for "String" conversion.
#22
by faisal-hameed
was merged Jun 27, 2016
Loading…
Code quality fix - "switch" statements should end with a "default" clause.
#21
by faisal-hameed
was merged Jun 27, 2016
Loading…
Code quality fix - Useless parentheses around expressions should be removed
#20
by faisal-hameed
was merged Jun 27, 2016
Loading…
Code quality fix - Redundant Field Initializer.
#19
by faisal-hameed
was merged Jun 27, 2016
Loading…
Code quality fix - Array designators "[]" should be on the type, not the variable.
#18
by faisal-hameed
was merged Jun 27, 2016
Loading…
Code quality fix - "@Override" annotation should be used on any method overriding.
#17
by faisal-hameed
was merged Jun 27, 2016
Loading…
Code quality fix - Redundant modifiers should not be used.
#16
by faisal-hameed
was merged Jun 27, 2016
Loading…
Code quality fix - Utility classes should not have public constructors.
#15
by faisal-hameed
was merged Jun 27, 2016
Loading…
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.