Status: Accepted
Owner: ---- Labels: Type-Defect Priority-Medium Component-VerveineJ New issue 761 by [hidden email]: 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/keywordextraction/ 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 [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
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, [hidden email] wrote: > Status: Accepted > Owner: ---- > Labels: Type-Defect Priority-Medium Component-VerveineJ > > New issue 761 by [hidden email]: 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/keywordextraction/ > > 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 > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com "Live like you mean it." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
it's small, I am sending it to you by email
nicolas ----- Mail original ----- > De: "Tudor Girba" <[hidden email]> > À: [hidden email], "Moose-related development" <[hidden email]> > 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, [hidden email] wrote: > > > Status: Accepted > > Owner: ---- > > Labels: Type-Defect Priority-Medium Component-VerveineJ > > > > New issue 761 by [hidden email]: 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/keywordextraction/ > > > > 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 > > [hidden email] > > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > www.tudorgirba.com > > "Live like you mean it." > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by moose-technology
Comment #1 on issue 761 by [hidden email]: 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()' _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Updates:
Cc: [hidden email] Comment #2 on issue 761 by [hidden email]: 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? _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |