apache / velocity-engine
File Size

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

Intro
Learn more...
File Size Overall
14% | 2% | 32% | 22% | 27%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
java10% | 3% | 34% | 23% | 27%
xml86% | 0% | 0% | 0% | 13%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
velocity-engine-core11% | 3% | 34% | 23% | 27%
src100% | 0% | 0% | 0% | 0%
velocity-engine-examples0% | 0% | 43% | 13% | 43%
velocity-engine-scripting0% | 0% | 55% | 32% | 11%
spring-velocity-support0% | 0% | 0% | 48% | 51%
Longest Files (Top 50)
File# lines# units
RuntimeInstance.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime
1130 64
ExtProperties.java
in velocity-engine-core/src/main/java/org/apache/velocity/util
1085 65
changes.xml
in src/changes
1049 -
ASTReference.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
675 14
UberspectImpl.java
in velocity-engine-core/src/main/java/org/apache/velocity/util/introspection
486 29
MethodMap.java
in velocity-engine-core/src/main/java/org/apache/velocity/util/introspection
462 12
TypeConversionHandlerImpl.java
in velocity-engine-core/src/main/java/org/apache/velocity/util/introspection
449 5
SimpleNode.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
361 42
VelocityCharStream.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser
349 21
EventExample.java
in velocity-engine-examples/src/main/java/org/apache/velocity/example
341 43
MathUtils.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
330 15
IndentationFixer.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
310 45
DataSourceResourceLoader.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader
308 16
ResourceManagerImpl.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource
290 8
VelocimacroFactory.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime
287 12
VelocimacroProxy.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive
283 12
BaseVisitor.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/visitor
275 45
DuckType.java
in velocity-engine-core/src/main/java/org/apache/velocity/util
255 13
Template.java
in velocity-engine-core/src/main/java/org/apache/velocity
243 7
ASTMethod.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
237 11
EventCartridge.java
in velocity-engine-core/src/main/java/org/apache/velocity/app/event
236 16
NodeViewMode.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/visitor
230 41
ASTDirective.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
220 15
IntrospectionUtils.java
in velocity-engine-core/src/main/java/org/apache/velocity/util/introspection
219 5
Scope.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive
215 19
FileResourceLoader.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader
214 8
VelocityScriptEngine.java
in velocity-engine-scripting/src/main/java/org/apache/velocity/script
212 15
UnicodeInputStream.java
in velocity-engine-core/src/main/java/org/apache/velocity/io
208 20
StringResourceLoader.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader
205 11
Foreach.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive
204 9
ClassMap.java
in velocity-engine-core/src/main/java/org/apache/velocity/util/introspection
199 12
RuntimeMacro.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive
191 7
ASTIntegerRange.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
183 24
Parse.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive
180 7
ASTStringLiteral.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
175 10
VelocityWriter.java
in velocity-engine-core/src/main/java/org/apache/velocity/io
173 17
ASTIdentifier.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
164 7
RuntimeSingleton.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime
163 34
InternalContextAdapterImpl.java
in velocity-engine-core/src/main/java/org/apache/velocity/context
156 22
VelocimacroManager.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime
156 13
EventHandlerUtil.java
in velocity-engine-core/src/main/java/org/apache/velocity/app/event
155 6
ASTSetDirective.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
155 12
ResourceLoader.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader
153 8
Evaluate.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive
142 4
Include.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive
142 8
Macro.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive
140 8
VelocityEngine.java
in velocity-engine-core/src/main/java/org/apache/velocity/app
139 25
JarResourceLoader.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader
135 7
ChainedInternalContextAdapter.java
in velocity-engine-core/src/main/java/org/apache/velocity/context
134 22
VelocityEngineFactory.java
in spring-velocity-support/src/main/java/org/apache/velocity/spring
128 13
Files With Most Units (Top 50)
File# lines# units
ExtProperties.java
in velocity-engine-core/src/main/java/org/apache/velocity/util
1085 65
RuntimeInstance.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime
1130 64
IndentationFixer.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
310 45
BaseVisitor.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/visitor
275 45
EventExample.java
in velocity-engine-examples/src/main/java/org/apache/velocity/example
341 43
SimpleNode.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
361 42
NodeViewMode.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/visitor
230 41
RuntimeSingleton.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime
163 34
UberspectImpl.java
in velocity-engine-core/src/main/java/org/apache/velocity/util/introspection
486 29
VelocityEngine.java
in velocity-engine-core/src/main/java/org/apache/velocity/app
139 25
ASTIntegerRange.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
183 24
InternalContextAdapterImpl.java
in velocity-engine-core/src/main/java/org/apache/velocity/context
156 22
ChainedInternalContextAdapter.java
in velocity-engine-core/src/main/java/org/apache/velocity/context
134 22
VelocityCharStream.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser
349 21
Velocity.java
in velocity-engine-core/src/main/java/org/apache/velocity/app
122 20
UnicodeInputStream.java
in velocity-engine-core/src/main/java/org/apache/velocity/io
208 20
Resource.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource
114 20
Scope.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive
215 19
VelocityWriter.java
in velocity-engine-core/src/main/java/org/apache/velocity/io
173 17
EventCartridge.java
in velocity-engine-core/src/main/java/org/apache/velocity/app/event
236 16
DataSourceResourceLoader.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader
308 16
VelocityScriptEngine.java
in velocity-engine-scripting/src/main/java/org/apache/velocity/script
212 15
InternalContextBase.java
in velocity-engine-core/src/main/java/org/apache/velocity/context
116 15
ASTDirective.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
220 15
MathUtils.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
330 15
ASTReference.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
675 14
DuckType.java
in velocity-engine-core/src/main/java/org/apache/velocity/util
255 13
VelocimacroManager.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime
156 13
Directive.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive
116 13
VelocityEngineFactory.java
in spring-velocity-support/src/main/java/org/apache/velocity/spring
128 13
VelocityScriptEngineFactory.java
in velocity-engine-scripting/src/main/java/org/apache/velocity/script
125 12
StringBuilderWriter.java
in velocity-engine-core/src/main/java/org/apache/velocity/util
56 12
ClassMap.java
in velocity-engine-core/src/main/java/org/apache/velocity/util/introspection
199 12
MethodMap.java
in velocity-engine-core/src/main/java/org/apache/velocity/util/introspection
462 12
ASTSetDirective.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
155 12
VelocimacroProxy.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive
283 12
VelocimacroFactory.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime
287 12
ASTMethod.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
237 11
StringResourceLoader.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader
205 11
ParseErrorException.java
in velocity-engine-core/src/main/java/org/apache/velocity/exception
114 11
ASTStringLiteral.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
175 10
ASTBlock.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
77 10
ASTIfStatement.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
103 10
TemplateParseException.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser
121 9
ASTComparisonNode.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
96 9
ForeachScope.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive
42 9
Foreach.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive
204 9
VelocityContext.java
in velocity-engine-core/src/main/java/org/apache/velocity
69 9
MethodInvocationException.java
in velocity-engine-core/src/main/java/org/apache/velocity/exception
63 9
ParserConfiguration.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime
40 8
Files With Long Lines (Top 32)

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

