Skip to content

Final Project for CSE681 taught by Prof. Jim Fawcett for SMA, Fall 2018 at Syracuse University.

Notifications You must be signed in to change notification settings

rick1314/Dependency-Analyzer

Repository files navigation

Project Details

The philosophy behind the project is that, less number of dependencies and strong components the project files have, less the number of files that require to be updated when a single file is changed.

Features:

  • Contains a GUI interface that communicates with a server process to get information about files and for doing the dependency analysis
  • Uses a robust Parser for understanding C# code and can be easily changed to work with other programming languages
  • Code analysis consists of extracting lexical content from source code files, analyzing the code's syntax from its lexical content, and building a Type Table holding the dependency results.
  • Along with the dependency it also uses Tarjan's algorithm for strong component detection
  • Stores all the results in text files and displays on the GUI interface
  • Contains a Project OCD about the final project along with Package Diagram, Class Diagram and Activity Diagram.
  • Constains compile.bat and run.bat to compile and run the project (must be run with Administrator priviledges)

Automated GUI Demo

Demo

About

Final Project for CSE681 taught by Prof. Jim Fawcett for SMA, Fall 2018 at Syracuse University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published