View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]