Skip to content
#

source-code-analysis

Here are 115 public repositories matching this topic...

JPlag
tsaglam
tsaglam commented Nov 5, 2021

Currently, the matches between any submission and the basecode are stored in the comparison strategy in a hashtable. Later they are stored in the comparison objects. It would be cleaner to let the submissions store their basecode matches internally. See the correlating [lines of code](https://github.com/jplag/JPlag/blob/c91c1605e2709bb5619cbce546a2b41e63743e6e/jplag/src/main/java/de/jplag/strategy

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 Oct 23, 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