apache / incubator-batchee
File Size

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

Intro
Learn more...
File Size Overall
5% | 10% | 21% | 21% | 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% | 20% | 22% | 40%
xsd0% | 0% | 96% | 0% | 3%
xml0% | 0% | 0% | 29% | 70%
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
jbatch10% | 15% | 24% | 22% | 27%
tools0% | 15% | 23% | 15% | 45%
gui0% | 0% | 25% | 28% | 46%
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
761 39
ChunkStepController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk
748 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
BaseStepController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
324 24
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
298 16
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
264 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
203 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
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
DefaultBatchArtifactFactory.java
in jbatch/src/main/java/org/apache/batchee/container/services/factory
171 7
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
142 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
StepContextImpl.java
in jbatch/src/main/java/org/apache/batchee/container/impl
128 27
BatchCDIInjectionExtension.java
in jbatch/src/main/java/org/apache/batchee/container/cdi
126 10
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
748 40
JPAPersistenceManagerService.java
in jbatch/src/main/java/org/apache/batchee/container/services/persistence
761 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
324 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
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
JobOperatorCommand.java
in tools/cli/src/main/java/org/apache/batchee/cli/command
298 16
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
203 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
264 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
74 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
142 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
126 10
JobExecutionImpl.java
in gui/jaxrs/jaxrs-client/src/main/java/org/apache/batchee/jaxrs/client/impl
65 10
UserTransactionTransactionService.java
in tools/ee6/src/main/java/org/apache/batchee/tools/services/thread
71 9
Files With Long Lines (Top 50)

There are 152 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
748 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
761 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
203 16 7
BaseStepController.java
in jbatch/src/main/java/org/apache/batchee/container/impl/controller
324 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
298 16 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
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
DecisionPropertyResolver.java
in jbatch/src/main/java/org/apache/batchee/container/modelresolver/impl
24 2 3
Correlations

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

tools/cli/src/main/java/org/apache/batchee/cli/command/Names.java x: 4 commits (all time) y: 92 lines of code tools/cli/src/main/assembly/bin-openejb.xml x: 7 commits (all time) y: 116 lines of code jbatch/src/main/java/org/apache/batchee/container/services/executor/AbstractThreadPoolService.java x: 3 commits (all time) y: 74 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/JobOperatorCommand.java x: 17 commits (all time) y: 298 lines of code tools/cli/src/main/java/org/apache/batchee/cli/lifecycle/impl/OpenEJBLifecycle.java x: 2 commits (all time) y: 94 lines of code jbatch/src/main/java/org/apache/batchee/container/services/callback/SimpleJobExecutionCallbackService.java x: 3 commits (all time) y: 53 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/JobOperatorImpl.java x: 12 commits (all time) y: 222 lines of code jbatch/src/main/java/org/apache/batchee/container/services/ServicesManager.java x: 12 commits (all time) y: 244 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 jbatch/src/main/java/org/apache/batchee/jmx/BatchEEMBeanImpl.java x: 4 commits (all time) y: 230 lines of code jbatch/src/main/java/org/apache/batchee/servlet/CleanUpWebappListener.java x: 3 commits (all time) y: 18 lines of code tools/ee6/src/main/java/org/apache/batchee/tools/services/thread/AsyncEjbBatchThreadPoolService.java x: 4 commits (all time) y: 47 lines of code tools/ee6/src/main/java/org/apache/batchee/tools/services/thread/ThreadExecutorEjb.java x: 3 commits (all time) y: 43 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/SingleThreadedStepController.java x: 6 commits (all time) y: 95 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/provider/EEEntityManagerProvider.java x: 2 commits (all time) y: 20 lines of code jbatch/src/main/java/org/apache/batchee/spi/PersistenceManagerService.java x: 5 commits (all time) y: 56 lines of code tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven/BarMojo.java x: 3 commits (all time) y: 192 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/JobContextImpl.java x: 5 commits (all time) y: 50 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/StepContextImpl.java x: 5 commits (all time) y: 27 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/scope/JobScoped.java x: 2 commits (all time) y: 13 lines of code tools/cli/src/main/assembly/bin.xml x: 5 commits (all time) y: 67 lines of code tools/cli/src/main/java/org/apache/batchee/cli/BatchEECLI.java x: 15 commits (all time) y: 251 lines of code jbatch/src/main/java-templates/org/apache/batchee/container/Init.java x: 2 commits (all time) y: 28 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/BaseContext.java x: 3 commits (all time) y: 99 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/ContextResolver.java x: 1 commits (all time) y: 7 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/DynamicContextResolver.java x: 1 commits (all time) y: 23 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/listener/BeforeJobScopeListener.java x: 4 commits (all time) y: 18 lines of code src/site/site.xml x: 8 commits (all time) y: 73 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/MemoryPersistenceManagerService.java x: 7 commits (all time) y: 575 lines of code gui/servlet/embedded/src/main/java/org/apache/batchee/servlet/SimpleRestController.java x: 5 commits (all time) y: 264 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/jobinstance/JobExecutionHelper.java x: 4 commits (all time) y: 168 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/JDBCPersistenceManagerService.java x: 7 commits (all time) y: 1372 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/JPAPersistenceManagerService.java x: 7 commits (all time) y: 761 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jdbc/Dictionary.java x: 7 commits (all time) y: 424 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain/JobInstanceEntity.java x: 6 commits (all time) y: 107 lines of code tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven/doc/ComponentDocumentationGenerator.java x: 2 commits (all time) y: 364 lines of code gui/jaxrs/jaxrs-client/src/main/java/org/apache/batchee/jaxrs/client/BatchEEJAXRS2Client.java x: 3 commits (all time) y: 125 lines of code gui/jaxrs/jaxrs-common/src/main/java/org/apache/batchee/jaxrs/common/JBatchResource.java x: 2 commits (all time) y: 57 lines of code gui/jaxrs/jaxrs-common/src/main/java/org/apache/batchee/jaxrs/common/RestJobInstance.java x: 2 commits (all time) y: 36 lines of code gui/jaxrs/jaxrs-common/src/main/java/org/apache/batchee/jaxrs/common/RestProperties.java x: 2 commits (all time) y: 42 lines of code gui/jaxrs/jaxrs-server/src/main/java/org/apache/batchee/jaxrs/server/JBatchResourceImpl.java x: 2 commits (all time) y: 120 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/BaseStepController.java x: 6 commits (all time) y: 324 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/CheckpointManager.java x: 9 commits (all time) y: 89 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/ChunkStepController.java x: 15 commits (all time) y: 748 lines of code jbatch/src/main/java/org/apache/batchee/spi/TransactionManagerAdapter.java x: 2 commits (all time) y: 9 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/PartitionedStepController.java x: 12 commits (all time) y: 400 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/ChunkHelper.java x: 3 commits (all time) y: 44 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/ItemCheckpointAlgorithm.java x: 2 commits (all time) y: 53 lines of code jbatch/src/main/java/org/apache/batchee/container/services/kernel/DefaultBatchKernel.java x: 9 commits (all time) y: 220 lines of code jbatch/src/main/java/org/apache/batchee/container/services/transaction/DefaultBatchTransactionService.java x: 3 commits (all time) y: 30 lines of code gui/servlet/embedded/src/main/java/org/apache/batchee/servlet/JBatchController.java x: 3 commits (all time) y: 318 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain/JobExecutionEntity.java x: 6 commits (all time) y: 102 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain/StepExecutionEntity.java x: 7 commits (all time) y: 175 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/provider/EETransactionProvider.java x: 1 commits (all time) y: 31 lines of code jbatch/src/main/java/org/apache/batchee/container/services/transaction/JTAUserTransactionAdapter.java x: 4 commits (all time) y: 147 lines of code jbatch/src/main/java/org/apache/batchee/util/Batches.java x: 6 commits (all time) y: 48 lines of code extensions/jsefa/src/main/java/org/apache/batchee/jsefa/JSefaReader.java x: 6 commits (all time) y: 72 lines of code extensions/jsefa/src/main/java/org/apache/batchee/jsefa/JSefaCsvReader.java x: 5 commits (all time) y: 80 lines of code extensions/commons-csv/src/main/java/org/apache/batchee/csv/CommonsCsvWriter.java x: 9 commits (all time) y: 233 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/transaction/TransactionalWriter.java x: 4 commits (all time) y: 121 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/Executions.java x: 6 commits (all time) y: 33 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/StepExecutions.java x: 1 commits (all time) y: 69 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/Eviction.java x: 3 commits (all time) y: 22 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/Instances.java x: 7 commits (all time) y: 34 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/Restart.java x: 3 commits (all time) y: 15 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/Running.java x: 5 commits (all time) y: 39 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/SocketConfigurableCommand.java x: 3 commits (all time) y: 8 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/StartableCommand.java x: 7 commits (all time) y: 184 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/Status.java x: 5 commits (all time) y: 36 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 extensions/jsefa/src/main/java/org/apache/batchee/jsefa/JSefaCsvWriter.java x: 4 commits (all time) y: 105 lines of code extensions/jsonp/src/main/java/org/apache/batchee/jsonp/JsonPartialReader.java x: 1 commits (all time) y: 126 lines of code extensions/jsonp/src/main/java/org/apache/batchee/jsonp/JsonpWriter.java x: 1 commits (all time) y: 120 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 extensions/camel/src/main/java/org/apache/batchee/camel/CamelItemProcessor.java x: 2 commits (all time) y: 26 lines of code extensions/commons-csv/src/main/java/org/apache/batchee/csv/CommonsCsvReader.java x: 3 commits (all time) y: 214 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/chain/Chain.java x: 2 commits (all time) y: 60 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/flat/FlatFileItemReader.java x: 2 commits (all time) y: 90 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/flat/FlatFileItemWriter.java x: 2 commits (all time) y: 71 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/jpa/JpaItemReader.java x: 2 commits (all time) y: 118 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/stax/StaxItemReader.java x: 2 commits (all time) y: 100 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/stax/StaxItemWriter.java x: 3 commits (all time) y: 109 lines of code extensions/hazelcast/src/main/java/org/apache/batchee/hazelcast/HazelcastSynchroInstanceAware.java x: 2 commits (all time) y: 46 lines of code extensions/jackson/src/main/java/org/apache/batchee/jackson/JacksonJsonReader.java x: 3 commits (all time) y: 68 lines of code extensions/modelmapper/src/main/java/org/apache/batchee/modelmapper/ModelMapperItemProcessor.java x: 3 commits (all time) y: 83 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain/CheckpointEntity.java x: 4 commits (all time) y: 67 lines of code extensions/commons-csv/src/main/java/org/apache/batchee/csv/CSVFormatFactory.java x: 3 commits (all time) y: 89 lines of code extensions/commons-csv/src/main/java/org/apache/batchee/csv/mapper/DefaultMapper.java x: 3 commits (all time) y: 124 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/extras/src/main/java/org/apache/batchee/extras/buffered/BufferedItemReader.java x: 5 commits (all time) y: 14 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/SplitController.java x: 5 commits (all time) y: 170 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/jobinstance/RuntimeJobExecution.java x: 6 commits (all time) y: 136 lines of code jbatch/src/main/java/org/apache/batchee/spi/DataRepresentationService.java x: 2 commits (all time) y: 5 lines of code jbatch/src/main/java/org/apache/batchee/container/cdi/BatchCDIInjectionExtension.java x: 4 commits (all time) y: 126 lines of code jbatch/src/main/java/org/apache/batchee/container/services/factory/CDIBatchArtifactFactory.java x: 4 commits (all time) y: 51 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/proxy/ProxyFactory.java x: 10 commits (all time) y: 121 lines of code jbatch/src/main/java/org/apache/batchee/container/proxy/BatchProxyInvocationHandler.java x: 4 commits (all time) y: 38 lines of code jbatch/src/main/java/org/apache/batchee/container/proxy/ListenerFactory.java x: 7 commits (all time) y: 111 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/batchlet/BatchletStepController.java x: 5 commits (all time) y: 72 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/JobThreadRootController.java x: 5 commits (all time) y: 203 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/RetryHandler.java x: 3 commits (all time) y: 133 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/SkipHandler.java x: 3 commits (all time) y: 103 lines of code gui/servlet/embedded/src/main/resources/META-INF/resources/internal/batchee/layout.jsp x: 1 commits (all time) y: 40 lines of code extensions/groovy/src/main/java/org/apache/batchee/groovy/Groovys.java x: 3 commits (all time) y: 62 lines of code jbatch/src/main/java/org/apache/batchee/container/jsl/CloneUtility.java x: 2 commits (all time) y: 151 lines of code jbatch/src/main/java/org/apache/batchee/container/modelresolver/impl/AbstractPropertyResolver.java x: 2 commits (all time) y: 212 lines of code jbatch/src/main/java/org/apache/batchee/container/services/factory/DefaultBatchArtifactFactory.java x: 3 commits (all time) y: 171 lines of code tools/cli/src/main/java/org/apache/batchee/cli/classloader/ChildFirstURLClassLoader.java x: 4 commits (all time) y: 142 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 jbatch/src/main/java/org/apache/batchee/container/impl/StepContextImpl.java x: 2 commits (all time) y: 128 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/ExecutionTransitioner.java x: 3 commits (all time) y: 177 lines of code jbatch/src/main/java/org/apache/batchee/container/cdi/BatchProducerBean.java x: 2 commits (all time) y: 250 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/component/JBatchEndpoint.java x: 1 commits (all time) y: 44 lines of code extensions/camel/src/main/java/org/apache/batchee/camel/component/JBatchProducer.java x: 1 commits (all time) y: 73 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/transaction/integration/JTASynchronizationService.java x: 1 commits (all time) y: 52 lines of code gui/jaxrs/jaxrs-client/src/main/java/org/apache/batchee/jaxrs/client/BatchEEJAXRSClientBase.java x: 1 commits (all time) y: 175 lines of code gui/jaxrs/jaxrs-common/src/main/java/org/apache/batchee/jaxrs/common/RestStepExecution.java x: 1 commits (all time) y: 81 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/StepExecutionImpl.java x: 1 commits (all time) y: 164 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/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.93
  25th percentile: 15.0
  median: 31.0
  75th percentile: 71.0
  max: 1372.0
