Search Gradle plugins
Plugin | Latest Version |
---|---|
io.github.surpsg.code-linesPlugin that counts lines of code in a project. |
0.0.1
(02 May 2022) |
org.cthing.loccCounts lines of code in a project using the fast and highly accurate locc4j library (https://github.com/cthing/locc4j). Supports over 250 computer languages and properly handles nested comments and embedded languages (e.g. CSS in HTML). |
2.0.0
(27 October 2024) |
com.rowlandoti.linesCount the no. of lines of code in a file. |
1.1.4
(20 March 2021) |
com.johnsonfitness.file-linesCount the number of project code lines |
1.0.1
(28 December 2020) |
io.github.andoloido.coverageuse ASM when transform code to report which class is used on line, this plugin can help to remove unused code |
0.0.4
(30 June 2023) |
com.github.rafaritter44.metricsThis plugin displays the following metrics for your project: LOC, number of classes and average LOC per class. |
0.1.3
(18 June 2020) |
lv.brain.gradle.javaEnumFinderThe Java Enum Finder is a Gradle plugin designed to search for usages of specific Java Enum classes in your project's main source. The plugin scans through the source code files to find occurrences of the specified enums and reports the files and line numbers where these enums are used. |
1.1.0
(11 September 2024) |