-
Notifications
You must be signed in to change notification settings - Fork 154
-
I am currently using After copying the repository to my local device, I proceeded to follow the instructions under Verifying the setup. The clean build works however the test systemTest fails. I am not very sure what is the issue as my versions seem to be the same as the ones stated in the set up. The tests that are failing are |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments · 8 replies
-
Hey @fungusta, Could you go into the 'reposense-report' folder (or whichever your output folder is) and copy-paste the logs here? The filename should be something like 'reposense.log.0'. Thanks! |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hey @sikai00, Is this it? It's quite lengthy. Aug 01, 2023 11:45:51 PM reposense.parser.CsvParser validateHeader
Aug 01, 2023 11:46:08 PM reposense.commits.CommitInfoExtractor extractCommitInfos
Aug 01, 2023 11:46:38 PM reposense.commits.CommitInfoExtractor extractCommitInfos
Aug 01, 2023 11:47:14 PM reposense.commits.CommitInfoExtractor extractCommitInfos
Aug 01, 2023 11:47:47 PM reposense.commits.CommitInfoExtractor extractCommitInfos
Aug 01, 2023 11:48:01 PM reposense.commits.CommitInfoExtractor extractCommitInfos
Aug 01, 2023 11:48:05 PM reposense.commits.CommitInfoAnalyzer analyzeCommits
Aug 01, 2023 11:48:19 PM reposense.report.RepoCloner spawnCloneProcess
Aug 01, 2023 11:48:19 PM reposense.report.RepoCloner spawnCloneProcess
Aug 01, 2023 11:48:19 PM reposense.report.RepoCloner spawnCloneProcess
Aug 01, 2023 11:48:19 PM reposense.report.RepoCloner spawnCloneProcess
Aug 01, 2023 11:48:21 PM reposense.commits.CommitInfoAnalyzer analyzeCommits |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
@fungusta yes this is correct - thanks! Can I also trouble you for a screen capture of the output error message? From a preliminary analysis, the cloning and analyzing process for all the tests seems fine - the issue occurs when the comparisons run. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Ok sure here they are :) |
Beta Was this translation helpful? Give feedback.
All reactions
-
@fungusta, could you try a different Java version? It seems like OpenJDK 17 has an issue with one of the packages we use (gson). Let me know if it resolves the issue! |
Beta Was this translation helpful? Give feedback.
All reactions
-
I tried a few different Java Versions, specifically Amazon Corretto 17.0.8 and 16.0.2 but the issue still remains |
Beta Was this translation helpful? Give feedback.
All reactions
-
Could I check what do you mean by using different java versions? Do you mean changing my Java version on my computer or within Intellij itself changing the SDK? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
Ok it works! Thank you!! |
Beta Was this translation helpful? Give feedback.
All reactions
-
🚀 2
-
no problem, glad to help! |
Beta Was this translation helpful? Give feedback.
@fungusta, could you try a different Java version? It seems like OpenJDK 17 has an issue with one of the packages we use (gson). Let me know if it resolves the issue!