The Wayback Machine - https://web.archive.org/web/20211223214324/https://github.com/topics/source-code-analysis
Skip to content
#

source-code-analysis

Here are 116 public repositories matching this topic...

JPlag
tsaglam
tsaglam commented Dec 3, 2021

It seems that the code contains two duplicate ways of dealing with invalid/valid code (discovered in #247).

  • Submissions are marked as erroneous and then not passed further on (this works correctly)
  • Submissions with errors will be forced to have a null token list, while the strategies check on null token list during comparison

In the future, we should rely on the first way, as is is

emerge

emerge is a source code analysis tool and dependency visualizer that can be used to gather insights about source code structure, metrics, dependencies and complexity of software projects. After scanning the source code of a project it provides you an interactive web interface to explore and analyze your project by using graph structures.
  • Updated Dec 4, 2021
  • Python

Improve this page

Add a description, image, and links to the source-code-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the source-code-analysis topic, visit your repo's landing page and select "manage topics."

Learn more