apache / commons-graph
File Size

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

Intro
Learn more...
File Size Overall
0% | 0% | 5% | 35% | 58%
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
java0% | 0% | 6% | 36% | 56%
xml0% | 0% | 0% | 28% | 71%
rdf0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 0% | 5% | 37% | 57%
base0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
FibonacciHeap.java
in src/main/java/org/apache/commons/graph/collections
353 26
GraphMLExporter.java
in src/main/java/org/apache/commons/graph/export
170 15
DefaultShortestPathAlgorithmSelector.java
in src/main/java/org/apache/commons/graph/shortestpath
163 1
InMemoryPath.java
in src/main/java/org/apache/commons/graph/model
151 19
mail-lists.xml
in src/site/xdoc
147 -
UniVsBiDijkstraBenchmarkTestCase.java
in src/benchmarks/java/org/apache/commons/graph/shortestpath
144 3
DefaultSpanningTreeAlgorithmSelector.java
in src/main/java/org/apache/commons/graph/spanning
140 1
AbstractExporter.java
in src/main/java/org/apache/commons/graph/export
136 8
DotExporter.java
in src/main/java/org/apache/commons/graph/export
133 14
DefaultColoringAlgorithmsSelector.java
in src/main/java/org/apache/commons/graph/coloring
127 6
DefaultVisitAlgorithmsSelector.java
in src/main/java/org/apache/commons/graph/visit
115 6
DefaultMaxFlowAlgorithmSelector.java
in src/main/java/org/apache/commons/graph/flow
114 7
SynchronizedGraph.java
in src/main/java/org/apache/commons/graph
113 14
KosarajuSharirAlgorithm.java
in src/main/java/org/apache/commons/graph/scc
112 4
BaseGraph.java
in src/main/java/org/apache/commons/graph/model
111 14
MinimumSpanningTreeBenchmarkTestCase.java
in src/benchmarks/java/org/apache/commons/graph/spanning
110 4
CommonsGraph.java
in src/main/java/org/apache/commons/graph
105 7
FlowNetworkHandler.java
in src/main/java/org/apache/commons/graph/flow
104 7
DefaultPathSourceSelector.java
in src/main/java/org/apache/commons/graph/shortestpath
99 3
ShortestEdges.java
in src/main/java/org/apache/commons/graph/spanning
97 9
ReverseDeleteGraph.java
in src/main/java/org/apache/commons/graph/spanning
96 11
DefaultTargetSourceSelector.java
in src/main/java/org/apache/commons/graph/shortestpath
84 2
FibonacciHeapNode.java
in src/main/java/org/apache/commons/graph/collections
82 16
DefaultSpanningTreeSourceSelector.java
in src/main/java/org/apache/commons/graph/spanning
81 3
TarjanAlgorithm.java
in src/main/java/org/apache/commons/graph/scc
81 3
CheriyanMehlhornGabowAlgorithm.java
in src/main/java/org/apache/commons/graph/scc
81 2
intro.xml
in src/site/xdoc/model
80 -
SCCAlgorithmBenchmarkTestCase.java
in src/benchmarks/java/org/apache/commons/graph/scc
75 4
AcyclicContract.java
in base/src/main/java/org/apache/commons/graph/contract
75 16
InMemoryWeightedPath.java
in src/main/java/org/apache/commons/graph/model
74 8
PredecessorsList.java
in src/main/java/org/apache/commons/graph/shortestpath
74 5
DefaultKFactorBuilder.java
in src/main/java/org/apache/commons/graph/elo
73 7
RevertedGraph.java
in src/main/java/org/apache/commons/graph/model
72 15
UncoloredOrderedVertices.java
in src/main/java/org/apache/commons/graph/coloring
71 4
BaseMutableGraph.java
in src/main/java/org/apache/commons/graph/model
70 6
DefaultHeuristicBuilder.java
in src/main/java/org/apache/commons/graph/shortestpath
68 1
AllVertexPairsShortestPath.java
in src/main/java/org/apache/commons/graph/shortestpath
67 6
weights.xml
in src/site/xdoc/model
65 -
SuperVertex.java
in src/main/java/org/apache/commons/graph/spanning
60 4
DirectedMutableGraph.java
in src/main/java/org/apache/commons/graph/model
60 9
DisjointSet.java
in src/main/java/org/apache/commons/graph/collections
58 4
issue-tracking.xml
in src/site/xdoc
54 -
DataFlowSolutions.java
in base/src/main/java/org/apache/commons/graph/algorithm/dataflow
54 4
VertexPair.java
in src/main/java/org/apache/commons/graph
53 6
ColoredVertices.java
in src/main/java/org/apache/commons/graph/coloring
45 5
ShortestDistances.java
in src/main/java/org/apache/commons/graph/shortestpath
43 5
SynchronizedDirectedGraph.java
in src/main/java/org/apache/commons/graph
41 5
SynchronizedMutableGraph.java
in src/main/java/org/apache/commons/graph
41 5
DisjointSetNode.java
in src/main/java/org/apache/commons/graph/collections
40 8
VisitGraphBuilder.java
in src/main/java/org/apache/commons/graph/visit
38 3
Files With Most Units (Top 50)
File# lines# units
FibonacciHeap.java
in src/main/java/org/apache/commons/graph/collections
353 26
InMemoryPath.java
in src/main/java/org/apache/commons/graph/model
151 19
FibonacciHeapNode.java
in src/main/java/org/apache/commons/graph/collections
82 16
AcyclicContract.java
in base/src/main/java/org/apache/commons/graph/contract
75 16
RevertedGraph.java
in src/main/java/org/apache/commons/graph/model
72 15
GraphMLExporter.java
in src/main/java/org/apache/commons/graph/export
170 15
BaseGraph.java
in src/main/java/org/apache/commons/graph/model
111 14
SynchronizedGraph.java
in src/main/java/org/apache/commons/graph
113 14
DotExporter.java
in src/main/java/org/apache/commons/graph/export
133 14
ReverseDeleteGraph.java
in src/main/java/org/apache/commons/graph/spanning
96 11
ShortestEdges.java
in src/main/java/org/apache/commons/graph/spanning
97 9
DirectedMutableGraph.java
in src/main/java/org/apache/commons/graph/model
60 9
InMemoryWeightedPath.java
in src/main/java/org/apache/commons/graph/model
74 8
DisjointSetNode.java
in src/main/java/org/apache/commons/graph/collections
40 8
AbstractExporter.java
in src/main/java/org/apache/commons/graph/export
136 8
FlowNetworkHandler.java
in src/main/java/org/apache/commons/graph/flow
104 7
DefaultMaxFlowAlgorithmSelector.java
in src/main/java/org/apache/commons/graph/flow
114 7
DefaultKFactorBuilder.java
in src/main/java/org/apache/commons/graph/elo
73 7
BaseGraphVisitHandler.java
in src/main/java/org/apache/commons/graph/visit
33 7
CommonsGraph.java
in src/main/java/org/apache/commons/graph
105 7
DefaultColoringAlgorithmsSelector.java
in src/main/java/org/apache/commons/graph/coloring
127 6
BaseMutableGraph.java
in src/main/java/org/apache/commons/graph/model
70 6
DefaultVisitAlgorithmsSelector.java
in src/main/java/org/apache/commons/graph/visit
115 6
AllVertexPairsShortestPath.java
in src/main/java/org/apache/commons/graph/shortestpath
67 6
VertexPair.java
in src/main/java/org/apache/commons/graph
53 6
ColoredVertices.java
in src/main/java/org/apache/commons/graph/coloring
45 5
UndirectedMutableGraph.java
in src/main/java/org/apache/commons/graph/model
30 5
SynchronizedDirectedGraph.java
in src/main/java/org/apache/commons/graph
41 5
ShortestDistances.java
in src/main/java/org/apache/commons/graph/shortestpath
43 5
PredecessorsList.java
in src/main/java/org/apache/commons/graph/shortestpath
74 5
TarjanVertexMetaInfo.java
in src/main/java/org/apache/commons/graph/scc
27 5
SynchronizedMutableGraph.java
in src/main/java/org/apache/commons/graph
41 5
UncoloredOrderedVertices.java
in src/main/java/org/apache/commons/graph/coloring
71 4
GraphException.java
in src/main/java/org/apache/commons/graph
23 4
SuperVertex.java
in src/main/java/org/apache/commons/graph/spanning
60 4
MutableSpanningTree.java
in src/main/java/org/apache/commons/graph/model
34 4
Assertions.java
in src/main/java/org/apache/commons/graph/utils
30 4
DisjointSet.java
in src/main/java/org/apache/commons/graph/collections
58 4
KosarajuSharirAlgorithm.java
in src/main/java/org/apache/commons/graph/scc
112 4
LongWeightBaseOperations.java
in src/main/java/org/apache/commons/graph/weight/primitive
27 4
IntegerWeightBaseOperations.java
in src/main/java/org/apache/commons/graph/weight/primitive
27 4
BigIntegerWeightBaseOperations.java
in src/main/java/org/apache/commons/graph/weight/primitive
29 4
DoubleWeightBaseOperations.java
in src/main/java/org/apache/commons/graph/weight/primitive
27 4
FloatWeightBaseOperations.java
in src/main/java/org/apache/commons/graph/weight/primitive
27 4
BigDecimalWeightBaseOperations.java
in src/main/java/org/apache/commons/graph/weight/primitive
29 4
DefaultExportSelector.java
in src/main/java/org/apache/commons/graph/export
26 4
MinimumSpanningTreeBenchmarkTestCase.java
in src/benchmarks/java/org/apache/commons/graph/spanning
110 4
SCCAlgorithmBenchmarkTestCase.java
in src/benchmarks/java/org/apache/commons/graph/scc
75 4
DataFlowSolutions.java
in base/src/main/java/org/apache/commons/graph/algorithm/dataflow
54 4
DefaultSpanningTreeSourceSelector.java
in src/main/java/org/apache/commons/graph/spanning
81 3
Files With Long Lines (Top 26)

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

