codeshovel
codeshovel copied to clipboard
Git history navigation for dedicated methods, across all kinds of changes incl. complex refactorings.
Wondering if it would be possible to support tree-sitter, which may allow code shovel to automatically support all the languages tree-sitter supports
resolves #14 - [ ] Add Oracles - [ ] Make getParent more robust
Bumps [gson](https://github.com/google/gson) from 2.8.2 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
Hi, I ran CodeShovel on [Defects4J](https://github.com/rjust/defects4j), and got some erroneous output. # Steps to reproduce 1. Install defects4j 2. Check out `Lang-14b` an reset to the actual buggy version `c8afaa`....
Bumps commons-io from 2.6 to 2.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
This is strange but running all the tests from this branch (#76) is causing frequent heap exceptions. The problem might be with `CodeShovel` caching as some test takes forever to...
It seems to be used perfectly in Java In Python it is used for default arguments Perhaps this could be extended to the `*` and `**`? However I think these...
This is just a meta-issue for keeping track of related work that we should keep in mind as we move forward with this work. * `Assessing the Threat of Untracked...
Hi, Thanks for working on this great project. I just tried https://github.com/fmtlib/fmt as the project URL on the website at https://se.cs.ubc.ca/CodeShovel/, but the website only displays docs/ and test/. Not...