0 17.0
commits (all time)
min: 1.0 | average: 2.32 | 25th percentile: 1.0 | median: 1.5 | 75th percentile: 3.0 | max: 17.0

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

tools/cli/src/main/java/org/apache/batchee/cli/command/Names.java x: 3 contributors (all time) y: 92 lines of code tools/cli/src/main/assembly/bin-openejb.xml x: 3 contributors (all time) y: 116 lines of code jbatch/src/main/java/org/apache/batchee/container/services/executor/AbstractThreadPoolService.java x: 2 contributors (all time) y: 74 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/JobOperatorCommand.java x: 4 contributors (all time) y: 298 lines of code tools/cli/src/main/java/org/apache/batchee/cli/lifecycle/impl/OpenEJBLifecycle.java x: 2 contributors (all time) y: 94 lines of code jbatch/src/main/java/org/apache/batchee/container/services/callback/SimpleJobExecutionCallbackService.java x: 3 contributors (all time) y: 53 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/JobOperatorImpl.java x: 4 contributors (all time) y: 222 lines of code jbatch/src/main/java/org/apache/batchee/container/services/ServicesManager.java x: 4 contributors (all time) y: 244 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 jbatch/src/main/java/org/apache/batchee/jmx/BatchEEMBeanImpl.java x: 2 contributors (all time) y: 230 lines of code jbatch/src/main/java/org/apache/batchee/servlet/CleanUpWebappListener.java x: 1 contributors (all time) y: 18 lines of code tools/ee6/src/main/java/org/apache/batchee/tools/services/thread/AsyncEjbBatchThreadPoolService.java x: 2 contributors (all time) y: 47 lines of code tools/ee6/src/main/java/org/apache/batchee/tools/services/thread/ThreadExecutorEjb.java x: 1 contributors (all time) y: 43 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/provider/EEEntityManagerProvider.java x: 2 contributors (all time) y: 20 lines of code jbatch/src/main/java/org/apache/batchee/spi/PersistenceManagerService.java x: 5 contributors (all time) y: 56 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 extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/StepContextImpl.java x: 3 contributors (all time) y: 27 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/scope/JobScoped.java x: 2 contributors (all time) y: 13 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 jbatch/src/main/java-templates/org/apache/batchee/container/Init.java x: 2 contributors (all time) y: 28 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/BaseContext.java x: 3 contributors (all time) y: 99 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/BatchEEScopeExtension.java x: 3 contributors (all time) y: 21 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/ContextResolver.java x: 1 contributors (all time) y: 7 lines of code extensions/cdi/src/main/java/org/apache/batchee/cdi/impl/DynamicContextResolver.java x: 1 contributors (all time) y: 23 lines of code src/site/site.xml x: 4 contributors (all time) y: 73 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/MemoryPersistenceManagerService.java x: 4 contributors (all time) y: 575 lines of code gui/servlet/embedded/src/main/java/org/apache/batchee/servlet/SimpleRestController.java x: 1 contributors (all time) y: 264 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/jobinstance/JobExecutionHelper.java x: 3 contributors (all time) y: 168 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/JDBCPersistenceManagerService.java x: 4 contributors (all time) y: 1372 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/JPAPersistenceManagerService.java x: 4 contributors (all time) y: 761 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/services/persistence/jpa/domain/JobInstanceEntity.java x: 5 contributors (all time) y: 107 lines of code tools/maven-plugin/src/main/java/org/apache/batchee/tools/maven/doc/ComponentDocumentationGenerator.java x: 2 contributors (all time) y: 364 lines of code gui/jaxrs/jaxrs-client/src/main/java/org/apache/batchee/jaxrs/client/BatchEEJAXRS2Client.java x: 2 contributors (all time) y: 125 lines of code gui/jaxrs/jaxrs-client/src/main/java/org/apache/batchee/jaxrs/client/ClientConfiguration.java x: 2 contributors (all time) y: 50 lines of code gui/jaxrs/jaxrs-common/src/main/java/org/apache/batchee/jaxrs/common/JBatchResource.java x: 2 contributors (all time) y: 57 lines of code gui/jaxrs/jaxrs-common/src/main/java/org/apache/batchee/jaxrs/common/RestJobInstance.java x: 2 contributors (all time) y: 36 lines of code gui/jaxrs/jaxrs-common/src/main/java/org/apache/batchee/jaxrs/common/RestProperties.java x: 2 contributors (all time) y: 42 lines of code gui/jaxrs/jaxrs-server/src/main/java/org/apache/batchee/jaxrs/server/JBatchResourceImpl.java x: 2 contributors (all time) y: 120 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/BaseStepController.java x: 3 contributors (all time) y: 324 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/CheckpointManager.java x: 4 contributors (all time) y: 89 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/ChunkStepController.java x: 4 contributors (all time) y: 748 lines of code jbatch/src/main/java/org/apache/batchee/spi/TransactionManagerAdapter.java x: 2 contributors (all time) y: 9 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/PartitionedStepController.java x: 5 contributors (all time) y: 400 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/ChunkHelper.java x: 3 contributors (all time) y: 44 lines of code jbatch/src/main/java/org/apache/batchee/container/services/kernel/DefaultBatchKernel.java x: 5 contributors (all time) y: 220 lines of code gui/servlet/embedded/src/main/java/org/apache/batchee/servlet/JBatchController.java x: 2 contributors (all time) y: 318 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain/JobExecutionEntity.java x: 4 contributors (all time) y: 102 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain/StepExecutionEntity.java x: 4 contributors (all time) y: 175 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/provider/EETransactionProvider.java x: 1 contributors (all time) y: 31 lines of code jbatch/src/main/java/org/apache/batchee/container/services/transaction/JTAUserTransactionAdapter.java x: 4 contributors (all time) y: 147 lines of code extensions/jsefa/src/main/java/org/apache/batchee/jsefa/JSefaReader.java x: 3 contributors (all time) y: 72 lines of code extensions/jsefa/src/main/java/org/apache/batchee/jsefa/JSefaCsvReader.java x: 3 contributors (all time) y: 80 lines of code extensions/commons-csv/src/main/java/org/apache/batchee/csv/CommonsCsvWriter.java x: 1 contributors (all time) y: 233 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/transaction/TransactionalWriter.java x: 3 contributors (all time) y: 121 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/Instances.java x: 3 contributors (all time) y: 34 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/Running.java x: 3 contributors (all time) y: 39 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/SocketCommand.java x: 2 contributors (all time) y: 79 lines of code tools/cli/src/main/java/org/apache/batchee/cli/command/StartableCommand.java x: 3 contributors (all time) y: 184 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 extensions/jsefa/src/main/java/org/apache/batchee/jsefa/JSefaCsvWriter.java x: 3 contributors (all time) y: 105 lines of code extensions/jsonp/src/main/java/org/apache/batchee/jsonp/JsonPartialReader.java x: 1 contributors (all time) y: 126 lines of code extensions/jsonp/src/main/java/org/apache/batchee/jsonp/JsonpWriter.java x: 1 contributors (all time) y: 120 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/camel/src/main/java/org/apache/batchee/camel/CamelItemProcessor.java x: 2 contributors (all time) y: 26 lines of code extensions/commons-csv/src/main/java/org/apache/batchee/csv/CommonsCsvReader.java x: 1 contributors (all time) y: 214 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/chain/Chain.java x: 2 contributors (all time) y: 60 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/flat/FlatFileItemReader.java x: 2 contributors (all time) y: 90 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/jpa/JpaItemReader.java x: 2 contributors (all time) y: 118 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/stax/StaxItemReader.java x: 2 contributors (all time) y: 100 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/stax/StaxItemWriter.java x: 3 contributors (all time) y: 109 lines of code extensions/jackson/src/main/java/org/apache/batchee/jackson/JacksonJsonReader.java x: 2 contributors (all time) y: 68 lines of code extensions/modelmapper/src/main/java/org/apache/batchee/modelmapper/ModelMapperItemProcessor.java x: 2 contributors (all time) y: 83 lines of code jbatch/src/main/java/org/apache/batchee/container/services/persistence/jpa/domain/CheckpointEntity.java x: 3 contributors (all time) y: 67 lines of code extensions/extras/src/main/java/org/apache/batchee/extras/writer/MultiWriterBase.java x: 1 contributors (all time) y: 51 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/Primitives.java x: 1 contributors (all time) y: 114 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/JobContextImpl.java x: 3 contributors (all time) y: 89 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/SplitController.java x: 4 contributors (all time) y: 170 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/jobinstance/RuntimeJobExecution.java x: 4 contributors (all time) y: 136 lines of code jbatch/src/main/java/org/apache/batchee/container/services/BatchKernelService.java x: 4 contributors (all time) y: 39 lines of code jbatch/src/main/java/org/apache/batchee/spi/DataRepresentationService.java x: 2 contributors (all time) y: 5 lines of code jbatch/src/main/java/org/apache/batchee/container/cdi/BatchCDIInjectionExtension.java x: 3 contributors (all time) y: 126 lines of code extensions/jsefa/src/main/java/org/apache/batchee/jsefa/JsefaConfigurations.java x: 2 contributors (all time) y: 160 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 tools/ee6/src/main/java/org/apache/batchee/tools/services/thread/UserTransactionTransactionService.java x: 1 contributors (all time) y: 71 lines of code jbatch/src/main/java/org/apache/batchee/container/proxy/ListenerFactory.java x: 2 contributors (all time) y: 111 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/JobThreadRootController.java x: 2 contributors (all time) y: 203 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/RetryHandler.java x: 2 contributors (all time) y: 133 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/SkipHandler.java x: 2 contributors (all time) y: 103 lines of code jbatch/src/main/java/org/apache/batchee/container/jsl/CloneUtility.java x: 2 contributors (all time) y: 151 lines of code jbatch/src/main/java/org/apache/batchee/container/modelresolver/impl/AbstractPropertyResolver.java x: 2 contributors (all time) y: 212 lines of code jbatch/src/main/java/org/apache/batchee/container/services/factory/DefaultBatchArtifactFactory.java x: 2 contributors (all time) y: 171 lines of code tools/cli/src/main/java/org/apache/batchee/cli/classloader/ChildFirstURLClassLoader.java x: 1 contributors (all time) y: 142 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/impl/controller/ExecutionTransitioner.java x: 1 contributors (all time) y: 177 lines of code jbatch/src/main/java/org/apache/batchee/container/cdi/BatchProducerBean.java x: 1 contributors (all time) y: 250 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/JobInstanceImpl.java x: 1 contributors (all time) y: 45 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/JobExecutionImpl.java x: 1 contributors (all time) y: 151 lines of code jbatch/src/main/java/org/apache/batchee/container/services/status/DefaultJobStatusManager.java x: 1 contributors (all time) y: 101 lines of code gui/jaxrs/jaxrs-common/src/main/java/org/apache/batchee/jaxrs/common/RestStepExecution.java x: 1 contributors (all time) y: 81 lines of code jbatch/src/main/java/org/apache/batchee/container/impl/StepExecutionImpl.java x: 1 contributors (all time) y: 164 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/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.93
  25th percentile: 15.0
  median: 31.0
  75th percentile: 71.0
  max: 1372.0
0 5.0
contributors (all time)
min: 1.0 | average: 1.59 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.0 | max: 5.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".