Status: Accepted Owner: ---- Labels: Type-Defect Priority-Medium Component-VerveineJ
New issue 761 by anquetil...@gmail.com: Missing method invocation with VerveineJ http://code.google.com/p/moose-technology/issues/detail?id=761
see discussion on mailing list: "invokingMethods broken in moose or inFamix"
source code: http://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/engines/key...
The method getLinkedEntityTypes in org.apache.stanbol.enhancer.engines.keywordextraction.linking.EntityLinker has an empty collection of invokingMethods even though the method is invoked for example by "process()".
I still cannot download the sources. Can someone provide the sources as a download?
I would like to see if this problem is not related to: Issue 728: VerveineJ places methods in the wrong classes http://code.google.com/p/moose-technology/issues/detail?id=728
Cheers, Doru
On 7 Dec 2011, at 20:56, moose-technology@googlecode.com wrote:
Status: Accepted Owner: ---- Labels: Type-Defect Priority-Medium Component-VerveineJ
New issue 761 by anquetil...@gmail.com: Missing method invocation with VerveineJ http://code.google.com/p/moose-technology/issues/detail?id=761
see discussion on mailing list: "invokingMethods broken in moose or inFamix"
source code: http://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/engines/key...
The method getLinkedEntityTypes in org.apache.stanbol.enhancer.engines.keywordextraction.linking.EntityLinker has an empty collection of invokingMethods even though the method is invoked for example by "process()".
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Live like you mean it."
it's small, I am sending it to you by email
nicolas
----- Mail original -----
De: "Tudor Girba" tudor@tudorgirba.com À: codesite-noreply@google.com, "Moose-related development" moose-dev@iam.unibe.ch Envoyé: Mercredi 7 Décembre 2011 22:25:12 Objet: [Moose-dev] Re: Issue 761 in moose-technology: Missing method invocation with VerveineJ I still cannot download the sources. Can someone provide the sources as a download?
I would like to see if this problem is not related to: Issue 728: VerveineJ places methods in the wrong classes http://code.google.com/p/moose-technology/issues/detail?id=728
Cheers, Doru
On 7 Dec 2011, at 20:56, moose-technology@googlecode.com wrote:
Status: Accepted Owner: ---- Labels: Type-Defect Priority-Medium Component-VerveineJ
New issue 761 by anquetil...@gmail.com: Missing method invocation with VerveineJ http://code.google.com/p/moose-technology/issues/detail?id=761
see discussion on mailing list: "invokingMethods broken in moose or inFamix"
source code: http://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/engines/key...
The method getLinkedEntityTypes in org.apache.stanbol.enhancer.engines.keywordextraction.linking.EntityLinker has an empty collection of invokingMethods even though the method is invoked for example by "process()".
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Live like you mean it."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Comment #1 on issue 761 by tu...@tudorgirba.com: Missing method invocation with VerveineJ http://code.google.com/p/moose-technology/issues/detail?id=761
As I expected, when I parsed the sources (without any libs), verveineJ creates a new method as a target for the invocation.
If you search for all methods named getLinkedEntityTypes(), you get: #'<Default Package>::<StubMethodContainer>.getLinkedEntityTypes()'
This one is invoked by: #'org::apache::stanbol::enhancer::engines::keywordextraction::linking::EntityLinker.process()'
Updates: Cc: anquetil...@gmail.com
Comment #2 on issue 761 by tu...@tudorgirba.com: Missing method invocation with VerveineJ http://code.google.com/p/moose-technology/issues/detail?id=761
I believe this is not really an issue. Or?