jar

com.github.svstoll : cscc-recommender

Maven & Gradle

Jun 01, 2019
1 stars

CSCC Recommender · An implementation of the Context Sensitive Code Completion (CSCC) Recommender proposed by Asaduzzaman et al. in the paper "CSCC: Simple, Efficient, Context Sensitive Code Completion" (2014).

Table Of Contents

Latest Version

Download com.github.svstoll : cscc-recommender JAR file - Latest Versions:

All Versions

Download com.github.svstoll : cscc-recommender JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cscc-recommender-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.svstoll.csccrecommender.recommender

├─ com.github.svstoll.csccrecommender.recommender.CandidateDocumentComparator.class - [JAR]

├─ com.github.svstoll.csccrecommender.recommender.CsccRecommender.class - [JAR]

├─ com.github.svstoll.csccrecommender.recommender.RecommendationResult.class - [JAR]

com.github.svstoll.csccrecommender.properties

├─ com.github.svstoll.csccrecommender.properties.ConfigProperties.class - [JAR]

com.github.svstoll.csccrecommender.evaluation

├─ com.github.svstoll.csccrecommender.evaluation.CompletionEventEvaluator.class - [JAR]

├─ com.github.svstoll.csccrecommender.evaluation.ContextEvaluationStatistics.class - [JAR]

├─ com.github.svstoll.csccrecommender.evaluation.CrossProjectEvaluator.class - [JAR]

com.github.svstoll.csccrecommender.index

├─ com.github.svstoll.csccrecommender.index.MethodInvocationDocumentBuilder.class - [JAR]

├─ com.github.svstoll.csccrecommender.index.MethodInvocationIndex.class - [JAR]

├─ com.github.svstoll.csccrecommender.index.MethodInvocationIndexer.class - [JAR]

com.github.svstoll.csccrecommender.utility

├─ com.github.svstoll.csccrecommender.utility.CollectionUtility.class - [JAR]

├─ com.github.svstoll.csccrecommender.utility.FileUtility.class - [JAR]

├─ com.github.svstoll.csccrecommender.utility.SstUtility.class - [JAR]

├─ com.github.svstoll.csccrecommender.utility.StatisticsUtility.class - [JAR]

├─ com.github.svstoll.csccrecommender.utility.StringUtility.class - [JAR]

com.github.svstoll.csccrecommender

├─ com.github.svstoll.csccrecommender.ProductionModule.class - [JAR]

com.github.svstoll.csccrecommender.mining

├─ com.github.svstoll.csccrecommender.mining.CompletionEventExtractionConsumer.class - [JAR]

├─ com.github.svstoll.csccrecommender.mining.CompletionEventExtractor.class - [JAR]

├─ com.github.svstoll.csccrecommender.mining.ContextExtractionConsumer.class - [JAR]

├─ com.github.svstoll.csccrecommender.mining.ContextExtractor.class - [JAR]

├─ com.github.svstoll.csccrecommender.mining.CsccContext.class - [JAR]

├─ com.github.svstoll.csccrecommender.mining.CsccContextVisitor.class - [JAR]

├─ com.github.svstoll.csccrecommender.mining.IndexingLineContextVisitor.class - [JAR]

├─ com.github.svstoll.csccrecommender.mining.InvocationRecommendationLineContextVisitor.class - [JAR]

├─ com.github.svstoll.csccrecommender.mining.LineContext.class - [JAR]

├─ com.github.svstoll.csccrecommender.mining.LineContextVisitor.class - [JAR]

├─ com.github.svstoll.csccrecommender.mining.RecommendingLineContextVisitor.class - [JAR]

Advertisement