File# lines# units# long lines
changes.xml
in src/changes
1049 - 26
RuntimeInstance.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime
1130 64 12
ASTReference.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
675 14 6
DeprecationAwareExtProperties.java
in velocity-engine-core/src/main/java/org/apache/velocity/util
91 5 4
EventHandlerUtil.java
in velocity-engine-core/src/main/java/org/apache/velocity/app/event
155 6 3
EventCartridge.java
in velocity-engine-core/src/main/java/org/apache/velocity/app/event
236 16 3
TypeConversionHandlerImpl.java
in velocity-engine-core/src/main/java/org/apache/velocity/util/introspection
449 5 3
UnicodeInputStream.java
in velocity-engine-core/src/main/java/org/apache/velocity/io
208 20 3
ASTMethod.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
237 11 3
DataSourceResourceLoader.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader
308 16 3
ResourceLoader.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader
153 8 3
VelocimacroFactory.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime
287 12 3
UberspectImpl.java
in velocity-engine-core/src/main/java/org/apache/velocity/util/introspection
486 29 2
ASTIdentifier.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
164 7 2
ASTStringLiteral.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
175 10 2
ResourceManagerImpl.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource
290 8 2
Template.java
in velocity-engine-core/src/main/java/org/apache/velocity
243 7 2
MethodInvocationException.java
in velocity-engine-core/src/main/java/org/apache/velocity/exception
63 9 2
ReportInvalidReferences.java
in velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement
75 6 1
PrintExceptions.java
in velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement
56 3 1
ClassFieldMap.java
in velocity-engine-core/src/main/java/org/apache/velocity/util/introspection
88 6 1
ClassMap.java
in velocity-engine-core/src/main/java/org/apache/velocity/util/introspection
199 12 1
ASTDirective.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node
220 15 1
Include.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive
142 8 1
Parse.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive
180 7 1
Block.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive
109 8 1
StringResourceLoader.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader
205 11 1
JarResourceLoader.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader
135 7 1
ClasspathResourceLoader.java
in velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader
64 4 1
ParseErrorException.java
in velocity-engine-core/src/main/java/org/apache/velocity/exception
114 11 1
DBContext.java
in velocity-engine-examples/src/main/java/org/apache/velocity/example
106 7 1
VelocityEngineFactory.java
in spring-velocity-support/src/main/java/org/apache/velocity/spring
128 13 1
Correlations

