This repository has been archived by the owner on Dec 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
CROSSIndex and Eclipse plugin #387
Labels
Comments
We use the same REST that other recommenders created by UDA: Specifically, we use the methods:
Which can be found in: |
Maybe I miss something but could you give us a use case with sample data for these requests? |
Hello, I hope I had understood well, here is an example:
In the compilationUnit it goes the code that the developer is creating on Eclipse. This should be similar to other recommenders, such as SORecommeder. The URL could be:
Currently it seems a bug in the KB regarding versions of the Lucene in the maven, but that's another issue. |
I have updated the curl example to properly have a running example |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I open this issue as it I might not be the case that the recommender created for exploiting the indexes is present through the Eclipse plugin. The recommender is located in the KB and it's available through the same REST API that the recommenders and tools created by UDA.
This recommender is associated to four API methods, depending on the programming language to process, C, Java, PHP and Javascript. It has for input a portion of the code being developed.
The returned object is the same that UDA recommender send.
Would it be possible to create an interface similar to those used by UDA recommenders?
The text was updated successfully, but these errors were encountered: