apache / geronimo-batchee
File Size

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

Intro
Learn more...
File Size Overall
5% | 10% | 20% | 22% | 40%
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
java5% | 11% | 19% | 22% | 40%
xsd0% | 0% | 96% | 0% | 3%
xml0% | 0% | 0% | 31% | 68%
jsp0% | 0% | 0% | 0% | 100%
js0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
jbatch9% | 15% | 23% | 24% | 27%
tools0% | 16% | 24% | 16% | 42%
gui0% | 0% | 26% | 24% | 48%
extensions0% | 0% | 8% | 21% | 69%
src0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
JDBCPersistenceManagerService.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence
1372 54
JPAPersistenceManagerService.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence
766 39
ChunkStepController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk
745 40
DiagramGenerator.java
in tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven/doc
626 37
MemoryPersistenceManagerService.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence
575 41
Dictionary.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence/jdbc
424 53
PartitionedStepController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
400 13
xsd
jobXML_1_0.xsd
in jbatch/src/main/xsd
394 -
ComponentDocumentationGenerator.java
in tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven/doc
364 13
JobOperatorCommand.java
in tools/cli/src/main/java/org/apache/batchee/cli/command
341 17
BaseStepController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
319 24
JBatchController.java
in gui/servlet/embedded/src/main/java/org/apache/batchee/servlet
318 19
DefaultDataRepresentationService.java
in jbatch/src/main/java/org/apache/batchee/container/services/data
273 13
SimpleRestController.java
in gui/servlet/embedded/src/main/java/org/apache/batchee/servlet
265 16
BatchEECLI.java
in tools/cli/src/main/java/org/apache/batchee/cli
251 7
BatchProducerBean.java
in jbatch/src/main/java/org/apache/batchee/container/cdi
250 22
ServicesManager.java
in jbatch/src/main/java/org/apache/batchee/container/services
244 11
CommonsCsvWriter.java
in extensions/commons-csv/src/main/java/org/apache/batchee/csv
233 28
BatchEEMBeanImpl.java
in jbatch/src/main/java/org/apache/batchee/jmx
230 16
JobOperatorImpl.java
in jbatch/src/main/java/org/apache/batchee/container/impl
222 19
DefaultBatchKernel.java
in jbatch/src/main/java/org/apache/batchee/container/services/kernel
220 19
CommonsCsvReader.java
in extensions/commons-csv/src/main/java/org/apache/batchee/csv
214 28
AbstractPropertyResolver.java
in jbatch/src/main/java/org/apache/batchee/container/modelresolver/impl
212 9
JobThreadRootController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
199 16
BarMojo.java
in tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven
192 5
StartableCommand.java
in tools/cli/src/main/java/org/apache/batchee/cli/command
184 10
ExecutionTransitioner.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
177 8
DefaultBatchArtifactFactory.java
in jbatch/src/main/java/org/apache/batchee/container/services/factory
176 7
StepExecutionEntity.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain
175 36
BatchEEJAXRSClientBase.java
in gui/jaxrs/jaxrs-client/src/main/java/org/apache/batchee/jaxrs/client
175 4
SplitController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
170 9
JobExecutionHelper.java
in jbatch/src/main/java/org/apache/batchee/container/impl/jobinstance
168 19
StepExecutionImpl.java
in jbatch/src/main/java/org/apache/batchee/container/impl
164 24
JsefaConfigurations.java
in extensions/jsefa/src/main/java/org/apache/batchee/jsefa
160 5
JobExecutionImpl.java
in jbatch/src/main/java/org/apache/batchee/container/impl
151 24
CloneUtility.java
in jbatch/src/main/java/org/apache/batchee/container/jsl
151 12
JTAUserTransactionAdapter.java
in jbatch/src/main/java/org/apache/batchee/container/services/transaction
147 9
ChildFirstURLClassLoader.java
in tools/cli/src/main/java/org/apache/batchee/cli/classloader
144 11
RuntimeJobExecution.java
in jbatch/src/main/java/org/apache/batchee/container/impl/jobinstance
136 33
DependencyInjections.java
in jbatch/src/main/java/org/apache/batchee/container/util
134 8
RetryHandler.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk
133 13
BatchCDIInjectionExtension.java
in jbatch/src/main/java/org/apache/batchee/container/cdi
130 10
StepContextImpl.java
in jbatch/src/main/java/org/apache/batchee/container/impl
128 27
JsonPartialReader.java
in extensions/jsonp/src/main/java/org/apache/batchee/jsonp
126 5
AbstractNavigator.java
in jbatch/src/main/java/org/apache/batchee/container/navigator
125 7
BatchEEJAXRS2Client.java
in gui/jaxrs/jaxrs-client/src/main/java/org/apache/batchee/jaxrs/client
125 5
DefaultMapper.java
in extensions/commons-csv/src/main/java/org/apache/batchee/csv/mapper
124 8
ProxyFactory.java
in jbatch/src/main/java/org/apache/batchee/container/proxy
121 15
TransactionalWriter.java
in extensions/extras/src/main/java/org/apache/batchee/extras/transaction
121 7
JsonpWriter.java
in extensions/jsonp/src/main/java/org/apache/batchee/jsonp
120 6
Files With Most Units (Top 50)
File# lines# units
JDBCPersistenceManagerService.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence
1372 54
Dictionary.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence/jdbc
424 53
MemoryPersistenceManagerService.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence
575 41
ChunkStepController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk
745 40
JPAPersistenceManagerService.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence
766 39
DiagramGenerator.java
in tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven/doc
626 37
StepExecutionEntity.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain
175 36
RuntimeJobExecution.java
in jbatch/src/main/java/org/apache/batchee/container/impl/jobinstance
136 33
CommonsCsvWriter.java
in extensions/commons-csv/src/main/java/org/apache/batchee/csv
233 28
CommonsCsvReader.java
in extensions/commons-csv/src/main/java/org/apache/batchee/csv
214 28
StepContextImpl.java
in jbatch/src/main/java/org/apache/batchee/container/impl
128 27
StepExecutionImpl.java
in jbatch/src/main/java/org/apache/batchee/container/impl
164 24
BaseStepController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
319 24
JobExecutionImpl.java
in jbatch/src/main/java/org/apache/batchee/container/impl
151 24
PropertyResolverFactory.java
in jbatch/src/main/java/org/apache/batchee/container/modelresolver
110 23
BatchProducerBean.java
in jbatch/src/main/java/org/apache/batchee/container/cdi
250 22
RestJobExecution.java
in gui/jaxrs/jaxrs-common/src/main/java/org/apache/batchee/jaxrs/common
93 21
JobContextImpl.java
in jbatch/src/main/java/org/apache/batchee/container/impl
89 19
JobExecutionHelper.java
in jbatch/src/main/java/org/apache/batchee/container/impl/jobinstance
168 19
JobOperatorImpl.java
in jbatch/src/main/java/org/apache/batchee/container/impl
222 19
DefaultBatchKernel.java
in jbatch/src/main/java/org/apache/batchee/container/services/kernel
220 19
JBatchController.java
in gui/servlet/embedded/src/main/java/org/apache/batchee/servlet
318 19
JobOperatorCommand.java
in tools/cli/src/main/java/org/apache/batchee/cli/command
341 17
StepStatus.java
in jbatch/src/main/java/org/apache/batchee/container/status
97 17
JobExecutionEntity.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain
102 17
JobInstanceEntity.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain
107 17
BatchEEMBeanImpl.java
in jbatch/src/main/java/org/apache/batchee/jmx
230 16
JobThreadRootController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
199 16
JobStatus.java
in jbatch/src/main/java/org/apache/batchee/container/status
66 16
DefaultJobStatusManager.java
in jbatch/src/main/java/org/apache/batchee/container/services/status
101 16
SimpleRestController.java
in gui/servlet/embedded/src/main/java/org/apache/batchee/servlet
265 16
RestStepExecution.java
in gui/jaxrs/jaxrs-common/src/main/java/org/apache/batchee/jaxrs/common
81 16
ProxyFactory.java
in jbatch/src/main/java/org/apache/batchee/container/proxy
121 15
ClientSslConfiguration.java
in gui/jaxrs/jaxrs-client/src/main/java/org/apache/batchee/jaxrs/client
116 15
ComponentDocumentationGenerator.java
in tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven/doc
364 13
PartitionedStepController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
400 13
RetryHandler.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk
133 13
BatchWorkUnit.java
in jbatch/src/main/java/org/apache/batchee/container/util
69 13
DefaultDataRepresentationService.java
in jbatch/src/main/java/org/apache/batchee/container/services/data
273 13
BatchEE.java
in jbatch/src/main/java/org/apache/batchee/jmx
60 12
CloneUtility.java
in jbatch/src/main/java/org/apache/batchee/container/jsl
151 12
JBatchResourceImpl.java
in gui/jaxrs/jaxrs-server/src/main/java/org/apache/batchee/jaxrs/server
120 12
ChildFirstURLClassLoader.java
in tools/cli/src/main/java/org/apache/batchee/cli/classloader
144 11
ExecutionStatus.java
in jbatch/src/main/java/org/apache/batchee/container/status
48 11
ServicesManager.java
in jbatch/src/main/java/org/apache/batchee/container/services
244 11
StartableCommand.java
in tools/cli/src/main/java/org/apache/batchee/cli/command
184 10
SkipHandler.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk
103 10
BatchCDIInjectionExtension.java
in jbatch/src/main/java/org/apache/batchee/container/cdi
130 10
JobExecutionImpl.java
in gui/jaxrs/jaxrs-client/src/main/java/org/apache/batchee/jaxrs/client/impl
65 10
CheckpointData.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk
60 9
Files With Long Lines (Top 50)

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

