[
https://issues.apache.org/jira/browse/JENA-921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14512590#comment-14512590
]
Dave Reynolds commented on JENA-921:
------------------------------------
Having looked that code more I suspect the intention is that access should be
through the synchronized accessor. The would be better practice but breaks
Pellet. Since it is now declared as volatile it's not clear to me that
synchronized is needed so would still rather change it back to protected.
> Visibility change in BaseInfGraph
> ---------------------------------
>
> Key: JENA-921
> URL: https://issues.apache.org/jira/browse/JENA-921
> Project: Apache Jena
> Issue Type: Bug
> Components: Reasoners
> Affects Versions: Jena 2.12.0, Jena 2.13.0
> Reporter: Dave Reynolds
> Priority: Minor
>
> In fixing JENA-399 the BaseInfGraph.isPrepared was set to private. This will
> break any inherited reasoner such as Pellet.
> Revert to protected.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)