GerritCodeReview / plugins_rename-project
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 30 files with 1,540 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (302 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (408 lines of code)
    • 26 very small files (830 lines of code)
0% | 0% | 19% | 26% | 53%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
java0% | 0% | 20% | 27% | 51%
bzl0% | 0% | 0% | 0% | 100%
py0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/main/java/com/googlesource/gerrit/plugins/renameproject0% | 0% | 34% | 0% | 65%
src/main/java/com/googlesource/gerrit/plugins/renameproject/monitor0% | 0% | 0% | 85% | 14%
src/main/java/com/googlesource/gerrit/plugins/renameproject/database0% | 0% | 0% | 65% | 34%
src/main/java/com/googlesource/gerrit/plugins/renameproject/conditions0% | 0% | 0% | 100% | 0%
src/main/java/com/googlesource/gerrit/plugins/renameproject/fs0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
tools/bzl0% | 0% | 0% | 0% | 100%
tools0% | 0% | 0% | 0% | 100%
Longest Files (Top 30)
File# lines# units
RenameProject.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
302 17
CommandProgressMonitor.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject/monitor
149 13
DatabaseRenameHandler.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject/database
145 4
RenamePreconditions.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject/conditions
114 6
RevertRenameProject.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
89 1
RenameCommand.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
89 3
RenameLog.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
82 3
IndexUpdateHandler.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject/database
78 4
SshHelper.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
67 4
FilesystemRenameHandler.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject/fs
63 4
RenameLogLayout.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
60 6
Configuration.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
50 6
LockUnlockProject.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
43 2
Module.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
42 1
external_plugin_deps.bzl
in root
28 -
NoopMonitor.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject/monitor
18 5
bazlets.bzl
in root
16 -
workspace_status.py
in tools
14 1
SshModule.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
10 1
CannotRenameProjectException.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
10 2
plugin.bzl
in tools/bzl
9 -
RenameProjectCapability.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
9 1
RenameRevertException.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
9 1
RenameReplicationSshSessionFactoryProvider.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
9 1
RenameOwnProjectCapability.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
9 1
ProgressMonitor.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject/monitor
7 -
RenameReplicationException.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
7 1
classpath.bzl
in tools/bzl
5 -
junit.bzl
in tools/bzl
5 -
maven_jar.bzl
in tools/bzl
2 -
Files With Most Units (Top 20)
File# lines# units
RenameProject.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
302 17
CommandProgressMonitor.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject/monitor
149 13
Configuration.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
50 6
RenameLogLayout.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
60 6
RenamePreconditions.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject/conditions
114 6
NoopMonitor.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject/monitor
18 5
SshHelper.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
67 4
FilesystemRenameHandler.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject/fs
63 4
IndexUpdateHandler.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject/database
78 4
DatabaseRenameHandler.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject/database
145 4
RenameCommand.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
89 3
RenameLog.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
82 3
LockUnlockProject.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
43 2
CannotRenameProjectException.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
10 2
workspace_status.py
in tools
14 1
RenameProjectCapability.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
9 1
RenameRevertException.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
9 1
SshModule.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
10 1
RenameReplicationSshSessionFactoryProvider.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
9 1
Module.java
in src/main/java/com/googlesource/gerrit/plugins/renameproject
42 1
Files With Long Lines (Top 0)

There are 0 files with lines longer than 120 characters. In total, there are 0 long lines.

File# lines# units# long lines