File# lines# units# long lines
DefaultShortestPathAlgorithmSelector.java
in src/main/java/org/apache/commons/graph/shortestpath
163 1 14
issue-tracking.xml
in src/site/xdoc
54 - 9
DefaultPathSourceSelector.java
in src/main/java/org/apache/commons/graph/shortestpath
99 3 7
weights.xml
in src/site/xdoc/model
65 - 7
DefaultMaxFlowAlgorithmSelector.java
in src/main/java/org/apache/commons/graph/flow
114 7 6
intro.xml
in src/site/xdoc/model
80 - 5
DefaultSpanningTreeAlgorithmSelector.java
in src/main/java/org/apache/commons/graph/spanning
140 1 4
DefaultTargetSourceSelector.java
in src/main/java/org/apache/commons/graph/shortestpath
84 2 4
DefaultHeuristicBuilder.java
in src/main/java/org/apache/commons/graph/shortestpath
68 1 4
CommonsGraph.java
in src/main/java/org/apache/commons/graph
105 7 3
GraphMLExporter.java
in src/main/java/org/apache/commons/graph/export
170 15 3
mail-lists.xml
in src/site/xdoc
147 - 3
FlowNetworkHandler.java
in src/main/java/org/apache/commons/graph/flow
104 7 2
DefaultSpanningTreeSourceSelector.java
in src/main/java/org/apache/commons/graph/spanning
81 3 2
PredecessorsList.java
in src/main/java/org/apache/commons/graph/shortestpath
74 5 2
SuperVertex.java
in src/main/java/org/apache/commons/graph/spanning
60 4 1
ShortestEdges.java
in src/main/java/org/apache/commons/graph/spanning
97 9 1
BaseGraph.java
in src/main/java/org/apache/commons/graph/model
111 14 1
AllVertexPairsShortestPath.java
in src/main/java/org/apache/commons/graph/shortestpath
67 6 1
DefaultConnectivityAlgorithmsSelector.java
in src/main/java/org/apache/commons/graph/connectivity
35 1 1
DefaultConnectivityBuilder.java
in src/main/java/org/apache/commons/graph/connectivity
23 3 1
MinimumSpanningTreeBenchmarkTestCase.java
in src/benchmarks/java/org/apache/commons/graph/spanning
110 4 1
UniVsBiDijkstraBenchmarkTestCase.java
in src/benchmarks/java/org/apache/commons/graph/shortestpath
144 3 1
SCCAlgorithmBenchmarkTestCase.java
in src/benchmarks/java/org/apache/commons/graph/scc
75 4 1
index.xml
in src/site/xdoc
37 - 1
30 - 1
Correlations

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