File# lines# units# long lines
Dictionary.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence/jdbc
424 53 66
ChunkStepController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk
745 40 38
MemoryPersistenceManagerService.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence
575 41 37
JobExecutionHelper.java
in jbatch/src/main/java/org/apache/batchee/container/impl/jobinstance
168 19 34
JsefaConfigurations.java
in extensions/jsefa/src/main/java/org/apache/batchee/jsefa
160 5 26
PartitionedStepController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
400 13 22
JPAPersistenceManagerService.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence
766 39 22
JDBCPersistenceManagerService.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence
1372 54 21
DefaultBatchKernel.java
in jbatch/src/main/java/org/apache/batchee/container/services/kernel
220 19 19
SplitController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
170 9 16
ComponentDocumentationGenerator.java
in tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven/doc
364 13 15
ProxyFactory.java
in jbatch/src/main/java/org/apache/batchee/container/proxy
121 15 15
ServicesManager.java
in jbatch/src/main/java/org/apache/batchee/container/services
244 11 14
JobInstanceEntity.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain
107 17 14
BatchEEMBeanImpl.java
in jbatch/src/main/java/org/apache/batchee/jmx
230 16 13
AbstractPropertyResolver.java
in jbatch/src/main/java/org/apache/batchee/container/modelresolver/impl
212 9 12
JobExecutionEntity.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain
102 17 11
DiagramGenerator.java
in tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven/doc
626 37 10
JobOperatorImpl.java
in jbatch/src/main/java/org/apache/batchee/container/impl
222 19 10
ListenerFactory.java
in jbatch/src/main/java/org/apache/batchee/container/proxy
111 8 10
ExecutionTransitioner.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
177 8 8
ExecutionElementControllerFactory.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
60 5 8
ChunkPropertyResolver.java
in jbatch/src/main/java/org/apache/batchee/container/modelresolver/impl
43 2 8
AbstractNavigator.java
in jbatch/src/main/java/org/apache/batchee/container/navigator
125 7 8
StepExecutionEntity.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain
175 36 8
JobThreadRootController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
199 16 7
BaseStepController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
319 24 7
StepPropertyResolver.java
in jbatch/src/main/java/org/apache/batchee/container/modelresolver/impl
42 2 7
JobPropertyResolver.java
in jbatch/src/main/java/org/apache/batchee/container/modelresolver/impl
40 2 7
BatchEECLI.java
in tools/cli/src/main/java/org/apache/batchee/cli
251 7 6
JobExecutionImpl.java
in jbatch/src/main/java/org/apache/batchee/container/impl
151 24 6
PartitionPropertyResolver.java
in jbatch/src/main/java/org/apache/batchee/container/modelresolver/impl
28 2 6
DefaultJobStatusManager.java
in jbatch/src/main/java/org/apache/batchee/container/services/status
101 16 6
RetryHandler.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk
133 13 5
PropertyResolverFactory.java
in jbatch/src/main/java/org/apache/batchee/container/modelresolver
110 23 5
CheckpointEntity.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain
67 8 5
DefaultDataRepresentationService.java
in jbatch/src/main/java/org/apache/batchee/container/services/data
273 13 5
BarMojo.java
in tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven
192 5 4
JobOperatorCommand.java
in tools/cli/src/main/java/org/apache/batchee/cli/command
341 17 4
PartitionedStepBuilder.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
62 5 4
DependencyInjections.java
in jbatch/src/main/java/org/apache/batchee/container/util
134 8 4
FlowPropertyResolver.java
in jbatch/src/main/java/org/apache/batchee/container/modelresolver/impl
31 2 4
CommonsCsvWriter.java
in extensions/commons-csv/src/main/java/org/apache/batchee/csv
233 28 4
Groovys.java
in extensions/groovy/src/main/java/org/apache/batchee/groovy
62 6 4
JBatchResourceImpl.java
in gui/jaxrs/jaxrs-server/src/main/java/org/apache/batchee/jaxrs/server
120 12 4
ExceptionConfig.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk
78 6 3
SkipHandler.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk
103 10 3
DecisionController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
66 5 3
SingleThreadedStepController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
95 7 3
RuntimeJobExecution.java
in jbatch/src/main/java/org/apache/batchee/container/impl/jobinstance
136 33 3
Correlations

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

tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven/doc/ComponentDocumentationGenerator.java x: 4 commits (all time) y: 364 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/JPAPersistenceManagerService.java x: 11 commits (all time) y: 766 lines of code gui/servlet/embedded/src/main/java/org/apache/batchee/servlet/JBatchServletInitializer.java x: 5 commits (all time) y: 77 lines of code tools/cli/src/main/java/org/apache/batchee/cli/classloader/ChildFirstURLClassLoader.java x: 5 commits (all time) y: 144 lines of code src/site/site.xml x: 11 commits (all time) y: 44 lines of code extensions/beanio/src/main/java/org/apache/batchee/beanio/BeanIOReader.java x: 4 commits (all time) y: 73 lines of code extensions/beanio/src/main/java/org/apache/batchee/beanio/BeanIOWriter.java x: 3 commits (all time) y: 59 lines of code extensions/beanio/src/main/java/org/apache/batchee/beanio/BeanIOs.java x: 2 commits (all time) y: 27 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/CamelChainItemProcessor.java x: 3 commits (all time) y: 32 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/CamelItemProcessor.java x: 3 commits (all time) y: 26 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/CamelItemReader.java x: 3 commits (all time) y: 51 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/CamelItemWriter.java x: 3 commits (all time) y: 34 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/component/JBatchComponent.java x: 2 commits (all time) y: 16 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/component/JBatchEndpoint.java x: 2 commits (all time) y: 44 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/component/JBatchProducer.java x: 2 commits (all time) y: 73 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/BaseContext.java x: 4 commits (all time) y: 99 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/BatchEEScopeExtension.java x: 4 commits (all time) y: 21 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/ContextResolver.java x: 2 commits (all time) y: 7 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/JobContextImpl.java x: 6 commits (all time) y: 50 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/StepContextImpl.java x: 6 commits (all time) y: 27 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/listener/BeforeJobScopeListener.java x: 5 commits (all time) y: 18 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/scope/JobScoped.java x: 3 commits (all time) y: 13 lines of code extensions/commons-csv/src/main/java/org/apache/batchee/csv/CommonsCsvReader.java x: 4 commits (all time) y: 214 lines of code extensions/commons-csv/src/main/java/org/apache/batchee/csv/CommonsCsvWriter.java x: 10 commits (all time) y: 233 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/async/AsynchronousItemProcessor.java x: 4 commits (all time) y: 81 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/buffered/BufferedItemReader.java x: 6 commits (all time) y: 14 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/chain/Chain.java x: 3 commits (all time) y: 60 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/flat/FlatFileItemReader.java x: 3 commits (all time) y: 90 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/flat/FlatFileItemWriter.java x: 3 commits (all time) y: 71 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/jdbc/JdbcConnectionConfiguration.java x: 3 commits (all time) y: 42 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/jpa/JpaItemReader.java x: 3 commits (all time) y: 118 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/jpa/ParameterProvider.java x: 2 commits (all time) y: 5 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/locator/BatcheeLocator.java x: 2 commits (all time) y: 43 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/noop/NoopItemWriter.java x: 2 commits (all time) y: 19 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/stax/StaxItemReader.java x: 3 commits (all time) y: 100 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/stax/StaxItemWriter.java x: 4 commits (all time) y: 109 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/transaction/TransactionalWriter.java x: 5 commits (all time) y: 121 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/transaction/integration/JTASynchronizationService.java x: 2 commits (all time) y: 52 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/transaction/integration/Synchronizations.java x: 4 commits (all time) y: 39 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/typed/TypedItemReader.java x: 3 commits (all time) y: 20 lines of code extensions/groovy/src/main/java/org/apache/batchee/groovy/Groovys.java x: 4 commits (all time) y: 62 lines of code extensions/hazelcast/src/main/java/org/apache/batchee/hazelcast/HazelcastSynchroInstanceAware.java x: 3 commits (all time) y: 46 lines of code extensions/jackson/src/main/java/org/apache/batchee/jackson/JacksonJSonWriter.java x: 3 commits (all time) y: 92 lines of code extensions/jackson/src/main/java/org/apache/batchee/jackson/JacksonJsonReader.java x: 4 commits (all time) y: 68 lines of code extensions/jsefa/src/main/java/org/apache/batchee/jsefa/JSefaCsvReader.java x: 6 commits (all time) y: 80 lines of code extensions/jsefa/src/main/java/org/apache/batchee/jsefa/JSefaCsvWriter.java x: 5 commits (all time) y: 105 lines of code extensions/jsefa/src/main/java/org/apache/batchee/jsefa/JSefaReader.java x: 7 commits (all time) y: 72 lines of code extensions/jsonp/src/main/java/org/apache/batchee/jsonp/JsonPartialReader.java x: 2 commits (all time) y: 126 lines of code extensions/jsonp/src/main/java/org/apache/batchee/jsonp/JsonpReader.java x: 2 commits (all time) y: 63 lines of code extensions/jsonp/src/main/java/org/apache/batchee/jsonp/JsonpWriter.java x: 2 commits (all time) y: 120 lines of code extensions/modelmapper/src/main/java/org/apache/batchee/modelmapper/ModelMapperItemProcessor.java x: 4 commits (all time) y: 83 lines of code gui/jaxrs/jaxrs-client/src/main/java/org/apache/batchee/jaxrs/client/BatchEEJAXRS2Client.java x: 4 commits (all time) y: 125 lines of code gui/jaxrs/jaxrs-client/src/main/java/org/apache/batchee/jaxrs/client/BatchEEJAXRSClientBase.java x: 2 commits (all time) y: 175 lines of code gui/jaxrs/jaxrs-client/src/main/java/org/apache/batchee/jaxrs/client/impl/JobExecutionImpl.java x: 2 commits (all time) y: 65 lines of code gui/jaxrs/jaxrs-common/src/main/java/org/apache/batchee/jaxrs/common/RestJobExecution.java x: 2 commits (all time) y: 93 lines of code gui/jaxrs/jaxrs-common/src/main/java/org/apache/batchee/jaxrs/common/RestStepExecution.java x: 2 commits (all time) y: 81 lines of code gui/jaxrs/jaxrs-server/src/main/java/org/apache/batchee/jaxrs/server/JBatchResourceImpl.java x: 3 commits (all time) y: 120 lines of code gui/servlet/embedded/src/main/java/org/apache/batchee/servlet/JBatchController.java x: 5 commits (all time) y: 318 lines of code gui/servlet/embedded/src/main/java/org/apache/batchee/servlet/SimpleRestController.java x: 7 commits (all time) y: 265 lines of code gui/servlet/embedded/src/main/resources/META-INF/resources/internal/batchee/step-executions.jsp x: 2 commits (all time) y: 33 lines of code jbatch/src/main/java/org/apache/batchee/container/cdi/BatchCDIInjectionExtension.java x: 7 commits (all time) y: 130 lines of code jbatch/src/main/java/org/apache/batchee/container/cdi/BatchProducerBean.java x: 3 commits (all time) y: 250 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/JobContextImpl.java x: 4 commits (all time) y: 89 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/JobExecutionImpl.java x: 3 commits (all time) y: 151 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/JobInstanceImpl.java x: 4 commits (all time) y: 45 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/JobOperatorImpl.java x: 15 commits (all time) y: 222 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/StepContextImpl.java x: 3 commits (all time) y: 128 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/StepExecutionImpl.java x: 2 commits (all time) y: 164 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/BaseStepController.java x: 8 commits (all time) y: 319 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/DecisionController.java x: 5 commits (all time) y: 66 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/ExecutionTransitioner.java x: 4 commits (all time) y: 177 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/JobThreadRootController.java x: 7 commits (all time) y: 199 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/PartitionedStepController.java x: 13 commits (all time) y: 400 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/SingleThreadedStepController.java x: 7 commits (all time) y: 95 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/SplitController.java x: 6 commits (all time) y: 170 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/batchlet/BatchletStepController.java x: 6 commits (all time) y: 72 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/CheckpointManager.java x: 10 commits (all time) y: 89 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/ChunkStepController.java x: 17 commits (all time) y: 745 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/RetryHandler.java x: 4 commits (all time) y: 133 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/SkipHandler.java x: 4 commits (all time) y: 103 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/jobinstance/JobExecutionHelper.java x: 5 commits (all time) y: 168 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/jobinstance/RuntimeFlowInSplitExecution.java x: 4 commits (all time) y: 16 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/jobinstance/RuntimeJobExecution.java x: 7 commits (all time) y: 136 lines of code jbatch/src/main/java/org/apache/batchee/container/proxy/ListenerFactory.java x: 8 commits (all time) y: 111 lines of code jbatch/src/main/java/org/apache/batchee/container/proxy/ProxyFactory.java x: 11 commits (all time) y: 121 lines of code jbatch/src/main/java/org/apache/batchee/container/services/BatchKernelService.java x: 6 commits (all time) y: 39 lines of code jbatch/src/main/java/org/apache/batchee/container/services/ServicesManager.java x: 13 commits (all time) y: 244 lines of code jbatch/src/main/java/org/apache/batchee/container/services/callback/SimpleJobExecutionCallbackService.java x: 7 commits (all time) y: 63 lines of code jbatch/src/main/java/org/apache/batchee/container/services/factory/CDIBatchArtifactFactory.java x: 5 commits (all time) y: 51 lines of code jbatch/src/main/java/org/apache/batchee/container/services/kernel/DefaultBatchKernel.java x: 10 commits (all time) y: 220 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/JDBCPersistenceManagerService.java x: 8 commits (all time) y: 1372 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/MemoryPersistenceManagerService.java x: 8 commits (all time) y: 575 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/TransactionProvider.java x: 3 commits (all time) y: 9 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain/CheckpointEntity.java x: 6 commits (all time) y: 67 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain/JobExecutionEntity.java x: 7 commits (all time) y: 102 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain/JobInstanceEntity.java x: 7 commits (all time) y: 107 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain/StepExecutionEntity.java x: 8 commits (all time) y: 175 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/provider/DefaultEntityManagerProvider.java x: 2 commits (all time) y: 30 lines of code jbatch/src/main/java/org/apache/batchee/container/services/transaction/DefaultBatchTransactionService.java x: 4 commits (all time) y: 30 lines of code jbatch/src/main/java/org/apache/batchee/container/services/transaction/JTAUserTransactionAdapter.java x: 5 commits (all time) y: 147 lines of code jbatch/src/main/java/org/apache/batchee/jmx/BatchEEMBeanImpl.java x: 5 commits (all time) y: 230 lines of code jbatch/src/main/java/org/apache/batchee/spi/JobExecutionCallbackService.java x: 4 commits (all time) y: 7 lines of code jbatch/src/main/java/org/apache/batchee/spi/PersistenceManagerService.java x: 6 commits (all time) y: 56 lines of code jbatch/src/main/java/org/apache/batchee/util/Batches.java x: 7 commits (all time) y: 48 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/Executions.java x: 7 commits (all time) y: 33 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/Instances.java x: 8 commits (all time) y: 34 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/JobOperatorCommand.java x: 21 commits (all time) y: 341 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/StartableCommand.java x: 9 commits (all time) y: 184 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/Status.java x: 6 commits (all time) y: 36 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jdbc/Dictionary.java x: 8 commits (all time) y: 424 lines of code jbatch/src/main/java/org/apache/batchee/container/modelresolver/impl/AbstractPropertyResolver.java x: 3 commits (all time) y: 212 lines of code tools/cli/src/main/assembly/bin-openejb.xml x: 8 commits (all time) y: 116 lines of code tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven/BarMojo.java x: 4 commits (all time) y: 192 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/Names.java x: 4 commits (all time) y: 92 lines of code jbatch/src/main/java/org/apache/batchee/container/services/data/DefaultDataRepresentationService.java x: 5 commits (all time) y: 273 lines of code tools/cli/src/main/java/org/apache/batchee/cli/BatchEECLI.java x: 15 commits (all time) y: 251 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/api/CliConfiguration.java x: 1 commits (all time) y: 11 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/internal/DefaultCliConfiguration.java x: 1 commits (all time) y: 96 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/Abandon.java x: 6 commits (all time) y: 20 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/SocketCommand.java x: 3 commits (all time) y: 79 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/api/Arguments.java x: 1 commits (all time) y: 10 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/api/UserCommand.java x: 1 commits (all time) y: 3 lines of code extensions/jsefa/src/main/java/org/apache/batchee/jsefa/JSefaCsvMapping.java x: 1 commits (all time) y: 64 lines of code tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven/doc/DiagramGenerator.java x: 2 commits (all time) y: 626 lines of code tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven/DiagramMojo.java x: 5 commits (all time) y: 46 lines of code jbatch/src/main/java/org/apache/batchee/container/util/TCCLObjectInputStream.java x: 3 commits (all time) y: 67 lines of code extensions/commons-csv/src/main/java/org/apache/batchee/csv/mapper/Primitives.java x: 2 commits (all time) y: 114 lines of code extensions/commons-csv/src/main/java/org/apache/batchee/csv/mapper/XBeanConverter.java x: 1 commits (all time) y: 18 lines of code extensions/jsefa/src/main/java/org/apache/batchee/jsefa/JsefaConfigurations.java x: 3 commits (all time) y: 160 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain/PropertyHelper.java x: 1 commits (all time) y: 34 lines of code jbatch/src/main/java/org/apache/batchee/container/util/ExceptionUtil.java x: 1 commits (all time) y: 25 lines of code gui/servlet/embedded/src/main/resources/META-INF/resources/internal/batchee/start.jsp x: 1 commits (all time) y: 38 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/CamelBridge.java x: 2 commits (all time) y: 55 lines of code jbatch/src/main/java/org/apache/batchee/container/jsl/CloneUtility.java x: 2 commits (all time) y: 151 lines of code tools/cli/src/main/java/org/apache/batchee/cli/lifecycle/impl/SpringLifecycle.java x: 2 commits (all time) y: 82 lines of code tools/maven-plugin/src/main/resources/META-INF/plexus/components.xml x: 1 commits (all time) y: 29 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/CheckpointDataKey.java x: 1 commits (all time) y: 47 lines of code jbatch/src/main/java/org/apache/batchee/container/jsl/GlobPatternMatcherImpl.java x: 1 commits (all time) y: 105 lines of code jbatch/src/main/java/org/apache/batchee/container/modelresolver/PropertyResolverFactory.java x: 1 commits (all time) y: 110 lines of code jbatch/src/main/java/org/apache/batchee/container/navigator/AbstractNavigator.java x: 1 commits (all time) y: 125 lines of code jbatch/src/main/xsd/jobXML_1_0.xsd x: 1 commits (all time) y: 394 lines of code
1372.0
lines of code
  min: 1.0
  average: 64.98
  25th percentile: 15.0
  median: 30.5
  75th percentile: 69.0
  max: 1372.0
0 21.0
commits (all time)
min: 1.0 | average: 2.92 | 25th percentile: 1.0 | median: 2.0 | 75th percentile: 4.0 | max: 21.0

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

tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven/doc/ComponentDocumentationGenerator.java x: 4 contributors (all time) y: 364 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/JPAPersistenceManagerService.java x: 6 contributors (all time) y: 766 lines of code gui/servlet/embedded/src/main/java/org/apache/batchee/servlet/JBatchServletInitializer.java x: 3 contributors (all time) y: 77 lines of code tools/cli/src/main/java/org/apache/batchee/cli/classloader/ChildFirstURLClassLoader.java x: 2 contributors (all time) y: 144 lines of code src/site/site.xml x: 5 contributors (all time) y: 44 lines of code extensions/beanio/src/main/java/org/apache/batchee/beanio/BeanIOReader.java x: 3 contributors (all time) y: 73 lines of code extensions/beanio/src/main/java/org/apache/batchee/beanio/BeanIOWriter.java x: 3 contributors (all time) y: 59 lines of code extensions/beanio/src/main/java/org/apache/batchee/beanio/BeanIOs.java x: 2 contributors (all time) y: 27 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/CamelChainItemProcessor.java x: 3 contributors (all time) y: 32 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/CamelItemProcessor.java x: 3 contributors (all time) y: 26 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/CamelItemReader.java x: 3 contributors (all time) y: 51 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/CamelItemWriter.java x: 3 contributors (all time) y: 34 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/component/JBatchComponent.java x: 2 contributors (all time) y: 16 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/component/JBatchEndpoint.java x: 2 contributors (all time) y: 44 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/component/JBatchProducer.java x: 2 contributors (all time) y: 73 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/BaseContext.java x: 4 contributors (all time) y: 99 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/BatchEEScopeExtension.java x: 4 contributors (all time) y: 21 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/ContextResolver.java x: 2 contributors (all time) y: 7 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/JobContextImpl.java x: 4 contributors (all time) y: 50 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/StepContextImpl.java x: 4 contributors (all time) y: 27 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/listener/AfterJobScopeListener.java x: 3 contributors (all time) y: 18 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/scope/JobScoped.java x: 3 contributors (all time) y: 13 lines of code extensions/commons-csv/src/main/java/org/apache/batchee/csv/CommonsCsvReader.java x: 2 contributors (all time) y: 214 lines of code extensions/commons-csv/src/main/java/org/apache/batchee/csv/CommonsCsvWriter.java x: 2 contributors (all time) y: 233 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/async/AsynchronousItemProcessor.java x: 4 contributors (all time) y: 81 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/chain/Chain.java x: 3 contributors (all time) y: 60 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/flat/FlatFileItemReader.java x: 3 contributors (all time) y: 90 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/jdbc/JdbcConnectionConfiguration.java x: 3 contributors (all time) y: 42 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/jpa/JpaItemReader.java x: 3 contributors (all time) y: 118 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/jpa/ParameterProvider.java x: 2 contributors (all time) y: 5 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/locator/BatcheeLocator.java x: 2 contributors (all time) y: 43 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/noop/NoopItemWriter.java x: 2 contributors (all time) y: 19 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/stax/StaxItemReader.java x: 3 contributors (all time) y: 100 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/stax/StaxItemWriter.java x: 4 contributors (all time) y: 109 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/transaction/TransactionalWriter.java x: 4 contributors (all time) y: 121 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/transaction/integration/JTASynchronizationService.java x: 2 contributors (all time) y: 52 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/transaction/integration/Synchronizations.java x: 4 contributors (all time) y: 39 lines of code extensions/hazelcast/src/main/java/org/apache/batchee/hazelcast/HazelcastSynchroInstanceAware.java x: 3 contributors (all time) y: 46 lines of code extensions/jackson/src/main/java/org/apache/batchee/jackson/JacksonJSonWriter.java x: 3 contributors (all time) y: 92 lines of code extensions/jackson/src/main/java/org/apache/batchee/jackson/JacksonJsonReader.java x: 3 contributors (all time) y: 68 lines of code extensions/jsefa/src/main/java/org/apache/batchee/jsefa/JSefaCsvWriter.java x: 4 contributors (all time) y: 105 lines of code extensions/jsefa/src/main/java/org/apache/batchee/jsefa/JSefaReader.java x: 4 contributors (all time) y: 72 lines of code extensions/jsonp/src/main/java/org/apache/batchee/jsonp/JsonPartialReader.java x: 2 contributors (all time) y: 126 lines of code extensions/jsonp/src/main/java/org/apache/batchee/jsonp/JsonpReader.java x: 2 contributors (all time) y: 63 lines of code extensions/jsonp/src/main/java/org/apache/batchee/jsonp/JsonpWriter.java x: 2 contributors (all time) y: 120 lines of code extensions/modelmapper/src/main/java/org/apache/batchee/modelmapper/ModelMapperItemProcessor.java x: 3 contributors (all time) y: 83 lines of code gui/jaxrs/jaxrs-client/src/main/java/org/apache/batchee/jaxrs/client/BatchEEJAXRS2Client.java x: 3 contributors (all time) y: 125 lines of code gui/jaxrs/jaxrs-client/src/main/java/org/apache/batchee/jaxrs/client/BatchEEJAXRSClientBase.java x: 2 contributors (all time) y: 175 lines of code gui/jaxrs/jaxrs-client/src/main/java/org/apache/batchee/jaxrs/client/impl/JobExecutionImpl.java x: 2 contributors (all time) y: 65 lines of code gui/jaxrs/jaxrs-common/src/main/java/org/apache/batchee/jaxrs/common/RestJobExecution.java x: 2 contributors (all time) y: 93 lines of code gui/jaxrs/jaxrs-common/src/main/java/org/apache/batchee/jaxrs/common/RestStepExecution.java x: 2 contributors (all time) y: 81 lines of code gui/jaxrs/jaxrs-server/src/main/java/org/apache/batchee/jaxrs/server/JBatchResourceImpl.java x: 3 contributors (all time) y: 120 lines of code gui/servlet/embedded/src/main/java/org/apache/batchee/servlet/JBatchController.java x: 3 contributors (all time) y: 318 lines of code gui/servlet/embedded/src/main/java/org/apache/batchee/servlet/SimpleRestController.java x: 3 contributors (all time) y: 265 lines of code gui/servlet/embedded/src/main/resources/META-INF/resources/internal/batchee/step-executions.jsp x: 2 contributors (all time) y: 33 lines of code jbatch/src/main/java/org/apache/batchee/container/cdi/BatchCDIInjectionExtension.java x: 4 contributors (all time) y: 130 lines of code jbatch/src/main/java/org/apache/batchee/container/cdi/BatchProducerBean.java x: 2 contributors (all time) y: 250 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/JobContextImpl.java x: 4 contributors (all time) y: 89 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/JobExecutionImpl.java x: 2 contributors (all time) y: 151 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/JobOperatorImpl.java x: 6 contributors (all time) y: 222 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/StepExecutionImpl.java x: 2 contributors (all time) y: 164 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/BaseStepController.java x: 4 contributors (all time) y: 319 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/JobThreadRootController.java x: 3 contributors (all time) y: 199 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/PartitionedStepController.java x: 6 contributors (all time) y: 400 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/SingleThreadedStepController.java x: 4 contributors (all time) y: 95 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/SplitController.java x: 5 contributors (all time) y: 170 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/CheckpointManager.java x: 5 contributors (all time) y: 89 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/ChunkStepController.java x: 5 contributors (all time) y: 745 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/RetryHandler.java x: 3 contributors (all time) y: 133 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/SkipHandler.java x: 3 contributors (all time) y: 103 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/jobinstance/JobExecutionHelper.java x: 4 contributors (all time) y: 168 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/jobinstance/RuntimeJobExecution.java x: 5 contributors (all time) y: 136 lines of code jbatch/src/main/java/org/apache/batchee/container/proxy/CheckpointAlgorithmProxy.java x: 4 contributors (all time) y: 44 lines of code jbatch/src/main/java/org/apache/batchee/container/proxy/ListenerFactory.java x: 3 contributors (all time) y: 111 lines of code jbatch/src/main/java/org/apache/batchee/container/services/BatchKernelService.java x: 5 contributors (all time) y: 39 lines of code jbatch/src/main/java/org/apache/batchee/container/services/ServicesManager.java x: 5 contributors (all time) y: 244 lines of code jbatch/src/main/java/org/apache/batchee/container/services/callback/SimpleJobExecutionCallbackService.java x: 5 contributors (all time) y: 63 lines of code jbatch/src/main/java/org/apache/batchee/container/services/kernel/DefaultBatchKernel.java x: 6 contributors (all time) y: 220 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/JDBCPersistenceManagerService.java x: 5 contributors (all time) y: 1372 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/MemoryPersistenceManagerService.java x: 5 contributors (all time) y: 575 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/TransactionProvider.java x: 3 contributors (all time) y: 9 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain/CheckpointEntity.java x: 5 contributors (all time) y: 67 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain/JobExecutionEntity.java x: 5 contributors (all time) y: 102 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain/JobInstanceEntity.java x: 6 contributors (all time) y: 107 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain/StepExecutionEntity.java x: 5 contributors (all time) y: 175 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/provider/DefaultEntityManagerProvider.java x: 2 contributors (all time) y: 30 lines of code jbatch/src/main/java/org/apache/batchee/container/services/status/DefaultJobStatusManager.java x: 2 contributors (all time) y: 101 lines of code jbatch/src/main/java/org/apache/batchee/container/services/transaction/JTAUserTransactionAdapter.java x: 5 contributors (all time) y: 147 lines of code jbatch/src/main/java/org/apache/batchee/jmx/BatchEEMBeanImpl.java x: 3 contributors (all time) y: 230 lines of code jbatch/src/main/java/org/apache/batchee/spi/JobExecutionCallbackService.java x: 4 contributors (all time) y: 7 lines of code jbatch/src/main/java/org/apache/batchee/spi/PersistenceManagerService.java x: 6 contributors (all time) y: 56 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/Instances.java x: 4 contributors (all time) y: 34 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/JobOperatorCommand.java x: 5 contributors (all time) y: 341 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/StartableCommand.java x: 5 contributors (all time) y: 184 lines of code gui/servlet/embedded/src/main/resources/META-INF/resources/internal/batchee/layout.jsp x: 1 contributors (all time) y: 40 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jdbc/Dictionary.java x: 4 contributors (all time) y: 424 lines of code jbatch/src/main/java/org/apache/batchee/container/modelresolver/impl/AbstractPropertyResolver.java x: 3 contributors (all time) y: 212 lines of code tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven/BarMojo.java x: 2 contributors (all time) y: 192 lines of code jbatch/src/main/java/org/apache/batchee/container/services/data/DefaultDataRepresentationService.java x: 3 contributors (all time) y: 273 lines of code tools/cli/src/main/assembly/bin.xml x: 1 contributors (all time) y: 67 lines of code tools/cli/src/main/java/org/apache/batchee/cli/BatchEECLI.java x: 3 contributors (all time) y: 251 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/api/CliConfiguration.java x: 1 contributors (all time) y: 11 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/internal/DefaultCliConfiguration.java x: 1 contributors (all time) y: 96 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/Eviction.java x: 1 contributors (all time) y: 22 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/api/Arguments.java x: 1 contributors (all time) y: 10 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/api/UserCommand.java x: 1 contributors (all time) y: 3 lines of code extensions/jsefa/src/main/java/org/apache/batchee/jsefa/JSefaCsvMapping.java x: 1 contributors (all time) y: 64 lines of code tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven/doc/DiagramGenerator.java x: 1 contributors (all time) y: 626 lines of code extensions/commons-csv/src/main/java/org/apache/batchee/csv/CSVFormatFactory.java x: 1 contributors (all time) y: 89 lines of code extensions/commons-csv/src/main/java/org/apache/batchee/csv/mapper/DefaultMapper.java x: 1 contributors (all time) y: 124 lines of code extensions/commons-csv/src/main/java/org/apache/batchee/csv/mapper/Primitives.java x: 1 contributors (all time) y: 114 lines of code extensions/commons-csv/src/main/java/org/apache/batchee/csv/mapper/XBeanConverter.java x: 1 contributors (all time) y: 18 lines of code extensions/jsefa/src/main/java/org/apache/batchee/jsefa/JsefaConfigurations.java x: 2 contributors (all time) y: 160 lines of code jbatch/src/main/java/org/apache/batchee/container/modelresolver/impl/PartitionPropertyResolver.java x: 1 contributors (all time) y: 28 lines of code gui/servlet/embedded/src/main/resources/META-INF/resources/internal/batchee/js/start.js x: 1 contributors (all time) y: 33 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/CamelBridge.java x: 2 contributors (all time) y: 55 lines of code tools/cli/src/main/java/org/apache/batchee/cli/lifecycle/impl/SpringLifecycle.java x: 1 contributors (all time) y: 82 lines of code jbatch/src/main/java/org/apache/batchee/container/services/loader/DefaultJobXMLLoaderService.java x: 1 contributors (all time) y: 50 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/CheckpointDataKey.java x: 1 contributors (all time) y: 47 lines of code jbatch/src/main/java/org/apache/batchee/container/jsl/GlobPatternMatcherImpl.java x: 1 contributors (all time) y: 105 lines of code jbatch/src/main/java/org/apache/batchee/container/modelresolver/PropertyResolverFactory.java x: 1 contributors (all time) y: 110 lines of code jbatch/src/main/java/org/apache/batchee/container/navigator/AbstractNavigator.java x: 1 contributors (all time) y: 125 lines of code jbatch/src/main/xsd/jobXML_1_0.xsd x: 1 contributors (all time) y: 394 lines of code
1372.0
lines of code
  min: 1.0
  average: 64.98
  25th percentile: 15.0
  median: 30.5
  75th percentile: 69.0
  max: 1372.0
0 6.0
contributors (all time)
min: 1.0 | average: 2.14 | 25th percentile: 1.0 | median: 2.0 | 75th percentile: 3.0 | max: 6.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".