[
https://issues.apache.org/jira/browse/JENA-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14599851#comment-14599851
]
ASF GitHub Bot commented on JENA-966:
-------------------------------------
GitHub user ajs6f opened a pull request:
https://github.com/apache/jena/pull/80
Deprecating and removing some iterators from jena-core
https://issues.apache.org/jira/browse/JENA-966
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajs6f/jena DeprecateSomeIterators
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/80.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #80
----
commit b58fe263c97da3c51f66872e8e99b07b2d49fcf7
Author: ajs6f <[email protected]>
Date: 2015-06-24T18:04:30Z
Deprecating and removing some iterators from jena-core
----
> LazyIterator
> ------------
>
> Key: JENA-966
> URL: https://issues.apache.org/jira/browse/JENA-966
> Project: Apache Jena
> Issue Type: Bug
> Components: Core
> Affects Versions: Jena 3.0.0
> Reporter: Claude Warren
> Assignee: Claude Warren
>
> LazyIterator is an abstract class. The documentation indicates that the
> create() method needs to be overridden to create an instance. From this I
> would expect that
> now LazyIterator(){
> @Override
> public ExtendedIterator<Model> create() {
> ...
> }};
> Would work however LazyIterator does not override:
> remoteNext(), andThen(), toList(), and toSet().
> I believe these should be implemented in the class.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)