src/site/xdoc/algorithms/coloring.xml x: 2 commits (all time) y: 13 lines of code src/site/xdoc/index.xml x: 4 commits (all time) y: 37 lines of code src/site/xdoc/model/intro.xml x: 3 commits (all time) y: 80 lines of code src/site/xdoc/model/weights.xml x: 4 commits (all time) y: 65 lines of code src/site/xdoc/issue-tracking.xml x: 3 commits (all time) y: 54 lines of code src/main/java/org/apache/commons/graph/CommonsGraph.java x: 47 commits (all time) y: 105 lines of code src/main/java/org/apache/commons/graph/collections/DisjointSet.java x: 7 commits (all time) y: 58 lines of code src/main/java/org/apache/commons/graph/collections/FibonacciHeap.java x: 72 commits (all time) y: 353 lines of code src/main/java/org/apache/commons/graph/elo/package-info.java x: 2 commits (all time) y: 1 lines of code src/main/java/org/apache/commons/graph/export/ExportSelector.java x: 7 commits (all time) y: 8 lines of code src/main/java/org/apache/commons/graph/spanning/SpanningTreeAlgorithmSelector.java x: 12 commits (all time) y: 9 lines of code src/main/java/org/apache/commons/graph/spanning/SpanningTreeSourceSelector.java x: 15 commits (all time) y: 9 lines of code doap_graph.rdf x: 2 commits (all time) y: 30 lines of code src/main/java/org/apache/commons/graph/flow/FlowNetworkHandler.java x: 15 commits (all time) y: 104 lines of code src/main/java/org/apache/commons/graph/spanning/SuperVertex.java x: 15 commits (all time) y: 60 lines of code src/benchmarks/java/org/apache/commons/graph/scc/SCCAlgorithmBenchmarkTestCase.java x: 4 commits (all time) y: 75 lines of code src/benchmarks/java/org/apache/commons/graph/shortestpath/UniVsBiDijkstraBenchmarkTestCase.java x: 3 commits (all time) y: 144 lines of code src/benchmarks/java/org/apache/commons/graph/spanning/MinimumSpanningTreeBenchmarkTestCase.java x: 7 commits (all time) y: 110 lines of code src/main/java/org/apache/commons/graph/DirectedGraph.java x: 21 commits (all time) y: 9 lines of code src/main/java/org/apache/commons/graph/Graph.java x: 28 commits (all time) y: 16 lines of code src/main/java/org/apache/commons/graph/GraphException.java x: 4 commits (all time) y: 23 lines of code src/main/java/org/apache/commons/graph/MutableGraph.java x: 22 commits (all time) y: 9 lines of code src/main/java/org/apache/commons/graph/SynchronizedDirectedGraph.java x: 5 commits (all time) y: 41 lines of code src/main/java/org/apache/commons/graph/SynchronizedGraph.java x: 4 commits (all time) y: 113 lines of code src/main/java/org/apache/commons/graph/VertexPair.java x: 12 commits (all time) y: 53 lines of code src/main/java/org/apache/commons/graph/builder/AbstractGraphConnection.java x: 8 commits (all time) y: 29 lines of code src/main/java/org/apache/commons/graph/builder/DefaultGrapher.java x: 5 commits (all time) y: 23 lines of code src/main/java/org/apache/commons/graph/builder/GraphConnector.java x: 8 commits (all time) y: 6 lines of code src/main/java/org/apache/commons/graph/collections/DisjointSetNode.java x: 5 commits (all time) y: 40 lines of code src/main/java/org/apache/commons/graph/collections/FibonacciHeapNode.java x: 12 commits (all time) y: 82 lines of code src/main/java/org/apache/commons/graph/coloring/ColoredVertices.java x: 11 commits (all time) y: 45 lines of code src/main/java/org/apache/commons/graph/coloring/DefaultColoringAlgorithmsSelector.java x: 8 commits (all time) y: 127 lines of code src/main/java/org/apache/commons/graph/connectivity/ConnectivityBuilder.java x: 6 commits (all time) y: 6 lines of code src/main/java/org/apache/commons/graph/connectivity/DefaultConnectivityBuilder.java x: 10 commits (all time) y: 23 lines of code src/main/java/org/apache/commons/graph/elo/Category.java x: 3 commits (all time) y: 6 lines of code src/main/java/org/apache/commons/graph/elo/DefaultKFactorBuilder.java x: 4 commits (all time) y: 73 lines of code src/main/java/org/apache/commons/graph/export/AbstractExporter.java x: 14 commits (all time) y: 136 lines of code src/main/java/org/apache/commons/graph/export/DotExporter.java x: 27 commits (all time) y: 133 lines of code src/main/java/org/apache/commons/graph/export/GraphMLExporter.java x: 20 commits (all time) y: 170 lines of code src/main/java/org/apache/commons/graph/flow/DefaultMaxFlowAlgorithmSelector.java x: 17 commits (all time) y: 114 lines of code src/main/java/org/apache/commons/graph/flow/MaxFlowAlgorithmSelector.java x: 11 commits (all time) y: 7 lines of code src/main/java/org/apache/commons/graph/model/BaseGraph.java x: 26 commits (all time) y: 111 lines of code src/main/java/org/apache/commons/graph/model/BaseMutableGraph.java x: 23 commits (all time) y: 70 lines of code src/main/java/org/apache/commons/graph/model/DirectedMutableGraph.java x: 14 commits (all time) y: 60 lines of code src/main/java/org/apache/commons/graph/model/InMemoryPath.java x: 27 commits (all time) y: 151 lines of code src/main/java/org/apache/commons/graph/model/InMemoryWeightedPath.java x: 17 commits (all time) y: 74 lines of code src/main/java/org/apache/commons/graph/model/MutableSpanningTree.java x: 14 commits (all time) y: 34 lines of code src/main/java/org/apache/commons/graph/model/RevertedGraph.java x: 7 commits (all time) y: 72 lines of code src/main/java/org/apache/commons/graph/model/UndirectedMutableGraph.java x: 10 commits (all time) y: 30 lines of code src/main/java/org/apache/commons/graph/scc/CheriyanMehlhornGabowAlgorithm.java x: 9 commits (all time) y: 81 lines of code src/main/java/org/apache/commons/graph/scc/DefaultSccAlgorithmSelector.java x: 19 commits (all time) y: 32 lines of code src/main/java/org/apache/commons/graph/scc/KosarajuSharirAlgorithm.java x: 11 commits (all time) y: 112 lines of code src/main/java/org/apache/commons/graph/scc/SccAlgorithmSelector.java x: 10 commits (all time) y: 9 lines of code src/main/java/org/apache/commons/graph/scc/TarjanAlgorithm.java x: 7 commits (all time) y: 81 lines of code src/main/java/org/apache/commons/graph/scc/TarjanVertexMetaInfo.java x: 2 commits (all time) y: 27 lines of code src/main/java/org/apache/commons/graph/shortestpath/AllVertexPairsShortestPath.java x: 17 commits (all time) y: 67 lines of code src/main/java/org/apache/commons/graph/shortestpath/DefaultPathSourceSelector.java x: 13 commits (all time) y: 99 lines of code src/main/java/org/apache/commons/graph/shortestpath/DefaultShortestPathAlgorithmSelector.java x: 14 commits (all time) y: 163 lines of code src/main/java/org/apache/commons/graph/shortestpath/NegativeWeightedCycleException.java x: 3 commits (all time) y: 19 lines of code src/main/java/org/apache/commons/graph/shortestpath/ShortestDistances.java x: 13 commits (all time) y: 43 lines of code src/main/java/org/apache/commons/graph/spanning/DefaultSpanningTreeSourceSelector.java x: 23 commits (all time) y: 81 lines of code src/main/java/org/apache/commons/graph/spanning/ReverseDeleteGraph.java x: 10 commits (all time) y: 96 lines of code src/main/java/org/apache/commons/graph/spanning/ShortestEdges.java x: 14 commits (all time) y: 97 lines of code src/main/java/org/apache/commons/graph/utils/Assertions.java x: 4 commits (all time) y: 30 lines of code src/main/java/org/apache/commons/graph/utils/Objects.java x: 4 commits (all time) y: 20 lines of code src/main/java/org/apache/commons/graph/visit/BaseGraphVisitHandler.java x: 11 commits (all time) y: 33 lines of code src/main/java/org/apache/commons/graph/visit/DefaultVisitAlgorithmsSelector.java x: 22 commits (all time) y: 115 lines of code src/main/java/org/apache/commons/graph/visit/GraphVisitHandler.java x: 12 commits (all time) y: 12 lines of code src/main/java/org/apache/commons/graph/visit/VisitAlgorithmsSelector.java x: 6 commits (all time) y: 9 lines of code src/main/java/org/apache/commons/graph/visit/VisitGraphBuilder.java x: 10 commits (all time) y: 38 lines of code src/main/java/org/apache/commons/graph/weight/Monoid.java x: 11 commits (all time) y: 9 lines of code src/main/java/org/apache/commons/graph/weight/primitive/BigDecimalWeightBaseOperations.java x: 6 commits (all time) y: 29 lines of code src/main/java/org/apache/commons/graph/weight/primitive/DoubleWeightBaseOperations.java x: 7 commits (all time) y: 27 lines of code src/main/java/org/apache/commons/graph/weight/primitive/FloatWeightBaseOperations.java x: 6 commits (all time) y: 27 lines of code src/main/java/org/apache/commons/graph/shortestpath/PredecessorsList.java x: 20 commits (all time) y: 74 lines of code src/main/java/org/apache/commons/graph/builder/DefaultLinkedConnectionBuilder.java x: 6 commits (all time) y: 19 lines of code src/main/java/org/apache/commons/graph/builder/GraphConnection.java x: 5 commits (all time) y: 5 lines of code src/main/java/org/apache/commons/graph/builder/HeadVertexConnector.java x: 7 commits (all time) y: 5 lines of code src/main/java/org/apache/commons/graph/builder/LinkedConnectionBuilder.java x: 5 commits (all time) y: 6 lines of code src/main/java/org/apache/commons/graph/elo/DefaultRankingSelector.java x: 6 commits (all time) y: 17 lines of code src/main/java/org/apache/commons/graph/elo/RankingSelector.java x: 6 commits (all time) y: 5 lines of code src/main/java/org/apache/commons/graph/flow/FlowWeightedEdgesBuilder.java x: 4 commits (all time) y: 6 lines of code src/main/java/org/apache/commons/graph/export/DefaultExportSelector.java x: 5 commits (all time) y: 26 lines of code src/main/java/org/apache/commons/graph/flow/DefaultFlowWeightedEdgesBuilder.java x: 5 commits (all time) y: 18 lines of code src/main/java/org/apache/commons/graph/flow/DefaultFromHeadBuilder.java x: 10 commits (all time) y: 20 lines of code src/main/java/org/apache/commons/graph/flow/DefaultToTailBuilder.java x: 10 commits (all time) y: 22 lines of code src/main/java/org/apache/commons/graph/flow/FromHeadBuilder.java x: 8 commits (all time) y: 5 lines of code src/main/java/org/apache/commons/graph/flow/ToTailBuilder.java x: 9 commits (all time) y: 5 lines of code src/main/java/org/apache/commons/graph/elo/KFactorBuilder.java x: 2 commits (all time) y: 6 lines of code src/main/java/org/apache/commons/graph/export/GraphExportException.java x: 5 commits (all time) y: 11 lines of code src/main/java/org/apache/commons/graph/coloring/DefaultColorsBuilder.java x: 7 commits (all time) y: 18 lines of code src/main/java/org/apache/commons/graph/connectivity/DefaultConnectivityAlgorithmsSelector.java x: 9 commits (all time) y: 35 lines of code src/main/java/org/apache/commons/graph/Mapper.java x: 6 commits (all time) y: 7 lines of code src/main/java/org/apache/commons/graph/visit/VisitState.java x: 2 commits (all time) y: 7 lines of code src/main/java/org/apache/commons/graph/shortestpath/HeuristicBuilder.java x: 11 commits (all time) y: 6 lines of code src/main/java/org/apache/commons/graph/spanning/DefaultSpanningTreeAlgorithmSelector.java x: 25 commits (all time) y: 140 lines of code src/main/java/org/apache/commons/graph/SynchronizedUndirectedGraph.java x: 3 commits (all time) y: 11 lines of code src/main/java/org/apache/commons/graph/Path.java x: 18 commits (all time) y: 7 lines of code src/main/java/org/apache/commons/graph/WeightedPath.java x: 20 commits (all time) y: 5 lines of code src/main/java/org/apache/commons/graph/connectivity/ConnectedComponentHandler.java x: 7 commits (all time) y: 29 lines of code src/main/java/org/apache/commons/graph/UndirectedGraph.java x: 10 commits (all time) y: 5 lines of code src/main/java/org/apache/commons/graph/builder/DefaultHeadVertexConnector.java x: 4 commits (all time) y: 19 lines of code src/main/java/org/apache/commons/graph/builder/DefaultTailVertexConnector.java x: 4 commits (all time) y: 21 lines of code src/main/java/org/apache/commons/graph/coloring/UncoloredOrderedVertices.java x: 5 commits (all time) y: 71 lines of code src/main/java/org/apache/commons/graph/shortestpath/DefaultHeuristicBuilder.java x: 16 commits (all time) y: 68 lines of code src/main/java/org/apache/commons/graph/shortestpath/DefaultTargetSourceSelector.java x: 15 commits (all time) y: 84 lines of code src/main/java/org/apache/commons/graph/shortestpath/DefaultWeightedEdgesSelector.java x: 4 commits (all time) y: 18 lines of code src/main/java/org/apache/commons/graph/spanning/DefaultSpanningWeightedEdgeMapperBuilder.java x: 3 commits (all time) y: 18 lines of code src/main/java/org/apache/commons/graph/weight/primitive/package-info.java x: 3 commits (all time) y: 1 lines of code src/main/java/org/apache/commons/graph/connectivity/package-info.java x: 1 commits (all time) y: 1 lines of code src/main/java/org/apache/commons/graph/Weighted.java x: 2 commits (all time) y: 5 lines of code src/main/assembly/bin.xml x: 1 commits (all time) y: 29 lines of code src/main/java/org/apache/commons/graph/shortestpath/PathNotFoundException.java x: 2 commits (all time) y: 11 lines of code src/site/xdoc/mail-lists.xml x: 1 commits (all time) y: 147 lines of code base/src/main/java/org/apache/commons/graph/algorithm/dataflow/DataFlowEquations.java x: 1 commits (all time) y: 7 lines of code base/src/main/java/org/apache/commons/graph/algorithm/dataflow/DataFlowSolutions.java x: 1 commits (all time) y: 54 lines of code base/src/main/java/org/apache/commons/graph/contract/Acyclic.java x: 1 commits (all time) y: 4 lines of code base/src/main/java/org/apache/commons/graph/contract/AcyclicContract.java x: 1 commits (all time) y: 75 lines of code base/src/main/java/org/apache/commons/graph/contract/Contract.java x: 1 commits (all time) y: 20 lines of code
353.0
lines of code
  min: 1.0
  average: 37.75
  25th percentile: 6.0
  median: 19.0
  75th percentile: 58.5
  max: 353.0
