https://github.com/chains-project/by-the-pool
finding differences by the constant pool
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
finding differences by the constant pool
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
- Releases: 0
Created almost 2 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
README.md
by-the-pool
Goal
Find a better way to diff JVM bytecode in order to prove reproducibility.
Approaches: 1. AST: diff based on tree representation of JVM bytecode. 2. Canonicalization: diff on the intermediate representation inspired by §4.4 Bytecode Canonicalization.
Owner
- Name: CHAINS research project at KTH Royal Institute of Technology
- Login: chains-project
- Kind: organization
- Website: https://chains.proj.kth.se
- Repositories: 9
- Profile: https://github.com/chains-project
"Consistent Hardening and Analysis of Software Supply Chains" at KTH, funded by SSF
GitHub Events
Total
- Issues event: 1
- Issue comment event: 6
- Push event: 3
Last Year
- Issues event: 1
- Issue comment event: 6
- Push event: 3
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Aman Sharma | m****0@g****m | 80 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 3
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 2 minutes
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 2.0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 2 minutes
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 2.0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- algomaster99 (2)
Pull Request Authors
- algomaster99 (3)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
ast/pom.xml
maven
- com.github.gumtreediff:core
- org.assertj:assertj-core
- org.junit.jupiter:junit-jupiter-api
canonicalize/pom.xml
maven
experiments/pom.xml
maven
- org.apache.commons:commons-csv 1.11.0
pom.xml
maven
- com.github.gumtreediff:core 4.0.0-beta2
- org.assertj:assertj-core 3.26.3 test
- org.junit.jupiter:junit-jupiter-api 5.10.3 test
.github/workflows/code-quality.yml
actions
- actions/checkout v4 composite
- actions/setup-java v4 composite
.github/workflows/tests.yml
actions
- actions/checkout v4 composite
- actions/setup-java v4 composite
ground-truth/pom.xml
maven