File Size vs. Commits (all time): 229 points

velocity-engine-examples/src/main/java/org/apache/velocity/example/XMLTest.java x: 6 commits (all time) y: 69 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/VelocimacroProxy.java x: 30 commits (all time) y: 283 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Include.java x: 17 commits (all time) y: 142 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Parse.java x: 22 commits (all time) y: 180 lines of code velocity-engine-core/src/main/java/org/apache/velocity/Template.java x: 19 commits (all time) y: 243 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/SimpleNode.java x: 22 commits (all time) y: 361 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/Resource.java x: 10 commits (all time) y: 114 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Foreach.java x: 17 commits (all time) y: 204 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/RuntimeInstance.java x: 55 commits (all time) y: 1130 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java x: 32 commits (all time) y: 290 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTReference.java x: 38 commits (all time) y: 675 lines of code src/changes/changes.xml x: 165 commits (all time) y: 1049 lines of code spring-velocity-support/src/main/java/org/apache/velocity/spring/VelocityEngineFactory.java x: 5 commits (all time) y: 128 lines of code velocity-engine-core/src/main/java/org/apache/velocity/VelocityContext.java x: 12 commits (all time) y: 69 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/FieldMethodizer.java x: 9 commits (all time) y: 78 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/EventCartridge.java x: 12 commits (all time) y: 236 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/EventHandlerUtil.java x: 14 commits (all time) y: 155 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/MethodExceptionEventHandler.java x: 11 commits (all time) y: 7 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/EscapeHtmlReference.java x: 9 commits (all time) y: 16 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/EscapeReference.java x: 15 commits (all time) y: 63 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/IncludeNotFound.java x: 13 commits (all time) y: 52 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/IncludeRelativePath.java x: 7 commits (all time) y: 24 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/PrintExceptions.java x: 14 commits (all time) y: 56 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/ReportInvalidReferences.java x: 10 commits (all time) y: 75 lines of code velocity-engine-core/src/main/java/org/apache/velocity/context/AbstractContext.java x: 12 commits (all time) y: 77 lines of code velocity-engine-core/src/main/java/org/apache/velocity/context/ChainedInternalContextAdapter.java x: 10 commits (all time) y: 134 lines of code velocity-engine-core/src/main/java/org/apache/velocity/context/InternalContextAdapterImpl.java x: 10 commits (all time) y: 156 lines of code velocity-engine-core/src/main/java/org/apache/velocity/context/InternalContextBase.java x: 10 commits (all time) y: 116 lines of code velocity-engine-core/src/main/java/org/apache/velocity/context/InternalHousekeepingContext.java x: 8 commits (all time) y: 23 lines of code velocity-engine-core/src/main/java/org/apache/velocity/exception/MethodInvocationException.java x: 11 commits (all time) y: 63 lines of code velocity-engine-core/src/main/java/org/apache/velocity/exception/ParseErrorException.java x: 12 commits (all time) y: 114 lines of code velocity-engine-core/src/main/java/org/apache/velocity/exception/TemplateInitException.java x: 8 commits (all time) y: 49 lines of code velocity-engine-core/src/main/java/org/apache/velocity/io/UnicodeInputStream.java x: 11 commits (all time) y: 208 lines of code velocity-engine-core/src/main/java/org/apache/velocity/io/VelocityWriter.java x: 10 commits (all time) y: 173 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/ParserPoolImpl.java x: 11 commits (all time) y: 33 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/RuntimeServices.java x: 32 commits (all time) y: 79 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/RuntimeSingleton.java x: 19 commits (all time) y: 163 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/VelocimacroFactory.java x: 21 commits (all time) y: 287 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Block.java x: 13 commits (all time) y: 109 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/BlockMacro.java x: 9 commits (all time) y: 40 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Break.java x: 9 commits (all time) y: 67 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Define.java x: 12 commits (all time) y: 57 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Directive.java x: 12 commits (all time) y: 116 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Evaluate.java x: 11 commits (all time) y: 142 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Macro.java x: 18 commits (all time) y: 140 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/MacroParseException.java x: 9 commits (all time) y: 116 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/RuntimeMacro.java x: 22 commits (all time) y: 191 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Scope.java x: 15 commits (all time) y: 215 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Stop.java x: 10 commits (all time) y: 60 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/StopCommand.java x: 7 commits (all time) y: 50 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/contrib/For.java x: 10 commits (all time) y: 94 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/CharStream.java x: 8 commits (all time) y: 14 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/LogContext.java x: 4 commits (all time) y: 118 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/ParseException.java x: 11 commits (all time) y: 101 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/TemplateParseException.java x: 11 commits (all time) y: 121 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/VelocityCharStream.java x: 9 commits (all time) y: 349 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTAddNode.java x: 8 commits (all time) y: 44 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTAndNode.java x: 10 commits (all time) y: 50 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTAssignment.java x: 7 commits (all time) y: 27 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTBinaryOperator.java x: 3 commits (all time) y: 33 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTBlock.java x: 10 commits (all time) y: 77 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTComment.java x: 11 commits (all time) y: 51 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTDirective.java x: 21 commits (all time) y: 220 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTDivNode.java x: 8 commits (all time) y: 40 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTElseIfStatement.java x: 11 commits (all time) y: 45 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTElseStatement.java x: 7 commits (all time) y: 32 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTEscape.java x: 7 commits (all time) y: 36 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTExpression.java x: 8 commits (all time) y: 46 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTIdentifier.java x: 17 commits (all time) y: 164 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTIfStatement.java x: 13 commits (all time) y: 103 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTIndex.java x: 13 commits (all time) y: 113 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTIntegerRange.java x: 12 commits (all time) y: 183 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTLogicalOperator.java x: 3 commits (all time) y: 22 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTMap.java x: 12 commits (all time) y: 52 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTMathNode.java x: 11 commits (all time) y: 80 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTMethod.java x: 24 commits (all time) y: 237 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTModNode.java x: 9 commits (all time) y: 48 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTMulNode.java x: 8 commits (all time) y: 32 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTNegateNode.java x: 5 commits (all time) y: 73 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTOrNode.java x: 11 commits (all time) y: 41 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTParameters.java x: 6 commits (all time) y: 18 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTSetDirective.java x: 18 commits (all time) y: 155 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTStringLiteral.java x: 22 commits (all time) y: 175 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTText.java x: 12 commits (all time) y: 59 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTTextblock.java x: 10 commits (all time) y: 42 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/MapSetExecutor.java x: 10 commits (all time) y: 48 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/MathUtils.java x: 12 commits (all time) y: 330 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/PropertyExecutor.java x: 13 commits (all time) y: 75 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/PublicFieldExecutor.java x: 6 commits (all time) y: 61 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/PutExecutor.java x: 8 commits (all time) y: 63 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/SetPropertyExecutor.java x: 10 commits (all time) y: 65 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.java x: 6 commits (all time) y: 74 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/ContentResource.java x: 11 commits (all time) y: 54 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.java x: 20 commits (all time) y: 64 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java x: 28 commits (all time) y: 308 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/FileResourceLoader.java x: 23 commits (all time) y: 214 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/JarHolder.java x: 14 commits (all time) y: 101 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/JarResourceLoader.java x: 26 commits (all time) y: 135 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/StringResourceLoader.java x: 22 commits (all time) y: 205 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/URLResourceLoader.java x: 19 commits (all time) y: 127 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.java x: 9 commits (all time) y: 41 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/visitor/BaseVisitor.java x: 8 commits (all time) y: 275 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/visitor/NodeViewMode.java x: 11 commits (all time) y: 230 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/ArrayListWrapper.java x: 6 commits (all time) y: 33 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/ClassUtils.java x: 12 commits (all time) y: 126 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/DeprecationAwareExtProperties.java x: 6 commits (all time) y: 91 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/DuckType.java x: 10 commits (all time) y: 255 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/ExtProperties.java x: 19 commits (all time) y: 1085 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/ClassFieldMap.java x: 9 commits (all time) y: 88 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/ClassMap.java x: 16 commits (all time) y: 199 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/ConversionHandler.java x: 7 commits (all time) y: 8 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/IntrospectionCacheData.java x: 6 commits (all time) y: 6 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/IntrospectionUtils.java x: 15 commits (all time) y: 219 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/Introspector.java x: 13 commits (all time) y: 48 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/IntrospectorBase.java x: 14 commits (all time) y: 42 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/MethodMap.java x: 19 commits (all time) y: 462 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/SecureIntrospectorControl.java x: 8 commits (all time) y: 5 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/SecureIntrospectorImpl.java x: 12 commits (all time) y: 82 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/SecureUberspector.java x: 12 commits (all time) y: 32 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/TypeConversionHandler.java x: 5 commits (all time) y: 8 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/TypeConversionHandlerImpl.java x: 7 commits (all time) y: 449 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/UberspectImpl.java x: 28 commits (all time) y: 486 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/UberspectPublicFields.java x: 8 commits (all time) y: 56 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/VelMethod.java x: 10 commits (all time) y: 12 lines of code velocity-engine-examples/src/main/java/org/apache/velocity/example/DBContext.java x: 9 commits (all time) y: 106 lines of code velocity-engine-examples/src/main/java/org/apache/velocity/example/EventExample.java x: 12 commits (all time) y: 341 lines of code velocity-engine-examples/src/main/java/org/apache/velocity/example/TreeMapContext.java x: 7 commits (all time) y: 44 lines of code velocity-engine-scripting/src/main/java/org/apache/velocity/script/VelocityScriptEngine.java x: 13 commits (all time) y: 212 lines of code velocity-engine-scripting/src/main/java/org/apache/velocity/script/VelocityScriptEngineFactory.java x: 11 commits (all time) y: 125 lines of code spring-velocity-support/src/main/java/org/apache/velocity/spring/VelocityEngineFactoryBean.java x: 3 commits (all time) y: 27 lines of code spring-velocity-support/src/main/java/org/apache/velocity/spring/SpringResourceLoader.java x: 2 commits (all time) y: 75 lines of code spring-velocity-support/src/main/java/org/apache/velocity/spring/VelocityEngineUtils.java x: 2 commits (all time) y: 32 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java x: 7 commits (all time) y: 45 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/RuntimeConstants.java x: 36 commits (all time) y: 86 lines of code velocity-engine-examples/src/assembly/examples.xml x: 1 commits (all time) y: 56 lines of code velocity-engine-examples/src/main/java/org/apache/velocity/example/Example2.java x: 5 commits (all time) y: 53 lines of code velocity-engine-core/src/main/java-templates/org/apache/velocity/runtime/VelocityEngineVersion.java x: 1 commits (all time) y: 5 lines of code velocity-engine-core/src/main/java/org/apache/velocity/exception/MacroOverflowException.java x: 4 commits (all time) y: 25 lines of code velocity-engine-core/src/main/java/org/apache/velocity/exception/MathException.java x: 5 commits (all time) y: 13 lines of code velocity-engine-core/src/main/java/org/apache/velocity/exception/ResourceNotFoundException.java x: 6 commits (all time) y: 25 lines of code velocity-engine-core/src/main/java/org/apache/velocity/exception/VelocityException.java x: 6 commits (all time) y: 38 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/ParserConfiguration.java x: 2 commits (all time) y: 40 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/JJTParserState.java x: 2 commits (all time) y: 4 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/NodeUtils.java x: 10 commits (all time) y: 84 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/Velocity.java x: 10 commits (all time) y: 122 lines of code velocity-engine-core/src/main/java/org/apache/velocity/context/InternalWrapperContext.java x: 6 commits (all time) y: 9 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/util/StringResource.java x: 5 commits (all time) y: 36 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/StringUtils.java x: 13 commits (all time) y: 29 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/IncludeEventHandler.java x: 9 commits (all time) y: 6 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/ResourceCache.java x: 7 commits (all time) y: 12 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/TemplateBoolean.java x: 3 commits (all time) y: 5 lines of code velocity-engine-examples/src/main/java/org/apache/velocity/example/Example.java x: 6 commits (all time) y: 57 lines of code velocity-engine-examples/src/main/java/org/apache/velocity/example/DBContextTest.java x: 4 commits (all time) y: 37 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/EventHandler.java x: 4 commits (all time) y: 4 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/InvalidReferenceInfo.java x: 4 commits (all time) y: 20 lines of code velocity-engine-core/src/main/java/org/apache/velocity/context/InternalContextAdapter.java x: 4 commits (all time) y: 5 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/ForeachScope.java x: 5 commits (all time) y: 42 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTNENode.java x: 5 commits (all time) y: 20 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/util/StringResourceRepository.java x: 4 commits (all time) y: 10 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/SimplePool.java x: 4 commits (all time) y: 49 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/StringBuilderWriter.java x: 2 commits (all time) y: 56 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/DeprecatedCheckUberspector.java x: 4 commits (all time) y: 61 lines of code velocity-engine-core/src/etc/build/findbugs-exclude.xml x: 5 commits (all time) y: 89 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/IndentationFixer.java x: 1 commits (all time) y: 310 lines of code velocity-engine-scripting/src/main/java/org/apache/velocity/script/VelocityCompiledScript.java x: 2 commits (all time) y: 45 lines of code
1130.0
lines of code
  min: 4.0
  average: 98.72
  25th percentile: 24.0
  median: 51.0
  75th percentile: 116.0
  max: 1130.0
0 165.0
commits (all time)
min: 1.0 | average: 10.91 | 25th percentile: 6.0 | median: 9.0 | 75th percentile: 12.0 | max: 165.0

File Size vs. Contributors (all time): 229 points

velocity-engine-examples/src/main/java/org/apache/velocity/example/XMLTest.java x: 4 contributors (all time) y: 69 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/VelocimacroProxy.java x: 6 contributors (all time) y: 283 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Include.java x: 4 contributors (all time) y: 142 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Parse.java x: 4 contributors (all time) y: 180 lines of code velocity-engine-core/src/main/java/org/apache/velocity/Template.java x: 4 contributors (all time) y: 243 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/SimpleNode.java x: 4 contributors (all time) y: 361 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/Resource.java x: 4 contributors (all time) y: 114 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Foreach.java x: 4 contributors (all time) y: 204 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/RuntimeInstance.java x: 7 contributors (all time) y: 1130 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java x: 6 contributors (all time) y: 290 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTReference.java x: 4 contributors (all time) y: 675 lines of code src/changes/changes.xml x: 8 contributors (all time) y: 1049 lines of code spring-velocity-support/src/main/java/org/apache/velocity/spring/VelocityEngineFactory.java x: 1 contributors (all time) y: 128 lines of code velocity-engine-core/src/main/java/org/apache/velocity/VelocityContext.java x: 5 contributors (all time) y: 69 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/FieldMethodizer.java x: 4 contributors (all time) y: 78 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/VelocityEngine.java x: 5 contributors (all time) y: 139 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/EventCartridge.java x: 5 contributors (all time) y: 236 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/EventHandlerUtil.java x: 5 contributors (all time) y: 155 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/MethodExceptionEventHandler.java x: 4 contributors (all time) y: 7 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/EscapeHtmlReference.java x: 5 contributors (all time) y: 16 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/EscapeReference.java x: 5 contributors (all time) y: 63 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/IncludeNotFound.java x: 5 contributors (all time) y: 52 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/IncludeRelativePath.java x: 4 contributors (all time) y: 24 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/PrintExceptions.java x: 4 contributors (all time) y: 56 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/ReportInvalidReferences.java x: 4 contributors (all time) y: 75 lines of code velocity-engine-core/src/main/java/org/apache/velocity/context/AbstractContext.java x: 5 contributors (all time) y: 77 lines of code velocity-engine-core/src/main/java/org/apache/velocity/context/ChainedInternalContextAdapter.java x: 4 contributors (all time) y: 134 lines of code velocity-engine-core/src/main/java/org/apache/velocity/context/InternalContextAdapterImpl.java x: 5 contributors (all time) y: 156 lines of code velocity-engine-core/src/main/java/org/apache/velocity/context/InternalContextBase.java x: 4 contributors (all time) y: 116 lines of code velocity-engine-core/src/main/java/org/apache/velocity/exception/ParseErrorException.java x: 5 contributors (all time) y: 114 lines of code velocity-engine-core/src/main/java/org/apache/velocity/io/UnicodeInputStream.java x: 5 contributors (all time) y: 208 lines of code velocity-engine-core/src/main/java/org/apache/velocity/io/VelocityWriter.java x: 5 contributors (all time) y: 173 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/ParserPoolImpl.java x: 5 contributors (all time) y: 33 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/RuntimeSingleton.java x: 4 contributors (all time) y: 163 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/VelocimacroFactory.java x: 5 contributors (all time) y: 287 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/VelocimacroManager.java x: 4 contributors (all time) y: 156 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Block.java x: 4 contributors (all time) y: 109 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/BlockMacro.java x: 4 contributors (all time) y: 40 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/RuntimeMacro.java x: 4 contributors (all time) y: 191 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Scope.java x: 5 contributors (all time) y: 215 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Stop.java x: 5 contributors (all time) y: 60 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/contrib/For.java x: 5 contributors (all time) y: 94 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/LogContext.java x: 2 contributors (all time) y: 118 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/ParseException.java x: 5 contributors (all time) y: 101 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/TemplateParseException.java x: 4 contributors (all time) y: 121 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/VelocityCharStream.java x: 4 contributors (all time) y: 349 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTAddNode.java x: 4 contributors (all time) y: 44 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTAndNode.java x: 4 contributors (all time) y: 50 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTAssignment.java x: 4 contributors (all time) y: 27 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTBinaryOperator.java x: 2 contributors (all time) y: 33 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTComparisonNode.java x: 3 contributors (all time) y: 96 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTDirective.java x: 4 contributors (all time) y: 220 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTDirectiveAssign.java x: 5 contributors (all time) y: 23 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTElseIfStatement.java x: 4 contributors (all time) y: 45 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTElseStatement.java x: 4 contributors (all time) y: 32 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTIfStatement.java x: 4 contributors (all time) y: 103 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTIntegerRange.java x: 4 contributors (all time) y: 183 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTLogicalOperator.java x: 2 contributors (all time) y: 22 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTNegateNode.java x: 2 contributors (all time) y: 73 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTParameters.java x: 4 contributors (all time) y: 18 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTSetDirective.java x: 4 contributors (all time) y: 155 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTStringLiteral.java x: 4 contributors (all time) y: 175 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ASTText.java x: 4 contributors (all time) y: 59 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/MapGetExecutor.java x: 4 contributors (all time) y: 66 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/MathUtils.java x: 4 contributors (all time) y: 330 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/PropertyExecutor.java x: 5 contributors (all time) y: 75 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/PublicFieldExecutor.java x: 3 contributors (all time) y: 61 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/SetPublicFieldExecutor.java x: 3 contributors (all time) y: 74 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java x: 5 contributors (all time) y: 308 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/JarHolder.java x: 4 contributors (all time) y: 101 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/JarResourceLoader.java x: 5 contributors (all time) y: 135 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/URLResourceLoader.java x: 5 contributors (all time) y: 127 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/visitor/BaseVisitor.java x: 4 contributors (all time) y: 275 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/visitor/NodeViewMode.java x: 4 contributors (all time) y: 230 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/ClassUtils.java x: 4 contributors (all time) y: 126 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/DeprecationAwareExtProperties.java x: 2 contributors (all time) y: 91 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/DuckType.java x: 3 contributors (all time) y: 255 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/ExtProperties.java x: 2 contributors (all time) y: 1085 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/AbstractChainableUberspector.java x: 5 contributors (all time) y: 43 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/ClassFieldMap.java x: 2 contributors (all time) y: 88 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/ClassMap.java x: 4 contributors (all time) y: 199 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/ConversionHandler.java x: 2 contributors (all time) y: 8 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/MethodMap.java x: 4 contributors (all time) y: 462 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/SecureIntrospectorImpl.java x: 5 contributors (all time) y: 82 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/TypeConversionHandlerImpl.java x: 2 contributors (all time) y: 449 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/UberspectImpl.java x: 5 contributors (all time) y: 486 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/UberspectPublicFields.java x: 3 contributors (all time) y: 56 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/VelMethod.java x: 4 contributors (all time) y: 12 lines of code velocity-engine-examples/src/main/java/org/apache/velocity/example/EventExample.java x: 4 contributors (all time) y: 341 lines of code velocity-engine-scripting/src/main/java/org/apache/velocity/script/VelocityScriptEngine.java x: 2 contributors (all time) y: 212 lines of code velocity-engine-scripting/src/main/java/org/apache/velocity/script/VelocityScriptEngineFactory.java x: 3 contributors (all time) y: 125 lines of code spring-velocity-support/src/main/java/org/apache/velocity/spring/VelocityEngineFactoryBean.java x: 1 contributors (all time) y: 27 lines of code spring-velocity-support/src/main/java/org/apache/velocity/spring/SpringResourceLoader.java x: 1 contributors (all time) y: 75 lines of code spring-velocity-support/src/main/java/org/apache/velocity/spring/VelocityEngineUtils.java x: 1 contributors (all time) y: 32 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/DeprecatedRuntimeConstants.java x: 1 contributors (all time) y: 45 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/RuntimeConstants.java x: 4 contributors (all time) y: 86 lines of code velocity-engine-examples/src/assembly/examples.xml x: 1 contributors (all time) y: 56 lines of code velocity-engine-examples/src/main/java/org/apache/velocity/example/Example2.java x: 3 contributors (all time) y: 53 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/Converter.java x: 1 contributors (all time) y: 6 lines of code velocity-engine-core/src/main/java/org/apache/velocity/exception/MacroOverflowException.java x: 3 contributors (all time) y: 25 lines of code velocity-engine-core/src/main/java/org/apache/velocity/exception/MathException.java x: 3 contributors (all time) y: 13 lines of code velocity-engine-core/src/main/java/org/apache/velocity/exception/VelocityException.java x: 3 contributors (all time) y: 38 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/ParserConfiguration.java x: 1 contributors (all time) y: 40 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/Parser.java x: 3 contributors (all time) y: 29 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/JJTParserState.java x: 1 contributors (all time) y: 4 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/NodeUtils.java x: 3 contributors (all time) y: 84 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/ResourceLoader.java x: 3 contributors (all time) y: 153 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/VelPropertySet.java x: 3 contributors (all time) y: 7 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/EventHandler.java x: 3 contributors (all time) y: 4 lines of code velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/InvalidReferenceInfo.java x: 3 contributors (all time) y: 20 lines of code velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/DeprecatedCheckUberspector.java x: 1 contributors (all time) y: 61 lines of code velocity-engine-core/src/etc/build/findbugs-exclude.xml x: 4 contributors (all time) y: 89 lines of code velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/IndentationFixer.java x: 1 contributors (all time) y: 310 lines of code
1130.0
lines of code
  min: 4.0
  average: 98.72
  25th percentile: 24.0
  median: 51.0
  75th percentile: 116.0
  max: 1130.0
0 8.0
contributors (all time)
min: 1.0 | average: 3.7 | 25th percentile: 3.0 | median: 4.0 | 75th percentile: 4.0 | max: 8.0

File Size vs. Commits (30 days): 0 points

No data for "commits (30d)" vs. "lines of code".

File Size vs. Contributors (30 days): 0 points

No data for "contributors (30d)" vs. "lines of code".


File Size vs. Commits (90 days): 0 points

No data for "commits (90d)" vs. "lines of code".

File Size vs. Contributors (90 days): 0 points

No data for "contributors (90d)" vs. "lines of code".