Java fixes + confusion matrix support#208
Open
tmihalac wants to merge 10 commits intoRHEcosystemAppEng:new-agentfrom
Open
Java fixes + confusion matrix support#208tmihalac wants to merge 10 commits intoRHEcosystemAppEng:new-agentfrom
tmihalac wants to merge 10 commits intoRHEcosystemAppEng:new-agentfrom
Conversation
Author
|
/test vulnerability-analysis-on-pr |
Author
|
/test-heavy |
Author
|
/test vulnerability-analysis-on-pr |
Author
|
/test-heavy |
068aa8b to
d5c6a50
Compare
Author
|
/test vulnerability-analysis-on-pr |
Author
|
/test-heavy |
2 similar comments
Author
|
/test-heavy |
Author
|
/test-heavy |
daeca1d to
8bb611c
Compare
Author
|
/test vulnerability-analysis-on-pr |
Signed-off-by: Theodor Mihalache <tmihalac@tmihalac-thinkpadp1gen7.rmtusfl.csb>
- fixed get_package_name bug - created a data structure for improving get_possible_docs performance - fixed a potential bug in locate_functions Signed-off-by: Theodor Mihalache <tmihalac@tmihalac-thinkpadp1gen7.rmtusfl.csb>
Signed-off-by: Theodor Mihalache <tmihalac@tmihalac-thinkpadp1gen7.rmtusfl.csb>
8bb611c to
e89494c
Compare
Author
|
/test vulnerability-analysis-on-pr |
1 similar comment
Author
|
/test vulnerability-analysis-on-pr |
Signed-off-by: Theodor Mihalache <tmihalac@tmihalac-thinkpadp1gen7.rmtusfl.csb>
Author
|
/test vulnerability-analysis-on-pr |
Signed-off-by: Theodor Mihalache <tmihalac@tmihalac-thinkpadp1gen7.rmtusfl.csb>
Author
|
/test vulnerability-analysis-on-pr |
Author
|
/test-heavy |
1 similar comment
Author
|
/test-heavy |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1de6f4e to
931a97b
Compare
Author
|
/test vulnerability-analysis-on-pr |
Author
|
/test-heavy |
1 similar comment
Author
|
/test-heavy |
Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
Author
|
/test vulnerability-analysis-on-pr |
1 similar comment
Author
|
/test vulnerability-analysis-on-pr |
Author
|
/test-heavy |
1 similar comment
Author
|
/test-heavy |
- increase CM memory Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
Author
|
/test vulnerability-analysis-on-pr |
Author
|
/test-heavy |
2 similar comments
Author
|
/test-heavy |
Author
|
/test-heavy |
- Streamline the memory management using generators Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
Author
|
/test vulnerability-analysis-on-pr |
Author
|
/test-heavy |
3 similar comments
Author
|
/test-heavy |
Author
|
/test-heavy |
Author
|
/test-heavy |
Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
Author
|
/test vulnerability-analysis-on-pr |
Author
|
/test-heavy |
1 similar comment
Author
|
/test-heavy |
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.
Added setting.xml for java transitive search - dependency tree creation and dependency installation
Added a new tool for java transitive search - to check which version of a package/library
is installed in the application
Fixed handling of inner class methods
Changed the inheritance map key to fqcn
Fixed inheritance classes type comparison
Added aggregator pom support for java transitive search
Fixed jar extraction
Added support using maven wrapper
Added support to dependency graph creation for aggregator pom
Optimization to documents creation - removed test classes and test methods
Optimization to documents creation - removed classes with templating
Decreased verbosity of call_hierarchy_list to prevent reaching context window limit
Fixed issues with concurrent running analysis, running incorrectly