Skip to content

Commit

Permalink
Updating read Projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangeType committed Jun 4, 2020
1 parent c8b2cfc commit 9e2704d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified lib/TypeChangeMiner-1.0-SNAPSHOT-jar-with-dependencies.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/org/osu/AnalyseChangePatterns.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static void main(String a[]) {

// List<ProcessedCodeMappings> processedCodeMappings = Runner.readWriteCodeMappingProtos.readAll("ProcessedCodeMapping", "CodeMapping");

ArrayList<Project> projects = new ArrayList<>(TypeFactMiner.readWriteInputProtos.<Project>readAll("Projects", "Project"));
ArrayList<Project> projects = new ArrayList<>(TypeFactMiner.readWriteInputProtos.<Project>readAll("projects", "Project"));

List<Tuple2<Project, List<TypeChangeCommit>>> procect_tcc = projects.stream()
.map(z -> Tuple.of(z, TypeFactMiner.readWriteOutputProtos.<TypeChangeCommit>readAll("TypeChangeCommit_" + z.getName(), "TypeChangeCommit")))
Expand Down

0 comments on commit 9e2704d

Please sign in to comment.