jar

pl.tfij : module-size-calculator

Maven & Gradle

Feb 24, 2024
6 stars

module-size-calculator · The Module Size Calculator is a Java library designed for analyzing the size of modules within a project based on lines of code (LOC). It provides functionalities to calculate and visualize the distribution of code among different modules, helping developers understand the codebase's structure and identify potential areas for optimization or refactoring.

Table Of Contents

Latest Version

Download pl.tfij : module-size-calculator JAR file - Latest Versions:

All Versions

Download pl.tfij : module-size-calculator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window module-size-calculator-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

pl.tfij.test.modulesize

├─ pl.tfij.test.modulesize.FileInModule.class - [JAR]

├─ pl.tfij.test.modulesize.ModulePartialSummary.class - [JAR]

├─ pl.tfij.test.modulesize.ModuleSizeCalculator.class - [JAR]

├─ pl.tfij.test.modulesize.ModuleSizeCalculatorException.class - [JAR]

├─ pl.tfij.test.modulesize.ProjectSummary.class - [JAR]

Advertisement