0 72.0
commits (all time)
min: 1.0 | average: 8.4 | 25th percentile: 3.0 | median: 6.0 | 75th percentile: 11.0 | max: 72.0

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

src/site/xdoc/algorithms/coloring.xml x: 2 contributors (all time) y: 13 lines of code src/site/xdoc/index.xml x: 3 contributors (all time) y: 37 lines of code src/site/xdoc/model/intro.xml x: 2 contributors (all time) y: 80 lines of code src/site/xdoc/model/weights.xml x: 2 contributors (all time) y: 65 lines of code src/site/xdoc/issue-tracking.xml x: 2 contributors (all time) y: 54 lines of code src/main/java/org/apache/commons/graph/CommonsGraph.java x: 5 contributors (all time) y: 105 lines of code src/main/java/org/apache/commons/graph/collections/DisjointSet.java x: 3 contributors (all time) y: 58 lines of code src/main/java/org/apache/commons/graph/collections/FibonacciHeap.java x: 3 contributors (all time) y: 353 lines of code src/main/java/org/apache/commons/graph/elo/package-info.java x: 2 contributors (all time) y: 1 lines of code src/main/java/org/apache/commons/graph/export/ExportSelector.java x: 5 contributors (all time) y: 8 lines of code src/main/java/org/apache/commons/graph/spanning/SpanningTreeAlgorithmSelector.java x: 4 contributors (all time) y: 9 lines of code src/main/java/org/apache/commons/graph/spanning/SpanningTreeSourceSelector.java x: 5 contributors (all time) y: 9 lines of code doap_graph.rdf x: 2 contributors (all time) y: 30 lines of code src/main/java/org/apache/commons/graph/flow/FlowNetworkHandler.java x: 3 contributors (all time) y: 104 lines of code src/main/java/org/apache/commons/graph/spanning/SuperVertex.java x: 5 contributors (all time) y: 60 lines of code src/benchmarks/java/org/apache/commons/graph/scc/SCCAlgorithmBenchmarkTestCase.java x: 2 contributors (all time) y: 75 lines of code src/benchmarks/java/org/apache/commons/graph/shortestpath/UniVsBiDijkstraBenchmarkTestCase.java x: 2 contributors (all time) y: 144 lines of code src/benchmarks/java/org/apache/commons/graph/spanning/MinimumSpanningTreeBenchmarkTestCase.java x: 4 contributors (all time) y: 110 lines of code src/main/java/org/apache/commons/graph/DirectedGraph.java x: 3 contributors (all time) y: 9 lines of code src/main/java/org/apache/commons/graph/Graph.java x: 4 contributors (all time) y: 16 lines of code src/main/java/org/apache/commons/graph/GraphException.java x: 3 contributors (all time) y: 23 lines of code src/main/java/org/apache/commons/graph/SynchronizedDirectedGraph.java x: 3 contributors (all time) y: 41 lines of code src/main/java/org/apache/commons/graph/SynchronizedGraph.java x: 3 contributors (all time) y: 113 lines of code src/main/java/org/apache/commons/graph/VertexPair.java x: 4 contributors (all time) y: 53 lines of code src/main/java/org/apache/commons/graph/builder/AbstractGraphConnection.java x: 3 contributors (all time) y: 29 lines of code src/main/java/org/apache/commons/graph/builder/DefaultGrapher.java x: 2 contributors (all time) y: 23 lines of code src/main/java/org/apache/commons/graph/builder/GraphConnector.java x: 3 contributors (all time) y: 6 lines of code src/main/java/org/apache/commons/graph/collections/DisjointSetNode.java x: 2 contributors (all time) y: 40 lines of code src/main/java/org/apache/commons/graph/collections/FibonacciHeapNode.java x: 2 contributors (all time) y: 82 lines of code src/main/java/org/apache/commons/graph/coloring/ColoredVertices.java x: 3 contributors (all time) y: 45 lines of code src/main/java/org/apache/commons/graph/coloring/ColoringAlgorithmsSelector.java x: 3 contributors (all time) y: 7 lines of code src/main/java/org/apache/commons/graph/coloring/DefaultColoringAlgorithmsSelector.java x: 3 contributors (all time) y: 127 lines of code src/main/java/org/apache/commons/graph/connectivity/ConnectivityBuilder.java x: 2 contributors (all time) y: 6 lines of code src/main/java/org/apache/commons/graph/elo/DefaultKFactorBuilder.java x: 3 contributors (all time) y: 73 lines of code src/main/java/org/apache/commons/graph/export/AbstractExporter.java x: 5 contributors (all time) y: 136 lines of code src/main/java/org/apache/commons/graph/export/DotExporter.java x: 4 contributors (all time) y: 133 lines of code src/main/java/org/apache/commons/graph/export/GraphMLExporter.java x: 4 contributors (all time) y: 170 lines of code src/main/java/org/apache/commons/graph/flow/DefaultMaxFlowAlgorithmSelector.java x: 4 contributors (all time) y: 114 lines of code src/main/java/org/apache/commons/graph/flow/MaxFlowAlgorithmSelector.java x: 4 contributors (all time) y: 7 lines of code src/main/java/org/apache/commons/graph/model/BaseGraph.java x: 3 contributors (all time) y: 111 lines of code src/main/java/org/apache/commons/graph/model/BaseMutableGraph.java x: 3 contributors (all time) y: 70 lines of code src/main/java/org/apache/commons/graph/model/DirectedMutableGraph.java x: 3 contributors (all time) y: 60 lines of code src/main/java/org/apache/commons/graph/model/InMemoryPath.java x: 3 contributors (all time) y: 151 lines of code src/main/java/org/apache/commons/graph/model/InMemoryWeightedPath.java x: 4 contributors (all time) y: 74 lines of code src/main/java/org/apache/commons/graph/model/MutableSpanningTree.java x: 4 contributors (all time) y: 34 lines of code src/main/java/org/apache/commons/graph/model/RevertedGraph.java x: 3 contributors (all time) y: 72 lines of code src/main/java/org/apache/commons/graph/model/UndirectedMutableGraph.java x: 3 contributors (all time) y: 30 lines of code src/main/java/org/apache/commons/graph/scc/CheriyanMehlhornGabowAlgorithm.java x: 3 contributors (all time) y: 81 lines of code src/main/java/org/apache/commons/graph/scc/DefaultSccAlgorithmSelector.java x: 4 contributors (all time) y: 32 lines of code src/main/java/org/apache/commons/graph/scc/KosarajuSharirAlgorithm.java x: 4 contributors (all time) y: 112 lines of code src/main/java/org/apache/commons/graph/scc/TarjanVertexMetaInfo.java x: 2 contributors (all time) y: 27 lines of code src/main/java/org/apache/commons/graph/shortestpath/AllVertexPairsShortestPath.java x: 3 contributors (all time) y: 67 lines of code src/main/java/org/apache/commons/graph/shortestpath/DefaultPathSourceSelector.java x: 3 contributors (all time) y: 99 lines of code src/main/java/org/apache/commons/graph/shortestpath/DefaultShortestPathAlgorithmSelector.java x: 3 contributors (all time) y: 163 lines of code src/main/java/org/apache/commons/graph/shortestpath/NegativeWeightedCycleException.java x: 2 contributors (all time) y: 19 lines of code src/main/java/org/apache/commons/graph/shortestpath/ShortestDistances.java x: 3 contributors (all time) y: 43 lines of code src/main/java/org/apache/commons/graph/spanning/DefaultSpanningTreeSourceSelector.java x: 5 contributors (all time) y: 81 lines of code src/main/java/org/apache/commons/graph/spanning/ReverseDeleteGraph.java x: 3 contributors (all time) y: 96 lines of code src/main/java/org/apache/commons/graph/spanning/ShortestEdges.java x: 4 contributors (all time) y: 97 lines of code src/main/java/org/apache/commons/graph/utils/Objects.java x: 3 contributors (all time) y: 20 lines of code src/main/java/org/apache/commons/graph/visit/BaseGraphVisitHandler.java x: 3 contributors (all time) y: 33 lines of code src/main/java/org/apache/commons/graph/visit/DefaultVisitAlgorithmsSelector.java x: 5 contributors (all time) y: 115 lines of code src/main/java/org/apache/commons/graph/visit/GraphVisitHandler.java x: 4 contributors (all time) y: 12 lines of code src/main/java/org/apache/commons/graph/visit/VisitAlgorithmsSelector.java x: 2 contributors (all time) y: 9 lines of code src/main/java/org/apache/commons/graph/visit/VisitGraphBuilder.java x: 3 contributors (all time) y: 38 lines of code src/main/java/org/apache/commons/graph/weight/primitive/BigDecimalWeightBaseOperations.java x: 4 contributors (all time) y: 29 lines of code src/main/java/org/apache/commons/graph/weight/primitive/DoubleWeightBaseOperations.java x: 5 contributors (all time) y: 27 lines of code src/main/java/org/apache/commons/graph/weight/primitive/FloatWeightBaseOperations.java x: 4 contributors (all time) y: 27 lines of code src/main/java/org/apache/commons/graph/shortestpath/PredecessorsList.java x: 3 contributors (all time) y: 74 lines of code src/main/java/org/apache/commons/graph/builder/GraphConnection.java x: 2 contributors (all time) y: 5 lines of code src/main/java/org/apache/commons/graph/elo/DefaultRankingSelector.java x: 2 contributors (all time) y: 17 lines of code src/main/java/org/apache/commons/graph/export/DefaultExportSelector.java x: 3 contributors (all time) y: 26 lines of code src/main/java/org/apache/commons/graph/flow/DefaultFromHeadBuilder.java x: 2 contributors (all time) y: 20 lines of code src/main/java/org/apache/commons/graph/flow/DefaultToTailBuilder.java x: 2 contributors (all time) y: 22 lines of code src/main/java/org/apache/commons/graph/export/GraphExportException.java x: 3 contributors (all time) y: 11 lines of code src/main/java/org/apache/commons/graph/connectivity/DefaultConnectivityAlgorithmsSelector.java x: 2 contributors (all time) y: 35 lines of code src/main/java/org/apache/commons/graph/Mapper.java x: 2 contributors (all time) y: 7 lines of code src/main/java/org/apache/commons/graph/spanning/DefaultSpanningTreeAlgorithmSelector.java x: 4 contributors (all time) y: 140 lines of code src/main/java/org/apache/commons/graph/SynchronizedUndirectedGraph.java x: 2 contributors (all time) y: 11 lines of code src/main/java/org/apache/commons/graph/WeightedPath.java x: 3 contributors (all time) y: 5 lines of code src/main/java/org/apache/commons/graph/connectivity/ConnectedComponentHandler.java x: 2 contributors (all time) y: 29 lines of code src/main/java/org/apache/commons/graph/SpanningTree.java x: 1 contributors (all time) y: 5 lines of code src/main/java/org/apache/commons/graph/builder/DefaultHeadVertexConnector.java x: 1 contributors (all time) y: 19 lines of code src/main/java/org/apache/commons/graph/builder/DefaultTailVertexConnector.java x: 1 contributors (all time) y: 21 lines of code src/main/java/org/apache/commons/graph/coloring/UncoloredOrderedVertices.java x: 1 contributors (all time) y: 71 lines of code src/main/java/org/apache/commons/graph/scc/SccAlgorithm.java x: 1 contributors (all time) y: 6 lines of code src/main/java/org/apache/commons/graph/shortestpath/DefaultTargetSourceSelector.java x: 3 contributors (all time) y: 84 lines of code src/main/java/org/apache/commons/graph/shortestpath/DefaultWeightedEdgesSelector.java x: 1 contributors (all time) y: 18 lines of code src/main/java/org/apache/commons/graph/weight/primitive/package-info.java x: 3 contributors (all time) y: 1 lines of code src/main/java/org/apache/commons/graph/connectivity/package-info.java x: 1 contributors (all time) y: 1 lines of code src/main/assembly/bin.xml x: 1 contributors (all time) y: 29 lines of code src/main/java/org/apache/commons/graph/shortestpath/PathNotFoundException.java x: 1 contributors (all time) y: 11 lines of code src/site/xdoc/mail-lists.xml x: 1 contributors (all time) y: 147 lines of code base/src/main/java/org/apache/commons/graph/algorithm/dataflow/DataFlowEquations.java x: 1 contributors (all time) y: 7 lines of code base/src/main/java/org/apache/commons/graph/algorithm/dataflow/DataFlowSolutions.java x: 1 contributors (all time) y: 54 lines of code base/src/main/java/org/apache/commons/graph/contract/Acyclic.java x: 1 contributors (all time) y: 4 lines of code base/src/main/java/org/apache/commons/graph/contract/AcyclicContract.java x: 1 contributors (all time) y: 75 lines of code base/src/main/java/org/apache/commons/graph/contract/Contract.java x: 1 contributors (all time) y: 20 lines of code
353.0
lines of code
  min: 1.0
  average: 37.75
  25th percentile: 6.0
  median: 19.0
  75th percentile: 58.5
  max: 353.0
0 5.0
contributors (all time)
min: 1.0 | average: 2.52 | 25th percentile: 2.0 | median: 2.0 | 75th percentile: 3.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".