Skip to content

JavaFX application that uses the reflection API to measure software design quality

Notifications You must be signed in to change notification settings

daniel-keogh/oop-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP Metrics

Y4S1 Advanced Object Oriented Software Development Assignment

Description

JavaFX application that uses the reflection API to measure software design quality.

Build

Run the following to create a JAR file.

$ jar -cf metrics.jar *

Running

Run the following to launch the application.

$ java -cp ./metrics.jar;./lib/fx/lib/*;./lib/microstream/* ie.gmit.sw.Runner

The JAR file(s) to be processed must also be included in the above classpath.

About

JavaFX application that uses the reflection API to measure software design quality

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages