feat(core): Extract language-agnostic parts from jvm - #159
Merged
Conversation
Saloed
added a commit
that referenced
this pull request
May 27, 2026
Two issues introduced while resolving conflicts against origin/main's #159 (language-agnostic extraction), corrected to match the branch's pre-rebase final state: - ConfigLoader.CONFIG_ROOT: restore "/config" (was wrongly taken as origin/main's "/java-config"); config resources live under the java-config module's config/ dir, so /java-config would fail to load. - JIRMethodCallFlowFunction: drop two dead functions (InitialFactAp.mapExitToReturnFact overload, toConditionFactReaders) that the branch had removed; toConditionFactReaders has no call sites. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
misonijnik
added a commit
that referenced
this pull request
May 29, 2026
Main #159 (Extract language-agnostic parts from jvm) moved the bundled analyzer config from core/opentaint-config/config/config/ to core/opentaint-config/java-config/config/java-config/, and changed ConfigLoader.CONFIG_ROOT from /config to /java-config. Update the rule-test config overlay and its path filters to the new layout so the in-repo propagators are still zipped into the analyzer jar under the resource root the loader now reads.
Saloed
added a commit
that referenced
this pull request
Jun 5, 2026
Two issues introduced while resolving conflicts against origin/main's #159 (language-agnostic extraction), corrected to match the branch's pre-rebase final state: - ConfigLoader.CONFIG_ROOT: restore "/config" (was wrongly taken as origin/main's "/java-config"); config resources live under the java-config module's config/ dir, so /java-config would fail to load. - JIRMethodCallFlowFunction: drop two dead functions (InitialFactAp.mapExitToReturnFact overload, toConditionFactReaders) that the branch had removed; toConditionFactReaders has no call sites. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
misonijnik
added a commit
that referenced
this pull request
Jul 2, 2026
Main #159 (Extract language-agnostic parts from jvm) moved the bundled analyzer config from core/opentaint-config/config/config/ to core/opentaint-config/java-config/config/java-config/, and changed ConfigLoader.CONFIG_ROOT from /config to /java-config. Update the rule-test config overlay and its path filters to the new layout so the in-repo propagators are still zipped into the analyzer jar under the resource root the loader now reads.
misonijnik
added a commit
that referenced
this pull request
Jul 3, 2026
Main #159 (Extract language-agnostic parts from jvm) moved the bundled analyzer config from core/opentaint-config/config/config/ to core/opentaint-config/java-config/config/java-config/, and changed ConfigLoader.CONFIG_ROOT from /config to /java-config. Update the rule-test config overlay and its path filters to the new layout so the in-repo propagators are still zipped into the analyzer jar under the resource root the loader now reads.
misonijnik
added a commit
that referenced
this pull request
Jul 3, 2026
Main #159 (Extract language-agnostic parts from jvm) moved the bundled analyzer config from core/opentaint-config/config/config/ to core/opentaint-config/java-config/config/java-config/, and changed ConfigLoader.CONFIG_ROOT from /config to /java-config. Update the rule-test config overlay and its path filters to the new layout so the in-repo propagators are still zipped into the analyzer jar under the resource root the loader now reads.
misonijnik
added a commit
that referenced
this pull request
Jul 3, 2026
Main #159 (Extract language-agnostic parts from jvm) moved the bundled analyzer config from core/opentaint-config/config/config/ to core/opentaint-config/java-config/config/java-config/, and changed ConfigLoader.CONFIG_ROOT from /config to /java-config. Update the rule-test config overlay and its path filters to the new layout so the in-repo propagators are still zipped into the analyzer jar under the resource root the loader now reads.
misonijnik
added a commit
that referenced
this pull request
Jul 4, 2026
Main #159 (Extract language-agnostic parts from jvm) moved the bundled analyzer config from core/opentaint-config/config/config/ to core/opentaint-config/java-config/config/java-config/, and changed ConfigLoader.CONFIG_ROOT from /config to /java-config. Update the rule-test config overlay and its path filters to the new layout so the in-repo propagators are still zipped into the analyzer jar under the resource root the loader now reads.
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.
No description provided.