Sync galileu fork - #109
Open
barbosamaatheus wants to merge 59 commits into
Open
Conversation
…urce and sink loading
… graph analysis and export functionality
# Conflicts: # docker/Dockerfile # src/main/java/br/unb/cic/analysis/Main.java
…eval and improve call graph handling
…conflict reporting and validation
* Initial analysis * updating data with depth 15 * adding data for depth 30 * first update after fixes * Adding partial resolution of json error * Refactoring the oa-analysis * Adding another analysis * Uploading scenarios * Refactoring code * adding helpers files * adding pie analysis * Adding 20 depth analysis * Improving graphs * Adding stats to analysis and refactoring main.java * Adding scenario per depth stats * Adding scenario analysis * Adding bar chart * adding scenario loss data * adding folders to analysis * Adding with and without PA separate analysis * Adding fixes to report analysis * Updating with PA and without PA graphs * Adding arguments to oaAnlysis * Renaming files and folders * Adding arguments out.json support * Updating depth 5 graphs * Renaming folder * Adding mergedataset data * Adding title to the graphs * adding readme * adding new conflict type * updating graphs * updating graphs * fixing title * creating same start columns * adding custom colors possibility * Adding structure for 2 files * Refactoring text output * Adding the compare graph to other plots * adding custom labels options * adding compare conflicts per scenario * fixing path of generated images * adding default pallete * Regenerating graphs * renaming one analysis * adding perfomance data * adding basic aggregation * adding basic stats printing * adding performance graphs * adding bar distribution graph * renaming folders * adding spark files * fixing issue with smoothed graph * adding timeouts to graphs * creating conflictsData folders * adding CHA data * fixing graph analysis * fixing distribution graphics * adding subset of no timeouts analysis * adding more statistics metrics for subset * Adding subset plots * Renaming folders * adding mergedataset 20 cha and spark data * generating new conflicts data for ref spark with 20 time * adding compare graphs prefix check * Çadding new comparable graph * adding new ref dataset spark perfomance data * adding new perfamance data grouped * fixing plot title * adding mds perfomance data * plotting mds performance data * adding worst analysis * temporarily removing oa analysis report * Remove oa-analysis-report from tracking * rolling back old changes * adding extra constructor
* Initial analysis * updating data with depth 15 * adding data for depth 30 * first update after fixes * Adding partial resolution of json error * Refactoring the oa-analysis * Adding another analysis * Uploading scenarios * Refactoring code * adding helpers files * adding pie analysis * Adding 20 depth analysis * Improving graphs * Adding stats to analysis and refactoring main.java * Adding scenario per depth stats * Adding scenario analysis * Adding bar chart * adding scenario loss data * adding folders to analysis * Adding with and without PA separate analysis * Adding fixes to report analysis * Updating with PA and without PA graphs * Adding arguments to oaAnlysis * Renaming files and folders * Adding arguments out.json support * Updating depth 5 graphs * Renaming folder * Adding mergedataset data * Adding title to the graphs * adding readme * adding new conflict type * updating graphs * updating graphs * fixing title * creating same start columns * adding custom colors possibility * Adding structure for 2 files * Refactoring text output * Adding the compare graph to other plots * adding custom labels options * adding compare conflicts per scenario * fixing path of generated images * adding default pallete * Regenerating graphs * renaming one analysis * adding perfomance data * adding basic aggregation * adding basic stats printing * adding performance graphs * adding bar distribution graph * renaming folders * adding spark files * fixing issue with smoothed graph * adding timeouts to graphs * creating conflictsData folders * adding CHA data * fixing graph analysis * fixing distribution graphics * adding subset of no timeouts analysis * adding more statistics metrics for subset * Adding subset plots * Renaming folders * adding mergedataset 20 cha and spark data * generating new conflicts data for ref spark with 20 time * adding compare graphs prefix check * Çadding new comparable graph * adding new ref dataset spark perfomance data * adding new perfamance data grouped * fixing plot title * adding mds perfomance data * plotting mds performance data * adding worst analysis * temporarily removing oa analysis report * Remove oa-analysis-report from tracking * rolling back old changes * adding extra constructor * adding partial results
… SVFA and PDG workflows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Principais mudanças:
Call Graph flexível - Agora suporta 4 algoritmos (CHA, RTA, VTA, SPARK) em vez de só 2
Registros de análise - Adicionado sistema para rastrear tempo, métodos visitados e edges do Call Graph
Resilência - Adicionado shutdown hook para salvar resultados mesmo em caso de timeout
Limpeza - Removidas configurações Docker desnecessárias (sera movido para outro repo)
Testes - Novos testes para validar diferentes algoritmos e cenários reais