# SENG4430 **Repository Path**: wujing119/SENG4430 ## Basic Information - **Project Name**: SENG4430 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-10 - **Last Updated**: 2024-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SENG4430 Software Qualify Project git repository - https://github.com/KyleFennell/SENG4430.git Code Samples for Testing: - https://github.com/sakalauskas/Java-Static-Analyzer/tree/master/src/main/java JavaDoc for JavaParser - SourceRoot (AST): https://static.javadoc.io/com.github.javaparser/javaparser-core/3.5.0/com/github/javaparser/utils/SourceRoot.html - CompilationUnit: https://static.javadoc.io/com.github.javaparser/javaparser-core/3.5.0/com/github/javaparser/ast/CompilationUnit.html - The CompilationUnit implements Node which you'll use heavily Using the Jar File in Console (necessary for command "reload settings" to work): - mvn exec:java