qi4j-libraries:
rdf/src/main/java/org/qi4j/library/rdf/model/ApplicationVisitor.java is not
compilable
------------------------------------------------------------------------------------------------------
Key: QI-294
URL: http://issues.ops4j.org/browse/QI-294
Project: Qi4j
Issue Type: Bug
Components: Indexing
Affects Versions: 1.3
Reporter: Edward Yakop
Assignee: Rickard Öberg
Attachments: diff
qi4j-libraries/rdf/src/main/java/org/qi4j/library/rdf/model/ApplicationVisitor.java
is not compilable.
The main issue is, CompositeMethodDiscriptor is now refactored to
MethodDiscriptor.
I'm not sure whether this line:
context.addStatement( compositeMethodUri, Qi4jRdf.RELATIONSHIP_MIXIN,
Classes.toURI( compositeMethodDescriptor.mixin().mixinClass() ) );
Is equivalent to:
context.addStatement( compositeMethodUri, Qi4jRdf.RELATIONSHIP_MIXIN,
Classes.toURI( method.getDeclaringClass() ) );
The attached diff can be applied with the following commands:
cd <path-to-qi4j-libraries>
patch -p0 < patchFile
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.ops4j.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev