Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
484009020

Files

FilesInfosWarningsErrors
com/yammer/metrics/core/NoOpCounter.java009
com/yammer/metrics/core/NoOpExecutorService.java0044
com/yammer/metrics/core/NoOpGuage.java003
com/yammer/metrics/core/NoOpHistogram.java008
com/yammer/metrics/core/NoOpMeter.java007
com/yammer/metrics/core/NoOpTimer.java009
org/apache/giraph/GiraphRunner.java0011
org/apache/giraph/aggregators/Aggregator.java001
org/apache/giraph/aggregators/AggregatorWrapper.java0032
org/apache/giraph/aggregators/AggregatorWriter.java004
org/apache/giraph/aggregators/BasicAggregator.java006
org/apache/giraph/aggregators/BooleanAndAggregator.java003
org/apache/giraph/aggregators/BooleanOrAggregator.java003
org/apache/giraph/aggregators/BooleanOverwriteAggregator.java003
org/apache/giraph/aggregators/DoubleMaxAggregator.java003
org/apache/giraph/aggregators/DoubleMinAggregator.java003
org/apache/giraph/aggregators/DoubleOverwriteAggregator.java003
org/apache/giraph/aggregators/DoubleProductAggregator.java003
org/apache/giraph/aggregators/DoubleSumAggregator.java003
org/apache/giraph/aggregators/FloatMaxAggregator.java003
org/apache/giraph/aggregators/FloatMinAggregator.java003
org/apache/giraph/aggregators/FloatOverwriteAggregator.java003
org/apache/giraph/aggregators/FloatProductAggregator.java003
org/apache/giraph/aggregators/FloatSumAggregator.java003
org/apache/giraph/aggregators/IntMaxAggregator.java003
org/apache/giraph/aggregators/IntMinAggregator.java003
org/apache/giraph/aggregators/IntOverwriteAggregator.java003
org/apache/giraph/aggregators/IntProductAggregator.java003
org/apache/giraph/aggregators/IntSumAggregator.java003
org/apache/giraph/aggregators/LongMaxAggregator.java003
org/apache/giraph/aggregators/LongMinAggregator.java003
org/apache/giraph/aggregators/LongOverwriteAggregator.java003
org/apache/giraph/aggregators/LongProductAggregator.java003
org/apache/giraph/aggregators/LongSumAggregator.java003
org/apache/giraph/aggregators/TextAggregatorWriter.java0022
org/apache/giraph/aggregators/TextAppendAggregator.java004
org/apache/giraph/benchmark/AggregatorsBenchmark.java0029
org/apache/giraph/benchmark/BenchmarkOption.java0066
org/apache/giraph/benchmark/GiraphBenchmark.java0010
org/apache/giraph/benchmark/PageRankBenchmark.java005
org/apache/giraph/benchmark/PageRankComputation.java006
org/apache/giraph/benchmark/RandomMessageBenchmark.java0060
org/apache/giraph/benchmark/ShortestPathsBenchmark.java007
org/apache/giraph/benchmark/ShortestPathsComputation.java006
org/apache/giraph/benchmark/WeightedPageRankBenchmark.java0021
org/apache/giraph/benchmark/WeightedPageRankComputation.java007
org/apache/giraph/benchmark/package-info.java001
org/apache/giraph/bsp/ApplicationState.java005
org/apache/giraph/bsp/BspInputFormat.java0011
org/apache/giraph/bsp/BspInputSplit.java0016
org/apache/giraph/bsp/BspOutputFormat.java0010
org/apache/giraph/bsp/BspRecordReader.java005
org/apache/giraph/bsp/BspRecordWriter.java006
org/apache/giraph/bsp/BspService.java00213
org/apache/giraph/bsp/CentralizedService.java002
org/apache/giraph/bsp/CentralizedServiceMaster.java0011
org/apache/giraph/bsp/CentralizedServiceWorker.java0012
org/apache/giraph/bsp/ImmutableOutputCommitter.java006
org/apache/giraph/bsp/SuperstepState.java005
org/apache/giraph/combiner/DoubleSumCombiner.java006
org/apache/giraph/combiner/FloatSumCombiner.java006
org/apache/giraph/combiner/MinimumDoubleCombiner.java005
org/apache/giraph/combiner/MinimumIntCombiner.java006
org/apache/giraph/combiner/SimpleSumCombiner.java005
org/apache/giraph/comm/MasterClient.java004
org/apache/giraph/comm/MasterServer.java002
org/apache/giraph/comm/SendCache.java0020
org/apache/giraph/comm/SendEdgeCache.java0013
org/apache/giraph/comm/SendMessageCache.java0013
org/apache/giraph/comm/SendMutationsCache.java0022
org/apache/giraph/comm/SendPartitionCache.java0019
org/apache/giraph/comm/ServerData.java0028
org/apache/giraph/comm/WorkerClient.java003
org/apache/giraph/comm/WorkerClientRequestProcessor.java0011
org/apache/giraph/comm/WorkerServer.java002
org/apache/giraph/comm/aggregators/AggregatedValueOutputStream.java006
org/apache/giraph/comm/aggregators/AggregatorOutputStream.java007
org/apache/giraph/comm/aggregators/AggregatorUtils.java0023
org/apache/giraph/comm/aggregators/AllAggregatorServerData.java0038
org/apache/giraph/comm/aggregators/CountingCache.java0010
org/apache/giraph/comm/aggregators/CountingOutputStream.java0011
org/apache/giraph/comm/aggregators/OwnerAggregatorServerData.java0026
org/apache/giraph/comm/aggregators/SendAggregatedValueCache.java0014
org/apache/giraph/comm/aggregators/SendAggregatorCache.java0015
org/apache/giraph/comm/aggregators/WorkerAggregatorRequestProcessor.java007
org/apache/giraph/comm/messages/BasicMessageStore.java006
org/apache/giraph/comm/messages/ByteArrayMessagesPerVertexStore.java0045
org/apache/giraph/comm/messages/DiskBackedMessageStore.java0062
org/apache/giraph/comm/messages/DiskBackedMessageStoreByPartition.java0073
org/apache/giraph/comm/messages/FlushableMessageStore.java002
org/apache/giraph/comm/messages/InMemoryMessageStoreFactory.java0011
org/apache/giraph/comm/messages/MessageStore.java004
org/apache/giraph/comm/messages/MessageStoreByPartition.java008
org/apache/giraph/comm/messages/MessageStoreFactory.java001
org/apache/giraph/comm/messages/OneMessagePerVertexStore.java0041
org/apache/giraph/comm/messages/SequentialFileMessageStore.java0051
org/apache/giraph/comm/messages/SimpleMessageStore.java0054
org/apache/giraph/comm/netty/ByteCounter.java0056
org/apache/giraph/comm/netty/ChannelRotater.java0023
org/apache/giraph/comm/netty/NettyClient.java00148
org/apache/giraph/comm/netty/NettyMasterClient.java0020
org/apache/giraph/comm/netty/NettyMasterServer.java008
org/apache/giraph/comm/netty/NettyServer.java0077
org/apache/giraph/comm/netty/NettyWorkerAggregatorRequestProcessor.java0021
org/apache/giraph/comm/netty/NettyWorkerClient.java0024
org/apache/giraph/comm/netty/NettyWorkerClientRequestProcessor.java0061
org/apache/giraph/comm/netty/NettyWorkerServer.java0030
org/apache/giraph/comm/netty/SaslNettyClient.java0024
org/apache/giraph/comm/netty/SaslNettyServer.java0023
org/apache/giraph/comm/netty/WrappedAdaptiveReceiveBufferSizePredictorFactory.java0019
org/apache/giraph/comm/netty/handler/AddressRequestIdGenerator.java003
org/apache/giraph/comm/netty/handler/AuthorizeServerHandler.java0011
org/apache/giraph/comm/netty/handler/ClientRequestId.java0017
org/apache/giraph/comm/netty/handler/MasterRequestServerHandler.java0019
org/apache/giraph/comm/netty/handler/RequestDecoder.java0018
org/apache/giraph/comm/netty/handler/RequestEncoder.java0022
org/apache/giraph/comm/netty/handler/RequestInfo.java0033
org/apache/giraph/comm/netty/handler/RequestServerHandler.java0045
org/apache/giraph/comm/netty/handler/ResponseClientHandler.java0024
org/apache/giraph/comm/netty/handler/ResponseEncoder.java0011
org/apache/giraph/comm/netty/handler/SaslClientHandler.java0021
org/apache/giraph/comm/netty/handler/SaslServerHandler.java0034
org/apache/giraph/comm/netty/handler/WorkerRequestReservedMap.java008
org/apache/giraph/comm/netty/handler/WorkerRequestServerHandler.java0019
org/apache/giraph/comm/requests/ByteArrayRequest.java0016
org/apache/giraph/comm/requests/ByteArrayWithSenderTaskIdRequest.java0015
org/apache/giraph/comm/requests/MasterRequest.java002
org/apache/giraph/comm/requests/RequestType.java0016
org/apache/giraph/comm/requests/SaslCompleteRequest.java003
org/apache/giraph/comm/requests/SaslTokenMessageRequest.java0019
org/apache/giraph/comm/requests/SendAggregatorsToMasterRequest.java008
org/apache/giraph/comm/requests/SendAggregatorsToOwnerRequest.java009
org/apache/giraph/comm/requests/SendAggregatorsToWorkerRequest.java009
org/apache/giraph/comm/requests/SendPartitionCurrentMessagesRequest.java0016
org/apache/giraph/comm/requests/SendPartitionMutationsRequest.java0018
org/apache/giraph/comm/requests/SendVertexRequest.java0013
org/apache/giraph/comm/requests/SendWorkerAggregatorsRequest.java009
org/apache/giraph/comm/requests/SendWorkerDataRequest.java0011
org/apache/giraph/comm/requests/SendWorkerEdgesRequest.java006
org/apache/giraph/comm/requests/SendWorkerMessagesRequest.java006
org/apache/giraph/comm/requests/WorkerRequest.java002
org/apache/giraph/comm/requests/WritableRequest.java0029
org/apache/giraph/conf/AbstractConfOption.java0018
org/apache/giraph/conf/AllOptions.java0010
org/apache/giraph/conf/BooleanConfOption.java0027
org/apache/giraph/conf/ClassConfOption.java0046
org/apache/giraph/conf/ConfOptionType.java007
org/apache/giraph/conf/DefaultImmutableClassesGiraphConfigurable.java006
org/apache/giraph/conf/FloatConfOption.java0021
org/apache/giraph/conf/GiraphClasses.java00183
org/apache/giraph/conf/GiraphConfiguration.java00218
org/apache/giraph/conf/GiraphConstants.java0091
org/apache/giraph/conf/ImmutableClassesGiraphConfigurable.java001
org/apache/giraph/conf/ImmutableClassesGiraphConfiguration.java00117
org/apache/giraph/conf/IntConfOption.java0025
org/apache/giraph/conf/LongConfOption.java0021
org/apache/giraph/conf/StrConfOption.java0031
org/apache/giraph/counters/GiraphHadoopCounter.java0019
org/apache/giraph/counters/GiraphStats.java0032
org/apache/giraph/counters/GiraphTimers.java0018
org/apache/giraph/counters/HadoopCountersBase.java0010
org/apache/giraph/edge/ArrayListEdges.java0015
org/apache/giraph/edge/ByteArrayEdges.java0019
org/apache/giraph/edge/DefaultEdge.java0017
org/apache/giraph/edge/Edge.java002
org/apache/giraph/edge/EdgeFactory.java0013
org/apache/giraph/edge/EdgeNoValue.java0011
org/apache/giraph/edge/EdgeStore.java0017
org/apache/giraph/edge/HashMapEdges.java0021
org/apache/giraph/edge/HashMultimapEdges.java0021
org/apache/giraph/edge/IntNullArrayEdges.java0017
org/apache/giraph/edge/LongDoubleArrayEdges.java0021
org/apache/giraph/edge/LongDoubleHashMapEdges.java0024
org/apache/giraph/edge/LongNullArrayEdges.java0018
org/apache/giraph/edge/LongNullHashSetEdges.java0016
org/apache/giraph/edge/MapMutableEdge.java007
org/apache/giraph/edge/MutableEdgesIterable.java003
org/apache/giraph/edge/MutableEdgesWrapper.java0018
org/apache/giraph/examples/AggregatorsTestComputation.java0015
org/apache/giraph/examples/ConnectedComponentsComputation.java004
org/apache/giraph/examples/GeneratedVertexReader.java0014
org/apache/giraph/examples/IdentityComputation.java004
org/apache/giraph/examples/LongDoubleDoubleTextInputFormat.java009
org/apache/giraph/examples/LongDoubleNullTextInputFormat.java0010
org/apache/giraph/examples/NormalizingLongDoubleDoubleTextInputFormat.java0015
org/apache/giraph/examples/PageRankComputation.java0011
org/apache/giraph/examples/RandomWalkComputation.java0020
org/apache/giraph/examples/RandomWalkVertexMasterCompute.java008
org/apache/giraph/examples/RandomWalkWithRestartComputation.java0011
org/apache/giraph/examples/RandomWalkWorkerContext.java0021
org/apache/giraph/examples/SimpleAggregatorWriter.java0011
org/apache/giraph/examples/SimpleCheckpoint.java0046
org/apache/giraph/examples/SimpleCombinerComputation.java0012
org/apache/giraph/examples/SimpleFailComputation.java0016
org/apache/giraph/examples/SimpleInDegreeCountComputation.java003
org/apache/giraph/examples/SimpleLongDoubleDoubleDoubleIdentityComputation.java001
org/apache/giraph/examples/SimpleMasterComputeComputation.java0015
org/apache/giraph/examples/SimpleMsgComputation.java0012
org/apache/giraph/examples/SimpleMutateGraphComputation.java0043
org/apache/giraph/examples/SimpleOutDegreeCountComputation.java003
org/apache/giraph/examples/SimplePageRankComputation.java0052
org/apache/giraph/examples/SimpleShortestPathsComputation.java009
org/apache/giraph/examples/SimpleSuperstepComputation.java0031
org/apache/giraph/examples/SimpleTextVertexOutputFormat.java004
org/apache/giraph/examples/SimpleTriangleClosingComputation.java0023
org/apache/giraph/examples/SimpleVertexWithWorkerContext.java0026
org/apache/giraph/examples/TestComputationStateComputation.java0019
org/apache/giraph/examples/VerifyMessage.java0047
org/apache/giraph/examples/VertexWithDoubleValueDoubleEdgeTextOutputFormat.java004
org/apache/giraph/examples/VertexWithDoubleValueNullEdgeTextOutputFormat.java005
org/apache/giraph/graph/AddressesAndPartitionsWritable.java0030
org/apache/giraph/graph/Computation.java0055
org/apache/giraph/graph/ComputeCallable.java0040
org/apache/giraph/graph/DefaultVertexResolver.java0038
org/apache/giraph/graph/DefaultVertexValueFactory.java003
org/apache/giraph/graph/FinishedSuperstepStats.java0014
org/apache/giraph/graph/GiraphTransferRegulator.java0032
org/apache/giraph/graph/GlobalStats.java0030
org/apache/giraph/graph/GraphFunctions.java009
org/apache/giraph/graph/GraphMapper.java0014
org/apache/giraph/graph/GraphState.java0023
org/apache/giraph/graph/GraphTaskManager.java0097
org/apache/giraph/graph/InputSplitEvents.java0013
org/apache/giraph/graph/InputSplitPaths.java0013
org/apache/giraph/graph/TaskInfo.java0038
org/apache/giraph/graph/Vertex.java0042
org/apache/giraph/graph/VertexChanges.java001
org/apache/giraph/graph/VertexEdgeCount.java0018
org/apache/giraph/graph/VertexMutations.java0033
org/apache/giraph/integration/SuperstepHashPartitionerFactory.java0014
org/apache/giraph/io/BasicVertexValueReader.java004
org/apache/giraph/io/EdgeInputFormat.java001
org/apache/giraph/io/EdgeReader.java0011
org/apache/giraph/io/GiraphInputFormat.java0010
org/apache/giraph/io/ReverseEdgeDuplicator.java0017
org/apache/giraph/io/SimpleVertexWriter.java004
org/apache/giraph/io/VertexInputFormat.java001
org/apache/giraph/io/VertexOutputFormat.java005
org/apache/giraph/io/VertexReader.java009
org/apache/giraph/io/VertexValueInputFormat.java003
org/apache/giraph/io/VertexValueReader.java002
org/apache/giraph/io/VertexWriter.java005
org/apache/giraph/io/filters/DefaultEdgeInputFilter.java003
org/apache/giraph/io/filters/DefaultVertexInputFilter.java002
org/apache/giraph/io/filters/EdgeInputFilter.java001
org/apache/giraph/io/formats/AdjacencyListTextVertexInputFormat.java0017
org/apache/giraph/io/formats/AdjacencyListTextVertexOutputFormat.java009
org/apache/giraph/io/formats/GeneratedVertexInputFormat.java003
org/apache/giraph/io/formats/GiraphFileInputFormat.java0036
org/apache/giraph/io/formats/GiraphTextInputFormat.java006
org/apache/giraph/io/formats/IdWithValueTextOutputFormat.java0010
org/apache/giraph/io/formats/IntIntNullTextInputFormat.java0013
org/apache/giraph/io/formats/IntIntTextVertexValueInputFormat.java0010
org/apache/giraph/io/formats/IntNullNullTextInputFormat.java0012
org/apache/giraph/io/formats/IntNullReverseTextEdgeInputFormat.java003
org/apache/giraph/io/formats/IntNullTextEdgeInputFormat.java0012
org/apache/giraph/io/formats/JsonBase64VertexFormat.java005
org/apache/giraph/io/formats/JsonBase64VertexInputFormat.java0015
org/apache/giraph/io/formats/JsonBase64VertexOutputFormat.java005
org/apache/giraph/io/formats/JsonLongDoubleFloatDoubleVertexInputFormat.java0014
org/apache/giraph/io/formats/JsonLongDoubleFloatDoubleVertexOutputFormat.java004
org/apache/giraph/io/formats/LongDoubleDoubleAdjacencyListVertexInputFormat.java0011
org/apache/giraph/io/formats/PseudoRandomEdgeInputFormat.java0013
org/apache/giraph/io/formats/PseudoRandomInputFormatConstants.java001
org/apache/giraph/io/formats/PseudoRandomIntNullLocalEdgesHelper.java006
org/apache/giraph/io/formats/PseudoRandomIntNullVertexInputFormat.java0012
org/apache/giraph/io/formats/PseudoRandomLocalEdgesHelper.java0011
org/apache/giraph/io/formats/PseudoRandomUtils.java007
org/apache/giraph/io/formats/PseudoRandomVertexInputFormat.java0012
org/apache/giraph/io/formats/SequenceFileVertexInputFormat.java0018
org/apache/giraph/io/formats/SequenceFileVertexOutputFormat.java009
org/apache/giraph/io/formats/TextDoubleDoubleAdjacencyListVertexInputFormat.java0012
org/apache/giraph/io/formats/TextEdgeInputFormat.java0021
org/apache/giraph/io/formats/TextVertexInputFormat.java0028
org/apache/giraph/io/formats/TextVertexOutputFormat.java0022
org/apache/giraph/io/formats/TextVertexValueInputFormat.java0023
org/apache/giraph/io/formats/multi/EdgeInputFormatDescription.java0011
org/apache/giraph/io/formats/multi/InputFormatDescription.java0032
org/apache/giraph/io/formats/multi/InputSplitWithInputFormatIndex.java009
org/apache/giraph/io/formats/multi/MultiEdgeInputFormat.java0018
org/apache/giraph/io/formats/multi/MultiInputUtils.java0017
org/apache/giraph/io/formats/multi/MultiVertexInputFormat.java0019
org/apache/giraph/io/formats/multi/VertexInputFormatDescription.java0011
org/apache/giraph/io/internal/WrappedEdgeInputFormat.java0014
org/apache/giraph/io/internal/WrappedEdgeReader.java0014
org/apache/giraph/io/internal/WrappedVertexInputFormat.java0014
org/apache/giraph/io/internal/WrappedVertexOutputFormat.java0022
org/apache/giraph/io/internal/WrappedVertexReader.java0013
org/apache/giraph/io/iterables/EdgeReaderWrapper.java0016
org/apache/giraph/io/iterables/EdgeWithSource.java0031
org/apache/giraph/io/iterables/GiraphReader.java005
org/apache/giraph/io/iterables/IteratorToReaderWrapper.java0010
org/apache/giraph/io/iterables/VertexReaderWrapper.java0015
org/apache/giraph/io/iterables/package-info.java001
org/apache/giraph/io/superstep_output/MultiThreadedSuperstepOutput.java0018
org/apache/giraph/io/superstep_output/NoOpSuperstepOutput.java003
org/apache/giraph/io/superstep_output/SuperstepOutput.java004
org/apache/giraph/io/superstep_output/SynchronizedSuperstepOutput.java0013
org/apache/giraph/io/superstep_output/package-info.java001
org/apache/giraph/job/DefaultJobObserver.java007
org/apache/giraph/job/GiraphConfigurationValidator.java0074
org/apache/giraph/job/GiraphJob.java0041
org/apache/giraph/job/HadoopUtils.java004
org/apache/giraph/master/BspServiceMaster.java00292
org/apache/giraph/master/DefaultMasterCompute.java002
org/apache/giraph/master/DefaultMasterObserver.java007
org/apache/giraph/master/MasterAggregatorHandler.java0069
org/apache/giraph/master/MasterAggregatorUsage.java005
org/apache/giraph/master/MasterCompute.java0026
org/apache/giraph/master/MasterInfo.java006
org/apache/giraph/master/MasterThread.java0033
org/apache/giraph/master/SuperstepClasses.java0041
org/apache/giraph/metrics/AggregatedMetric.java0016
org/apache/giraph/metrics/AggregatedMetrics.java0026
org/apache/giraph/metrics/GiraphMetrics.java0015
org/apache/giraph/metrics/GiraphMetricsRegistry.java0063
org/apache/giraph/metrics/GiraphTimer.java0014
org/apache/giraph/metrics/GiraphTimerContext.java007
org/apache/giraph/metrics/LongAndTimeUnit.java0017
org/apache/giraph/metrics/MeterDesc.java0017
org/apache/giraph/metrics/MetricNames.java0023
org/apache/giraph/metrics/MetricsRegistryDebugger.java008
org/apache/giraph/metrics/NoOpMetricsRegistry.java0093
org/apache/giraph/metrics/SuperstepMetricsRegistry.java0016
org/apache/giraph/metrics/TimerDesc.java0015
org/apache/giraph/metrics/ValueGauge.java0010
org/apache/giraph/metrics/ValueWithHostname.java009
org/apache/giraph/metrics/WorkerSuperstepMetrics.java0023
org/apache/giraph/partition/BasicPartition.java0022
org/apache/giraph/partition/BasicPartitionOwner.java0045
org/apache/giraph/partition/ByteArrayPartition.java0026
org/apache/giraph/partition/DiskBackedPartitionStore.java0098
org/apache/giraph/partition/HashMasterPartitioner.java0019
org/apache/giraph/partition/HashPartitionerFactory.java007
org/apache/giraph/partition/HashRangePartitionerFactory.java007
org/apache/giraph/partition/HashRangeWorkerPartitioner.java002
org/apache/giraph/partition/HashWorkerPartitioner.java0012
org/apache/giraph/partition/MasterGraphPartitioner.java001
org/apache/giraph/partition/Partition.java004
org/apache/giraph/partition/PartitionBalancer.java0053
org/apache/giraph/partition/PartitionExchange.java0011
org/apache/giraph/partition/PartitionOwner.java005
org/apache/giraph/partition/PartitionStats.java0038
org/apache/giraph/partition/PartitionStore.java001
org/apache/giraph/partition/PartitionUtils.java0042
org/apache/giraph/partition/RangeMasterPartitioner.java001
org/apache/giraph/partition/RangePartitionOwner.java0013
org/apache/giraph/partition/RangePartitionStats.java007
org/apache/giraph/partition/RangeSplitHint.java0012
org/apache/giraph/partition/RangeWorkerPartitioner.java006
org/apache/giraph/partition/SimpleIntRangePartitionerFactory.java008
org/apache/giraph/partition/SimpleLongRangePartitionerFactory.java008
org/apache/giraph/partition/SimplePartition.java0022
org/apache/giraph/partition/SimplePartitionStore.java0018
org/apache/giraph/partition/SimpleRangeMasterPartitioner.java0016
org/apache/giraph/partition/SimpleRangeWorkerPartitioner.java0014
org/apache/giraph/partition/WorkerGraphPartitioner.java001
org/apache/giraph/time/FakeTime.java008
org/apache/giraph/time/SystemTime.java009
org/apache/giraph/time/Time.java0019
org/apache/giraph/time/Times.java0021
org/apache/giraph/utils/AnnotationUtils.java0018
org/apache/giraph/utils/ArrayListWritable.java0017
org/apache/giraph/utils/ByteArrayIterable.java0027
org/apache/giraph/utils/ByteArrayIterator.java0011
org/apache/giraph/utils/ByteArrayVertexIdData.java0029
org/apache/giraph/utils/ByteArrayVertexIdEdges.java0011
org/apache/giraph/utils/ByteArrayVertexIdMessages.java0029
org/apache/giraph/utils/CallableFactory.java002
org/apache/giraph/utils/CollectionUtils.java0011
org/apache/giraph/utils/ConfigurationUtils.java0032
org/apache/giraph/utils/DynamicChannelBufferInputStream.java0054
org/apache/giraph/utils/DynamicChannelBufferOutputStream.java0064
org/apache/giraph/utils/EdgeComparator.java007
org/apache/giraph/utils/EdgeIterables.java0010
org/apache/giraph/utils/EmptyIterable.java003
org/apache/giraph/utils/ExtendedByteArrayDataInput.java0029
org/apache/giraph/utils/ExtendedByteArrayDataOutput.java0049
org/apache/giraph/utils/ExtendedDataInput.java002
org/apache/giraph/utils/ExtendedDataOutput.java006
org/apache/giraph/utils/FileUtils.java0028
org/apache/giraph/utils/InMemoryVertexInputFormat.java0016
org/apache/giraph/utils/IncreasingBitSet.java0018
org/apache/giraph/utils/IntPair.java0010
org/apache/giraph/utils/InternalVertexRunner.java0017
org/apache/giraph/utils/JMap.java008
org/apache/giraph/utils/JMapHistoDumper.java0017
org/apache/giraph/utils/LogStacktraceCallable.java004
org/apache/giraph/utils/LoggerUtils.java0013
org/apache/giraph/utils/MasterLoggingAggregator.java0020
org/apache/giraph/utils/MathUtils.java007
org/apache/giraph/utils/MemoryUtils.java009
org/apache/giraph/utils/PairList.java0019
org/apache/giraph/utils/ProgressableUtils.java0049
org/apache/giraph/utils/ReflectionUtils.java0018
org/apache/giraph/utils/RepresentativeByteArrayIterable.java0011
org/apache/giraph/utils/RepresentativeByteArrayIterator.java007
org/apache/giraph/utils/TaskIdsPermitsBarrier.java0027
org/apache/giraph/utils/TestGraph.java0039
org/apache/giraph/utils/TimedLogger.java0011
org/apache/giraph/utils/UnsafeByteArrayInputStream.java0078
org/apache/giraph/utils/UnsafeByteArrayOutputStream.java0096
org/apache/giraph/utils/VertexIdIterator.java009
org/apache/giraph/utils/WritableUtils.java0071
org/apache/giraph/utils/YourKitContext.java0019
org/apache/giraph/utils/YourKitProfiler.java003
org/apache/giraph/worker/BspServiceWorker.java00208
org/apache/giraph/worker/DefaultWorkerObserver.java006
org/apache/giraph/worker/EdgeInputSplitsCallable.java0029
org/apache/giraph/worker/EdgeInputSplitsCallableFactory.java0016
org/apache/giraph/worker/InputSplitPathOrganizer.java0016
org/apache/giraph/worker/InputSplitsCallable.java0043
org/apache/giraph/worker/InputSplitsHandler.java0035
org/apache/giraph/worker/VertexInputSplitsCallable.java0032
org/apache/giraph/worker/VertexInputSplitsCallableFactory.java0016
org/apache/giraph/worker/WorkerAggregatorHandler.java0051
org/apache/giraph/worker/WorkerAggregatorUsage.java002
org/apache/giraph/worker/WorkerContext.java0019
org/apache/giraph/worker/WorkerInfo.java002
org/apache/giraph/worker/WorkerObserver.java001
org/apache/giraph/worker/package-info.java001
org/apache/giraph/yarn/GiraphApplicationMaster.java0069
org/apache/giraph/yarn/GiraphYarnClient.java0049
org/apache/giraph/yarn/GiraphYarnTask.java0016
org/apache/giraph/yarn/YarnUtils.java0019
org/apache/giraph/zk/GiraphZooKeeperAdmin.java0026
org/apache/giraph/zk/PredicateLock.java0025
org/apache/giraph/zk/ZooKeeperExt.java00117
org/apache/giraph/zk/ZooKeeperManager.java00166

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
0Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
0Errors Error
JavadocMethod409Errors Error
JavadocType0Errors Error
JavadocVariable0Errors Error
JavadocStyle2110Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName39Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength15Errors Error
MethodLength2Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad1Errors Error
NoWhitespaceAfter2Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap1304Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter2Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals44Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField399Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber279Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows8Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension1770Errors Error
FinalClass37Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType2Errors Error
VisibilityModifier62Errors Error
ArrayTypeStyle0Errors Error
FinalParameters2529Errors Error
TodoComment8Errors Error
UpperEll0Errors Error

Details

com/yammer/metrics/core/NoOpCounter.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.21
ErrorsClass NoOpCounter should be declared as final.24
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.28
ErrorsParameter n should be final.35
ErrorsParameter n should be final.41
ErrorsParameter processor should be final.50
ErrorsParameter name should be final.50
ErrorsParameter context should be final.51

com/yammer/metrics/core/NoOpExecutorService.java

ViolationMessageLine
ErrorsMethod 'schedule' is not designed for extension - needs to be abstract, final or empty.36
ErrorsParameter runnable should be final.37
ErrorsParameter l should be final.37
ErrorsParameter timeUnit should be final.38
ErrorsMethod 'schedule' is not designed for extension - needs to be abstract, final or empty.42
ErrorsParameter vCallable should be final.43
ErrorsParameter l should be final.43
ErrorsParameter timeUnit should be final.44
ErrorsMethod 'scheduleAtFixedRate' is not designed for extension - needs to be abstract, final or empty.48
ErrorsParameter runnable should be final.50
ErrorsParameter l should be final.50
ErrorsParameter l1 should be final.50
ErrorsParameter timeUnit should be final.50
ErrorsMethod 'scheduleWithFixedDelay' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter runnable should be final.57
ErrorsParameter l should be final.57
ErrorsParameter l1 should be final.57
ErrorsParameter timeUnit should be final.57
ErrorsMethod 'shutdownNow' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMethod 'isShutdown' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMethod 'isTerminated' is not designed for extension - needs to be abstract, final or empty.76
ErrorsMethod 'awaitTermination' is not designed for extension - needs to be abstract, final or empty.81
ErrorsParameter l should be final.82
ErrorsParameter timeUnit should be final.82
ErrorsMethod 'submit' is not designed for extension - needs to be abstract, final or empty.87
ErrorsParameter tCallable should be final.88
ErrorsMethod 'submit' is not designed for extension - needs to be abstract, final or empty.92
ErrorsParameter runnable should be final.93
ErrorsParameter t should be final.93
ErrorsMethod 'submit' is not designed for extension - needs to be abstract, final or empty.97
ErrorsParameter runnable should be final.98
ErrorsMethod 'invokeAll' is not designed for extension - needs to be abstract, final or empty.102
ErrorsParameter callables should be final.104
ErrorsMethod 'invokeAll' is not designed for extension - needs to be abstract, final or empty.109
ErrorsParameter callables should be final.111
ErrorsParameter l should be final.111
ErrorsParameter timeUnit should be final.111
ErrorsMethod 'invokeAny' is not designed for extension - needs to be abstract, final or empty.116
ErrorsParameter callables should be final.117
ErrorsMethod 'invokeAny' is not designed for extension - needs to be abstract, final or empty.122
ErrorsParameter callables should be final.123
ErrorsParameter l should be final.123
ErrorsParameter timeUnit should be final.124
ErrorsParameter runnable should be final.130

com/yammer/metrics/core/NoOpGuage.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.26
ErrorsFirst sentence should end with a period.29
ErrorsMethod 'value' is not designed for extension - needs to be abstract, final or empty.32

com/yammer/metrics/core/NoOpHistogram.java

ViolationMessageLine
ErrorsClass NoOpHistogram should be declared as final.26
ErrorsFirst sentence should end with a period.27
ErrorsFirst sentence should end with a period.30
ErrorsParameter value should be final.37
ErrorsParameter value should be final.40
ErrorsParameter processor should be final.64
ErrorsParameter name should be final.64
ErrorsParameter context should be final.65

com/yammer/metrics/core/NoOpMeter.java

ViolationMessageLine
ErrorsClass NoOpMeter should be declared as final.26
ErrorsFirst sentence should end with a period.27
ErrorsFirst sentence should end with a period.30
ErrorsParameter n should be final.43
ErrorsParameter processor should be final.64
ErrorsParameter name should be final.64
ErrorsParameter context should be final.65

com/yammer/metrics/core/NoOpTimer.java

ViolationMessageLine
ErrorsClass NoOpTimer should be declared as final.29
ErrorsFirst sentence should end with a period.30
ErrorsFirst sentence should end with a period.33
ErrorsParameter duration should be final.42
ErrorsParameter unit should be final.42
ErrorsParameter event should be final.45
ErrorsParameter processor should be final.87
ErrorsParameter name should be final.87
ErrorsParameter context should be final.88

org/apache/giraph/GiraphRunner.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.48
ErrorsFirst sentence should end with a period.50
ErrorsMethod 'getConf' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMethod 'setConf' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter conf should be final.59
Errors'conf' hides a field.59
ErrorsMethod 'run' is not designed for extension - needs to be abstract, final or empty.63
ErrorsParameter args should be final.69
ErrorsAvoid inline conditionals.94
ErrorsExpected @throws tag for 'Exception'.104
ErrorsParameter args should be final.123

org/apache/giraph/aggregators/Aggregator.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.63

org/apache/giraph/aggregators/AggregatorWrapper.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.31
ErrorsFirst sentence should end with a period.33
ErrorsFirst sentence should end with a period.35
ErrorsFirst sentence should end with a period.37
ErrorsParameter aggregatorClass should be final.47
ErrorsParameter persistent should be final.48
Errors'persistent' hides a field.48
ErrorsExpected @throws tag for 'IllegalAccessException'.48
ErrorsExpected @throws tag for 'InstantiationException'.49
ErrorsFirst sentence should end with a period.56
ErrorsMethod 'getPreviousAggregatedValue' is not designed for extension - needs to be abstract, final or empty.61
ErrorsFirst sentence should end with a period.65
ErrorsMethod 'setPreviousAggregatedValue' is not designed for extension - needs to be abstract, final or empty.70
ErrorsParameter value should be final.70
ErrorsFirst sentence should end with a period.74
ErrorsMethod 'isPersistent' is not designed for extension - needs to be abstract, final or empty.79
ErrorsFirst sentence should end with a period.83
ErrorsMethod 'isChanged' is not designed for extension - needs to be abstract, final or empty.88
ErrorsFirst sentence should end with a period.92
ErrorsMethod 'aggregateCurrent' is not designed for extension - needs to be abstract, final or empty.97
ErrorsParameter value should be final.97
ErrorsFirst sentence should end with a period.102
ErrorsMethod 'getCurrentAggregatedValue' is not designed for extension - needs to be abstract, final or empty.107
ErrorsFirst sentence should end with a period.111
ErrorsMethod 'setCurrentAggregatedValue' is not designed for extension - needs to be abstract, final or empty.116
ErrorsParameter value should be final.116
ErrorsFirst sentence should end with a period.121
ErrorsMethod 'resetCurrentAggregator' is not designed for extension - needs to be abstract, final or empty.124
ErrorsFirst sentence should end with a period.129
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.134
ErrorsFirst sentence should end with a period.138
ErrorsMethod 'getAggregatorClass' is not designed for extension - needs to be abstract, final or empty.143

org/apache/giraph/aggregators/AggregatorWriter.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.36
ErrorsExpected @throws tag for 'IOException'.50
ErrorsExpected @throws tag for 'IOException'.63
ErrorsExpected @throws tag for 'IOException'.73

org/apache/giraph/aggregators/BasicAggregator.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.32
ErrorsMethod 'getAggregatedValue' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMethod 'setAggregatedValue' is not designed for extension - needs to be abstract, final or empty.48
ErrorsParameter value should be final.49
Errors'value' hides a field.49
ErrorsMethod 'reset' is not designed for extension - needs to be abstract, final or empty.53

org/apache/giraph/aggregators/BooleanAndAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.28
ErrorsParameter value should be final.29
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.33

org/apache/giraph/aggregators/BooleanOrAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.28
ErrorsParameter value should be final.29
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.33

org/apache/giraph/aggregators/BooleanOverwriteAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.32
ErrorsParameter value should be final.33
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.37

org/apache/giraph/aggregators/DoubleMaxAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.27
ErrorsParameter value should be final.28
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.33

org/apache/giraph/aggregators/DoubleMinAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.27
ErrorsParameter value should be final.28
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.33

org/apache/giraph/aggregators/DoubleOverwriteAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.31
ErrorsParameter value should be final.32
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.36

org/apache/giraph/aggregators/DoubleProductAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.27
ErrorsParameter value should be final.28
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.32

org/apache/giraph/aggregators/DoubleSumAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.25
ErrorsParameter value should be final.26
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.30

org/apache/giraph/aggregators/FloatMaxAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.27
ErrorsParameter value should be final.28
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.33

org/apache/giraph/aggregators/FloatMinAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.27
ErrorsParameter value should be final.28
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.33

org/apache/giraph/aggregators/FloatOverwriteAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.30
ErrorsParameter value should be final.31
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.35

org/apache/giraph/aggregators/FloatProductAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.27
ErrorsParameter value should be final.28
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.32

org/apache/giraph/aggregators/FloatSumAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.27
ErrorsParameter value should be final.28
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.32

org/apache/giraph/aggregators/IntMaxAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.27
ErrorsParameter value should be final.28
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.33

org/apache/giraph/aggregators/IntMinAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.27
ErrorsParameter value should be final.28
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.33

org/apache/giraph/aggregators/IntOverwriteAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.30
ErrorsParameter value should be final.31
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.35

org/apache/giraph/aggregators/IntProductAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.27
ErrorsParameter value should be final.28
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.32

org/apache/giraph/aggregators/IntSumAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.27
ErrorsParameter value should be final.28
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.32

org/apache/giraph/aggregators/LongMaxAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.27
ErrorsParameter value should be final.28
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.33

org/apache/giraph/aggregators/LongMinAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.27
ErrorsParameter value should be final.28
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.33

org/apache/giraph/aggregators/LongOverwriteAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.30
ErrorsParameter value should be final.31
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.35

org/apache/giraph/aggregators/LongProductAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.27
ErrorsParameter value should be final.28
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.32

org/apache/giraph/aggregators/LongSumAggregator.java

ViolationMessageLine
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.27
ErrorsParameter value should be final.28
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.32

org/apache/giraph/aggregators/TextAggregatorWriter.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.42
ErrorsFirst sentence should end with a period.44
ErrorsFirst sentence should end with a period.46
ErrorsFirst sentence should end with a period.55
ErrorsFirst sentence should end with a period.57
ErrorsVariable 'output' must be private and have accessor methods.58
ErrorsFirst sentence should end with a period.59
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter context should be final.64
ErrorsParameter attempt should be final.64
Errors'+' should be on a new line.71
ErrorsMethod 'writeAggregator' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter aggregatorMap should be final.80
ErrorsParameter superstep should be final.81
ErrorsMethod 'aggregatorToString' is not designed for extension - needs to be abstract, final or empty.101
ErrorsParameter aggregatorName should be final.101
ErrorsParameter value should be final.102
ErrorsParameter superstep should be final.103
ErrorsParameter superstep should be final.115
Errors'||' should be on a new line.116
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.120

org/apache/giraph/aggregators/TextAppendAggregator.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.23
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.27
ErrorsParameter value should be final.28
ErrorsMethod 'createInitialValue' is not designed for extension - needs to be abstract, final or empty.33

org/apache/giraph/benchmark/AggregatorsBenchmark.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.45
ErrorsFirst sentence should end with a period.48
ErrorsFirst sentence should end with a period.53
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.59
ErrorsParameter vertex should be final.61
ErrorsParameter messages should be final.62
ErrorsFirst sentence should end with a period.83
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.88
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.99
ErrorsFirst sentence should end with a period.117
ErrorsMethod 'preSuperstep' is not designed for extension - needs to be abstract, final or empty.122
ErrorsMethod 'postSuperstep' is not designed for extension - needs to be abstract, final or empty.128
ErrorsFirst sentence should end with a period.134
ErrorsParameter valueToAdd should be final.157
ErrorsFirst sentence should end with a period.165
ErrorsParameter conf should be final.171
ErrorsFirst sentence should end with a period.175
ErrorsParameter conf should be final.182
ErrorsParameter superstep should be final.183
ErrorsAvoid inline conditionals.184
Errors'3' is a magic number.184
ErrorsFirst sentence should end with a period.187
ErrorsParameter expected should be final.193
ErrorsParameter actual should be final.193
Errors'+' should be on a new line.195
ErrorsMethod 'getBenchmarkOptions' is not designed for extension - needs to be abstract, final or empty.200
ErrorsMethod 'prepareConfiguration' is not designed for extension - needs to be abstract, final or empty.205
ErrorsParameter conf should be final.206
ErrorsParameter cmd should be final.207

org/apache/giraph/benchmark/BenchmarkOption.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.29
ErrorsFirst sentence should end with a period.32
ErrorsFirst sentence should end with a period.35
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.44
ErrorsFirst sentence should end with a period.48
ErrorsFirst sentence should end with a period.53
ErrorsFirst sentence should end with a period.59
ErrorsFirst sentence should end with a period.61
ErrorsFirst sentence should end with a period.63
ErrorsFirst sentence should end with a period.65
ErrorsFirst sentence should end with a period.67
ErrorsFirst sentence should end with a period.73
ErrorsParameter shortOption should be final.81
Errors'shortOption' hides a field.81
ErrorsParameter longOption should be final.81
Errors'longOption' hides a field.81
ErrorsParameter hasArgument should be final.82
Errors'hasArgument' hides a field.82
ErrorsParameter description should be final.82
Errors'description' hides a field.82
ErrorsFirst sentence should end with a period.86
ErrorsParameter shortOption should be final.95
Errors'shortOption' hides a field.95
ErrorsParameter longOption should be final.95
Errors'longOption' hides a field.95
ErrorsParameter hasArgument should be final.96
Errors'hasArgument' hides a field.96
ErrorsParameter description should be final.96
Errors'description' hides a field.96
ErrorsParameter missingMessage should be final.96
Errors'missingMessage' hides a field.96
ErrorsFirst sentence should end with a period.104
ErrorsMethod 'isRequired' is not designed for extension - needs to be abstract, final or empty.109
ErrorsFirst sentence should end with a period.113
ErrorsMethod 'addToOptions' is not designed for extension - needs to be abstract, final or empty.118
ErrorsParameter options should be final.118
ErrorsMethod 'checkOption' is not designed for extension - needs to be abstract, final or empty.131
ErrorsParameter cmd should be final.131
ErrorsParameter log should be final.131
ErrorsFirst sentence should end with a period.142
ErrorsMethod 'optionTurnedOn' is not designed for extension - needs to be abstract, final or empty.148
ErrorsParameter cmd should be final.148
ErrorsFirst sentence should end with a period.152
ErrorsMethod 'getOptionValue' is not designed for extension - needs to be abstract, final or empty.159
ErrorsParameter cmd should be final.159
ErrorsFirst sentence should end with a period.163
ErrorsMethod 'getOptionIntValue' is not designed for extension - needs to be abstract, final or empty.169
ErrorsParameter cmd should be final.169
ErrorsFirst sentence should end with a period.173
ErrorsMethod 'getOptionIntValue' is not designed for extension - needs to be abstract, final or empty.182
ErrorsParameter cmd should be final.182
ErrorsParameter defaultValue should be final.182
ErrorsAvoid inline conditionals.183
ErrorsFirst sentence should end with a period.186
ErrorsMethod 'getOptionLongValue' is not designed for extension - needs to be abstract, final or empty.192
ErrorsParameter cmd should be final.192
ErrorsFirst sentence should end with a period.196
ErrorsMethod 'getOptionFloatValue' is not designed for extension - needs to be abstract, final or empty.202
ErrorsParameter cmd should be final.202
ErrorsFirst sentence should end with a period.206
ErrorsMethod 'getOptionFloatValue' is not designed for extension - needs to be abstract, final or empty.215
ErrorsParameter cmd should be final.215
ErrorsParameter defaultValue should be final.215
ErrorsAvoid inline conditionals.216

org/apache/giraph/benchmark/GiraphBenchmark.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.38
ErrorsFirst sentence should end with a period.40
ErrorsMethod 'setConf' is not designed for extension - needs to be abstract, final or empty.43
ErrorsParameter conf should be final.44
Errors'conf' hides a field.44
ErrorsMethod 'getConf' is not designed for extension - needs to be abstract, final or empty.48
ErrorsMethod 'run' is not designed for extension - needs to be abstract, final or empty.53
ErrorsParameter args should be final.54
Errors'100.0f' is a magic number.83
Errors'conf' hides a field.115

org/apache/giraph/benchmark/PageRankBenchmark.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.33
ErrorsMethod 'getBenchmarkOptions' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMethod 'prepareConfiguration' is not designed for extension - needs to be abstract, final or empty.44
ErrorsParameter conf should be final.45
ErrorsParameter cmd should be final.46

org/apache/giraph/benchmark/PageRankComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.35
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.39
ErrorsParameter vertex should be final.41
ErrorsParameter messages should be final.42
Errors'0.15f' is a magic number.48
Errors'0.85f' is a magic number.48

org/apache/giraph/benchmark/RandomMessageBenchmark.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.47
ErrorsFirst sentence should end with a period.50
ErrorsFirst sentence should end with a period.53
ErrorsFirst sentence should end with a period.55
ErrorsFirst sentence should end with a period.58
ErrorsFirst sentence should end with a period.60
ErrorsFirst sentence should end with a period.63
ErrorsFirst sentence should end with a period.65
ErrorsFirst sentence should end with a period.68
ErrorsFirst sentence should end with a period.70
ErrorsFirst sentence should end with a period.73
ErrorsFirst sentence should end with a period.75
ErrorsFirst sentence should end with a period.78
ErrorsFirst sentence should end with a period.82
ErrorsFirst sentence should end with a period.86
ErrorsFirst sentence should end with a period.90
ErrorsFirst sentence should end with a period.99
ErrorsFirst sentence should end with a period.102
ErrorsFirst sentence should end with a period.104
ErrorsFirst sentence should end with a period.106
ErrorsFirst sentence should end with a period.108
ErrorsFirst sentence should end with a period.110
ErrorsFirst sentence should end with a period.112
ErrorsFirst sentence should end with a period.114
ErrorsFirst sentence should end with a period.116
ErrorsMethod 'preApplication' is not designed for extension - needs to be abstract, final or empty.119
ErrorsMethod 'preSuperstep' is not designed for extension - needs to be abstract, final or empty.134
Errors'1000d' is a magic number.155
Errors'1024d' is a magic number.155
Errors'1024d' is a magic number.155
Errors'*' should be on a new line.156
Errors'1000d' is a magic number.157
Errors'1024d' is a magic number.157
Errors'1024d' is a magic number.157
Errors'1000d' is a magic number.159
Errors'1000d' is a magic number.161
Errors'+' should be on a new line.171
Errors'+' should be on a new line.173
Errors'+' should be on a new line.175
Errors'+' should be on a new line.177
Errors'+' should be on a new line.179
Errors'+' should be on a new line.181
Errors'+' should be on a new line.183
Errors'+' should be on a new line.185
ErrorsMethod 'postSuperstep' is not designed for extension - needs to be abstract, final or empty.193
ErrorsMethod 'getMessageBytes' is not designed for extension - needs to be abstract, final or empty.209
ErrorsMethod 'getNumMessagePerEdge' is not designed for extension - needs to be abstract, final or empty.218
ErrorsMethod 'getNumSupersteps' is not designed for extension - needs to be abstract, final or empty.227
ErrorsMethod 'randomizeMessageBytes' is not designed for extension - needs to be abstract, final or empty.234
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.245
ErrorsFirst sentence should end with a period.259
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.264
ErrorsParameter vertex should be final.266
ErrorsParameter messages should be final.267
Errors'*' should be on a new line.274
ErrorsMethod 'getBenchmarkOptions' is not designed for extension - needs to be abstract, final or empty.286
ErrorsMethod 'prepareConfiguration' is not designed for extension - needs to be abstract, final or empty.293
ErrorsParameter conf should be final.294
ErrorsParameter cmd should be final.295
ErrorsParameter args should be final.322

org/apache/giraph/benchmark/ShortestPathsBenchmark.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.40
ErrorsFirst sentence should end with a period.44
ErrorsFirst sentence should end with a period.48
ErrorsMethod 'getBenchmarkOptions' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMethod 'prepareConfiguration' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter conf should be final.59
ErrorsParameter cmd should be final.60

org/apache/giraph/benchmark/ShortestPathsComputation.java

ViolationMessageLine
ErrorsParameter vertex should be final.47
Errors'==' should be on a new line.48
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter vertex should be final.54
ErrorsParameter messages should be final.55
ErrorsAvoid inline conditionals.60

org/apache/giraph/benchmark/WeightedPageRankBenchmark.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.40
ErrorsFirst sentence should end with a period.44
ErrorsFirst sentence should end with a period.48
Errors'+' should be on a new line.51
Errors'+' should be on a new line.52
Errors'+' should be on a new line.53
Errors'+' should be on a new line.54
ErrorsFirst sentence should end with a period.56
ErrorsFirst sentence should end with a period.60
Errors'+' should be on a new line.63
ErrorsFirst sentence should end with a period.65
ErrorsFirst sentence should end with a period.69
ErrorsMethod 'getBenchmarkOptions' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMethod 'prepareConfiguration' is not designed for extension - needs to be abstract, final or empty.89
ErrorsParameter configuration should be final.89
ErrorsParameter cmd should be final.90
Errors'3' is a magic number.104
Errors'4' is a magic number.107
Errors'+' should be on a new line.111
Errors'+' should be on a new line.116
Errors'+' should be on a new line.141

org/apache/giraph/benchmark/WeightedPageRankComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.35
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.39
ErrorsParameter vertex should be final.41
ErrorsParameter messages should be final.42
Errors':' should be on a new line.49
Errors'0.15f' is a magic number.59
Errors'0.85f' is a magic number.59

org/apache/giraph/benchmark/package-info.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.18

org/apache/giraph/bsp/ApplicationState.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.21
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.27
ErrorsFirst sentence should end with a period.29
ErrorsFirst sentence should end with a period.31

org/apache/giraph/bsp/BspInputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.42
ErrorsFirst sentence should end with a period.45
ErrorsParameter conf should be final.51
Errors'+' should be on a new line.62
Errors'+' should be on a new line.63
Errors'+' should be on a new line.64
ErrorsMethod 'getSplits' is not designed for extension - needs to be abstract, final or empty.70
ErrorsParameter context should be final.71
ErrorsMethod 'createRecordReader' is not designed for extension - needs to be abstract, final or empty.86
ErrorsParameter split should be final.88
ErrorsParameter context should be final.88

org/apache/giraph/bsp/BspInputSplit.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.35
ErrorsFirst sentence should end with a period.37
ErrorsParameter splitIndex should be final.51
Errors'splitIndex' hides a field.51
ErrorsParameter numSplits should be final.51
Errors'numSplits' hides a field.51
ErrorsMethod 'getLength' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMethod 'getLocations' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter in should be final.67
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.72
ErrorsParameter out should be final.73
ErrorsMethod 'getSplitIndex' is not designed for extension - needs to be abstract, final or empty.83
ErrorsMethod 'getNumSplits' is not designed for extension - needs to be abstract, final or empty.92
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.96
Errors'+' should be on a new line.98

org/apache/giraph/bsp/BspOutputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.37
ErrorsName 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
ErrorsMethod 'checkOutputSpecs' is not designed for extension - needs to be abstract, final or empty.40
ErrorsParameter context should be final.41
Errors'+' should be on a new line.46
ErrorsMethod 'getOutputCommitter' is not designed for extension - needs to be abstract, final or empty.53
ErrorsParameter context should be final.54
Errors'+' should be on a new line.59
ErrorsMethod 'getRecordWriter' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter context should be final.67

org/apache/giraph/bsp/BspRecordReader.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.32
ErrorsFirst sentence should end with a period.34
ErrorsAvoid inline conditionals.47
ErrorsParameter inputSplit should be final.61
ErrorsParameter context should be final.61

org/apache/giraph/bsp/BspRecordWriter.java

ViolationMessageLine
ErrorsParameter context should be final.35
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.40
ErrorsParameter key should be final.41
ErrorsParameter value should be final.41
Errors'+' should be on a new line.43
Errors'+' should be on a new line.44

org/apache/giraph/bsp/BspService.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.68
ErrorsFirst sentence should end with a period.70
ErrorsFirst sentence should end with a period.72
ErrorsFirst sentence should end with a period.74
ErrorsFirst sentence should end with a period.76
ErrorsFirst sentence should end with a period.78
ErrorsFirst sentence should end with a period.80
ErrorsFirst sentence should end with a period.83
ErrorsFirst sentence should end with a period.86
ErrorsFirst sentence should end with a period.89
ErrorsFirst sentence should end with a period.95
ErrorsFirst sentence should end with a period.97
ErrorsFirst sentence should end with a period.100
ErrorsFirst sentence should end with a period.103
ErrorsFirst sentence should end with a period.106
ErrorsFirst sentence should end with a period.112
ErrorsFirst sentence should end with a period.115
ErrorsFirst sentence should end with a period.117
ErrorsFirst sentence should end with a period.119
ErrorsFirst sentence should end with a period.126
ErrorsFirst sentence should end with a period.129
ErrorsFirst sentence should end with a period.131
ErrorsFirst sentence should end with a period.134
ErrorsFirst sentence should end with a period.137
ErrorsFirst sentence should end with a period.139
ErrorsFirst sentence should end with a period.141
ErrorsFirst sentence should end with a period.144
ErrorsFirst sentence should end with a period.146
ErrorsFirst sentence should end with a period.149
ErrorsFirst sentence should end with a period.151
ErrorsFirst sentence should end with a period.154
ErrorsFirst sentence should end with a period.157
ErrorsFirst sentence should end with a period.159
ErrorsFirst sentence should end with a period.161
ErrorsFirst sentence should end with a period.168
ErrorsFirst sentence should end with a period.178
ErrorsFirst sentence should end with a period.180
ErrorsVariable 'basePath' must be private and have accessor methods.181
ErrorsFirst sentence should end with a period.182
ErrorsVariable 'masterJobStatePath' must be private and have accessor methods.183
ErrorsVariable 'vertexInputSplitsPaths' must be private and have accessor methods.185
ErrorsVariable 'edgeInputSplitsPaths' must be private and have accessor methods.187
ErrorsVariable 'vertexInputSplitsEvents' must be private and have accessor methods.189
ErrorsVariable 'edgeInputSplitsEvents' must be private and have accessor methods.191
ErrorsFirst sentence should end with a period.192
ErrorsVariable 'applicationAttemptsPath' must be private and have accessor methods.193
ErrorsFirst sentence should end with a period.194
ErrorsVariable 'cleanedUpPath' must be private and have accessor methods.195
ErrorsFirst sentence should end with a period.196
ErrorsVariable 'checkpointBasePath' must be private and have accessor methods.197
ErrorsFirst sentence should end with a period.198
ErrorsVariable 'masterElectionPath' must be private and have accessor methods.199
ErrorsFirst sentence should end with a period.200
ErrorsFirst sentence should end with a period.204
ErrorsFirst sentence should end with a period.208
ErrorsFirst sentence should end with a period.210
ErrorsFirst sentence should end with a period.212
ErrorsFirst sentence should end with a period.214
ErrorsFirst sentence should end with a period.216
ErrorsFirst sentence should end with a period.219
ErrorsFirst sentence should end with a period.221
ErrorsFirst sentence should end with a period.223
ErrorsFirst sentence should end with a period.225
ErrorsFirst sentence should end with a period.227
ErrorsFirst sentence should end with a period.229
ErrorsFirst sentence should end with a period.231
ErrorsFirst sentence should end with a period.233
ErrorsFirst sentence should end with a period.235
ErrorsFirst sentence should end with a period.237
ErrorsFirst sentence should end with a period.239
ErrorsFirst sentence should end with a period.241
ErrorsFirst sentence should end with a period.243
ErrorsParameter serverPortList should be final.254
ErrorsParameter sessionMsecTimeout should be final.255
ErrorsParameter context should be final.256
Errors'context' hides a field.256
ErrorsParameter graphTaskManager should be final.257
Errors'graphTaskManager' hides a field.257
Errors'&&' should be on a new line.288
Errors'+' should be on a new line.291
Errors'+' should be on a new line.319
ErrorsFirst sentence should end with a period.337
ErrorsParameter path should be final.343
Errors'+' should be on a new line.347
Errors'+' should be on a new line.351
Errors'+' should be on a new line.355
Errors'+' should be on a new line.359
ErrorsFirst sentence should end with a period.365
ErrorsParameter path should be final.371
Errors'+' should be on a new line.375
ErrorsFirst sentence should end with a period.382
ErrorsParameter attempt should be final.389
ErrorsMethod 'getEdgeInputSplitsEvents' is not designed for extension - needs to be abstract, final or empty.398
ErrorsMethod 'getVertexInputSplitsEvents' is not designed for extension - needs to be abstract, final or empty.407
ErrorsFirst sentence should end with a period.411
ErrorsParameter attempt should be final.419
ErrorsParameter superstep should be final.420
Errors'+' should be on a new line.421
ErrorsFirst sentence should end with a period.425
ErrorsParameter attempt should be final.433
ErrorsParameter superstep should be final.434
Errors'+' should be on a new line.435
ErrorsFirst sentence should end with a period.439
ErrorsParameter attempt should be final.447
ErrorsParameter superstep should be final.448
Errors'+' should be on a new line.449
ErrorsFirst sentence should end with a period.453
ErrorsParameter attempt should be final.461
ErrorsParameter superstep should be final.461
Errors'+' should be on a new line.462
ErrorsFirst sentence should end with a period.466
ErrorsParameter attempt should be final.473
ErrorsParameter superstep should be final.474
Errors'+' should be on a new line.475
ErrorsFirst sentence should end with a period.479
ErrorsParameter attempt should be final.486
ErrorsParameter superstep should be final.487
Errors'+' should be on a new line.488
ErrorsParameter attempt should be final.501
ErrorsParameter superstep should be final.502
ErrorsParameter workerInfo should be final.503
Errors'+' should be on a new line.504
ErrorsFirst sentence should end with a period.508
ErrorsParameter attempt should be final.515
ErrorsParameter superstep should be final.515
Errors'+' should be on a new line.516
ErrorsFirst sentence should end with a period.520
ErrorsParameter superstep should be final.527
ErrorsFirst sentence should end with a period.531
ErrorsParameter finalizedPath should be final.537
Errors'+' should be on a new line.540
ErrorsFirst sentence should end with a period.562
ErrorsParameter superstep should be final.567
ErrorsParameter superstep should be final.583
ErrorsFirst sentence should end with a period.597
ErrorsMissing a Javadoc comment.606
ErrorsMissing a Javadoc comment.611
ErrorsMissing a Javadoc comment.615
ErrorsMissing a Javadoc comment.619
ErrorsMissing a Javadoc comment.623
ErrorsMissing a Javadoc comment.627
ErrorsMissing a Javadoc comment.631
ErrorsMissing a Javadoc comment.635
ErrorsMissing a Javadoc comment.640
ErrorsMissing a Javadoc comment.644
ErrorsMissing a Javadoc comment.649
ErrorsMissing a Javadoc comment.653
Errors'+' should be on a new line.673
Errors'+' should be on a new line.676
Errors'+' should be on a new line.679
Errors'+' should be on a new line.694
Errors'+' should be on a new line.697
Errors'+' should be on a new line.700
ErrorsFirst sentence should end with a period.711
Errors'+' should be on a new line.736
Errors'+' should be on a new line.739
Errors'+' should be on a new line.742
Errors'+' should be on a new line.756
Errors'+' should be on a new line.759
Errors'+' should be on a new line.786
Errors'+' should be on a new line.824
ErrorsParameter superstep should be final.836
ErrorsFirst sentence should end with a period.840
ErrorsParameter applicationAttempt should be final.846
Errors'+' should be on a new line.857
Errors'+' should be on a new line.861
Errors'+' should be on a new line.865
ErrorsMethod 'registerBspEvent' is not designed for extension - needs to be abstract, final or empty.877
ErrorsParameter event should be final.877
ErrorsFirst sentence should end with a period.881
ErrorsMethod 'getGraphPartitionerFactory' is not designed for extension - needs to be abstract, final or empty.886
ErrorsMethod 'processEvent' is not designed for extension - needs to be abstract, final or empty.897
ErrorsParameter event should be final.897
ErrorsMethod length is 187 lines (max allowed is 150).901
ErrorsParameter event should be final.902
Errors'+' should be on a new line.906
Errors'+' should be on a new line.907
Errors'+' should be on a new line.917
Errors'||' should be on a new line.936
Errors'&&' should be on a new line.937
Errors'+' should be on a new line.940
Errors'&&' should be on a new line.946
Errors'+' should be on a new line.949
Errors'&&' should be on a new line.954
Errors'+' should be on a new line.957
Errors'&&' should be on a new line.962
Errors'+' should be on a new line.965
Errors'&&' should be on a new line.970
Errors'+' should be on a new line.973
Errors'&&' should be on a new line.978
Errors'+' should be on a new line.981
Errors'&&' should be on a new line.987
Errors'+' should be on a new line.990
Errors'&&' should be on a new line.996
Errors'+' should be on a new line.999
Errors'&&' should be on a new line.1004
Errors'+' should be on a new line.1007
Errors'&&' should be on a new line.1012
Errors'+' should be on a new line.1015
Errors'&&' should be on a new line.1020
Errors'+' should be on a new line.1023
Errors'&&' should be on a new line.1028
Errors'+' should be on a new line.1031
Errors'&&' should be on a new line.1037
Errors'+' should be on a new line.1040
Errors'&&' should be on a new line.1045
Errors'+' should be on a new line.1048
Errors'&&' should be on a new line.1053
Errors'&&' should be on a new line.1060
Errors'&&' should be on a new line.1067
Errors'&&' should be on a new line.1074
Errors'+' should be on a new line.1084
Errors'+' should be on a new line.1085

org/apache/giraph/bsp/CentralizedService.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.46
ErrorsFirst sentence should end with a period.62

org/apache/giraph/bsp/CentralizedServiceMaster.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.41
ErrorsFirst sentence should end with a period.52
ErrorsFirst sentence should end with a period.79
ErrorsExpected @throws tag for 'KeeperException'.87
ErrorsExpected @throws tag for 'InterruptedException'.87
ErrorsFirst sentence should end with a period.97
ErrorsExpected @throws tag for 'IOException'.103
ErrorsFirst sentence should end with a period.118
ErrorsFirst sentence should end with a period.143
ErrorsExpected @throws tag for 'IOException'.150
ErrorsExpected @throws tag for 'InterruptedException'.150

org/apache/giraph/bsp/CentralizedServiceWorker.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.54
ErrorsFirst sentence should end with a period.61
ErrorsExpected @throws tag for 'IOException'.105
ErrorsExpected @throws tag for 'IOException'.116
ErrorsFirst sentence should end with a period.179
ErrorsFirst sentence should end with a period.199
ErrorsFirst sentence should end with a period.206
ErrorsFirst sentence should end with a period.213
ErrorsFirst sentence should end with a period.220
ErrorsFirst sentence should end with a period.227
ErrorsExpected @throws tag for 'IOException'.235
ErrorsExpected @throws tag for 'InterruptedException'.235

org/apache/giraph/bsp/ImmutableOutputCommitter.java

ViolationMessageLine
ErrorsParameter context should be final.34
ErrorsParameter context should be final.38
ErrorsParameter context should be final.42
ErrorsParameter context should be final.48
ErrorsParameter context should be final.52
ErrorsParameter jobContext should be final.61

org/apache/giraph/bsp/SuperstepState.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.21
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.27
ErrorsFirst sentence should end with a period.29
ErrorsFirst sentence should end with a period.31

org/apache/giraph/combiner/DoubleSumCombiner.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.24
ErrorsMethod 'combine' is not designed for extension - needs to be abstract, final or empty.29
ErrorsParameter vertexIndex should be final.30
ErrorsParameter originalMessage should be final.30
ErrorsParameter messageToCombine should be final.31
ErrorsMethod 'createInitialMessage' is not designed for extension - needs to be abstract, final or empty.35

org/apache/giraph/combiner/FloatSumCombiner.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.24
ErrorsMethod 'combine' is not designed for extension - needs to be abstract, final or empty.29
ErrorsParameter vertexIndex should be final.30
ErrorsParameter originalMessage should be final.30
ErrorsParameter messageToCombine should be final.31
ErrorsMethod 'createInitialMessage' is not designed for extension - needs to be abstract, final or empty.35

org/apache/giraph/combiner/MinimumDoubleCombiner.java

ViolationMessageLine
ErrorsMethod 'combine' is not designed for extension - needs to be abstract, final or empty.29
ErrorsParameter vertexIndex should be final.30
ErrorsParameter originalMessage should be final.30
ErrorsParameter messageToCombine should be final.31
ErrorsMethod 'createInitialMessage' is not designed for extension - needs to be abstract, final or empty.37

org/apache/giraph/combiner/MinimumIntCombiner.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.23
ErrorsMethod 'combine' is not designed for extension - needs to be abstract, final or empty.28
ErrorsParameter vertexIndex should be final.29
ErrorsParameter originalMessage should be final.29
ErrorsParameter messageToCombine should be final.30
ErrorsMethod 'createInitialMessage' is not designed for extension - needs to be abstract, final or empty.36

org/apache/giraph/combiner/SimpleSumCombiner.java

ViolationMessageLine
ErrorsMethod 'combine' is not designed for extension - needs to be abstract, final or empty.30
ErrorsParameter vertexIndex should be final.31
ErrorsParameter originalMessage should be final.31
ErrorsParameter messageToCombine should be final.32
ErrorsMethod 'createInitialMessage' is not designed for extension - needs to be abstract, final or empty.36

org/apache/giraph/comm/MasterClient.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.26
ErrorsFirst sentence should end with a period.35
ErrorsExpected @throws tag for 'IOException'.45
ErrorsExpected @throws tag for 'IOException'.50

org/apache/giraph/comm/MasterServer.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.23
ErrorsFirst sentence should end with a period.27

org/apache/giraph/comm/SendCache.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.45
ErrorsFirst sentence should end with a period.47
ErrorsFirst sentence should end with a period.49
ErrorsFirst sentence should end with a period.51
ErrorsFirst sentence should end with a period.54
ErrorsParameter conf should be final.66
Errors'conf' hides a field.66
ErrorsParameter serviceWorker should be final.67
ErrorsParameter maxRequestSize should be final.68
ErrorsParameter additionalRequestSize should be final.69
ErrorsMethod 'addData' is not designed for extension - needs to be abstract, final or empty.117
ErrorsParameter workerInfo should be final.117
ErrorsParameter partitionId should be final.118
ErrorsParameter destVertexId should be final.118
ErrorsParameter data should be final.118
ErrorsMethod 'removeWorkerData' is not designed for extension - needs to be abstract, final or empty.146
ErrorsParameter workerInfo should be final.147
ErrorsMethod 'removeAllData' is not designed for extension - needs to be abstract, final or empty.166
ErrorsMethod 'getConf' is not designed for extension - needs to be abstract, final or empty.180
ErrorsMissing a Javadoc comment.180

org/apache/giraph/comm/SendEdgeCache.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.30
ErrorsFirst sentence should end with a period.42
ErrorsParameter conf should be final.48
ErrorsParameter serviceWorker should be final.49
ErrorsMethod 'createByteArrayVertexIdData' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMethod 'addEdge' is not designed for extension - needs to be abstract, final or empty.68
ErrorsParameter workerInfo should be final.68
ErrorsParameter partitionId should be final.69
ErrorsParameter destVertexId should be final.69
ErrorsParameter edge should be final.69
ErrorsMethod 'removeWorkerEdges' is not designed for extension - needs to be abstract, final or empty.81
ErrorsParameter workerInfo should be final.82
ErrorsMethod 'removeAllEdges' is not designed for extension - needs to be abstract, final or empty.91

org/apache/giraph/comm/SendMessageCache.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.29
ErrorsFirst sentence should end with a period.41
ErrorsParameter conf should be final.47
ErrorsParameter serviceWorker should be final.48
ErrorsMethod 'createByteArrayVertexIdData' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMethod 'addMessage' is not designed for extension - needs to be abstract, final or empty.68
ErrorsParameter workerInfo should be final.68
ErrorsParameter partitionId should be final.69
ErrorsParameter destVertexId should be final.69
ErrorsParameter message should be final.69
ErrorsMethod 'removeWorkerMessages' is not designed for extension - needs to be abstract, final or empty.81
ErrorsParameter workerInfo should be final.82
ErrorsMethod 'removeAllMessages' is not designed for extension - needs to be abstract, final or empty.91

org/apache/giraph/comm/SendMutationsCache.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.40
ErrorsFirst sentence should end with a period.43
ErrorsParameter partitionId should be final.56
ErrorsParameter destVertexId should be final.56
ErrorsParameter partitionId should be final.77
ErrorsMethod 'addEdgeMutation' is not designed for extension - needs to be abstract, final or empty.96
ErrorsParameter partitionId should be final.97
ErrorsParameter destVertexId should be final.97
ErrorsParameter edge should be final.97
ErrorsMethod 'removeEdgeMutation' is not designed for extension - needs to be abstract, final or empty.117
ErrorsParameter partitionId should be final.118
ErrorsParameter vertexIndex should be final.118
ErrorsParameter destinationVertexIndex should be final.118
ErrorsMethod 'addVertexMutation' is not designed for extension - needs to be abstract, final or empty.137
ErrorsParameter partitionId should be final.138
ErrorsParameter vertex should be final.138
ErrorsMethod 'removeVertexMutation' is not designed for extension - needs to be abstract, final or empty.157
ErrorsParameter partitionId should be final.158
ErrorsParameter destVertexId should be final.158
ErrorsMethod 'removePartitionMutations' is not designed for extension - needs to be abstract, final or empty.176
ErrorsParameter partitionId should be final.177
ErrorsMethod 'removeAllPartitionMutations' is not designed for extension - needs to be abstract, final or empty.189

org/apache/giraph/comm/SendPartitionCache.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.42
ErrorsFirst sentence should end with a period.45
ErrorsFirst sentence should end with a period.48
ErrorsFirst sentence should end with a period.50
ErrorsFirst sentence should end with a period.52
ErrorsParameter context should be final.67
Errors'context' hides a field.67
ErrorsParameter configuration should be final.68
Errors'configuration' hides a field.68
Errors'+' should be on a new line.74
Errors'+' should be on a new line.76
ErrorsFirst sentence should end with a period.81
ErrorsMethod 'addVertex' is not designed for extension - needs to be abstract, final or empty.88
ErrorsParameter partitionOwner should be final.88
ErrorsParameter vertex should be final.89
Errors'+' should be on a new line.103
ErrorsFirst sentence should end with a period.115
ErrorsMethod 'getOwnerPartitionMap' is not designed for extension - needs to be abstract, final or empty.120
ErrorsMethod 'clear' is not designed for extension - needs to be abstract, final or empty.127

org/apache/giraph/comm/ServerData.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.40
ErrorsFirst sentence should end with a period.50
ErrorsFirst sentence should end with a period.56
ErrorsFirst sentence should end with a period.60
ErrorsFirst sentence should end with a period.66
ErrorsFirst sentence should end with a period.78
ErrorsFirst sentence should end with a period.82
ErrorsParameter service should be final.96
ErrorsParameter conf should be final.97
Errors'conf' hides a field.97
ErrorsParameter messageStoreFactory should be final.98
Errors'messageStoreFactory' hides a field.99
ErrorsParameter context should be final.100
ErrorsMethod 'getEdgeStore' is not designed for extension - needs to be abstract, final or empty.119
ErrorsMissing a Javadoc comment.119
ErrorsMethod 'getPartitionStore' is not designed for extension - needs to be abstract, final or empty.128
ErrorsFirst sentence should end with a period.132
ErrorsMethod 'getIncomingMessageStore' is not designed for extension - needs to be abstract, final or empty.139
ErrorsFirst sentence should end with a period.144
ErrorsMethod 'getCurrentMessageStore' is not designed for extension - needs to be abstract, final or empty.151
ErrorsFirst sentence should end with a period.156
ErrorsMethod 'prepareSuperstep' is not designed for extension - needs to be abstract, final or empty.157
ErrorsFirst sentence should end with a period.171
ErrorsMethod 'getVertexMutations' is not designed for extension - needs to be abstract, final or empty.176
ErrorsFirst sentence should end with a period.181
ErrorsMethod 'getOwnerAggregatorData' is not designed for extension - needs to be abstract, final or empty.186
ErrorsFirst sentence should end with a period.190
ErrorsMethod 'getAllAggregatorData' is not designed for extension - needs to be abstract, final or empty.195

org/apache/giraph/comm/WorkerClient.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.70
ErrorsExpected @throws tag for 'IOException'.88
ErrorsExpected @throws tag for 'IOException'.97

org/apache/giraph/comm/WorkerClientRequestProcessor.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.30
ErrorsFirst sentence should end with a period.48
ErrorsFirst sentence should end with a period.66
ErrorsExpected @throws tag for 'IOException'.73
ErrorsExpected @throws tag for 'IOException'.86
ErrorsExpected @throws tag for 'IOException'.97
ErrorsFirst sentence should end with a period.99
ErrorsExpected @throws tag for 'IOException'.105
ErrorsFirst sentence should end with a period.107
ErrorsExpected @throws tag for 'IOException'.113
ErrorsExpected @throws tag for 'IOException'.121

org/apache/giraph/comm/WorkerServer.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.38
ErrorsFirst sentence should end with a period.50

org/apache/giraph/comm/aggregators/AggregatedValueOutputStream.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.30
ErrorsMethod 'addAggregator' is not designed for extension - needs to be abstract, final or empty.38
ErrorsParameter aggregatorName should be final.38
ErrorsParameter aggregatedValue should be final.39
ErrorsExpected @throws tag for 'IOException'.39

org/apache/giraph/comm/aggregators/AggregatorOutputStream.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.26
ErrorsFirst sentence should end with a period.31
ErrorsMethod 'addAggregator' is not designed for extension - needs to be abstract, final or empty.40
ErrorsParameter aggregatorName should be final.40
ErrorsParameter aggregatorClass should be final.41
ErrorsParameter aggregatedValue should be final.42
ErrorsExpected @throws tag for 'IOException'.42

org/apache/giraph/comm/aggregators/AggregatorUtils.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.29
ErrorsClass AggregatorUtils should be declared as final.32
ErrorsFirst sentence should end with a period.33
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.42
ErrorsFirst sentence should end with a period.54
ErrorsFirst sentence should end with a period.57
ErrorsParameter aggregatorClassName should be final.66
Errors'+' should be on a new line.71
ErrorsParameter aggregatorClass should be final.86
ErrorsParameter conf should be final.87
ErrorsFirst sentence should end with a period.91
ErrorsParameter aggregatorName should be final.98
ErrorsParameter workers should be final.99
ErrorsParameter conf should be final.111
ErrorsParameter aggregatorName should be final.128
ErrorsParameter hasRegisteredAggregators should be final.128
ErrorsParameter conf should be final.129
Errors'+' should be on a new line.130
Errors'+' should be on a new line.133
Errors'+' should be on a new line.134
Errors'+' should be on a new line.135
Errors'+' should be on a new line.136

org/apache/giraph/comm/aggregators/AllAggregatorServerData.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.49
ErrorsFirst sentence should end with a period.52
ErrorsFirst sentence should end with a period.59
ErrorsFirst sentence should end with a period.62
ErrorsFirst sentence should end with a period.85
ErrorsFirst sentence should end with a period.87
ErrorsFirst sentence should end with a period.90
ErrorsParameter progressable should be final.96
Errors'progressable' hides a field.96
ErrorsParameter conf should be final.97
Errors'conf' hides a field.97
ErrorsMethod 'registerAggregatorClass' is not designed for extension - needs to be abstract, final or empty.110
ErrorsParameter name should be final.110
ErrorsParameter aggregatorClass should be final.111
ErrorsMethod 'setAggregatorValue' is not designed for extension - needs to be abstract, final or empty.127
ErrorsParameter name should be final.127
ErrorsParameter value should be final.127
ErrorsMethod 'createAggregatorInitialValue' is not designed for extension - needs to be abstract, final or empty.141
ErrorsParameter name should be final.141
ErrorsMethod 'receivedRequestFromMaster' is not designed for extension - needs to be abstract, final or empty.155
ErrorsParameter aggregatorData should be final.155
ErrorsMethod 'receivedRequestCountFromMaster' is not designed for extension - needs to be abstract, final or empty.167
ErrorsParameter requestCount should be final.167
ErrorsParameter taskId should be final.167
ErrorsMethod 'receivedRequestFromWorker' is not designed for extension - needs to be abstract, final or empty.175
ErrorsMethod 'receivedRequestCountFromWorker' is not designed for extension - needs to be abstract, final or empty.186
ErrorsParameter requestCount should be final.186
ErrorsParameter taskId should be final.186
ErrorsMethod 'getDataFromMasterWhenReady' is not designed for extension - needs to be abstract, final or empty.197
ErrorsParameter masterInfo should be final.197
Errors'+' should be on a new line.201
ErrorsMethod 'fillNextSuperstepMapsWhenReady' is not designed for extension - needs to be abstract, final or empty.218
ErrorsParameter workerIds should be final.219
ErrorsParameter previousAggregatedValuesMap should be final.220
ErrorsParameter currentAggregatorMap should be final.221
Errors':' should be on a new line.228
ErrorsFirst sentence should end with a period.241
ErrorsMethod 'reset' is not designed for extension - needs to be abstract, final or empty.244

org/apache/giraph/comm/aggregators/CountingCache.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.30
ErrorsMethod 'incrementCounter' is not designed for extension - needs to be abstract, final or empty.39
ErrorsParameter taskId should be final.39
ErrorsAvoid inline conditionals.42
ErrorsFirst sentence should end with a period.45
ErrorsMethod 'getCount' is not designed for extension - needs to be abstract, final or empty.51
ErrorsParameter taskId should be final.51
ErrorsFirst sentence should end with a period.60
ErrorsMethod 'reset' is not designed for extension - needs to be abstract, final or empty.63

org/apache/giraph/comm/aggregators/CountingOutputStream.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.30
ErrorsVariable 'dataOutput' must be private and have accessor methods.31
ErrorsFirst sentence should end with a period.32
ErrorsFirst sentence should end with a period.35
ErrorsFirst sentence should end with a period.43
ErrorsMethod 'incrementCounter' is not designed for extension - needs to be abstract, final or empty.46
ErrorsFirst sentence should end with a period.50
ErrorsMethod 'getSize' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMethod 'flush' is not designed for extension - needs to be abstract, final or empty.64
ErrorsFirst sentence should end with a period.72

org/apache/giraph/comm/aggregators/OwnerAggregatorServerData.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.61
ErrorsFirst sentence should end with a period.64
ErrorsFirst sentence should end with a period.74
ErrorsFirst sentence should end with a period.76
ErrorsFirst sentence should end with a period.79
ErrorsParameter progressable should be final.85
Errors'progressable' hides a field.85
ErrorsParameter conf should be final.86
Errors'conf' hides a field.86
ErrorsMethod 'registerAggregator' is not designed for extension - needs to be abstract, final or empty.98
ErrorsParameter name should be final.98
ErrorsParameter aggregatorClass should be final.99
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.116
ErrorsParameter name should be final.116
ErrorsParameter value should be final.116
ErrorsMethod 'createAggregatorInitialValue' is not designed for extension - needs to be abstract, final or empty.133
ErrorsParameter name should be final.133
ErrorsMethod 'receivedRequestFromWorker' is not designed for extension - needs to be abstract, final or empty.144
ErrorsMethod 'receivedRequestCountFromWorker' is not designed for extension - needs to be abstract, final or empty.155
ErrorsParameter requestCount should be final.155
ErrorsParameter taskId should be final.155
ErrorsMethod 'getMyAggregatorValuesWhenReady' is not designed for extension - needs to be abstract, final or empty.167
ErrorsParameter workerIds should be final.168
ErrorsParameter aggregator should be final.178
ErrorsFirst sentence should end with a period.186
ErrorsMethod 'reset' is not designed for extension - needs to be abstract, final or empty.189

org/apache/giraph/comm/aggregators/SendAggregatedValueCache.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.34
ErrorsFirst sentence should end with a period.38
ErrorsMethod 'addAggregator' is not designed for extension - needs to be abstract, final or empty.47
ErrorsParameter taskId should be final.47
ErrorsParameter aggregatorName should be final.47
ErrorsParameter aggregatedValue should be final.48
ErrorsExpected @throws tag for 'IOException'.48
ErrorsFirst sentence should end with a period.57
ErrorsMethod 'removeAggregators' is not designed for extension - needs to be abstract, final or empty.63
ErrorsParameter taskId should be final.63
Errors'4' is a magic number.67
ErrorsMethod 'addCountAggregator' is not designed for extension - needs to be abstract, final or empty.81
ErrorsParameter taskId should be final.81
ErrorsExpected @throws tag for 'IOException'.81

org/apache/giraph/comm/aggregators/SendAggregatorCache.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.35
ErrorsFirst sentence should end with a period.39
ErrorsMethod 'addAggregator' is not designed for extension - needs to be abstract, final or empty.49
ErrorsParameter taskId should be final.49
ErrorsParameter aggregatorName should be final.49
ErrorsParameter aggregatorClass should be final.50
ErrorsParameter aggregatedValue should be final.51
ErrorsExpected @throws tag for 'IOException'.51
ErrorsFirst sentence should end with a period.61
ErrorsMethod 'removeAggregators' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter taskId should be final.67
Errors'4' is a magic number.71
ErrorsMethod 'addCountAggregator' is not designed for extension - needs to be abstract, final or empty.85
ErrorsParameter taskId should be final.85
ErrorsExpected @throws tag for 'IOException'.85

org/apache/giraph/comm/aggregators/WorkerAggregatorRequestProcessor.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.29
ErrorsExpected @throws tag for 'IOException'.39
ErrorsExpected @throws tag for 'IOException'.46
ErrorsExpected @throws tag for 'IOException'.55
ErrorsFirst sentence should end with a period.57
ErrorsExpected @throws tag for 'IOException'.63

org/apache/giraph/comm/messages/BasicMessageStore.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.33
ErrorsExpected @throws tag for 'IOException'.40
ErrorsExpected @throws tag for 'IOException'.51
ErrorsExpected @throws tag for 'IOException'.59
ErrorsExpected @throws tag for 'IOException'.66

org/apache/giraph/comm/messages/ByteArrayMessagesPerVertexStore.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.48
ErrorsParameter messageClass should be final.56
ErrorsParameter service should be final.57
ErrorsParameter config should be final.58
ErrorsParameter partitionMap should be final.72
ErrorsParameter iterator should be final.73
ErrorsMethod 'addPartitionMessages' is not designed for extension - needs to be abstract, final or empty.90
ErrorsParameter partitionId should be final.92
ErrorsParameter messages should be final.93
ErrorsFirst sentence should end with a period.131
ErrorsClass MessagesIterable should be declared as final.134
ErrorsFirst sentence should end with a period.135
ErrorsParameter buf should be final.142
ErrorsParameter off should be final.142
ErrorsParameter length should be final.142
ErrorsMethod 'getMessagesAsIterable' is not designed for extension - needs to be abstract, final or empty.152
ErrorsParameter extendedDataOutput should be final.154
ErrorsFirst sentence should end with a period.160
ErrorsFirst sentence should end with a period.165
ErrorsParameter configuration should be final.174
ErrorsParameter buf should be final.175
ErrorsParameter off should be final.175
ErrorsParameter length should be final.175
ErrorsMethod 'getNumberOfMessagesIn' is not designed for extension - needs to be abstract, final or empty.185
ErrorsParameter partitionMap should be final.187
ErrorsMethod 'writeMessages' is not designed for extension - needs to be abstract, final or empty.198
ErrorsParameter extendedDataOutput should be final.199
ErrorsParameter out should be final.200
ErrorsMethod 'readFieldsForMessages' is not designed for extension - needs to be abstract, final or empty.206
ErrorsParameter in should be final.207
ErrorsFirst sentence should end with a period.217
ErrorsParameter service should be final.228
ErrorsParameter config should be final.229
ErrorsMethod 'addMessages' is not designed for extension - needs to be abstract, final or empty.233
ErrorsParameter messageStore should be final.234
Errors':' should be on a new line.241
Errors'+' should be on a new line.264
ErrorsFirst sentence should end with a period.269
ErrorsFirst sentence should end with a period.277
ErrorsFirst sentence should end with a period.279
ErrorsParameter service should be final.286
Errors'service' hides a field.286
ErrorsParameter config should be final.287
Errors'config' hides a field.287
ErrorsParameter messageClass should be final.293

org/apache/giraph/comm/messages/DiskBackedMessageStore.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.52
ErrorsFirst sentence should end with a period.54
ErrorsFirst sentence should end with a period.60
ErrorsFirst sentence should end with a period.62
ErrorsFirst sentence should end with a period.64
ErrorsFirst sentence should end with a period.66
ErrorsFirst sentence should end with a period.68
ErrorsFirst sentence should end with a period.71
ErrorsParameter messageClass should be final.82
Errors'messageClass' hides a field.82
ErrorsParameter config should be final.83
Errors'config' hides a field.83
ErrorsParameter fileStoreFactory should be final.84
Errors'fileStoreFactory' hides a field.84
ErrorsFirst sentence should end with a period.95
ErrorsMethod 'addVertexMessages' is not designed for extension - needs to be abstract, final or empty.105
ErrorsParameter vertexId should be final.105
ErrorsParameter messages should be final.106
ErrorsExpected @throws tag for 'IOException'.106
ErrorsMethod 'addMessages' is not designed for extension - needs to be abstract, final or empty.136
ErrorsParameter messageStore should be final.137
ErrorsFirst sentence should end with a period.145
ErrorsFirst sentence should end with a period.149
ErrorsParameter buf should be final.157
ErrorsParameter off should be final.157
ErrorsParameter length should be final.157
ErrorsMethod 'getVertexMessages' is not designed for extension - needs to be abstract, final or empty.167
ErrorsParameter vertexId should be final.168
ErrorsMethod 'getNumberOfMessages' is not designed for extension - needs to be abstract, final or empty.183
ErrorsMethod 'hasMessagesForVertex' is not designed for extension - needs to be abstract, final or empty.188
ErrorsParameter vertexId should be final.189
ErrorsMethod 'getDestinationVertices' is not designed for extension - needs to be abstract, final or empty.193
ErrorsMethod 'clearVertexMessages' is not designed for extension - needs to be abstract, final or empty.198
ErrorsParameter vertexId should be final.199
ErrorsMethod 'clearAll' is not designed for extension - needs to be abstract, final or empty.203
ErrorsFirst sentence should end with a period.213
ErrorsClass TemporaryMessageStore should be declared as final.216
ErrorsFirst sentence should end with a period.217
ErrorsParameter temporaryMessages should be final.230
Errors'temporaryMessages' hides a field.231
ErrorsParameter vertexId should be final.241
ErrorsParameter messageStore should be final.251
ErrorsParameter vertexId should be final.257
ErrorsParameter vertexId should be final.267
ErrorsParameter dataOutput should be final.277
ErrorsParameter dataInput should be final.282
ErrorsMethod 'flush' is not designed for extension - needs to be abstract, final or empty.287
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.307
ErrorsParameter out should be final.308
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.333
ErrorsParameter in should be final.334
ErrorsFirst sentence should end with a period.369
ErrorsParameter config should be final.381
ErrorsParameter fileStoreFactory should be final.382
ErrorsFirst sentence should end with a period.386
ErrorsFirst sentence should end with a period.395
ErrorsFirst sentence should end with a period.397
ErrorsParameter config should be final.406
Errors'config' hides a field.406
ErrorsParameter fileStoreFactory should be final.407
Errors'fileStoreFactory' hides a field.407
ErrorsParameter messageClass should be final.413

org/apache/giraph/comm/messages/DiskBackedMessageStoreByPartition.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.50
ErrorsFirst sentence should end with a period.52
ErrorsFirst sentence should end with a period.54
ErrorsFirst sentence should end with a period.56
ErrorsFirst sentence should end with a period.59
ErrorsParameter messageClass should be final.70
Errors'messageClass' hides a field.70
ErrorsParameter service should be final.71
Errors'service' hides a field.71
ErrorsParameter maxNumberOfMessagesInMemory should be final.72
Errors'maxNumberOfMessagesInMemory' hides a field.72
ErrorsParameter fileStoreFactory should be final.73
Errors'fileStoreFactory' hides a field.74
ErrorsMethod 'addPartitionMessages' is not designed for extension - needs to be abstract, final or empty.82
ErrorsParameter partitionId should be final.84
ErrorsParameter messages should be final.85
Errors'+' should be on a new line.106
ErrorsMethod 'addMessages' is not designed for extension - needs to be abstract, final or empty.112
ErrorsParameter messageStore should be final.113
Errors'+' should be on a new line.124
ErrorsMethod 'getVertexMessages' is not designed for extension - needs to be abstract, final or empty.131
ErrorsParameter vertexId should be final.132
ErrorsMethod 'getNumberOfMessages' is not designed for extension - needs to be abstract, final or empty.140
Errors':' should be on a new line.143
ErrorsMethod 'hasMessagesForVertex' is not designed for extension - needs to be abstract, final or empty.150
ErrorsParameter vertexId should be final.151
ErrorsMethod 'getDestinationVertices' is not designed for extension - needs to be abstract, final or empty.155
Errors':' should be on a new line.158
ErrorsMethod 'getPartitionDestinationVertices' is not designed for extension - needs to be abstract, final or empty.165
ErrorsParameter partitionId should be final.166
ErrorsMethod 'clearVertexMessages' is not designed for extension - needs to be abstract, final or empty.176
ErrorsParameter vertexId should be final.177
ErrorsMethod 'clearPartition' is not designed for extension - needs to be abstract, final or empty.183
ErrorsParameter partitionId should be final.184
ErrorsMethod 'clearAll' is not designed for extension - needs to be abstract, final or empty.192
Errors':' should be on a new line.194
ErrorsFirst sentence should end with a period.201
ErrorsExpected @throws tag for 'IOException'.206
ErrorsFirst sentence should end with a period.212
Errors':' should be on a new line.219
ErrorsFirst sentence should end with a period.226
ErrorsExpected @throws tag for 'IOException'.231
Errors':' should be on a new line.234
ErrorsFirst sentence should end with a period.247
ErrorsParameter vertexId should be final.254
ErrorsParameter partitionId should be final.268
ErrorsAvoid inline conditionals.277
ErrorsMethod 'writePartition' is not designed for extension - needs to be abstract, final or empty.280
ErrorsParameter out should be final.281
ErrorsParameter partitionId should be final.282
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.291
ErrorsParameter out should be final.292
Errors':' should be on a new line.294
ErrorsMethod 'readFieldsForPartition' is not designed for extension - needs to be abstract, final or empty.301
ErrorsParameter in should be final.302
ErrorsParameter partitionId should be final.303
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.312
ErrorsParameter in should be final.313
ErrorsFirst sentence should end with a period.325
ErrorsParameter service should be final.341
ErrorsParameter maxMessagesInMemory should be final.342
ErrorsParameter fileStoreFactory should be final.343
ErrorsFirst sentence should end with a period.349
ErrorsFirst sentence should end with a period.360
ErrorsFirst sentence should end with a period.362
ErrorsFirst sentence should end with a period.364
ErrorsParameter service should be final.374
Errors'service' hides a field.374
ErrorsParameter maxMessagesInMemory should be final.375
Errors'maxMessagesInMemory' hides a field.375
ErrorsParameter fileStoreFactory should be final.376
Errors'fileStoreFactory' hides a field.377
ErrorsParameter messageClass should be final.384

org/apache/giraph/comm/messages/FlushableMessageStore.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.26
ErrorsExpected @throws tag for 'IOException'.39

org/apache/giraph/comm/messages/InMemoryMessageStoreFactory.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.43
ErrorsFirst sentence should end with a period.45
ErrorsParameter service should be final.52
Errors'service' hides a field.52
ErrorsParameter conf should be final.53
Errors'conf' hides a field.53
ErrorsMethod 'newStore' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter messageClass should be final.59
Errors'+' should be on a new line.62
Errors'+' should be on a new line.69

org/apache/giraph/comm/messages/MessageStore.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.24
ErrorsFirst sentence should end with a period.32
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.47

org/apache/giraph/comm/messages/MessageStoreByPartition.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.28
ErrorsFirst sentence should end with a period.36
ErrorsExpected @throws tag for 'IOException'.45
ErrorsFirst sentence should end with a period.47
ErrorsExpected @throws tag for 'IOException'.61
ErrorsExpected @throws tag for 'IOException'.70
ErrorsFirst sentence should end with a period.72
ErrorsExpected @throws tag for 'IOException'.81

org/apache/giraph/comm/messages/MessageStoreFactory.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.24

org/apache/giraph/comm/messages/OneMessagePerVertexStore.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.45
ErrorsParameter messageClass should be final.55
ErrorsParameter service should be final.56
ErrorsParameter combiner should be final.57
Errors'combiner' hides a field.57
ErrorsParameter config should be final.58
ErrorsFirst sentence should end with a period.63
ErrorsParameter vertexId should be final.72
ErrorsParameter partitionMap should be final.73
ErrorsFirst sentence should end with a period.85
ErrorsParameter vertexId should be final.93
ErrorsParameter message should be final.93
ErrorsParameter partitionMap should be final.94
ErrorsExpected @throws tag for 'IOException'.94
ErrorsMethod 'addPartitionMessages' is not designed for extension - needs to be abstract, final or empty.101
ErrorsParameter partitionId should be final.103
ErrorsParameter messages should be final.104
ErrorsMethod 'getMessagesAsIterable' is not designed for extension - needs to be abstract, final or empty.130
ErrorsParameter message should be final.131
ErrorsMethod 'getNumberOfMessagesIn' is not designed for extension - needs to be abstract, final or empty.135
ErrorsParameter partitionMap should be final.136
ErrorsMethod 'writeMessages' is not designed for extension - needs to be abstract, final or empty.140
ErrorsParameter messages should be final.141
ErrorsParameter out should be final.141
ErrorsMethod 'readFieldsForMessages' is not designed for extension - needs to be abstract, final or empty.145
ErrorsParameter in should be final.146
ErrorsMethod 'addMessages' is not designed for extension - needs to be abstract, final or empty.152
ErrorsParameter messageStore should be final.153
Errors':' should be on a new line.161
Errors'+' should be on a new line.168
ErrorsFirst sentence should end with a period.173
ErrorsParameter service should be final.184
ErrorsParameter config should be final.185
ErrorsFirst sentence should end with a period.189
ErrorsFirst sentence should end with a period.198
ErrorsFirst sentence should end with a period.200
ErrorsParameter service should be final.207
Errors'service' hides a field.207
ErrorsParameter config should be final.208
Errors'config' hides a field.208
ErrorsParameter messageClass should be final.214

org/apache/giraph/comm/messages/SequentialFileMessageStore.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.64
ErrorsFirst sentence should end with a period.67
ErrorsFirst sentence should end with a period.69
ErrorsFirst sentence should end with a period.71
ErrorsFirst sentence should end with a period.73
ErrorsFirst sentence should end with a period.75
ErrorsFirst sentence should end with a period.77
ErrorsFirst sentence should end with a period.79
ErrorsParameter messageClass should be final.92
Errors'messageClass' hides a field.92
ErrorsParameter config should be final.93
Errors'config' hides a field.93
ErrorsParameter bufferSize should be final.94
Errors'bufferSize' hides a field.94
ErrorsParameter fileName should be final.95
ErrorsMethod 'addMessages' is not designed for extension - needs to be abstract, final or empty.102
ErrorsParameter messageStore should be final.103
Errors'+' should be on a new line.146
ErrorsMethod 'getVertexMessages' is not designed for extension - needs to be abstract, final or empty.173
ErrorsParameter vertexId should be final.174
ErrorsExpected @throws tag for 'IOException'.175
Errors'+' should be on a new line.177
ErrorsParameter vertexId should be final.197
ErrorsMethod 'clearAll' is not designed for extension - needs to be abstract, final or empty.199
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.205
ErrorsParameter out should be final.206
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.223
ErrorsParameter in should be final.224
Errors'in' hides a field.224
ErrorsFirst sentence should end with a period.239
ErrorsExpected @throws tag for 'IOException'.244
Errors'+' should be on a new line.250
ErrorsExpected @throws tag for 'IOException'.265
ErrorsExpected @throws tag for 'IOException'.282
ErrorsExpected @throws tag for 'IOException'.300
Errors'+' should be on a new line.308
Errors'+' should be on a new line.309
Errors'+' should be on a new line.310
ErrorsExpected @throws tag for 'IOException'.324
ErrorsExpected @throws tag for 'IOException'.337
ErrorsFirst sentence should end with a period.347
ErrorsParameter config should be final.357
ErrorsFirst sentence should end with a period.361
ErrorsFirst sentence should end with a period.370
ErrorsFirst sentence should end with a period.372
ErrorsFirst sentence should end with a period.374
ErrorsFirst sentence should end with a period.376
ErrorsParameter config should be final.384
Errors'config' hides a field.384
Errors'+' should be on a new line.393
ErrorsParameter messageClass should be final.403

org/apache/giraph/comm/messages/SimpleMessageStore.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.48
ErrorsVariable 'messageClass' must be private and have accessor methods.49
ErrorsFirst sentence should end with a period.50
ErrorsVariable 'service' must be private and have accessor methods.51
ErrorsFirst sentence should end with a period.52
ErrorsVariable 'map' must be private and have accessor methods.53
ErrorsFirst sentence should end with a period.54
ErrorsVariable 'config' must be private and have accessor methods.55
ErrorsFirst sentence should end with a period.57
ErrorsParameter messageClass should be final.65
Errors'messageClass' hides a field.65
ErrorsParameter service should be final.66
Errors'service' hides a field.66
ErrorsParameter config should be final.67
Errors'config' hides a field.67
ErrorsFirst sentence should end with a period.75
ErrorsFirst sentence should end with a period.83
ErrorsFirst sentence should end with a period.92
ErrorsExpected @throws tag for 'IOException'.100
ErrorsFirst sentence should end with a period.102
ErrorsExpected @throws tag for 'IOException'.109
ErrorsFirst sentence should end with a period.111
ErrorsMethod 'getPartitionId' is not designed for extension - needs to be abstract, final or empty.117
ErrorsParameter vertexId should be final.117
ErrorsMethod 'getOrCreatePartitionMap' is not designed for extension - needs to be abstract, final or empty.129
ErrorsParameter partitionId should be final.129
ErrorsMethod 'getPartitionDestinationVertices' is not designed for extension - needs to be abstract, final or empty.142
ErrorsParameter partitionId should be final.143
ErrorsAvoid inline conditionals.145
Errors':' should be on a new line.145
ErrorsMethod 'hasMessagesForVertex' is not designed for extension - needs to be abstract, final or empty.149
ErrorsParameter vertexId should be final.150
ErrorsAvoid inline conditionals.153
ErrorsMethod 'getDestinationVertices' is not designed for extension - needs to be abstract, final or empty.156
ErrorsMethod 'getVertexMessages' is not designed for extension - needs to be abstract, final or empty.165
ErrorsParameter vertexId should be final.166
ErrorsAvoid inline conditionals.172
Errors':' should be on a new line.172
ErrorsMethod 'getNumberOfMessages' is not designed for extension - needs to be abstract, final or empty.176
ErrorsMethod 'writePartition' is not designed for extension - needs to be abstract, final or empty.185
ErrorsParameter out should be final.186
ErrorsParameter partitionId should be final.187
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.199
ErrorsParameter out should be final.200
ErrorsMethod 'readFieldsForPartition' is not designed for extension - needs to be abstract, final or empty.208
ErrorsParameter in should be final.209
ErrorsParameter partitionId should be final.210
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.223
ErrorsParameter in should be final.224
ErrorsMethod 'clearVertexMessages' is not designed for extension - needs to be abstract, final or empty.232
ErrorsParameter vertexId should be final.233
ErrorsMethod 'clearPartition' is not designed for extension - needs to be abstract, final or empty.241
ErrorsParameter partitionId should be final.242
ErrorsMethod 'clearAll' is not designed for extension - needs to be abstract, final or empty.246

org/apache/giraph/comm/netty/ByteCounter.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.49
ErrorsFirst sentence should end with a period.51
ErrorsFirst sentence should end with a period.54
ErrorsFirst sentence should end with a period.57
ErrorsFirst sentence should end with a period.59
ErrorsFirst sentence should end with a period.61
ErrorsFirst sentence should end with a period.63
ErrorsFirst sentence should end with a period.65
ErrorsFirst sentence should end with a period.67
ErrorsFirst sentence should end with a period.69
ErrorsFirst sentence should end with a period.73
ErrorsFirst sentence should end with a period.75
ErrorsFirst sentence should end with a period.77
ErrorsFirst sentence should end with a period.79
ErrorsFirst sentence should end with a period.82
ErrorsMethod 'newSuperstep' is not designed for extension - needs to be abstract, final or empty.88
ErrorsParameter superstepMetrics should be final.89
ErrorsMethod 'handleUpstream' is not designed for extension - needs to be abstract, final or empty.99
ErrorsParameter ctx should be final.100
ErrorsParameter e should be final.100
Errors'&&' should be on a new line.102
Errors'+' should be on a new line.111
ErrorsMethod 'handleDownstream' is not designed for extension - needs to be abstract, final or empty.119
ErrorsParameter ctx should be final.120
ErrorsParameter e should be final.120
Errors'&&' should be on a new line.122
Errors'+' should be on a new line.131
ErrorsFirst sentence should end with a period.156
ErrorsMethod 'resetAll' is not designed for extension - needs to be abstract, final or empty.159
ErrorsMethod 'getBytesSent' is not designed for extension - needs to be abstract, final or empty.164
ErrorsMissing a Javadoc comment.164
ErrorsMethod 'getBytesReceived' is not designed for extension - needs to be abstract, final or empty.168
ErrorsMissing a Javadoc comment.168
ErrorsMethod 'getMbytesPerSecSent' is not designed for extension - needs to be abstract, final or empty.175
Errors'1000f' is a magic number.176
Errors'/' should be on a new line.176
ErrorsMethod 'getMbytesPerSecReceived' is not designed for extension - needs to be abstract, final or empty.183
Errors'1000f' is a magic number.184
Errors'/' should be on a new line.184
ErrorsMethod 'getMetrics' is not designed for extension - needs to be abstract, final or empty.191
ErrorsAvoid inline conditionals.197
ErrorsAvoid inline conditionals.199
Errors'+' should be on a new line.200
Errors'+' should be on a new line.201
Errors'+' should be on a new line.202
Errors'+' should be on a new line.203
Errors'+' should be on a new line.204
Errors'+' should be on a new line.205
Errors'+' should be on a new line.206
Errors'+' should be on a new line.207
Errors'+' should be on a new line.208
Errors'+' should be on a new line.209
Errors'+' should be on a new line.210
Errors'1000f' is a magic number.211
ErrorsMethod 'getMetricsWindow' is not designed for extension - needs to be abstract, final or empty.221
ErrorsParameter minMsecsWindow should be final.221

org/apache/giraph/comm/netty/ChannelRotater.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.31
ErrorsFirst sentence should end with a period.33
ErrorsFirst sentence should end with a period.35
ErrorsFirst sentence should end with a period.38
ErrorsParameter taskId should be final.43
Errors'taskId' hides a field.43
ErrorsMethod 'getTaskId' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMissing a Javadoc comment.47
ErrorsFirst sentence should end with a period.51
ErrorsMethod 'addChannel' is not designed for extension - needs to be abstract, final or empty.56
ErrorsParameter channel should be final.56
ErrorsFirst sentence should end with a period.62
ErrorsMethod 'nextChannel' is not designed for extension - needs to be abstract, final or empty.67
ErrorsFirst sentence should end with a period.79
ErrorsMethod 'removeChannel' is not designed for extension - needs to be abstract, final or empty.85
ErrorsParameter channel should be final.85
ErrorsFirst sentence should end with a period.93
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.98
ErrorsFirst sentence should end with a period.102
ErrorsMethod 'closeChannels' is not designed for extension - needs to be abstract, final or empty.107
ErrorsParameter channelFutureListener should be final.108
ErrorsFirst sentence should end with a period.117
ErrorsMethod 'getChannels' is not designed for extension - needs to be abstract, final or empty.122

org/apache/giraph/comm/netty/NettyClient.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.77
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.80
ErrorsFirst sentence should end with a period.88
ErrorsFirst sentence should end with a period.91
ErrorsFirst sentence should end with a period.93
ErrorsFirst sentence should end with a period.96
ErrorsFirst sentence should end with a period.98
ErrorsFirst sentence should end with a period.100
ErrorsFirst sentence should end with a period.105
ErrorsFirst sentence should end with a period.108
ErrorsFirst sentence should end with a period.112
ErrorsFirst sentence should end with a period.114
ErrorsFirst sentence should end with a period.116
ErrorsFirst sentence should end with a period.118
ErrorsFirst sentence should end with a period.124
ErrorsFirst sentence should end with a period.134
ErrorsFirst sentence should end with a period.136
ErrorsFirst sentence should end with a period.138
ErrorsFirst sentence should end with a period.140
ErrorsFirst sentence should end with a period.142
ErrorsFirst sentence should end with a period.144
ErrorsFirst sentence should end with a period.146
ErrorsFirst sentence should end with a period.148
ErrorsFirst sentence should end with a period.150
ErrorsFirst sentence should end with a period.152
ErrorsFirst sentence should end with a period.154
ErrorsFirst sentence should end with a period.156
ErrorsFirst sentence should end with a period.158
ErrorsFirst sentence should end with a period.161
ErrorsFirst sentence should end with a period.163
ErrorsFirst sentence should end with a period.165
ErrorsFirst sentence should end with a period.169
ErrorsFirst sentence should end with a period.171
ErrorsFirst sentence should end with a period.173
ErrorsFirst sentence should end with a period.177
ErrorsParameter context should be final.184
Errors'context' hides a field.184
ErrorsParameter myTaskInfo should be final.186
Errors'myTaskInfo' hides a field.186
Errors'+' should be on a new line.201
Errors'1048576' is a magic number.228
Errors'1048576' is a magic number.228
Errors'+' should be on a new line.232
Errors'+' should be on a new line.233
Errors'1024' is a magic number.282
Errors'4' is a magic number.282
Errors'4' is a magic number.282
ErrorsFirst sentence should end with a period.320
ErrorsFirst sentence should end with a period.322
ErrorsFirst sentence should end with a period.324
ErrorsParameter future should be final.335
Errors'future' hides a field.335
ErrorsParameter address should be final.335
Errors'address' hides a field.335
ErrorsParameter taskId should be final.335
Errors'taskId' hides a field.335
Errors'+' should be on a new line.343
ErrorsFirst sentence should end with a period.348
ErrorsMethod 'connectAllAddresses' is not designed for extension - needs to be abstract, final or empty.353
ErrorsParameter tasks should be final.353
Errors'||' should be on a new line.359
Errors'||' should be on a new line.360
Errors'||' should be on a new line.366
Errors'+' should be on a new line.368
Errors'+' should be on a new line.372
Errors'+' should be on a new line.400
Errors'+' should be on a new line.401
Errors'+' should be on a new line.412
Errors'+' should be on a new line.436
Errors'+' should be on a new line.437
Errors'+' should be on a new line.438
Errors'+' should be on a new line.439
ErrorsMethod 'authenticate' is not designed for extension - needs to be abstract, final or empty.456
Errors'+' should be on a new line.457
Errors'+' should be on a new line.466
Errors'+' should be on a new line.473
Errors'+' should be on a new line.474
ErrorsAvoid inline conditionals.475
Errors'+' should be on a new line.475
ErrorsParameter taskId should be final.486
ErrorsParameter channel should be final.486
Errors'+' should be on a new line.491
Errors'+' should be on a new line.499
Errors'+' should be on a new line.513
Errors'+' should be on a new line.518
Errors'+' should be on a new line.522
ErrorsMethod 'stop' is not designed for extension - needs to be abstract, final or empty.532
ErrorsParameter cf should be final.545
Errors'+' should be on a new line.549
Errors'+' should be on a new line.550
ErrorsFirst sentence should end with a period.565
ErrorsParameter remoteServer should be final.571
Errors'+' should be on a new line.585
Errors'+' should be on a new line.589
Errors'+' should be on a new line.590
Errors'+' should be on a new line.606
Errors'+' should be on a new line.607
Errors'5000' is a magic number.611
Errors'+' should be on a new line.616
Errors'+' should be on a new line.617
ErrorsFirst sentence should end with a period.621
ErrorsMethod 'sendWritableRequest' is not designed for extension - needs to be abstract, final or empty.627
ErrorsParameter destTaskId should be final.627
ErrorsParameter request should be final.628
Errors'+' should be on a new line.651
Errors'+' should be on a new line.652
Errors'&&' should be on a new line.659
ErrorsMethod 'waitAllRequests' is not designed for extension - needs to be abstract, final or empty.670
Errors'+' should be on a new line.673
ErrorsParameter maxOpenRequests should be final.686
ErrorsParameter maxOpenRequests should be final.712
Errors'+' should be on a new line.714
Errors'+' should be on a new line.715
Errors'+' should be on a new line.716
Errors'+' should be on a new line.717
Errors':' should be on a new line.721
Errors'+' should be on a new line.723
Errors':' should be on a new line.730
ErrorsAvoid inline conditionals.735
ErrorsParameter entry1 should be final.742
ErrorsParameter entry2 should be final.743
ErrorsAvoid inline conditionals.746
ErrorsAvoid inline conditionals.746
Errors':' should be on a new line.782
Errors'||' should be on a new line.792
Errors'||' should be on a new line.793
Errors'+' should be on a new line.795
Errors'+' should be on a new line.796
Errors'+' should be on a new line.797
Errors'+' should be on a new line.798
Errors'+' should be on a new line.799
Errors'+' should be on a new line.800
Errors'+' should be on a new line.801
Errors'+' should be on a new line.802
Errors'==' should be on a new line.815
Errors'+' should be on a new line.817
ErrorsFirst sentence should end with a period.833
ErrorsUnused @throws tag for 'IllegalStateException'.840
ErrorsParameter maxResolveAddressAttempts should be final.844
ErrorsParameter address should be final.844
Errors'&&' should be on a new line.846
Errors'+' should be on a new line.849
Errors'+' should be on a new line.850
Errors'5000' is a magic number.853
Errors'+' should be on a new line.861

org/apache/giraph/comm/netty/NettyMasterClient.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.35
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.41
ErrorsFirst sentence should end with a period.43
ErrorsFirst sentence should end with a period.46
ErrorsFirst sentence should end with a period.48
ErrorsFirst sentence should end with a period.51
ErrorsParameter context should be final.58
ErrorsParameter configuration should be final.59
ErrorsParameter service should be final.60
Errors'service' hides a field.60
ErrorsMethod 'openConnections' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMethod 'sendAggregator' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter aggregatorName should be final.76
ErrorsParameter aggregatorClass should be final.77
ErrorsParameter aggregatedValue should be final.78
ErrorsMethod 'finishSendingAggregatedValues' is not designed for extension - needs to be abstract, final or empty.88
ErrorsParameter worker should be final.103
ErrorsMethod 'flush' is not designed for extension - needs to be abstract, final or empty.111
ErrorsMethod 'closeConnections' is not designed for extension - needs to be abstract, final or empty.116

org/apache/giraph/comm/netty/NettyMasterServer.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.29
ErrorsFirst sentence should end with a period.33
ErrorsFirst sentence should end with a period.36
ErrorsParameter conf should be final.43
ErrorsParameter service should be final.44
ErrorsParameter progressable should be final.45
ErrorsMethod 'getMyAddress' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.57

org/apache/giraph/comm/netty/NettyServer.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.66
ErrorsFirst sentence should end with a period.70
ErrorsFirst sentence should end with a period.75
ErrorsFirst sentence should end with a period.81
ErrorsFirst sentence should end with a period.83
ErrorsFirst sentence should end with a period.85
ErrorsFirst sentence should end with a period.87
ErrorsFirst sentence should end with a period.89
ErrorsFirst sentence should end with a period.91
ErrorsFirst sentence should end with a period.93
ErrorsFirst sentence should end with a period.95
ErrorsFirst sentence should end with a period.97
ErrorsFirst sentence should end with a period.99
ErrorsFirst sentence should end with a period.101
ErrorsFirst sentence should end with a period.104
ErrorsFirst sentence should end with a period.107
ErrorsFirst sentence should end with a period.109
ErrorsFirst sentence should end with a period.111
ErrorsFirst sentence should end with a period.113
ErrorsFirst sentence should end with a period.115
ErrorsFirst sentence should end with a period.117
ErrorsFirst sentence should end with a period.119
ErrorsFirst sentence should end with a period.123
ErrorsFirst sentence should end with a period.125
ErrorsFirst sentence should end with a period.128
ErrorsParameter conf should be final.136
Errors'conf' hides a field.136
ErrorsParameter requestServerHandlerFactory should be final.137
Errors'requestServerHandlerFactory' hides a field.137
ErrorsParameter myTaskInfo should be final.138
Errors'myTaskInfo' hides a field.138
ErrorsParameter progressable should be final.138
Errors'progressable' hides a field.138
Errors'1048576' is a magic number.183
Errors'1048576' is a magic number.183
Errors'+' should be on a new line.187
Errors'+' should be on a new line.188
ErrorsFirst sentence should end with a period.197
ErrorsParameter conf should be final.206
Errors'conf' hides a field.206
ErrorsParameter requestServerHandlerFactory should be final.207
Errors'requestServerHandlerFactory' hides a field.207
ErrorsParameter myTaskInfo should be final.208
Errors'myTaskInfo' hides a field.208
ErrorsParameter progressable should be final.209
Errors'progressable' hides a field.209
ErrorsParameter saslServerHandlerFactory should be final.210
Errors'saslServerHandlerFactory' hides a field.210
ErrorsFirst sentence should end with a period.216
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.219
Errors'4' is a magic number.229
Errors'+' should be on a new line.242
Errors'1024' is a magic number.250
Errors'1024' is a magic number.250
Errors'1024' is a magic number.250
Errors'4' is a magic number.250
Errors'4' is a magic number.250
ErrorsParameter ctx should be final.270
ErrorsParameter e should be final.271
Errors'1024' is a magic number.279
Errors'1024' is a magic number.279
Errors'1024' is a magic number.279
Errors'4' is a magic number.279
Errors'4' is a magic number.279
Errors'10' is a magic number.301
Errors'+' should be on a new line.316
Errors'+' should be on a new line.317
Errors'+' should be on a new line.331
Errors'+' should be on a new line.339
Errors'+' should be on a new line.344
Errors'+' should be on a new line.345
Errors'+' should be on a new line.346
Errors'+' should be on a new line.347
Errors'+' should be on a new line.348
ErrorsMethod 'stop' is not designed for extension - needs to be abstract, final or empty.356
ErrorsMethod 'getMyAddress' is not designed for extension - needs to be abstract, final or empty.380
ErrorsMissing a Javadoc comment.380

org/apache/giraph/comm/netty/NettyWorkerAggregatorRequestProcessor.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.36
ErrorsFirst sentence should end with a period.41
ErrorsFirst sentence should end with a period.43
ErrorsFirst sentence should end with a period.45
ErrorsFirst sentence should end with a period.47
ErrorsFirst sentence should end with a period.50
ErrorsParameter progressable should be final.61
Errors'progressable' hides a field.61
ErrorsParameter configuration should be final.62
ErrorsParameter serviceWorker should be final.63
Errors'serviceWorker' hides a field.63
ErrorsMethod 'sendAggregatedValue' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter aggregatorName should be final.74
ErrorsParameter aggregatedValue should be final.75
ErrorsMethod 'flush' is not designed for extension - needs to be abstract, final or empty.91
ErrorsParameter worker should be final.108
ErrorsMethod 'sendAggregatedValuesToMaster' is not designed for extension - needs to be abstract, final or empty.116
ErrorsParameter aggregatorData should be final.118
ErrorsMethod 'distributeAggregators' is not designed for extension - needs to be abstract, final or empty.123
ErrorsParameter aggregatorDataList should be final.125
ErrorsParameter workerInfo should be final.145

org/apache/giraph/comm/netty/NettyWorkerClient.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.58
ErrorsFirst sentence should end with a period.60
ErrorsFirst sentence should end with a period.62
ErrorsFirst sentence should end with a period.64
ErrorsFirst sentence should end with a period.68
ErrorsParameter context should be final.79
ErrorsParameter configuration should be final.80
ErrorsParameter service should be final.81
Errors'service' hides a field.81
ErrorsMethod 'newSuperstep' is not designed for extension - needs to be abstract, final or empty.90
ErrorsParameter metrics should be final.91
ErrorsMethod 'getService' is not designed for extension - needs to be abstract, final or empty.113
ErrorsMissing a Javadoc comment.113
ErrorsMethod 'openConnections' is not designed for extension - needs to be abstract, final or empty.117
ErrorsMethod 'getVertexPartitionOwner' is not designed for extension - needs to be abstract, final or empty.131
ErrorsParameter vertexId should be final.132
ErrorsMethod 'sendWritableRequest' is not designed for extension - needs to be abstract, final or empty.136
ErrorsParameter destTaskId should be final.137
ErrorsParameter request should be final.138
ErrorsMethod 'waitAllRequests' is not designed for extension - needs to be abstract, final or empty.146
ErrorsMethod 'closeConnections' is not designed for extension - needs to be abstract, final or empty.151
ErrorsMethod 'setup' is not designed for extension - needs to be abstract, final or empty.162
ErrorsParameter authenticate should be final.163
ErrorsMethod 'authenticate' is not designed for extension - needs to be abstract, final or empty.173

org/apache/giraph/comm/netty/NettyWorkerClientRequestProcessor.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.79
ErrorsFirst sentence should end with a period.82
ErrorsFirst sentence should end with a period.84
ErrorsFirst sentence should end with a period.88
ErrorsFirst sentence should end with a period.91
ErrorsFirst sentence should end with a period.93
ErrorsFirst sentence should end with a period.95
ErrorsFirst sentence should end with a period.99
ErrorsFirst sentence should end with a period.101
ErrorsFirst sentence should end with a period.103
ErrorsFirst sentence should end with a period.105
ErrorsFirst sentence should end with a period.109
ErrorsFirst sentence should end with a period.111
ErrorsParameter context should be final.122
ErrorsParameter conf should be final.123
ErrorsParameter serviceWorker should be final.124
Errors'serviceWorker' hides a field.124
ErrorsMethod 'sendMessageRequest' is not designed for extension - needs to be abstract, final or empty.161
ErrorsParameter destVertexId should be final.162
ErrorsParameter message should be final.162
Errors'+' should be on a new line.168
ErrorsMethod 'sendPartitionRequest' is not designed for extension - needs to be abstract, final or empty.192
ErrorsParameter workerInfo should be final.193
ErrorsParameter partition should be final.194
Errors'+' should be on a new line.196
ErrorsParameter workerInfo should be final.215
ErrorsParameter partition should be final.216
Errors':' should be on a new line.225
ErrorsMethod 'sendVertexRequest' is not designed for extension - needs to be abstract, final or empty.258
ErrorsParameter partitionOwner should be final.259
ErrorsParameter vertex should be final.260
ErrorsMethod 'addEdgeRequest' is not designed for extension - needs to be abstract, final or empty.270
ErrorsParameter vertexIndex should be final.271
ErrorsParameter edge should be final.271
Errors'+' should be on a new line.277
ErrorsMethod 'sendEdgeRequest' is not designed for extension - needs to be abstract, final or empty.289
ErrorsParameter sourceVertexId should be final.290
ErrorsParameter edge should be final.290
Errors'+' should be on a new line.297
ErrorsParameter partitionId should be final.328
ErrorsParameter partitionOwner should be final.328
ErrorsParameter partitionMutationCount should be final.329
ErrorsMethod 'removeEdgesRequest' is not designed for extension - needs to be abstract, final or empty.341
ErrorsParameter vertexIndex should be final.342
ErrorsParameter destinationVertexIndex should be final.343
Errors'+' should be on a new line.348
Errors'+' should be on a new line.349
ErrorsMethod 'addVertexRequest' is not designed for extension - needs to be abstract, final or empty.362
ErrorsParameter vertex should be final.363
Errors'+' should be on a new line.368
ErrorsMethod 'removeVertexRequest' is not designed for extension - needs to be abstract, final or empty.380
ErrorsParameter vertexIndex should be final.381
Errors'+' should be on a new line.386
ErrorsMethod 'flush' is not designed for extension - needs to be abstract, final or empty.398
Errors':' should be on a new line.401
Errors':' should be on a new line.440
ErrorsMethod 'resetMessageCount' is not designed for extension - needs to be abstract, final or empty.452
ErrorsFirst sentence should end with a period.459
ErrorsParameter workerInfo should be final.465
ErrorsParameter writableRequest should be final.466
Errors'==' should be on a new line.468

org/apache/giraph/comm/netty/NettyWorkerServer.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.66
ErrorsFirst sentence should end with a period.69
ErrorsFirst sentence should end with a period.71
ErrorsFirst sentence should end with a period.73
ErrorsFirst sentence should end with a period.75
ErrorsFirst sentence should end with a period.77
ErrorsParameter conf should be final.87
Errors'conf' hides a field.87
ErrorsParameter service should be final.88
Errors'service' hides a field.88
ErrorsParameter context should be final.89
Errors'context' hides a field.89
ErrorsFirst sentence should end with a period.104
Errors'+' should be on a new line.118
ErrorsMethod 'getMyAddress' is not designed for extension - needs to be abstract, final or empty.131
ErrorsMethod 'prepareSuperstep' is not designed for extension - needs to be abstract, final or empty.136
Errors'100' is a magic number.147
Errors':' should be on a new line.149
Errors'+' should be on a new line.155
Errors'+' should be on a new line.170
Errors':' should be on a new line.180
Errors'+' should be on a new line.204
Errors'+' should be on a new line.205
Errors'+' should be on a new line.206
Errors'+' should be on a new line.207
Errors'+' should be on a new line.208
Errors'+' should be on a new line.220
Errors'+' should be on a new line.221
ErrorsMethod 'getServerData' is not designed for extension - needs to be abstract, final or empty.226
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.231

org/apache/giraph/comm/netty/SaslNettyClient.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.50
Errors'+' should be on a new line.73
Errors'+' should be on a new line.74
Errors'{' is followed by whitespace.77
Errors'+' should be on a new line.81
ErrorsMethod 'getAuthenticated' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMissing a Javadoc comment.87
ErrorsParameter conf should be final.99
ErrorsExpected @throws tag for 'IOException'.100
Errors'+' should be on a new line.109
Errors'+' should be on a new line.110
ErrorsMethod 'firstToken' is not designed for extension - needs to be abstract, final or empty.120
ErrorsExpected @throws tag for 'IOException'.121
ErrorsMethod 'isComplete' is not designed for extension - needs to be abstract, final or empty.132
ErrorsMissing a Javadoc comment.132
ErrorsMethod 'saslResponse' is not designed for extension - needs to be abstract, final or empty.141
ErrorsParameter saslTokenMessage should be final.141
ErrorsFirst sentence should end with a period.157
ErrorsFirst sentence should end with a period.159
ErrorsParameter token should be final.166
ErrorsParameter callbacks should be final.178
ErrorsExpected @throws tag for 'UnsupportedCallbackException'.179
Errors'+' should be on a new line.199
Errors'+' should be on a new line.212

org/apache/giraph/comm/netty/SaslNettyServer.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.47
ErrorsFirst sentence should end with a period.56
ErrorsParameter secretManager should be final.61
ErrorsMethod 'isComplete' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMissing a Javadoc comment.84
ErrorsMethod 'getUserName' is not designed for extension - needs to be abstract, final or empty.88
ErrorsMissing a Javadoc comment.88
ErrorsMethod 'response' is not designed for extension - needs to be abstract, final or empty.98
ErrorsParameter token should be final.98
Errors'+' should be on a new line.101
Errors'+' should be on a new line.110
ErrorsParameter identifier should be final.122
ErrorsParameter password should be final.131
ErrorsFirst sentence should end with a period.135
ErrorsFirst sentence should end with a period.138
ErrorsFirst sentence should end with a period.141
ErrorsParameter secretManager should be final.147
Errors'secretManager' hides a field.147
Errors'+' should be on a new line.149
ErrorsMethod 'handle' is not designed for extension - needs to be abstract, final or empty.156
ErrorsParameter callbacks should be final.157
Errors'+' should be on a new line.183
Errors'+' should be on a new line.201

org/apache/giraph/comm/netty/WrappedAdaptiveReceiveBufferSizePredictorFactory.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.33
ErrorsParameter minimum should be final.51
ErrorsParameter initial should be final.52
ErrorsParameter maximum should be final.53
ErrorsMethod 'getPredictor' is not designed for extension - needs to be abstract, final or empty.58
ErrorsFirst sentence should end with a period.69
ErrorsFirst sentence should end with a period.72
ErrorsFirst sentence should end with a period.75
ErrorsFirst sentence should end with a period.77
ErrorsParameter minimum should be final.97
ErrorsParameter initial should be final.98
ErrorsParameter maximum should be final.99
Errors'1000' is a magic number.109
Errors'+' should be on a new line.110
Errors'+' should be on a new line.111
ErrorsParameter previousReceiveBufferSize should be final.120
Errors'1000' is a magic number.122
Errors'+' should be on a new line.123
Errors'+' should be on a new line.124

org/apache/giraph/comm/netty/handler/AddressRequestIdGenerator.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.31
ErrorsMethod 'getNextRequestId' is not designed for extension - needs to be abstract, final or empty.41
ErrorsParameter address should be final.41

org/apache/giraph/comm/netty/handler/AuthorizeServerHandler.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.34
ErrorsMethod 'messageReceived' is not designed for extension - needs to be abstract, final or empty.44
ErrorsParameter ctx should be final.46
ErrorsParameter e should be final.46
Errors'+' should be on a new line.55
Errors'+' should be on a new line.56
Errors'+' should be on a new line.57
Errors'+' should be on a new line.63
Errors'+' should be on a new line.64
Errors'+' should be on a new line.71
Errors'+' should be on a new line.72

org/apache/giraph/comm/netty/handler/ClientRequestId.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.27
ErrorsFirst sentence should end with a period.29
ErrorsParameter destinationTaskId should be final.38
Errors'destinationTaskId' hides a field.38
ErrorsParameter requestId should be final.38
Errors'requestId' hides a field.38
ErrorsMethod 'getDestinationTaskId' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsMethod 'getRequestId' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMissing a Javadoc comment.47
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.51
Errors'29' is a magic number.53
Errors'57' is a magic number.53
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.56
ErrorsParameter other should be final.57
Errors'&&' should be on a new line.60
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.69

org/apache/giraph/comm/netty/handler/MasterRequestServerHandler.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.26
ErrorsFirst sentence should end with a period.29
ErrorsFirst sentence should end with a period.32
ErrorsParameter workerRequestReservedMap should be final.41
ErrorsParameter conf should be final.42
ErrorsParameter myTaskInfo should be final.43
ErrorsParameter aggregatorHandler should be final.44
Errors'aggregatorHandler' hides a field.44
ErrorsMethod 'processRequest' is not designed for extension - needs to be abstract, final or empty.49
ErrorsParameter request should be final.50
ErrorsFirst sentence should end with a period.54
ErrorsFirst sentence should end with a period.58
ErrorsFirst sentence should end with a period.61
ErrorsParameter aggregatorHandler should be final.66
Errors'aggregatorHandler' hides a field.66
ErrorsMethod 'newHandler' is not designed for extension - needs to be abstract, final or empty.70
ErrorsParameter workerRequestReservedMap should be final.72
ErrorsParameter conf should be final.73
ErrorsParameter myTaskInfo should be final.74

org/apache/giraph/comm/netty/handler/RequestDecoder.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.40
ErrorsFirst sentence should end with a period.43
ErrorsFirst sentence should end with a period.45
ErrorsFirst sentence should end with a period.47
ErrorsFirst sentence should end with a period.49
ErrorsParameter conf should be final.57
Errors'conf' hides a field.57
ErrorsParameter byteCounter should be final.58
Errors'byteCounter' hides a field.58
ErrorsMethod 'decode' is not designed for extension - needs to be abstract, final or empty.63
ErrorsParameter ctx should be final.64
ErrorsParameter channel should be final.65
ErrorsParameter msg should be final.65
Errors'30000' is a magic number.71
Errors'+' should be on a new line.94
Errors'+' should be on a new line.95
Errors'+' should be on a new line.96
Errors'+' should be on a new line.97

org/apache/giraph/comm/netty/handler/RequestEncoder.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.41
ErrorsFirst sentence should end with a period.43
Errors'4' is a magic number.44
ErrorsFirst sentence should end with a period.45
ErrorsFirst sentence should end with a period.47
ErrorsFirst sentence should end with a period.49
ErrorsParameter conf should be final.57
ErrorsMethod 'encode' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter ctx should be final.65
ErrorsParameter channel should be final.66
ErrorsParameter msg should be final.66
Errors'?' should be on a new line.85
ErrorsAvoid inline conditionals.85
Errors':' should be on a new line.86
Errors'+' should be on a new line.96
Errors'+' should be on a new line.97
Errors'4' is a magic number.106
Errors'+' should be on a new line.108
Errors'+' should be on a new line.109
Errors'+' should be on a new line.110
Errors'+' should be on a new line.111

org/apache/giraph/comm/netty/handler/RequestInfo.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.29
ErrorsFirst sentence should end with a period.33
ErrorsFirst sentence should end with a period.35
ErrorsFirst sentence should end with a period.37
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.41
ErrorsParameter destinationAddress should be final.50
Errors'destinationAddress' hides a field.50
ErrorsParameter request should be final.51
Errors'request' hides a field.51
ErrorsMethod 'getDestinationAddress' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMissing a Javadoc comment.57
ErrorsMethod 'getStartedMsecs' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMethod 'getElapsedNanos' is not designed for extension - needs to be abstract, final or empty.75
ErrorsMethod 'getElapsedMsecs' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMethod 'getRequest' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMissing a Javadoc comment.89
ErrorsMethod 'setWriteFuture' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsParameter writeFuture should be final.93
Errors'writeFuture' hides a field.93
ErrorsMethod 'getWriteFuture' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.97
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.101
Errors'+' should be on a new line.103
Errors'+' should be on a new line.104
Errors'+' should be on a new line.105
Errors'+' should be on a new line.106
Errors'+' should be on a new line.107
Errors'+' should be on a new line.108
ErrorsAvoid inline conditionals.109
Errors':' should be on a new line.109
Errors'+' should be on a new line.110

org/apache/giraph/comm/netty/handler/RequestServerHandler.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.36
ErrorsFirst sentence should end with a period.45
ErrorsFirst sentence should end with a period.47
ErrorsName 'TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'.48
ErrorsFirst sentence should end with a period.49
ErrorsName 'ALREADY_CLOSED_FIRST_REQUEST' must match pattern '^[a-z][a-zA-Z0-9]*$'.53
ErrorsFirst sentence should end with a period.54
ErrorsFirst sentence should end with a period.56
ErrorsFirst sentence should end with a period.58
ErrorsFirst sentence should end with a period.60
ErrorsFirst sentence should end with a period.63
ErrorsParameter workerRequestReservedMap should be final.71
Errors'workerRequestReservedMap' hides a field.71
ErrorsParameter conf should be final.72
ErrorsParameter myTaskInfo should be final.73
Errors'myTaskInfo' hides a field.73
ErrorsMethod 'messageReceived' is not designed for extension - needs to be abstract, final or empty.79
ErrorsParameter ctx should be final.81
ErrorsParameter e should be final.81
Errors'+' should be on a new line.90
Errors'+' should be on a new line.91
Errors'+' should be on a new line.108
Errors'+' should be on a new line.109
Errors'+' should be on a new line.110
Errors'+' should be on a new line.111
Errors'+' should be on a new line.116
Errors'+' should be on a new line.117
Errors'+' should be on a new line.118
Errors'+' should be on a new line.119
ErrorsFirst sentence should end with a period.131
ErrorsMethod 'channelConnected' is not designed for extension - needs to be abstract, final or empty.138
ErrorsParameter ctx should be final.139
ErrorsParameter e should be final.140
Errors'+' should be on a new line.142
ErrorsMethod 'channelClosed' is not designed for extension - needs to be abstract, final or empty.147
ErrorsParameter ctx should be final.148
ErrorsParameter e should be final.149
Errors'+' should be on a new line.151
Errors'+' should be on a new line.152
ErrorsMethod 'exceptionCaught' is not designed for extension - needs to be abstract, final or empty.157
ErrorsParameter ctx should be final.158
ErrorsParameter e should be final.158
Errors'+' should be on a new line.159
ErrorsFirst sentence should end with a period.163
ErrorsFirst sentence should end with a period.167

org/apache/giraph/comm/netty/handler/ResponseClientHandler.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.34
ErrorsFirst sentence should end with a period.40
ErrorsName 'ALREADY_DROPPED_FIRST_RESPONSE' must match pattern '^[a-z][a-zA-Z0-9]*$'.44
ErrorsFirst sentence should end with a period.45
ErrorsFirst sentence should end with a period.47
ErrorsParameter workerIdOutstandingRequestMap should be final.59
Errors'workerIdOutstandingRequestMap' hides a field.60
ErrorsParameter conf should be final.61
ErrorsMethod 'messageReceived' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter ctx should be final.68
ErrorsParameter event should be final.68
Errors'+' should be on a new line.70
Errors'+' should be on a new line.91
Errors'+' should be on a new line.110
Errors'+' should be on a new line.114
Errors'+' should be on a new line.115
ErrorsMethod 'channelClosed' is not designed for extension - needs to be abstract, final or empty.126
ErrorsParameter ctx should be final.127
ErrorsParameter e should be final.128
Errors'+' should be on a new line.130
ErrorsMethod 'exceptionCaught' is not designed for extension - needs to be abstract, final or empty.135
ErrorsParameter ctx should be final.136
ErrorsParameter e should be final.136
Errors'+' should be on a new line.137

org/apache/giraph/comm/netty/handler/ResponseEncoder.java

ViolationMessageLine
Errors'4' is a magic number.40
ErrorsMethod 'encode' is not designed for extension - needs to be abstract, final or empty.42
ErrorsParameter ctx should be final.43
ErrorsParameter channel should be final.44
ErrorsParameter msg should be final.44
Errors'+' should be on a new line.51
Errors'+' should be on a new line.52
Errors'10' is a magic number.60
Errors'4' is a magic number.77
Errors'+' should be on a new line.90
Errors'+' should be on a new line.91

org/apache/giraph/comm/netty/handler/SaslClientHandler.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.46
ErrorsFirst sentence should end with a period.48
ErrorsParameter conf should be final.56
Errors'conf' hides a field.56
ErrorsMethod 'handleUpstream' is not designed for extension - needs to be abstract, final or empty.60
ErrorsParameter ctx should be final.62
ErrorsParameter evt should be final.62
Errors'+' should be on a new line.74
Errors'+' should be on a new line.79
Errors'+' should be on a new line.86
Errors'+' should be on a new line.88
Errors'+' should be on a new line.89
Errors'+' should be on a new line.103
Errors'+' should be on a new line.113
Errors'+' should be on a new line.117
Errors'+' should be on a new line.123
ErrorsMethod 'decode' is not designed for extension - needs to be abstract, final or empty.134
ErrorsParameter ctx should be final.135
ErrorsParameter channel should be final.136
ErrorsParameter msg should be final.136
Errors'+' should be on a new line.150

org/apache/giraph/comm/netty/handler/SaslServerHandler.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.47
ErrorsFirst sentence should end with a period.55
ErrorsComment matches to-do format 'TODO:'.59
ErrorsName 'ALREADY_CLOSED_FIRST_REQUEST' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
ErrorsFirst sentence should end with a period.64
ErrorsFirst sentence should end with a period.69
ErrorsParameter conf should be final.75
ErrorsExpected @throws tag for 'IOException'.75
ErrorsMethod 'messageReceived' is not designed for extension - needs to be abstract, final or empty.81
ErrorsParameter ctx should be final.83
ErrorsParameter e should be final.83
ErrorsComment matches to-do format 'TODO:'.90
Errors'+' should be on a new line.92
Errors'+' should be on a new line.93
Errors'+' should be on a new line.108
Errors'+' should be on a new line.116
Errors'+' should be on a new line.117
Errors'+' should be on a new line.129
Errors'+' should be on a new line.135
Errors'+' should be on a new line.149
ErrorsParameter conf should be final.161
ErrorsExpected @throws tag for 'IOException'.161
Errors'+' should be on a new line.166
Errors'+' should be on a new line.167
Errors'+' should be on a new line.191
ErrorsParameter token should be final.210
ErrorsParameter cls should be final.211
ErrorsExpected @throws tag for 'IOException'.211
ErrorsFirst sentence should end with a period.220
ErrorsFirst sentence should end with a period.222
ErrorsFirst sentence should end with a period.227
ErrorsMethod 'newHandler' is not designed for extension - needs to be abstract, final or empty.233
ErrorsParameter conf should be final.234
ErrorsExpected @throws tag for 'IOException'.234

org/apache/giraph/comm/netty/handler/WorkerRequestReservedMap.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.30
ErrorsFirst sentence should end with a period.34
ErrorsFirst sentence should end with a period.38
ErrorsParameter conf should be final.43
ErrorsMethod 'reserveRequest' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter workerId should be final.57
ErrorsParameter requestId should be final.57
ErrorsParameter workerId should be final.68

org/apache/giraph/comm/netty/handler/WorkerRequestServerHandler.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.28
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.42
ErrorsParameter serverData should be final.50
Errors'serverData' hides a field.50
ErrorsParameter workerRequestReservedMap should be final.51
ErrorsParameter conf should be final.52
ErrorsParameter myTaskInfo should be final.53
ErrorsMethod 'processRequest' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter request should be final.59
ErrorsFirst sentence should end with a period.63
ErrorsFirst sentence should end with a period.67
ErrorsFirst sentence should end with a period.70
ErrorsParameter serverData should be final.75
Errors'serverData' hides a field.75
ErrorsMethod 'newHandler' is not designed for extension - needs to be abstract, final or empty.79
ErrorsParameter workerRequestReservedMap should be final.81
ErrorsParameter conf should be final.82
ErrorsParameter myTaskInfo should be final.83

org/apache/giraph/comm/requests/ByteArrayRequest.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.27
ErrorsFirst sentence should end with a period.31
ErrorsFirst sentence should end with a period.34
ErrorsParameter data should be final.39
Errors'data' hides a field.39
ErrorsFirst sentence should end with a period.43
ErrorsFirst sentence should end with a period.49
ErrorsMethod 'getData' is not designed for extension - needs to be abstract, final or empty.54
ErrorsFirst sentence should end with a period.58
ErrorsMethod 'getDataInput' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMethod 'readFieldsRequest' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter input should be final.68
ErrorsMethod 'writeRequest' is not designed for extension - needs to be abstract, final or empty.74
ErrorsParameter output should be final.75
ErrorsMethod 'getSerializedSize' is not designed for extension - needs to be abstract, final or empty.80
Errors'4' is a magic number.83

org/apache/giraph/comm/requests/ByteArrayWithSenderTaskIdRequest.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.31
ErrorsFirst sentence should end with a period.34
ErrorsParameter data should be final.40
ErrorsParameter senderTaskId should be final.40
Errors'senderTaskId' hides a field.40
ErrorsFirst sentence should end with a period.45
ErrorsMethod 'getSenderTaskId' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsMethod 'writeRequest' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter output should be final.56
ErrorsMethod 'readFieldsRequest' is not designed for extension - needs to be abstract, final or empty.61
ErrorsParameter input should be final.62
ErrorsMethod 'getSerializedSize' is not designed for extension - needs to be abstract, final or empty.67
Errors'4' is a magic number.69

org/apache/giraph/comm/requests/MasterRequest.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.23
ErrorsFirst sentence should end with a period.27

org/apache/giraph/comm/requests/RequestType.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.21
ErrorsFirst sentence should end with a period.27
ErrorsFirst sentence should end with a period.35
ErrorsFirst sentence should end with a period.37
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.45
ErrorsFirst sentence should end with a period.47
ErrorsFirst sentence should end with a period.49
ErrorsFirst sentence should end with a period.51
ErrorsFirst sentence should end with a period.53
ErrorsFirst sentence should end with a period.55
ErrorsFirst sentence should end with a period.58
ErrorsFirst sentence should end with a period.61
ErrorsParameter requestClass should be final.66
Errors'requestClass' hides a field.66
ErrorsFirst sentence should end with a period.70

org/apache/giraph/comm/requests/SaslCompleteRequest.java

ViolationMessageLine
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.35
ErrorsParameter input should be final.41
ErrorsParameter output should be final.45

org/apache/giraph/comm/requests/SaslTokenMessageRequest.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.31
ErrorsParameter token should be final.48
Errors'token' hides a field.48
ErrorsFirst sentence should end with a period.52
ErrorsMethod 'getSaslToken' is not designed for extension - needs to be abstract, final or empty.57
ErrorsFirst sentence should end with a period.61
ErrorsMethod 'setSaslToken' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter token should be final.66
Errors'token' hides a field.66
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMethod 'readFieldsRequest' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter input should be final.76
ErrorsMethod 'processToken' is not designed for extension - needs to be abstract, final or empty.90
ErrorsParameter saslNettyServer should be final.90
Errors'+' should be on a new line.92
ErrorsMethod 'writeRequest' is not designed for extension - needs to be abstract, final or empty.101
ErrorsParameter output should be final.102
ErrorsMethod 'getSerializedSize' is not designed for extension - needs to be abstract, final or empty.107
Errors'4' is a magic number.109

org/apache/giraph/comm/requests/SendAggregatorsToMasterRequest.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.32
ErrorsParameter data should be final.37
ErrorsFirst sentence should end with a period.41
ErrorsMethod 'doRequest' is not designed for extension - needs to be abstract, final or empty.47
ErrorsParameter aggregatorHandler should be final.48
Errors'+' should be on a new line.52
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.57

org/apache/giraph/comm/requests/SendAggregatorsToOwnerRequest.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.31
ErrorsFirst sentence should end with a period.38
ErrorsParameter data should be final.44
ErrorsParameter senderTaskId should be final.44
ErrorsFirst sentence should end with a period.48
ErrorsMethod 'doRequest' is not designed for extension - needs to be abstract, final or empty.54
ErrorsParameter serverData should be final.55
Errors'+' should be on a new line.82
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.88

org/apache/giraph/comm/requests/SendAggregatorsToWorkerRequest.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.31
ErrorsFirst sentence should end with a period.38
ErrorsParameter data should be final.44
ErrorsParameter senderTaskId should be final.44
ErrorsFirst sentence should end with a period.48
ErrorsMethod 'doRequest' is not designed for extension - needs to be abstract, final or empty.54
ErrorsParameter serverData should be final.55
Errors'+' should be on a new line.80
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.86

org/apache/giraph/comm/requests/SendPartitionCurrentMessagesRequest.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.41
ErrorsFirst sentence should end with a period.43
ErrorsFirst sentence should end with a period.46
ErrorsParameter partitionId should be final.55
Errors'partitionId' hides a field.55
ErrorsParameter vertexIdMessages should be final.56
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMethod 'readFieldsRequest' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter input should be final.68
ErrorsMethod 'writeRequest' is not designed for extension - needs to be abstract, final or empty.79
ErrorsParameter output should be final.80
ErrorsMethod 'doRequest' is not designed for extension - needs to be abstract, final or empty.85
ErrorsParameter serverData should be final.86
ErrorsMethod 'getSerializedSize' is not designed for extension - needs to be abstract, final or empty.95
Errors'4' is a magic number.97
Errors'+' should be on a new line.97

org/apache/giraph/comm/requests/SendPartitionMutationsRequest.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.50
ErrorsFirst sentence should end with a period.53
ErrorsFirst sentence should end with a period.55
ErrorsFirst sentence should end with a period.58
ErrorsParameter partitionId should be final.70
Errors'partitionId' hides a field.70
ErrorsParameter vertexIdMutations should be final.71
Errors'vertexIdMutations' hides a field.71
ErrorsMethod 'readFieldsRequest' is not designed for extension - needs to be abstract, final or empty.76
ErrorsParameter input should be final.77
ErrorsMethod 'writeRequest' is not designed for extension - needs to be abstract, final or empty.95
ErrorsParameter output should be final.96
Errors':' should be on a new line.99
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.106
ErrorsMethod 'doRequest' is not designed for extension - needs to be abstract, final or empty.111
ErrorsParameter serverData should be final.112
Errors':' should be on a new line.118
ErrorsMethod 'getSerializedSize' is not designed for extension - needs to be abstract, final or empty.135

org/apache/giraph/comm/requests/SendVertexRequest.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.42
ErrorsFirst sentence should end with a period.45
ErrorsFirst sentence should end with a period.48
ErrorsParameter partition should be final.58
Errors'partition' hides a field.58
ErrorsMethod 'readFieldsRequest' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter input should be final.63
ErrorsMethod 'writeRequest' is not designed for extension - needs to be abstract, final or empty.68
ErrorsParameter output should be final.69
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMethod 'doRequest' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter serverData should be final.79
ErrorsMethod 'getSerializedSize' is not designed for extension - needs to be abstract, final or empty.83

org/apache/giraph/comm/requests/SendWorkerAggregatorsRequest.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.30
ErrorsFirst sentence should end with a period.37
ErrorsParameter data should be final.43
ErrorsParameter senderTaskId should be final.43
ErrorsFirst sentence should end with a period.47
ErrorsMethod 'doRequest' is not designed for extension - needs to be abstract, final or empty.53
ErrorsParameter serverData should be final.54
Errors'+' should be on a new line.76
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.82

org/apache/giraph/comm/requests/SendWorkerDataRequest.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.41
ErrorsVariable 'partitionVertexData' must be private and have accessor methods.49
ErrorsFirst sentence should end with a period.51
ErrorsParameter partVertData should be final.63
ErrorsMethod 'readFieldsRequest' is not designed for extension - needs to be abstract, final or empty.74
ErrorsParameter input should be final.75
ErrorsMethod 'writeRequest' is not designed for extension - needs to be abstract, final or empty.88
ErrorsParameter output should be final.89
ErrorsMethod 'getSerializedSize' is not designed for extension - needs to be abstract, final or empty.100
Errors'4' is a magic number.102
Errors'4' is a magic number.106

org/apache/giraph/comm/requests/SendWorkerEdgesRequest.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.39
ErrorsParameter partVertEdges should be final.51
ErrorsMethod 'createByteArrayVertexIdData' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMethod 'doRequest' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter serverData should be final.66

org/apache/giraph/comm/requests/SendWorkerMessagesRequest.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.39
ErrorsParameter partVertMsgs should be final.51
ErrorsMethod 'createByteArrayVertexIdData' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMethod 'doRequest' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter serverData should be final.67

org/apache/giraph/comm/requests/WorkerRequest.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.34

org/apache/giraph/comm/requests/WritableRequest.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.29
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.45
ErrorsFirst sentence should end with a period.47
ErrorsFirst sentence should end with a period.49
ErrorsMethod 'getClientId' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMissing a Javadoc comment.52
ErrorsMethod 'setClientId' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMissing a Javadoc comment.56
ErrorsParameter clientId should be final.56
Errors'clientId' hides a field.56
ErrorsMethod 'getRequestId' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMissing a Javadoc comment.60
ErrorsMethod 'setRequestId' is not designed for extension - needs to be abstract, final or empty.64
ErrorsMissing a Javadoc comment.64
ErrorsParameter requestId should be final.64
Errors'requestId' hides a field.64
ErrorsMethod 'getSerializedSize' is not designed for extension - needs to be abstract, final or empty.77
Errors'4' is a magic number.79
Errors'8' is a magic number.79
ErrorsFirst sentence should end with a period.82
ErrorsFirst sentence should end with a period.89
ErrorsExpected @throws tag for 'IOException'.94
ErrorsFirst sentence should end with a period.96
ErrorsExpected @throws tag for 'IOException'.101
ErrorsParameter conf should be final.109
Errors'conf' hides a field.109
ErrorsParameter input should be final.114
ErrorsParameter output should be final.121

org/apache/giraph/conf/AbstractConfOption.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.30
ErrorsFirst sentence should end with a period.33
ErrorsFirst sentence should end with a period.36
ErrorsParameter key should be final.40
Errors'key' hides a field.40
ErrorsMethod 'getKey' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsMethod 'compareTo' is not designed for extension - needs to be abstract, final or empty.48
ErrorsParameter o should be final.48
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter o should be final.56
Errors'&&' should be on a new line.65
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.74
Errors'30' is a magic number.75
ErrorsFirst sentence should end with a period.81
ErrorsFirst sentence should end with a period.87

org/apache/giraph/conf/AllOptions.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.29
ErrorsClass AllOptions should be declared as final.32
ErrorsFirst sentence should end with a period.33
ErrorsFirst sentence should end with a period.36
ErrorsFirst sentence should end with a period.40
ErrorsParameter confOption should be final.48
ErrorsFirst sentence should end with a period.52
Errors'30' is a magic number.58
ErrorsFirst sentence should end with a period.71
ErrorsParameter args should be final.75

org/apache/giraph/conf/BooleanConfOption.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.22
ErrorsFirst sentence should end with a period.26
ErrorsFirst sentence should end with a period.29
ErrorsParameter key should be final.34
ErrorsParameter defaultValue should be final.34
Errors'defaultValue' hides a field.34
ErrorsMethod 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsMethod 'getDefaultValueStr' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.48
ErrorsFirst sentence should end with a period.52
ErrorsMethod 'get' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter conf should be final.57
ErrorsFirst sentence should end with a period.61
ErrorsMethod 'isFalse' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter conf should be final.66
ErrorsFirst sentence should end with a period.70
ErrorsMethod 'isTrue' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter conf should be final.75
ErrorsFirst sentence should end with a period.79
ErrorsMethod 'set' is not designed for extension - needs to be abstract, final or empty.84
ErrorsParameter conf should be final.84
ErrorsParameter value should be final.84
ErrorsFirst sentence should end with a period.88
ErrorsMethod 'setIfUnset' is not designed for extension - needs to be abstract, final or empty.93
ErrorsParameter conf should be final.93
ErrorsParameter value should be final.93

org/apache/giraph/conf/ClassConfOption.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.23
ErrorsClass ClassConfOption should be declared as final.27
ErrorsFirst sentence should end with a period.28
ErrorsFirst sentence should end with a period.31
ErrorsFirst sentence should end with a period.33
ErrorsFirst sentence should end with a period.36
ErrorsParameter key should be final.42
ErrorsParameter defaultClass should be final.42
Errors'defaultClass' hides a field.42
ErrorsParameter interfaceClass should be final.43
Errors'interfaceClass' hides a field.43
ErrorsFirst sentence should end with a period.50
ErrorsParameter key should be final.58
ErrorsParameter defaultClass should be final.59
ErrorsParameter interfaceClass should be final.59
ErrorsMissing a Javadoc comment.63
ErrorsMissing a Javadoc comment.67
ErrorsAvoid inline conditionals.72
Errors'30' is a magic number.80
ErrorsFirst sentence should end with a period.88
ErrorsParameter conf should be final.93
ErrorsFirst sentence should end with a period.97
ErrorsParameter conf should be final.102
ErrorsParameter conf should be final.116
ErrorsParameter name should be final.117
ErrorsParameter xface should be final.117
ErrorsParameter defaultValue should be final.117
Errors'+' should be on a new line.121
ErrorsFirst sentence should end with a period.128
ErrorsParameter conf should be final.134
ErrorsParameter defaultValue should be final.135
ErrorsFirst sentence should end with a period.139
ErrorsParameter conf should be final.144
ErrorsParameter klass should be final.144
ErrorsFirst sentence should end with a period.148
ErrorsParameter conf should be final.153
ErrorsParameter klasses should be final.153
Errors'+' should be on a new line.158
ErrorsFirst sentence should end with a period.166
ErrorsParameter conf should be final.171
ErrorsParameter klass should be final.171
ErrorsParameter conf should be final.185
ErrorsParameter name should be final.185
ErrorsParameter klass should be final.186
ErrorsParameter xface should be final.186
Errors'+' should be on a new line.188

org/apache/giraph/conf/ConfOptionType.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.20
ErrorsFirst sentence should end with a period.24
ErrorsFirst sentence should end with a period.26
ErrorsFirst sentence should end with a period.28
ErrorsFirst sentence should end with a period.30
ErrorsFirst sentence should end with a period.32
ErrorsFirst sentence should end with a period.34

org/apache/giraph/conf/DefaultImmutableClassesGiraphConfigurable.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.24
ErrorsFirst sentence should end with a period.35
ErrorsMethod 'setConf' is not designed for extension - needs to be abstract, final or empty.38
ErrorsParameter conf should be final.39
Errors'conf' hides a field.39
ErrorsMethod 'getConf' is not designed for extension - needs to be abstract, final or empty.43

org/apache/giraph/conf/FloatConfOption.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.22
ErrorsFirst sentence should end with a period.26
ErrorsFirst sentence should end with a period.29
ErrorsParameter key should be final.34
ErrorsParameter defaultValue should be final.34
Errors'defaultValue' hides a field.34
ErrorsMethod 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsMethod 'getDefaultValueStr' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.48
ErrorsFirst sentence should end with a period.52
ErrorsMethod 'get' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter conf should be final.57
ErrorsFirst sentence should end with a period.61
ErrorsMethod 'set' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter conf should be final.66
ErrorsParameter value should be final.66
ErrorsFirst sentence should end with a period.70
ErrorsMethod 'setIfUnset' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter conf should be final.75
ErrorsParameter value should be final.75

org/apache/giraph/conf/GiraphClasses.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.63
ErrorsVariable 'computationClass' must be private and have accessor methods.66
ErrorsFirst sentence should end with a period.67
ErrorsVariable 'vertexIdClass' must be private and have accessor methods.68
ErrorsFirst sentence should end with a period.69
ErrorsVariable 'vertexValueClass' must be private and have accessor methods.70
ErrorsFirst sentence should end with a period.71
ErrorsVariable 'edgeValueClass' must be private and have accessor methods.72
ErrorsFirst sentence should end with a period.73
ErrorsVariable 'incomingMessageValueClass' must be private and have accessor methods.74
ErrorsFirst sentence should end with a period.75
ErrorsVariable 'outgoingMessageValueClass' must be private and have accessor methods.76
ErrorsFirst sentence should end with a period.77
ErrorsVariable 'outEdgesClass' must be private and have accessor methods.78
ErrorsFirst sentence should end with a period.79
ErrorsVariable 'inputOutEdgesClass' must be private and have accessor methods.80
ErrorsFirst sentence should end with a period.82
ErrorsVariable 'vertexValueFactoryClass' must be private and have accessor methods.83
ErrorsFirst sentence should end with a period.85
ErrorsVariable 'graphPartitionerFactoryClass' must be private and have accessor methods.87
ErrorsFirst sentence should end with a period.89
ErrorsVariable 'vertexInputFormatClass' must be private and have accessor methods.91
ErrorsFirst sentence should end with a period.92
ErrorsVariable 'vertexOutputFormatClass' must be private and have accessor methods.94
ErrorsFirst sentence should end with a period.95
ErrorsVariable 'edgeInputFormatClass' must be private and have accessor methods.97
ErrorsFirst sentence should end with a period.99
ErrorsVariable 'aggregatorWriterClass' must be private and have accessor methods.100
ErrorsFirst sentence should end with a period.101
ErrorsVariable 'combinerClass' must be private and have accessor methods.102
ErrorsFirst sentence should end with a period.104
ErrorsVariable 'vertexResolverClass' must be private and have accessor methods.105
ErrorsFirst sentence should end with a period.106
ErrorsVariable 'workerContextClass' must be private and have accessor methods.107
ErrorsFirst sentence should end with a period.108
ErrorsVariable 'masterComputeClass' must be private and have accessor methods.109
ErrorsFirst sentence should end with a period.111
ErrorsVariable 'partitionClass' must be private and have accessor methods.112
ErrorsFirst sentence should end with a period.114
ErrorsVariable 'edgeInputFilterClass' must be private and have accessor methods.115
ErrorsFirst sentence should end with a period.116
ErrorsVariable 'vertexInputFilterClass' must be private and have accessor methods.118
ErrorsParameter conf should be final.153
ErrorsParameter conf should be final.162
Errors'3' is a magic number.173
Errors'4' is a magic number.174
ErrorsFirst sentence should end with a period.210
ErrorsMethod 'getComputationClass' is not designed for extension - needs to be abstract, final or empty.215
ErrorsFirst sentence should end with a period.221
ErrorsMethod 'getVertexIdClass' is not designed for extension - needs to be abstract, final or empty.226
ErrorsFirst sentence should end with a period.230
ErrorsMethod 'getVertexValueClass' is not designed for extension - needs to be abstract, final or empty.235
ErrorsFirst sentence should end with a period.239
ErrorsMethod 'getEdgeValueClass' is not designed for extension - needs to be abstract, final or empty.244
ErrorsFirst sentence should end with a period.248
ErrorsMethod 'getIncomingMessageValueClass' is not designed for extension - needs to be abstract, final or empty.254
ErrorsFirst sentence should end with a period.258
ErrorsMethod 'getOutgoingMessageValueClass' is not designed for extension - needs to be abstract, final or empty.264
ErrorsFirst sentence should end with a period.268
ErrorsMethod 'getOutEdgesClass' is not designed for extension - needs to be abstract, final or empty.273
ErrorsMethod 'getInputOutEdgesClass' is not designed for extension - needs to be abstract, final or empty.281
ErrorsMissing a Javadoc comment.281
ErrorsFirst sentence should end with a period.286
ErrorsMethod 'getVertexValueFactoryClass' is not designed for extension - needs to be abstract, final or empty.291
ErrorsFirst sentence should end with a period.295
ErrorsMethod 'getGraphPartitionerFactoryClass' is not designed for extension - needs to be abstract, final or empty.300
ErrorsMethod 'getEdgeInputFilterClass' is not designed for extension - needs to be abstract, final or empty.305
ErrorsMissing a Javadoc comment.305
ErrorsMethod 'getVertexInputFilterClass' is not designed for extension - needs to be abstract, final or empty.310
ErrorsMissing a Javadoc comment.310
ErrorsFirst sentence should end with a period.315
ErrorsMethod 'hasVertexInputFormat' is not designed for extension - needs to be abstract, final or empty.320
ErrorsFirst sentence should end with a period.324
ErrorsMethod 'getVertexInputFormatClass' is not designed for extension - needs to be abstract, final or empty.329
ErrorsFirst sentence should end with a period.334
ErrorsMethod 'hasVertexOutputFormat' is not designed for extension - needs to be abstract, final or empty.339
ErrorsFirst sentence should end with a period.343
ErrorsMethod 'getVertexOutputFormatClass' is not designed for extension - needs to be abstract, final or empty.348
ErrorsFirst sentence should end with a period.353
ErrorsMethod 'hasEdgeInputFormat' is not designed for extension - needs to be abstract, final or empty.358
ErrorsFirst sentence should end with a period.362
ErrorsMethod 'getEdgeInputFormatClass' is not designed for extension - needs to be abstract, final or empty.367
ErrorsFirst sentence should end with a period.371
ErrorsMethod 'hasAggregatorWriterClass' is not designed for extension - needs to be abstract, final or empty.376
ErrorsFirst sentence should end with a period.380
ErrorsMethod 'getAggregatorWriterClass' is not designed for extension - needs to be abstract, final or empty.385
ErrorsFirst sentence should end with a period.389
ErrorsMethod 'hasCombinerClass' is not designed for extension - needs to be abstract, final or empty.394
ErrorsFirst sentence should end with a period.398
ErrorsMethod 'getCombinerClass' is not designed for extension - needs to be abstract, final or empty.403
ErrorsFirst sentence should end with a period.407
ErrorsMethod 'hasVertexResolverClass' is not designed for extension - needs to be abstract, final or empty.412
ErrorsFirst sentence should end with a period.416
ErrorsMethod 'getVertexResolverClass' is not designed for extension - needs to be abstract, final or empty.421
ErrorsFirst sentence should end with a period.425
ErrorsMethod 'hasWorkerContextClass' is not designed for extension - needs to be abstract, final or empty.430
ErrorsFirst sentence should end with a period.434
ErrorsMethod 'getWorkerContextClass' is not designed for extension - needs to be abstract, final or empty.439
ErrorsFirst sentence should end with a period.443
ErrorsMethod 'hasMasterComputeClass' is not designed for extension - needs to be abstract, final or empty.448
ErrorsFirst sentence should end with a period.452
ErrorsMethod 'getMasterComputeClass' is not designed for extension - needs to be abstract, final or empty.457
ErrorsFirst sentence should end with a period.461
ErrorsMethod 'hasPartitionClass' is not designed for extension - needs to be abstract, final or empty.466
ErrorsFirst sentence should end with a period.470
ErrorsMethod 'getPartitionClass' is not designed for extension - needs to be abstract, final or empty.475
ErrorsFirst sentence should end with a period.479
ErrorsMethod 'setComputationClass' is not designed for extension - needs to be abstract, final or empty.485
ErrorsParameter computationClass should be final.485
Errors'computationClass' hides a field.487
Errors'3' is a magic number.491
Errors'4' is a magic number.492
ErrorsFirst sentence should end with a period.496
ErrorsMethod 'setVertexIdClass' is not designed for extension - needs to be abstract, final or empty.502
ErrorsParameter vertexIdClass should be final.502
Errors'vertexIdClass' hides a field.502
ErrorsFirst sentence should end with a period.507
ErrorsMethod 'setVertexValueClass' is not designed for extension - needs to be abstract, final or empty.513
ErrorsParameter vertexValueClass should be final.513
Errors'vertexValueClass' hides a field.513
ErrorsFirst sentence should end with a period.518
ErrorsMethod 'setEdgeValueClass' is not designed for extension - needs to be abstract, final or empty.524
ErrorsParameter edgeValueClass should be final.524
Errors'edgeValueClass' hides a field.524
ErrorsFirst sentence should end with a period.529
ErrorsMethod 'setIncomingMessageValueClass' is not designed for extension - needs to be abstract, final or empty.536
ErrorsParameter incomingMessageValueClass should be final.537
Errors'incomingMessageValueClass' hides a field.537
ErrorsFirst sentence should end with a period.542
ErrorsMethod 'setOutgoingMessageValueClass' is not designed for extension - needs to be abstract, final or empty.549
ErrorsParameter outgoingMessageValueClass should be final.550
Errors'outgoingMessageValueClass' hides a field.550
ErrorsFirst sentence should end with a period.555
ErrorsMethod 'setOutEdgesClass' is not designed for extension - needs to be abstract, final or empty.561
ErrorsParameter outEdgesClass should be final.562
Errors'outEdgesClass' hides a field.562
ErrorsFirst sentence should end with a period.568
ErrorsMethod 'setInputOutEdgesClass' is not designed for extension - needs to be abstract, final or empty.575
ErrorsParameter inputOutEdgesClass should be final.576
Errors'inputOutEdgesClass' hides a field.576
ErrorsFirst sentence should end with a period.582
ErrorsMethod 'setVertexValueFactoryClass' is not designed for extension - needs to be abstract, final or empty.588
ErrorsParameter vertexValueFactoryClass should be final.589
Errors'vertexValueFactoryClass' hides a field.589
ErrorsFirst sentence should end with a period.595
ErrorsMethod 'setGraphPartitionerFactoryClass' is not designed for extension - needs to be abstract, final or empty.601
ErrorsParameter klass should be final.602
ErrorsFirst sentence should end with a period.607
ErrorsMethod 'setVertexInputFormatClass' is not designed for extension - needs to be abstract, final or empty.613
ErrorsParameter vertexInputFormatClass should be final.614
Errors'vertexInputFormatClass' hides a field.614
ErrorsFirst sentence should end with a period.619
ErrorsMethod 'setVertexOutputFormatClass' is not designed for extension - needs to be abstract, final or empty.625
ErrorsParameter vertexOutputFormatClass should be final.626
Errors'vertexOutputFormatClass' hides a field.626
ErrorsFirst sentence should end with a period.631
ErrorsMethod 'setEdgeInputFormatClass' is not designed for extension - needs to be abstract, final or empty.637
ErrorsParameter edgeInputFormatClass should be final.638
Errors'edgeInputFormatClass' hides a field.638
ErrorsFirst sentence should end with a period.643
ErrorsMethod 'setAggregatorWriterClass' is not designed for extension - needs to be abstract, final or empty.649
ErrorsParameter aggregatorWriterClass should be final.650
Errors'aggregatorWriterClass' hides a field.650
ErrorsFirst sentence should end with a period.655
ErrorsMethod 'setCombinerClass' is not designed for extension - needs to be abstract, final or empty.661
ErrorsParameter combinerClass should be final.662
Errors'combinerClass' hides a field.662
ErrorsFirst sentence should end with a period.667
ErrorsMethod 'setVertexResolverClass' is not designed for extension - needs to be abstract, final or empty.673
ErrorsParameter vertexResolverClass should be final.674
Errors'vertexResolverClass' hides a field.674
ErrorsFirst sentence should end with a period.679
ErrorsMethod 'setWorkerContextClass' is not designed for extension - needs to be abstract, final or empty.685
ErrorsParameter workerContextClass should be final.686
Errors'workerContextClass' hides a field.686
ErrorsFirst sentence should end with a period.691
ErrorsMethod 'setMasterComputeClass' is not designed for extension - needs to be abstract, final or empty.697
ErrorsParameter masterComputeClass should be final.698
Errors'masterComputeClass' hides a field.698
ErrorsFirst sentence should end with a period.703
ErrorsMethod 'setPartitionClass' is not designed for extension - needs to be abstract, final or empty.709
ErrorsParameter partitionClass should be final.710
Errors'partitionClass' hides a field.710

org/apache/giraph/conf/GiraphConfiguration.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.58
ErrorsFirst sentence should end with a period.61
ErrorsParameter conf should be final.74
ErrorsFirst sentence should end with a period.80
ErrorsMethod 'getComputationClass' is not designed for extension - needs to be abstract, final or empty.85
ErrorsFirst sentence should end with a period.89
ErrorsMethod 'setComputationClass' is not designed for extension - needs to be abstract, final or empty.94
ErrorsParameter computationClass should be final.95
ErrorsFirst sentence should end with a period.99
ErrorsParameter vertexValueFactoryClass should be final.105
ErrorsFirst sentence should end with a period.109
ErrorsMethod 'setEdgeInputFilterClass' is not designed for extension - needs to be abstract, final or empty.114
ErrorsParameter edgeFilterClass should be final.115
ErrorsFirst sentence should end with a period.119
ErrorsMethod 'setVertexInputFilterClass' is not designed for extension - needs to be abstract, final or empty.124
ErrorsParameter vertexFilterClass should be final.125
ErrorsFirst sentence should end with a period.129
ErrorsMethod 'getOutEdgesClass' is not designed for extension - needs to be abstract, final or empty.134
ErrorsFirst sentence should end with a period.138
ErrorsParameter outEdgesClass should be final.144
ErrorsFirst sentence should end with a period.148
ErrorsParameter inputOutEdgesClass should be final.155
ErrorsMethod 'reuseEdgeObjects' is not designed for extension - needs to be abstract, final or empty.170
ErrorsMethod 'reuseVertexObjects' is not designed for extension - needs to be abstract, final or empty.184
ErrorsFirst sentence should end with a period.188
ErrorsMethod 'getPartitionClass' is not designed for extension - needs to be abstract, final or empty.192
ErrorsMethod 'hasVertexInputFormat' is not designed for extension - needs to be abstract, final or empty.201
ErrorsFirst sentence should end with a period.205
ErrorsMethod 'setVertexInputFormatClass' is not designed for extension - needs to be abstract, final or empty.210
ErrorsParameter vertexInputFormatClass should be final.211
ErrorsMethod 'hasEdgeInputFormat' is not designed for extension - needs to be abstract, final or empty.220
ErrorsFirst sentence should end with a period.224
ErrorsMethod 'setEdgeInputFormatClass' is not designed for extension - needs to be abstract, final or empty.229
ErrorsParameter edgeInputFormatClass should be final.230
ErrorsFirst sentence should end with a period.234
ErrorsParameter masterComputeClass should be final.240
ErrorsFirst sentence should end with a period.244
ErrorsParameter masterObserverClass should be final.250
ErrorsFirst sentence should end with a period.254
ErrorsParameter workerObserverClass should be final.260
ErrorsFirst sentence should end with a period.264
ErrorsMethod 'getJobObserverClass' is not designed for extension - needs to be abstract, final or empty.269
ErrorsFirst sentence should end with a period.273
ErrorsMethod 'setJobObserverClass' is not designed for extension - needs to be abstract, final or empty.278
ErrorsParameter klass should be final.278
ErrorsMethod 'isJMapHistogramDumpEnabled' is not designed for extension - needs to be abstract, final or empty.287
ErrorsParameter name should be final.298
ErrorsParameter xface should be final.298
ErrorsParameter klasses should be final.299
Errors'+' should be on a new line.304
ErrorsMethod 'hasVertexOutputFormat' is not designed for extension - needs to be abstract, final or empty.317
ErrorsFirst sentence should end with a period.321
ErrorsParameter vertexOutputFormatClass should be final.327
ErrorsFirst sentence should end with a period.331
ErrorsFirst sentence should end with a period.340
ErrorsParameter doOutputDuringComputation should be final.347
ErrorsFirst sentence should end with a period.351
ErrorsFirst sentence should end with a period.360
ErrorsParameter vertexOutputFormatThreadSafe should be final.367
ErrorsMethod 'setNumOutputThreads' is not designed for extension - needs to be abstract, final or empty.391
ErrorsParameter numOutputThreads should be final.391
ErrorsFirst sentence should end with a period.395
ErrorsMethod 'getCombinerClass' is not designed for extension - needs to be abstract, final or empty.400
ErrorsFirst sentence should end with a period.404
ErrorsMethod 'setCombinerClass' is not designed for extension - needs to be abstract, final or empty.409
ErrorsParameter vertexCombinerClass should be final.410
ErrorsFirst sentence should end with a period.414
ErrorsParameter graphPartitionerFactoryClass should be final.420
ErrorsFirst sentence should end with a period.424
ErrorsParameter vertexResolverClass should be final.430
ErrorsParameter v should be final.449
ErrorsFirst sentence should end with a period.453
ErrorsParameter workerContextClass should be final.460
ErrorsFirst sentence should end with a period.464
ErrorsParameter aggregatorWriterClass should be final.471
ErrorsFirst sentence should end with a period.475
ErrorsParameter partitionClass should be final.481
ErrorsParameter minWorkers should be final.495
ErrorsParameter maxWorkers should be final.496
ErrorsParameter minPercentResponded should be final.497
ErrorsMissing a Javadoc comment.503
ErrorsMissing a Javadoc comment.507
ErrorsMissing a Javadoc comment.511
ErrorsParameter serverList should be final.522
ErrorsMethod 'getMasterObserverClasses' is not designed for extension - needs to be abstract, final or empty.539
ErrorsMethod 'getWorkerObserverClasses' is not designed for extension - needs to be abstract, final or empty.548
ErrorsMethod 'metricsEnabled' is not designed for extension - needs to be abstract, final or empty.557
ErrorsFirst sentence should end with a period.561
ErrorsMethod 'getTaskPartition' is not designed for extension - needs to be abstract, final or empty.566
ErrorsMethod 'isPureYarnJob' is not designed for extension - needs to be abstract, final or empty.575
ErrorsMethod 'getYarnLibJars' is not designed for extension - needs to be abstract, final or empty.584
ErrorsMethod 'setYarnLibJars' is not designed for extension - needs to be abstract, final or empty.592
ErrorsParameter jarList should be final.592
ErrorsMethod 'getYarnTaskHeapMb' is not designed for extension - needs to be abstract, final or empty.601
ErrorsMethod 'setYarnTaskHeapMb' is not designed for extension - needs to be abstract, final or empty.610
ErrorsParameter heapMb should be final.610
ErrorsMethod 'getZookeeperList' is not designed for extension - needs to be abstract, final or empty.619
ErrorsMethod 'getLocalLevel' is not designed for extension - needs to be abstract, final or empty.623
ErrorsMissing a Javadoc comment.623
ErrorsMethod 'useLogThreadLayout' is not designed for extension - needs to be abstract, final or empty.632
ErrorsMethod 'getLocalTestMode' is not designed for extension - needs to be abstract, final or empty.640
ErrorsMethod 'setLocalTestMode' is not designed for extension - needs to be abstract, final or empty.648
ErrorsParameter flag should be final.648
ErrorsMethod 'getZooKeeperServerCount' is not designed for extension - needs to be abstract, final or empty.657
ErrorsFirst sentence should end with a period.661
ErrorsMethod 'setZooKeeperJar' is not designed for extension - needs to be abstract, final or empty.666
ErrorsParameter classPath should be final.666
ErrorsMethod 'getZooKeeperSessionTimeout' is not designed for extension - needs to be abstract, final or empty.670
ErrorsMissing a Javadoc comment.670
ErrorsMethod 'getZookeeperOpsMaxAttempts' is not designed for extension - needs to be abstract, final or empty.674
ErrorsMissing a Javadoc comment.674
ErrorsMethod 'getZookeeperOpsRetryWaitMsecs' is not designed for extension - needs to be abstract, final or empty.678
ErrorsMissing a Javadoc comment.678
ErrorsMethod 'getNettyServerUseExecutionHandler' is not designed for extension - needs to be abstract, final or empty.682
ErrorsMissing a Javadoc comment.682
ErrorsMethod 'getNettyServerThreads' is not designed for extension - needs to be abstract, final or empty.686
ErrorsMissing a Javadoc comment.686
ErrorsMethod 'getNettyServerExecutionThreads' is not designed for extension - needs to be abstract, final or empty.690
ErrorsMissing a Javadoc comment.690
ErrorsMethod 'getNettyServerExecutionConcurrency' is not designed for extension - needs to be abstract, final or empty.700
ErrorsMethod 'getZookeeperConnectionAttempts' is not designed for extension - needs to be abstract, final or empty.708
ErrorsMissing a Javadoc comment.708
ErrorsMethod 'getZooKeeperMinSessionTimeout' is not designed for extension - needs to be abstract, final or empty.712
ErrorsMissing a Javadoc comment.712
ErrorsMethod 'getZooKeeperMaxSessionTimeout' is not designed for extension - needs to be abstract, final or empty.716
ErrorsMissing a Javadoc comment.716
ErrorsMethod 'getZooKeeperForceSync' is not designed for extension - needs to be abstract, final or empty.720
ErrorsMissing a Javadoc comment.720
ErrorsMethod 'getZooKeeperSkipAcl' is not designed for extension - needs to be abstract, final or empty.724
ErrorsMissing a Javadoc comment.724
ErrorsFirst sentence should end with a period.728
ErrorsMethod 'getMapTasks' is not designed for extension - needs to be abstract, final or empty.733
Errors'+' should be on a new line.736
ErrorsMethod 'authenticate' is not designed for extension - needs to be abstract, final or empty.747
ErrorsFirst sentence should end with a period.751
ErrorsMethod 'setNumComputeThreads' is not designed for extension - needs to be abstract, final or empty.756
ErrorsParameter numComputeThreads should be final.756
ErrorsMethod 'getNumComputeThreads' is not designed for extension - needs to be abstract, final or empty.760
ErrorsMissing a Javadoc comment.760
ErrorsFirst sentence should end with a period.764
ErrorsMethod 'setNumInputSplitsThreads' is not designed for extension - needs to be abstract, final or empty.769
ErrorsParameter numInputSplitsThreads should be final.769
ErrorsMethod 'getNumInputSplitsThreads' is not designed for extension - needs to be abstract, final or empty.773
ErrorsMissing a Javadoc comment.773
ErrorsMethod 'getInputSplitMaxVertices' is not designed for extension - needs to be abstract, final or empty.777
ErrorsMissing a Javadoc comment.777
ErrorsMethod 'getInputSplitMaxEdges' is not designed for extension - needs to be abstract, final or empty.781
ErrorsMissing a Javadoc comment.781
ErrorsFirst sentence should end with a period.785
ErrorsMethod 'useUnsafeSerialization' is not designed for extension - needs to be abstract, final or empty.790
ErrorsParameter useUnsafeSerialization should be final.790
ErrorsMethod 'useMessageSizeEncoding' is not designed for extension - needs to be abstract, final or empty.800
ErrorsFirst sentence should end with a period.804
ErrorsMethod 'setCheckpointFrequency' is not designed for extension - needs to be abstract, final or empty.810
ErrorsParameter checkpointFrequency should be final.810
ErrorsFirst sentence should end with a period.814
ErrorsMethod 'getCheckpointFrequency' is not designed for extension - needs to be abstract, final or empty.820
ErrorsFirst sentence should end with a period.824
ErrorsMethod 'useCheckpointing' is not designed for extension - needs to be abstract, final or empty.829
ErrorsFirst sentence should end with a period.833
ErrorsMethod 'setMaxTaskAttempts' is not designed for extension - needs to be abstract, final or empty.838
ErrorsParameter maxTaskAttempts should be final.838
ErrorsFirst sentence should end with a period.842
ErrorsMethod 'getMaxTaskAttempts' is not designed for extension - needs to be abstract, final or empty.847
ErrorsFirst sentence should end with a period.851
ErrorsMethod 'getEventWaitMsecs' is not designed for extension - needs to be abstract, final or empty.856
ErrorsFirst sentence should end with a period.860
ErrorsMethod 'setEventWaitMsecs' is not designed for extension - needs to be abstract, final or empty.866
ErrorsParameter eventWaitMsecs should be final.866
ErrorsMethod 'getMaxMasterSuperstepWaitMsecs' is not designed for extension - needs to be abstract, final or empty.877
ErrorsMethod 'setMaxMasterSuperstepWaitMsecs' is not designed for extension - needs to be abstract, final or empty.889
ErrorsParameter maxMasterSuperstepWaitMsecs should be final.889
ErrorsMethod 'configureHadoopSecurity' is not designed for extension - needs to be abstract, final or empty.897
ErrorsMethod 'useInputSplitLocality' is not designed for extension - needs to be abstract, final or empty.909
ErrorsMethod 'getLocalHostname' is not designed for extension - needs to be abstract, final or empty.919
ErrorsExpected @throws tag for 'UnknownHostException'.919
ErrorsMethod 'setMaxNumberOfSupersteps' is not designed for extension - needs to be abstract, final or empty.931
ErrorsParameter maxNumberOfSupersteps should be final.931
ErrorsMethod 'getMaxNumberOfSupersteps' is not designed for extension - needs to be abstract, final or empty.941
ErrorsMethod 'isStaticGraph' is not designed for extension - needs to be abstract, final or empty.950
ErrorsFirst sentence should end with a period.954
ErrorsMethod 'updateConfiguration' is not designed for extension - needs to be abstract, final or empty.959
ErrorsParameter conf should be final.959
ErrorsMethod 'set' is not designed for extension - needs to be abstract, final or empty.967
ErrorsParameter name should be final.968
ErrorsParameter value should be final.968
ErrorsMethod 'setIfUnset' is not designed for extension - needs to be abstract, final or empty.973
ErrorsParameter name should be final.974
ErrorsParameter value should be final.974
ErrorsMethod 'setInt' is not designed for extension - needs to be abstract, final or empty.979
ErrorsParameter name should be final.980
ErrorsParameter value should be final.980
ErrorsMethod 'setLong' is not designed for extension - needs to be abstract, final or empty.985
ErrorsParameter name should be final.986
ErrorsParameter value should be final.986
ErrorsMethod 'setFloat' is not designed for extension - needs to be abstract, final or empty.991
ErrorsParameter name should be final.992
ErrorsParameter value should be final.992
ErrorsMethod 'setBoolean' is not designed for extension - needs to be abstract, final or empty.997
ErrorsParameter name should be final.998
ErrorsParameter value should be final.998
ErrorsMethod 'setBooleanIfUnset' is not designed for extension - needs to be abstract, final or empty.1003
ErrorsParameter name should be final.1004
ErrorsParameter value should be final.1004
ErrorsMethod 'setClass' is not designed for extension - needs to be abstract, final or empty.1009
ErrorsParameter name should be final.1010
ErrorsParameter theClass should be final.1010
ErrorsParameter xface should be final.1010
ErrorsFirst sentence should end with a period.1015
ErrorsMethod 'getYourKitOutputDir' is not designed for extension - needs to be abstract, final or empty.1020
ErrorsParameter context should be final.1020
ErrorsMethod 'getStringVars' is not designed for extension - needs to be abstract, final or empty.1042
ErrorsParameter key should be final.1042
ErrorsParameter context should be final.1042
ErrorsMethod 'getStringVars' is not designed for extension - needs to be abstract, final or empty.1059
ErrorsParameter key should be final.1059
ErrorsParameter defaultValue should be final.1059
ErrorsParameter context should be final.1060

org/apache/giraph/conf/GiraphConstants.java

ViolationMessageLine
Errorsinterfaces should describe a type and hence have methods.59
ErrorsFirst sentence should end with a period.60
ErrorsFirst sentence should end with a period.63
ErrorsFirst sentence should end with a period.67
ErrorsFirst sentence should end with a period.71
ErrorsFirst sentence should end with a period.75
ErrorsFirst sentence should end with a period.80
ErrorsFirst sentence should end with a period.84
ErrorsFirst sentence should end with a period.88
ErrorsFirst sentence should end with a period.92
ErrorsFirst sentence should end with a period.95
ErrorsFirst sentence should end with a period.100
ErrorsFirst sentence should end with a period.106
ErrorsFirst sentence should end with a period.111
ErrorsFirst sentence should end with a period.117
ErrorsFirst sentence should end with a period.121
ErrorsFirst sentence should end with a period.126
ErrorsFirst sentence should end with a period.131
ErrorsFirst sentence should end with a period.136
ErrorsFirst sentence should end with a period.156
ErrorsFirst sentence should end with a period.160
ErrorsFirst sentence should end with a period.163
ErrorsFirst sentence should end with a period.165
ErrorsFirst sentence should end with a period.167
ErrorsFirst sentence should end with a period.170
ErrorsFirst sentence should end with a period.176
ErrorsFirst sentence should end with a period.180
ErrorsFirst sentence should end with a period.183
ErrorsFirst sentence should end with a period.186
ErrorsFirst sentence should end with a period.190
ErrorsFirst sentence should end with a period.194
ErrorsFirst sentence should end with a period.198
ErrorsFirst sentence should end with a period.203
ErrorsFirst sentence should end with a period.208
ErrorsFirst sentence should end with a period.224
ErrorsFirst sentence should end with a period.235
ErrorsFirst sentence should end with a period.239
ErrorsFirst sentence should end with a period.243
ErrorsFirst sentence should end with a period.254
ErrorsFirst sentence should end with a period.258
ErrorsFirst sentence should end with a period.264
ErrorsFirst sentence should end with a period.268
ErrorsFirst sentence should end with a period.272
ErrorsFirst sentence should end with a period.276
ErrorsFirst sentence should end with a period.280
ErrorsFirst sentence should end with a period.283
ErrorsFirst sentence should end with a period.286
ErrorsFirst sentence should end with a period.296
ErrorsFirst sentence should end with a period.303
ErrorsFirst sentence should end with a period.308
ErrorsFirst sentence should end with a period.312
ErrorsFirst sentence should end with a period.320
ErrorsFirst sentence should end with a period.333
ErrorsFirst sentence should end with a period.342
ErrorsFirst sentence should end with a period.346
ErrorsFirst sentence should end with a period.350
ErrorsFirst sentence should end with a period.354
ErrorsFirst sentence should end with a period.358
ErrorsFirst sentence should end with a period.370
ErrorsFirst sentence should end with a period.374
ErrorsFirst sentence should end with a period.378
ErrorsFirst sentence should end with a period.382
ErrorsFirst sentence should end with a period.385
ErrorsFirst sentence should end with a period.392
ErrorsFirst sentence should end with a period.396
ErrorsFirst sentence should end with a period.400
ErrorsFirst sentence should end with a period.404
ErrorsFirst sentence should end with a period.408
ErrorsFirst sentence should end with a period.422
ErrorsFirst sentence should end with a period.433
ErrorsFirst sentence should end with a period.437
ErrorsFirst sentence should end with a period.444
ErrorsFirst sentence should end with a period.448
ErrorsFirst sentence should end with a period.451
ErrorsFirst sentence should end with a period.455
ErrorsFirst sentence should end with a period.459
ErrorsFirst sentence should end with a period.502
ErrorsFirst sentence should end with a period.506
ErrorsFirst sentence should end with a period.510
ErrorsFirst sentence should end with a period.515
Errors'+' should be on a new line.518
ErrorsFirst sentence should end with a period.547
ErrorsFirst sentence should end with a period.570
ErrorsFirst sentence should end with a period.594
ErrorsFirst sentence should end with a period.596
ErrorsFirst sentence should end with a period.617
ErrorsFirst sentence should end with a period.620
ErrorsFirst sentence should end with a period.623
ErrorsFirst sentence should end with a period.626
ErrorsFirst sentence should end with a period.649
ErrorsFirst sentence should end with a period.652

org/apache/giraph/conf/ImmutableClassesGiraphConfigurable.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.24

org/apache/giraph/conf/ImmutableClassesGiraphConfiguration.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.78
ErrorsParameter conf should be final.95
Errors'+' should be on a new line.104
Errors'+' should be on a new line.108
ErrorsMethod 'configureIfPossible' is not designed for extension - needs to be abstract, final or empty.118
ErrorsParameter obj should be final.118
ErrorsFirst sentence should end with a period.124
ErrorsMethod 'getEdgeInputFilterClass' is not designed for extension - needs to be abstract, final or empty.129
ErrorsFirst sentence should end with a period.134
ErrorsMethod 'getEdgeInputFilter' is not designed for extension - needs to be abstract, final or empty.138
ErrorsFirst sentence should end with a period.142
ErrorsMethod 'getVertexInputFilterClass' is not designed for extension - needs to be abstract, final or empty.147
ErrorsFirst sentence should end with a period.152
ErrorsMethod 'getVertexInputFilter' is not designed for extension - needs to be abstract, final or empty.156
ErrorsMethod 'getGraphPartitionerClass' is not designed for extension - needs to be abstract, final or empty.166
ErrorsFirst sentence should end with a period.171
ErrorsMethod 'createGraphPartitioner' is not designed for extension - needs to be abstract, final or empty.176
ErrorsMethod 'hasVertexInputFormat' is not designed for extension - needs to be abstract, final or empty.182
ErrorsMethod 'getVertexInputFormatClass' is not designed for extension - needs to be abstract, final or empty.193
ErrorsMethod 'createWrappedVertexInputFormat' is not designed for extension - needs to be abstract, final or empty.218
ErrorsMethod 'setVertexInputFormatClass' is not designed for extension - needs to be abstract, final or empty.225
ErrorsParameter vertexInputFormatClass should be final.227
ErrorsMethod 'hasVertexOutputFormat' is not designed for extension - needs to be abstract, final or empty.232
ErrorsMethod 'getVertexOutputFormatClass' is not designed for extension - needs to be abstract, final or empty.243
ErrorsMethod 'createWrappedVertexOutputFormat' is not designed for extension - needs to be abstract, final or empty.268
ErrorsMethod 'createSuperstepOutput' is not designed for extension - needs to be abstract, final or empty.281
ErrorsParameter context should be final.282
ErrorsMethod 'hasEdgeInputFormat' is not designed for extension - needs to be abstract, final or empty.294
ErrorsMethod 'getEdgeInputFormatClass' is not designed for extension - needs to be abstract, final or empty.305
ErrorsMethod 'createWrappedEdgeInputFormat' is not designed for extension - needs to be abstract, final or empty.328
ErrorsMethod 'setEdgeInputFormatClass' is not designed for extension - needs to be abstract, final or empty.335
ErrorsParameter edgeInputFormatClass should be final.337
ErrorsMethod 'getAggregatorWriterClass' is not designed for extension - needs to be abstract, final or empty.347
ErrorsFirst sentence should end with a period.351
ErrorsMethod 'createAggregatorWriter' is not designed for extension - needs to be abstract, final or empty.356
ErrorsMethod 'getCombinerClass' is not designed for extension - needs to be abstract, final or empty.365
ErrorsFirst sentence should end with a period.369
ErrorsMethod 'createCombiner' is not designed for extension - needs to be abstract, final or empty.375
ErrorsFirst sentence should end with a period.381
ErrorsMethod 'useCombiner' is not designed for extension - needs to be abstract, final or empty.386
ErrorsMethod 'getVertexResolverClass' is not designed for extension - needs to be abstract, final or empty.395
ErrorsFirst sentence should end with a period.399
ErrorsMethod 'createVertexResolver' is not designed for extension - needs to be abstract, final or empty.404
ErrorsMethod 'getWorkerContextClass' is not designed for extension - needs to be abstract, final or empty.413
ErrorsFirst sentence should end with a period.417
ErrorsMethod 'createWorkerContext' is not designed for extension - needs to be abstract, final or empty.422
ErrorsFirst sentence should end with a period.426
ErrorsMethod 'getMasterComputeClass' is not designed for extension - needs to be abstract, final or empty.431
ErrorsFirst sentence should end with a period.435
ErrorsMethod 'createMasterCompute' is not designed for extension - needs to be abstract, final or empty.440
ErrorsMethod 'getComputationClass' is not designed for extension - needs to be abstract, final or empty.444
ErrorsFirst sentence should end with a period.451
ErrorsMethod 'createComputation' is not designed for extension - needs to be abstract, final or empty.456
ErrorsFirst sentence should end with a period.461
ErrorsMethod 'createVertex' is not designed for extension - needs to be abstract, final or empty.466
ErrorsMethod 'getVertexIdClass' is not designed for extension - needs to be abstract, final or empty.475
ErrorsFirst sentence should end with a period.479
ErrorsMethod 'createVertexId' is not designed for extension - needs to be abstract, final or empty.484
ErrorsMethod 'getVertexValueClass' is not designed for extension - needs to be abstract, final or empty.501
ErrorsFirst sentence should end with a period.505
ErrorsMethod 'createVertexValue' is not designed for extension - needs to be abstract, final or empty.510
ErrorsFirst sentence should end with a period.515
ErrorsMethod 'getVertexValueFactoryClass' is not designed for extension - needs to be abstract, final or empty.520
ErrorsMethod 'createMasterObservers' is not designed for extension - needs to be abstract, final or empty.529
ErrorsMethod 'createWorkerObservers' is not designed for extension - needs to be abstract, final or empty.543
ErrorsFirst sentence should end with a period.552
ErrorsMethod 'getJobObserver' is not designed for extension - needs to be abstract, final or empty.556
ErrorsMethod 'getEdgeValueClass' is not designed for extension - needs to be abstract, final or empty.565
ErrorsMethod 'isEdgeValueNullWritable' is not designed for extension - needs to be abstract, final or empty.574
ErrorsFirst sentence should end with a period.578
ErrorsMethod 'createEdgeValue' is not designed for extension - needs to be abstract, final or empty.583
ErrorsMethod 'createEdge' is not designed for extension - needs to be abstract, final or empty.605
ErrorsMethod 'createReusableEdge' is not designed for extension - needs to be abstract, final or empty.618
ErrorsMethod 'getIncomingMessageValueClass' is not designed for extension - needs to be abstract, final or empty.632
ErrorsMethod 'getOutgoingMessageValueClass' is not designed for extension - needs to be abstract, final or empty.642
ErrorsFirst sentence should end with a period.646
ErrorsMethod 'createIncomingMessageValue' is not designed for extension - needs to be abstract, final or empty.652
ErrorsFirst sentence should end with a period.656
ErrorsMethod 'createOutgoingMessageValue' is not designed for extension - needs to be abstract, final or empty.662
ErrorsFirst sentence should end with a period.666
ErrorsParameter messageClass should be final.674
ErrorsMethod 'getOutEdgesClass' is not designed for extension - needs to be abstract, final or empty.682
ErrorsFirst sentence should end with a period.687
ErrorsMethod 'getInputOutEdgesClass' is not designed for extension - needs to be abstract, final or empty.693
ErrorsMethod 'useInputOutEdges' is not designed for extension - needs to be abstract, final or empty.704
ErrorsFirst sentence should end with a period.708
ErrorsMethod 'createOutEdges' is not designed for extension - needs to be abstract, final or empty.713
ErrorsMethod 'createAndInitializeOutEdges' is not designed for extension - needs to be abstract, final or empty.723
ErrorsMethod 'createAndInitializeOutEdges' is not designed for extension - needs to be abstract, final or empty.736
ErrorsParameter capacity should be final.736
ErrorsMethod 'createAndInitializeOutEdges' is not designed for extension - needs to be abstract, final or empty.749
ErrorsParameter edges should be final.750
ErrorsFirst sentence should end with a period.756
ErrorsMethod 'createInputOutEdges' is not designed for extension - needs to be abstract, final or empty.762
ErrorsMethod 'createAndInitializeInputOutEdges' is not designed for extension - needs to be abstract, final or empty.772
ErrorsFirst sentence should end with a period.778
ErrorsMethod 'createPartition' is not designed for extension - needs to be abstract, final or empty.785
ErrorsParameter id should be final.786
ErrorsParameter progressable should be final.786
ErrorsMethod 'useUnsafeSerialization' is not designed for extension - needs to be abstract, final or empty.798
ErrorsFirst sentence should end with a period.802
ErrorsMethod 'createExtendedDataOutput' is not designed for extension - needs to be abstract, final or empty.807
ErrorsFirst sentence should end with a period.815
ErrorsMethod 'createExtendedDataOutput' is not designed for extension - needs to be abstract, final or empty.821
ErrorsParameter expectedSize should be final.821
ErrorsFirst sentence should end with a period.829
ErrorsMethod 'createExtendedDataOutput' is not designed for extension - needs to be abstract, final or empty.836
ErrorsParameter buf should be final.836
ErrorsParameter pos should be final.837
ErrorsFirst sentence should end with a period.845
ErrorsMethod 'createExtendedDataInput' is not designed for extension - needs to be abstract, final or empty.853
ErrorsParameter buf should be final.854
ErrorsParameter off should be final.854
ErrorsParameter length should be final.854
ErrorsFirst sentence should end with a period.862
ErrorsMethod 'updateSuperstepClasses' is not designed for extension - needs to be abstract, final or empty.867
ErrorsParameter superstepClasses should be final.867

org/apache/giraph/conf/IntConfOption.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.22
ErrorsFirst sentence should end with a period.26
ErrorsFirst sentence should end with a period.29
ErrorsParameter key should be final.34
ErrorsParameter defaultValue should be final.34
Errors'defaultValue' hides a field.34
ErrorsFirst sentence should end with a period.40
ErrorsParameter key should be final.45
ErrorsParameter defaultValue should be final.45
Errors'defaultValue' hides a field.45
ErrorsMethod 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsMethod 'getDefaultValueStr' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.59
ErrorsFirst sentence should end with a period.63
ErrorsMethod 'get' is not designed for extension - needs to be abstract, final or empty.68
ErrorsParameter conf should be final.68
ErrorsFirst sentence should end with a period.72
ErrorsMethod 'set' is not designed for extension - needs to be abstract, final or empty.77
ErrorsParameter conf should be final.77
ErrorsParameter value should be final.77
ErrorsFirst sentence should end with a period.81
ErrorsMethod 'setIfUnset' is not designed for extension - needs to be abstract, final or empty.86
ErrorsParameter conf should be final.86
ErrorsParameter value should be final.86

org/apache/giraph/conf/LongConfOption.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.22
ErrorsFirst sentence should end with a period.26
ErrorsFirst sentence should end with a period.29
ErrorsParameter key should be final.34
ErrorsParameter defaultValue should be final.34
Errors'defaultValue' hides a field.34
ErrorsMethod 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsMethod 'getDefaultValueStr' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.48
ErrorsFirst sentence should end with a period.52
ErrorsMethod 'get' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter conf should be final.57
ErrorsFirst sentence should end with a period.61
ErrorsMethod 'set' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter conf should be final.66
ErrorsParameter value should be final.66
ErrorsFirst sentence should end with a period.70
ErrorsMethod 'setIfUnset' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter conf should be final.75
ErrorsParameter value should be final.75

org/apache/giraph/conf/StrConfOption.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.26
ErrorsFirst sentence should end with a period.30
ErrorsFirst sentence should end with a period.33
ErrorsParameter key should be final.38
ErrorsParameter defaultValue should be final.38
Errors'defaultValue' hides a field.38
ErrorsMethod 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsMethod 'getDefaultValueStr' is not designed for extension - needs to be abstract, final or empty.48
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.52
ErrorsFirst sentence should end with a period.56
ErrorsMethod 'get' is not designed for extension - needs to be abstract, final or empty.61
ErrorsParameter conf should be final.61
ErrorsFirst sentence should end with a period.65
ErrorsMethod 'getWithDefault' is not designed for extension - needs to be abstract, final or empty.71
ErrorsParameter conf should be final.71
ErrorsParameter defaultVal should be final.71
ErrorsFirst sentence should end with a period.75
ErrorsMethod 'getArray' is not designed for extension - needs to be abstract, final or empty.80
ErrorsParameter conf should be final.80
ErrorsFirst sentence should end with a period.84
ErrorsMethod 'getList' is not designed for extension - needs to be abstract, final or empty.89
ErrorsParameter conf should be final.89
ErrorsFirst sentence should end with a period.93
ErrorsMethod 'set' is not designed for extension - needs to be abstract, final or empty.98
ErrorsParameter conf should be final.98
ErrorsParameter value should be final.98
ErrorsFirst sentence should end with a period.102
ErrorsMethod 'setIfUnset' is not designed for extension - needs to be abstract, final or empty.107
ErrorsParameter conf should be final.107
ErrorsParameter value should be final.107

org/apache/giraph/counters/GiraphHadoopCounter.java

ViolationMessageLine
ErrorsParameter counter should be final.40
Errors'counter' hides a field.40
ErrorsMethod 'getHadoopCounter' is not designed for extension - needs to be abstract, final or empty.49
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter genericRight should be final.59
ErrorsMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter value should be final.75
ErrorsMethod 'increment' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMethod 'increment' is not designed for extension - needs to be abstract, final or empty.91
ErrorsParameter incr should be final.91
ErrorsFirst sentence should end with a period.95
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMethod 'getDisplayName' is not designed for extension - needs to be abstract, final or empty.109
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.118
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.128
ErrorsParameter out should be final.128
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.138
ErrorsParameter in should be final.138

org/apache/giraph/counters/GiraphStats.java

ViolationMessageLine
ErrorsClass GiraphStats should be declared as final.29
ErrorsFirst sentence should end with a period.30
ErrorsFirst sentence should end with a period.32
ErrorsFirst sentence should end with a period.34
ErrorsFirst sentence should end with a period.36
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.41
ErrorsFirst sentence should end with a period.43
ErrorsFirst sentence should end with a period.45
ErrorsFirst sentence should end with a period.48
ErrorsFirst sentence should end with a period.52
ErrorsName 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'.53
ErrorsFirst sentence should end with a period.55
ErrorsFirst sentence should end with a period.57
ErrorsFirst sentence should end with a period.59
ErrorsFirst sentence should end with a period.61
ErrorsFirst sentence should end with a period.63
ErrorsFirst sentence should end with a period.65
ErrorsFirst sentence should end with a period.67
ErrorsFirst sentence should end with a period.69
ErrorsFirst sentence should end with a period.71
ErrorsFirst sentence should end with a period.74
ErrorsParameter context should be final.82
ErrorsParameter context should be final.102
ErrorsFirst sentence should end with a period.115
ErrorsFirst sentence should end with a period.124
ErrorsFirst sentence should end with a period.133
ErrorsFirst sentence should end with a period.142
ErrorsFirst sentence should end with a period.151
ErrorsFirst sentence should end with a period.160
ErrorsFirst sentence should end with a period.169
ErrorsFirst sentence should end with a period.178

org/apache/giraph/counters/GiraphTimers.java

ViolationMessageLine
ErrorsClass GiraphTimers should be declared as final.33
ErrorsFirst sentence should end with a period.34
ErrorsFirst sentence should end with a period.36
ErrorsFirst sentence should end with a period.38
ErrorsFirst sentence should end with a period.40
ErrorsFirst sentence should end with a period.43
ErrorsName 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'.44
ErrorsFirst sentence should end with a period.46
ErrorsFirst sentence should end with a period.48
ErrorsFirst sentence should end with a period.50
ErrorsFirst sentence should end with a period.52
ErrorsFirst sentence should end with a period.55
ErrorsFirst sentence should end with a period.58
ErrorsParameter context should be final.66
ErrorsParameter context should be final.80
ErrorsFirst sentence should end with a period.93
ErrorsFirst sentence should end with a period.102
ErrorsParameter superstep should be final.108

org/apache/giraph/counters/HadoopCountersBase.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.28
ErrorsFirst sentence should end with a period.30
ErrorsParameter context should be final.39
Errors'context' hides a field.39
ErrorsParameter groupName should be final.39
Errors'groupName' hides a field.39
ErrorsFirst sentence should end with a period.44
ErrorsMethod 'getContext' is not designed for extension - needs to be abstract, final or empty.49
ErrorsMethod 'getCounter' is not designed for extension - needs to be abstract, final or empty.59
ErrorsParameter name should be final.59

org/apache/giraph/edge/ArrayListEdges.java

ViolationMessageLine
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter edges should be final.46
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter capacity should be final.58
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMethod 'add' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter edge should be final.68
ErrorsMethod 'remove' is not designed for extension - needs to be abstract, final or empty.72
ErrorsParameter targetVertexId should be final.73
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMethod 'mutableIterator' is not designed for extension - needs to be abstract, final or empty.92
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.100
ErrorsParameter out should be final.101
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.109
ErrorsParameter in should be final.110

org/apache/giraph/edge/ByteArrayEdges.java

ViolationMessageLine
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.54
ErrorsParameter edges should be final.55
Errors'+' should be on a new line.62
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.71
ErrorsParameter capacity should be final.72
ErrorsMethod 'add' is not designed for extension - needs to be abstract, final or empty.84
ErrorsParameter edge should be final.85
Errors'+' should be on a new line.92
ErrorsMethod 'remove' is not designed for extension - needs to be abstract, final or empty.100
ErrorsParameter targetVertexId should be final.101
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.130
ErrorsFirst sentence should end with a period.140
Errors'+' should be on a new line.158
ErrorsMethod 'iterator' is not designed for extension - needs to be abstract, final or empty.165
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.170
ErrorsParameter in should be final.171
Errors'||' should be on a new line.175
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.184
ErrorsParameter out should be final.185

org/apache/giraph/edge/DefaultEdge.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.34
ErrorsFirst sentence should end with a period.36
ErrorsFirst sentence should end with a period.39
ErrorsParameter targetVertexId should be final.50
Errors'targetVertexId' hides a field.50
ErrorsParameter value should be final.50
Errors'value' hides a field.50
ErrorsMethod 'getTargetVertexId' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMethod 'setTargetVertexId' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter targetVertexId should be final.66
Errors'targetVertexId' hides a field.66
ErrorsMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.70
ErrorsParameter value should be final.71
Errors'value' hides a field.71
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.75
Errors'+' should be on a new line.77

org/apache/giraph/edge/Edge.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.32
ErrorsFirst sentence should end with a period.39

org/apache/giraph/edge/EdgeFactory.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.25
ErrorsClass EdgeFactory should be declared as final.28
ErrorsFirst sentence should end with a period.29
ErrorsFirst sentence should end with a period.32
ErrorsParameter id should be final.43
ErrorsParameter value should be final.43
ErrorsFirst sentence should end with a period.47
ErrorsParameter id should be final.55
ErrorsFirst sentence should end with a period.59
ErrorsParameter id should be final.70
ErrorsParameter value should be final.70
ErrorsFirst sentence should end with a period.78
ErrorsParameter id should be final.86

org/apache/giraph/edge/EdgeNoValue.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.31
ErrorsFirst sentence should end with a period.34
ErrorsParameter targetVertexId should be final.42
Errors'targetVertexId' hides a field.42
ErrorsMethod 'setTargetVertexId' is not designed for extension - needs to be abstract, final or empty.46
ErrorsParameter targetVertexId should be final.47
Errors'targetVertexId' hides a field.47
ErrorsParameter value should be final.52
ErrorsMethod 'getTargetVertexId' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.66

org/apache/giraph/edge/EdgeStore.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.47
ErrorsParameter service should be final.77
Errors'service' hides a field.77
ErrorsParameter configuration should be final.78
Errors'configuration' hides a field.78
ErrorsParameter progressable should be final.79
Errors'progressable' hides a field.79
ErrorsMethod 'addPartitionEdges' is not designed for extension - needs to be abstract, final or empty.96
ErrorsParameter partitionId should be final.97
ErrorsParameter edges should be final.97
Errors'?' should be on a new line.115
ErrorsAvoid inline conditionals.115
Errors':' should be on a new line.116
ErrorsParameter inputEdges should be final.144
ErrorsMethod 'moveEdgesToVertices' is not designed for extension - needs to be abstract, final or empty.156
ErrorsParameter callableId should be final.175
Errors'+' should be on a new line.219

org/apache/giraph/edge/HashMapEdges.java

ViolationMessageLine
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.50
ErrorsParameter edges should be final.51
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter capacity should be final.56
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMethod 'add' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter edge should be final.66
ErrorsMethod 'remove' is not designed for extension - needs to be abstract, final or empty.70
ErrorsParameter targetVertexId should be final.71
ErrorsMethod 'getEdgeValue' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter targetVertexId should be final.76
ErrorsMethod 'setEdgeValue' is not designed for extension - needs to be abstract, final or empty.80
ErrorsParameter targetVertexId should be final.81
ErrorsParameter edgeValue should be final.81
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMethod 'iterator' is not designed for extension - needs to be abstract, final or empty.92
ErrorsMethod 'mutableIterator' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.128
ErrorsParameter out should be final.129
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.137
ErrorsParameter in should be final.138

org/apache/giraph/edge/HashMultimapEdges.java

ViolationMessageLine
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.49
ErrorsParameter edges should be final.50
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.61
ErrorsParameter expectedNeighbors should be final.61
ErrorsParameter expectedEdgesPerNeighbor should be final.61
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter capacity should be final.67
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMethod 'add' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter edge should be final.79
ErrorsMethod 'remove' is not designed for extension - needs to be abstract, final or empty.83
ErrorsParameter targetVertexId should be final.84
ErrorsMethod 'getAllEdgeValues' is not designed for extension - needs to be abstract, final or empty.88
ErrorsParameter targetVertexId should be final.89
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMethod 'iterator' is not designed for extension - needs to be abstract, final or empty.98
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.124
ErrorsParameter out should be final.125
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.136
ErrorsParameter in should be final.137
ErrorsAvoid inline conditionals.142

org/apache/giraph/edge/IntNullArrayEdges.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.44
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.47
ErrorsParameter edges should be final.48
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter capacity should be final.53
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMethod 'add' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter edge should be final.68
ErrorsParameter i should be final.77
ErrorsMethod 'remove' is not designed for extension - needs to be abstract, final or empty.88
ErrorsParameter targetVertexId should be final.89
ErrorsMethod 'iterator' is not designed for extension - needs to be abstract, final or empty.99
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.122
ErrorsParameter out should be final.123
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.131
ErrorsParameter in should be final.132

org/apache/giraph/edge/LongDoubleArrayEdges.java

ViolationMessageLine
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.51
ErrorsParameter edges should be final.52
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.56
ErrorsParameter capacity should be final.57
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMethod 'add' is not designed for extension - needs to be abstract, final or empty.68
ErrorsParameter edge should be final.69
Errors'4' is a magic number.79
ErrorsParameter i should be final.90
ErrorsMethod 'remove' is not designed for extension - needs to be abstract, final or empty.105
ErrorsParameter targetVertexId should be final.106
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.116
ErrorsMethod 'iterator' is not designed for extension - needs to be abstract, final or empty.121
ErrorsParameter index should be final.163
Errors'index' hides a field.163
ErrorsParameter value should be final.172
ErrorsMethod 'mutableIterator' is not designed for extension - needs to be abstract, final or empty.180
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.211
ErrorsParameter out should be final.212
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.222
ErrorsParameter in should be final.223

org/apache/giraph/edge/LongDoubleHashMapEdges.java

ViolationMessageLine
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter edges should be final.53
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter capacity should be final.58
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMethod 'add' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter edge should be final.68
ErrorsMethod 'remove' is not designed for extension - needs to be abstract, final or empty.72
ErrorsParameter targetVertexId should be final.73
ErrorsMethod 'getEdgeValue' is not designed for extension - needs to be abstract, final or empty.77
ErrorsParameter targetVertexId should be final.78
ErrorsMethod 'setEdgeValue' is not designed for extension - needs to be abstract, final or empty.89
ErrorsParameter targetVertexId should be final.90
ErrorsParameter edgeValue should be final.91
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMethod 'iterator' is not designed for extension - needs to be abstract, final or empty.102
ErrorsParameter entry should be final.144
Errors'entry' hides a field.144
ErrorsParameter value should be final.153
ErrorsMethod 'mutableIterator' is not designed for extension - needs to be abstract, final or empty.161
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.193
ErrorsParameter out should be final.194
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.202
ErrorsParameter in should be final.203

org/apache/giraph/edge/LongNullArrayEdges.java

ViolationMessageLine
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.46
ErrorsParameter edges should be final.47
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.51
ErrorsParameter capacity should be final.52
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMethod 'add' is not designed for extension - needs to be abstract, final or empty.61
ErrorsParameter edge should be final.62
Errors'4' is a magic number.71
ErrorsParameter i should be final.81
ErrorsMethod 'remove' is not designed for extension - needs to be abstract, final or empty.94
ErrorsParameter targetVertexId should be final.95
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMethod 'iterator' is not designed for extension - needs to be abstract, final or empty.110
ErrorsMethod 'mutableIterator' is not designed for extension - needs to be abstract, final or empty.118
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.147
ErrorsParameter out should be final.148
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.156
ErrorsParameter in should be final.157

org/apache/giraph/edge/LongNullHashSetEdges.java

ViolationMessageLine
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.47
ErrorsParameter edges should be final.48
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter capacity should be final.53
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMethod 'add' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter edge should be final.63
ErrorsMethod 'remove' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter targetVertexId should be final.68
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMethod 'iterator' is not designed for extension - needs to be abstract, final or empty.77
ErrorsMethod 'mutableIterator' is not designed for extension - needs to be abstract, final or empty.85
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.111
ErrorsParameter out should be final.112
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.120
ErrorsParameter in should be final.121

org/apache/giraph/edge/MapMutableEdge.java

ViolationMessageLine
ErrorsMethod 'setEntry' is not designed for extension - needs to be abstract, final or empty.42
ErrorsParameter entry should be final.42
Errors'entry' hides a field.42
ErrorsMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.46
ErrorsParameter value should be final.47
ErrorsMethod 'getTargetVertexId' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.57

org/apache/giraph/edge/MutableEdgesIterable.java

ViolationMessageLine
ErrorsParameter vertex should be final.44
Errors'vertex' hides a field.44
ErrorsMethod 'iterator' is not designed for extension - needs to be abstract, final or empty.48

org/apache/giraph/edge/MutableEdgesWrapper.java

ViolationMessageLine
ErrorsClass MutableEdgesWrapper should be declared as final.42
ErrorsParameter oldEdges should be final.58
ErrorsParameter newEdges should be final.59
Errors'newEdges' hides a field.59
ErrorsParameter edges should be final.75
ErrorsParameter conf should be final.76
ErrorsParameter edge should be final.130
ErrorsParameter edges should be final.135
Errors'+' should be on a new line.136
ErrorsParameter capacity should be final.141
Errors'+' should be on a new line.142
Errors'+' should be on a new line.148
ErrorsParameter edge should be final.153
ErrorsParameter targetVertexId should be final.158
ErrorsParameter out should be final.173
Errors'+' should be on a new line.174
ErrorsParameter in should be final.179
Errors'+' should be on a new line.180

org/apache/giraph/examples/AggregatorsTestComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.36
ErrorsFirst sentence should end with a period.38
ErrorsFirst sentence should end with a period.40
ErrorsFirst sentence should end with a period.42
ErrorsFirst sentence should end with a period.44
ErrorsFirst sentence should end with a period.46
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.49
ErrorsParameter vertex should be final.51
ErrorsParameter messages should be final.52
Errors'10' is a magic number.78
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.111
ErrorsParameter expected should be final.131
ErrorsParameter actual should be final.131
Errors'+' should be on a new line.133

org/apache/giraph/examples/ConnectedComponentsComputation.java

ViolationMessageLine
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.59
ErrorsParameter vertex should be final.61
ErrorsParameter messages should be final.62
ErrorsExpected @throws tag for 'IOException'.62

org/apache/giraph/examples/GeneratedVertexReader.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.29
ErrorsFirst sentence should end with a period.41
ErrorsFirst sentence should end with a period.44
ErrorsFirst sentence should end with a period.49
ErrorsFirst sentence should end with a period.51
ErrorsVariable 'recordsRead' must be private and have accessor methods.52
ErrorsFirst sentence should end with a period.53
ErrorsVariable 'totalRecords' must be private and have accessor methods.54
ErrorsVariable 'inputSplit' must be private and have accessor methods.56
ErrorsVariable 'reverseIdOrder' must be private and have accessor methods.58
ErrorsParameter inputSplit should be final.67
Errors'inputSplit' hides a field.67
ErrorsParameter context should be final.68
Errors'100.0f' is a magic number.84

org/apache/giraph/examples/IdentityComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.28
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.42
ErrorsParameter vertex should be final.43
ErrorsParameter messages should be final.44

org/apache/giraph/examples/LongDoubleDoubleTextInputFormat.java

ViolationMessageLine
ErrorsMethod 'createVertexReader' is not designed for extension - needs to be abstract, final or empty.51
ErrorsParameter split should be final.52
ErrorsParameter context should be final.53
ErrorsMethod 'setConf' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter configuration should be final.59
ErrorsMethod 'getConf' is not designed for extension - needs to be abstract, final or empty.64
ErrorsFirst sentence should end with a period.77
ErrorsMethod 'getCurrentVertex' is not designed for extension - needs to be abstract, final or empty.80
ErrorsMethod 'nextVertex' is not designed for extension - needs to be abstract, final or empty.103

org/apache/giraph/examples/LongDoubleNullTextInputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.38
ErrorsMethod 'createVertexReader' is not designed for extension - needs to be abstract, final or empty.49
ErrorsParameter split should be final.50
ErrorsParameter context should be final.51
ErrorsMethod 'setConf' is not designed for extension - needs to be abstract, final or empty.56
ErrorsParameter configuration should be final.57
ErrorsMethod 'getConf' is not designed for extension - needs to be abstract, final or empty.62
ErrorsFirst sentence should end with a period.75
ErrorsMethod 'getCurrentVertex' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMethod 'nextVertex' is not designed for extension - needs to be abstract, final or empty.100

org/apache/giraph/examples/NormalizingLongDoubleDoubleTextInputFormat.java

ViolationMessageLine
ErrorsMethod 'createVertexReader' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter split should be final.54
ErrorsParameter context should be final.54
ErrorsMethod 'setConf' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter configuration should be final.59
ErrorsMethod 'getConf' is not designed for extension - needs to be abstract, final or empty.64
ErrorsFirst sentence should end with a period.76
ErrorsFirst sentence should end with a period.78
ErrorsMethod 'getCurrentVertex' is not designed for extension - needs to be abstract, final or empty.81
ErrorsMethod 'parse' is not designed for extension - needs to be abstract, final or empty.106
ErrorsParameter tokens should be final.106
ErrorsParameter edges should be final.107
ErrorsMethod 'normalize' is not designed for extension - needs to be abstract, final or empty.119
ErrorsParameter edges should be final.119
ErrorsMethod 'nextVertex' is not designed for extension - needs to be abstract, final or empty.133

org/apache/giraph/examples/PageRankComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.28
ErrorsMethod 'transitionProbability' is not designed for extension - needs to be abstract, final or empty.33
ErrorsParameter vertex should be final.35
ErrorsParameter stateProbability should be final.36
ErrorsParameter edge should be final.36
ErrorsMethod 'recompute' is not designed for extension - needs to be abstract, final or empty.40
ErrorsParameter vertex should be final.42
ErrorsParameter partialRanks should be final.43
ErrorsParameter teleportationProbability should be final.43
Errors'*' should be on a new line.51
Errors'+' should be on a new line.52

org/apache/giraph/examples/RandomWalkComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.30
ErrorsFirst sentence should end with a period.37
Errors'+' should be on a new line.38
ErrorsFirst sentence should end with a period.40
ErrorsFirst sentence should end with a period.43
ErrorsFirst sentence should end with a period.46
ErrorsFirst sentence should end with a period.49
ErrorsFirst sentence should end with a period.52
ErrorsFirst sentence should end with a period.56
ErrorsFirst sentence should end with a period.58
ErrorsMethod 'initialProbability' is not designed for extension - needs to be abstract, final or empty.66
ErrorsFirst sentence should end with a period.70
ErrorsMethod 'getDanglingProbability' is not designed for extension - needs to be abstract, final or empty.99
ErrorsMethod 'getPreviousCumulativeProbability' is not designed for extension - needs to be abstract, final or empty.108
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.113
ErrorsParameter vertex should be final.115
ErrorsParameter messages should be final.116
ErrorsFirst sentence should end with a period.157
ErrorsFirst sentence should end with a period.165
ErrorsMethod 'teleportationProbability' is not designed for extension - needs to be abstract, final or empty.169

org/apache/giraph/examples/RandomWalkVertexMasterCompute.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.34
ErrorsFirst sentence should end with a period.37
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.41
Errors'+' should be on a new line.56
Errors'+' should be on a new line.57
Errors'+' should be on a new line.58
Errors'+' should be on a new line.59
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.69

org/apache/giraph/examples/RandomWalkWithRestartComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.36
ErrorsFirst sentence should end with a period.40
ErrorsParameter vertex should be final.45
ErrorsMethod 'transitionProbability' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter vertex should be final.60
ErrorsParameter stateProbability should be final.62
ErrorsParameter edge should be final.62
ErrorsMethod 'recompute' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter vertex should be final.68
ErrorsParameter transitionProbabilities should be final.69
ErrorsParameter teleportationProbability should be final.70

org/apache/giraph/examples/RandomWalkWorkerContext.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.41
ErrorsFirst sentence should end with a period.43
ErrorsName 'MAX_SUPERSTEPS' must match pattern '^[a-z][a-zA-Z0-9]*$'.44
ErrorsFirst sentence should end with a period.45
ErrorsName 'TELEPORTATION_PROBABILITY' must match pattern '^[a-z][a-zA-Z0-9]*$'.46
ErrorsFirst sentence should end with a period.47
ErrorsName 'SOURCES' must match pattern '^[a-z][a-zA-Z0-9]*$'.48
ErrorsFirst sentence should end with a period.50
ErrorsFirst sentence should end with a period.54
ErrorsMethod 'getMaxSupersteps' is not designed for extension - needs to be abstract, final or empty.61
Errors'+' should be on a new line.64
Errors'+' should be on a new line.65
ErrorsMethod 'getTeleportationProbability' is not designed for extension - needs to be abstract, final or empty.74
Errors'+' should be on a new line.77
Errors'+' should be on a new line.78
ErrorsMethod 'isSource' is not designed for extension - needs to be abstract, final or empty.89
ErrorsParameter id should be final.89
ErrorsMethod 'numSources' is not designed for extension - needs to be abstract, final or empty.96
ErrorsParameter configuration should be final.109
ErrorsMethod 'preApplication' is not designed for extension - needs to be abstract, final or empty.142

org/apache/giraph/examples/SimpleAggregatorWriter.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.40
ErrorsName 'FILENAME' must match pattern '^[a-z][a-zA-Z0-9]*$'.41
ErrorsFirst sentence should end with a period.42
ErrorsMissing a Javadoc comment.45
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.49
ErrorsParameter context should be final.51
ErrorsParameter applicationAttempt should be final.51
ErrorsMethod 'writeAggregator' is not designed for extension - needs to be abstract, final or empty.59
ErrorsParameter aggregatorMap should be final.61
ErrorsParameter superstep should be final.62
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.69

org/apache/giraph/examples/SimpleCheckpoint.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.54
ErrorsFirst sentence should end with a period.56
ErrorsFirst sentence should end with a period.58
ErrorsFirst sentence should end with a period.64
ErrorsFirst sentence should end with a period.67
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.76
ErrorsParameter vertex should be final.78
ErrorsParameter messages should be final.79
Errors'&&' should be on a new line.85
Errors'&&' should be on a new line.86
Errors'+' should be on a new line.88
Errors'+' should be on a new line.89
Errors'+' should be on a new line.90
Errors'+' should be on a new line.103
Errors'+' should be on a new line.109
Errors'+' should be on a new line.110
Errors'+' should be on a new line.115
Errors'+' should be on a new line.116
Errors'+' should be on a new line.119
Errors'+' should be on a new line.123
Errors'+' should be on a new line.124
Errors'+' should be on a new line.125
Errors'+' should be on a new line.126
Errors'+' should be on a new line.127
ErrorsFirst sentence should end with a period.140
ErrorsFirst sentence should end with a period.142
ErrorsName 'FINAL_SUM' must match pattern '^[a-z][a-zA-Z0-9]*$'.143
ErrorsFirst sentence should end with a period.144
Errors'6' is a magic number.145
ErrorsMissing a Javadoc comment.149
ErrorsMethod 'preApplication' is not designed for extension - needs to be abstract, final or empty.153
ErrorsMethod 'postApplication' is not designed for extension - needs to be abstract, final or empty.162
ErrorsMethod 'getSupersteps' is not designed for extension - needs to be abstract, final or empty.176
ErrorsMissing a Javadoc comment.176
ErrorsMethod 'getEnableFault' is not designed for extension - needs to be abstract, final or empty.180
ErrorsMissing a Javadoc comment.180
ErrorsMethod 'run' is not designed for extension - needs to be abstract, final or empty.185
ErrorsParameter args should be final.186
Errors'100.0f' is a magic number.240
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.265
ErrorsParameter args should be final.279
ErrorsExpected @throws tag for 'Exception'.279
ErrorsMethod 'getConf' is not designed for extension - needs to be abstract, final or empty.283
ErrorsMethod 'setConf' is not designed for extension - needs to be abstract, final or empty.288
ErrorsParameter conf should be final.289
Errors'conf' hides a field.289

org/apache/giraph/examples/SimpleCombinerComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.35
ErrorsName 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'.36
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.38
ErrorsParameter vertex should be final.40
ErrorsParameter messages should be final.41
Errors'101' is a magic number.43
Errors'102' is a magic number.44
Errors'103' is a magic number.45
Errors'+' should be on a new line.57
Errors'306' is a magic number.60
Errors'3' is a magic number.64
Errors'+' should be on a new line.66

org/apache/giraph/examples/SimpleFailComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.30
ErrorsFirst sentence should end with a period.35
ErrorsName 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'.36
ErrorsComment matches to-do format 'TODO:'.37
ErrorsFirst sentence should end with a period.37
ErrorsName 'SUPERSTEP' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.40
ErrorsParameter vertex should be final.42
ErrorsParameter messages should be final.43
Errors'0.15f' is a magic number.50
Errors'0.85f' is a magic number.50
Errors'30' is a magic number.52
Errors'20' is a magic number.53
Errors'10L' is a magic number.54
Errors'2000' is a magic number.56
Errors'10' is a magic number.61

org/apache/giraph/examples/SimpleInDegreeCountComputation.java

ViolationMessageLine
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.38
ErrorsParameter vertex should be final.40
ErrorsParameter messages should be final.41

org/apache/giraph/examples/SimpleLongDoubleDoubleDoubleIdentityComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.24

org/apache/giraph/examples/SimpleMasterComputeComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.41
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter vertex should be final.47
ErrorsParameter messages should be final.48
ErrorsAvoid inline conditionals.49
ErrorsFirst sentence should end with a period.63
ErrorsName 'FINAL_SUM' must match pattern '^[a-z][a-zA-Z0-9]*$'.64
ErrorsMethod 'setFinalSum' is not designed for extension - needs to be abstract, final or empty.83
ErrorsMissing a Javadoc comment.83
ErrorsParameter sum should be final.83
ErrorsMissing a Javadoc comment.87
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.97
Errors'10' is a magic number.101
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.106

org/apache/giraph/examples/SimpleMsgComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.35
ErrorsName 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'.36
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.37
ErrorsParameter vertex should be final.39
ErrorsParameter messages should be final.40
Errors'101' is a magic number.42
Errors'102' is a magic number.43
Errors'103' is a magic number.44
Errors'+' should be on a new line.54
Errors'306' is a magic number.57
Errors'3' is a magic number.61
Errors'+' should be on a new line.62

org/apache/giraph/examples/SimpleMutateGraphComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.37
ErrorsName 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
ErrorsFirst sentence should end with a period.40
Errors'100' is a magic number.41
ErrorsParameter range should be final.51
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter vertex should be final.57
ErrorsParameter messages should be final.58
Errors'3' is a magic number.70
Errors'+' should be on a new line.74
Errors'+' should be on a new line.75
Errors'+' should be on a new line.81
Errors'+' should be on a new line.82
Errors'3' is a magic number.87
Errors'4' is a magic number.92
Errors'5' is a magic number.94
Errors'+' should be on a new line.98
Errors'+' should be on a new line.99
Errors'+' should be on a new line.105
Errors'+' should be on a new line.106
Errors'3' is a magic number.111
Errors'6' is a magic number.114
Errors'3' is a magic number.117
Errors'7' is a magic number.120
Errors'+' should be on a new line.124
Errors'+' should be on a new line.125
Errors'8' is a magic number.128
Errors'+' should be on a new line.132
Errors'+' should be on a new line.133
ErrorsFirst sentence should end with a period.146
ErrorsFirst sentence should end with a period.148
ErrorsFirst sentence should end with a period.150
ErrorsFirst sentence should end with a period.152
ErrorsMethod 'postSuperstep' is not designed for extension - needs to be abstract, final or empty.165
Errors'+' should be on a new line.172
Errors'+' should be on a new line.173
ErrorsMethod 'getVertexCount' is not designed for extension - needs to be abstract, final or empty.179
ErrorsMissing a Javadoc comment.179
ErrorsMethod 'getEdgeCount' is not designed for extension - needs to be abstract, final or empty.183
ErrorsMissing a Javadoc comment.183
ErrorsMethod 'getOrigEdgeCount' is not designed for extension - needs to be abstract, final or empty.187
ErrorsMissing a Javadoc comment.187
ErrorsMethod 'increaseEdgesRemoved' is not designed for extension - needs to be abstract, final or empty.194

org/apache/giraph/examples/SimpleOutDegreeCountComputation.java

ViolationMessageLine
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.37
ErrorsParameter vertex should be final.39
ErrorsParameter messages should be final.40

org/apache/giraph/examples/SimplePageRankComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.52
ErrorsFirst sentence should end with a period.54
ErrorsFirst sentence should end with a period.57
ErrorsName 'SUM_AGG' must match pattern '^[a-z][a-zA-Z0-9]*$'.58
ErrorsFirst sentence should end with a period.59
ErrorsName 'MIN_AGG' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
ErrorsFirst sentence should end with a period.61
ErrorsName 'MAX_AGG' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter vertex should be final.66
ErrorsParameter messages should be final.67
Errors'0.15f' is a magic number.74
Errors'0.85f' is a magic number.74
Errors'+' should be on a new line.79
Errors'+' should be on a new line.80
ErrorsFirst sentence should end with a period.98
ErrorsName 'FINAL_MAX' must match pattern '^[a-z][a-zA-Z0-9]*$'.99
ErrorsFirst sentence should end with a period.100
ErrorsName 'FINAL_MIN' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsFirst sentence should end with a period.102
ErrorsName 'FINAL_SUM' must match pattern '^[a-z][a-zA-Z0-9]*$'.103
ErrorsMissing a Javadoc comment.105
ErrorsMissing a Javadoc comment.109
ErrorsMissing a Javadoc comment.113
ErrorsMethod 'postApplication' is not designed for extension - needs to be abstract, final or empty.122
ErrorsMethod 'preSuperstep' is not designed for extension - needs to be abstract, final or empty.133
Errors'3' is a magic number.135
Errors'+' should be on a new line.136
Errors'+' should be on a new line.137
Errors'!=' should be on a new line.139
Errors'+' should be on a new line.141
Errors'+' should be on a new line.142
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.162
ErrorsFirst sentence should end with a period.171
ErrorsFirst sentence should end with a period.176
ErrorsMethod 'nextVertex' is not designed for extension - needs to be abstract, final or empty.180
ErrorsMethod 'getCurrentVertex' is not designed for extension - needs to be abstract, final or empty.185
Errors'10d' is a magic number.192
Errors'%' should be on a new line.194
Errors'100f' is a magic number.196
Errors'+' should be on a new line.203
Errors'+' should be on a new line.204
ErrorsFirst sentence should end with a period.211
ErrorsMethod 'createVertexReader' is not designed for extension - needs to be abstract, final or empty.216
ErrorsParameter split should be final.218
ErrorsParameter context should be final.219
ErrorsFirst sentence should end with a period.225
ErrorsMethod 'createVertexWriter' is not designed for extension - needs to be abstract, final or empty.230
ErrorsParameter context should be final.231
ErrorsFirst sentence should end with a period.236
ErrorsMethod 'writeVertex' is not designed for extension - needs to be abstract, final or empty.240
ErrorsParameter vertex should be final.242

org/apache/giraph/examples/SimpleShortestPathsComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.41
ErrorsFirst sentence should end with a period.44
ErrorsParameter vertex should be final.54
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter vertex should be final.60
ErrorsParameter messages should be final.61
ErrorsAvoid inline conditionals.65
Errors'+' should be on a new line.70
Errors'+' should be on a new line.78

org/apache/giraph/examples/SimpleSuperstepComputation.java

ViolationMessageLine
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.46
ErrorsParameter vertex should be final.48
ErrorsParameter messages should be final.49
Errors'+' should be on a new line.52
Errors'+' should be on a new line.56
Errors'+' should be on a new line.60
Errors'3' is a magic number.64
ErrorsFirst sentence should end with a period.69
ErrorsFirst sentence should end with a period.74
ErrorsMethod 'nextVertex' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMethod 'getCurrentVertex' is not designed for extension - needs to be abstract, final or empty.83
Errors'?' should be on a new line.88
ErrorsAvoid inline conditionals.88
Errors'-' should be on a new line.89
Errors':' should be on a new line.90
Errors'10' is a magic number.94
Errors'%' should be on a new line.97
Errors'100f' is a magic number.99
Errors'+' should be on a new line.105
Errors'+' should be on a new line.106
Errors'+' should be on a new line.107
ErrorsFirst sentence should end with a period.114
ErrorsMethod 'createVertexReader' is not designed for extension - needs to be abstract, final or empty.119
ErrorsParameter split should be final.121
ErrorsParameter context should be final.121
ErrorsFirst sentence should end with a period.128
ErrorsMethod 'createVertexWriter' is not designed for extension - needs to be abstract, final or empty.133
ErrorsParameter context should be final.134
ErrorsFirst sentence should end with a period.139
ErrorsMethod 'writeVertex' is not designed for extension - needs to be abstract, final or empty.143
ErrorsParameter vertex should be final.144

org/apache/giraph/examples/SimpleTextVertexOutputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.36
ErrorsParameter vertex should be final.42
ErrorsMethod 'createVertexWriter' is not designed for extension - needs to be abstract, final or empty.50
ErrorsParameter context should be final.51

org/apache/giraph/examples/SimpleTriangleClosingComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.69
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter vertex should be final.75
ErrorsParameter messages should be final.76
Errors'?' should be on a new line.84
ErrorsAvoid inline conditionals.84
ErrorsFirst sentence should end with a period.108
ErrorsFirst sentence should end with a period.110
ErrorsFirst sentence should end with a period.113
ErrorsFirst sentence should end with a period.116
ErrorsParameter k should be final.120
ErrorsParameter v should be final.120
ErrorsFirst sentence should end with a period.124
ErrorsMethod 'getKey' is not designed for extension - needs to be abstract, final or empty.126
ErrorsFirst sentence should end with a period.127
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.129
ErrorsFirst sentence should end with a period.130
ErrorsMethod 'compareTo' is not designed for extension - needs to be abstract, final or empty.133
ErrorsParameter other should be final.134
ErrorsFirst sentence should end with a period.139
ErrorsFirst sentence should end with a period.143
ErrorsFirst sentence should end with a period.147
ErrorsMethod 'setClass' is not designed for extension - needs to be abstract, final or empty.148

org/apache/giraph/examples/SimpleVertexWithWorkerContext.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.22
ErrorsFirst sentence should end with a period.48
ErrorsFirst sentence should end with a period.50
ErrorsMethod 'setConf' is not designed for extension - needs to be abstract, final or empty.53
ErrorsParameter conf should be final.54
Errors'conf' hides a field.54
ErrorsMethod 'getConf' is not designed for extension - needs to be abstract, final or empty.58
ErrorsFirst sentence should end with a period.63
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.68
ErrorsParameter vertex should be final.70
ErrorsParameter messages should be final.71
Errors'+' should be on a new line.77
ErrorsFirst sentence should end with a period.90
ErrorsMethod 'preApplication' is not designed for extension - needs to be abstract, final or empty.95
Errors'+' should be on a new line.107
Errors'+' should be on a new line.113
Errors'+' should be on a new line.117
Errors'+' should be on a new line.120
ErrorsMethod 'postApplication' is not designed for extension - needs to be abstract, final or empty.131
ErrorsMethod 'emit' is not designed for extension - needs to be abstract, final or empty.156
ErrorsParameter s should be final.156
ErrorsMethod 'run' is not designed for extension - needs to be abstract, final or empty.165
ErrorsParameter args should be final.166
Errors'100.0f' is a magic number.180
ErrorsParameter args should be final.194
ErrorsExpected @throws tag for 'Exception'.194

org/apache/giraph/examples/TestComputationStateComputation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.31
ErrorsFirst sentence should end with a period.37
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.41
ErrorsFirst sentence should end with a period.44
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.50
ErrorsParameter vertex should be final.52
ErrorsParameter messages should be final.53
Errors'5' is a magic number.55
ErrorsMethod 'preSuperstep' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMethod 'postSuperstep' is not designed for extension - needs to be abstract, final or empty.66
ErrorsFirst sentence should end with a period.72
ErrorsFirst sentence should end with a period.77
ErrorsFirst sentence should end with a period.79
ErrorsMethod 'preSuperstep' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMethod 'postSuperstep' is not designed for extension - needs to be abstract, final or empty.90
ErrorsParameter expected should be final.103
ErrorsParameter actual should be final.103
Errors'+' should be on a new line.105

org/apache/giraph/examples/VerifyMessage.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.48
ErrorsFirst sentence should end with a period.50
ErrorsFirst sentence should end with a period.52
ErrorsParameter superstep should be final.67
Errors'superstep' hides a field.67
ErrorsParameter sourceVertexId should be final.67
Errors'sourceVertexId' hides a field.67
ErrorsParameter value should be final.67
Errors'value' hides a field.67
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter input should be final.74
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.80
ErrorsParameter output should be final.81
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.87
Errors'+' should be on a new line.89
ErrorsFirst sentence should end with a period.100
ErrorsFirst sentence should end with a period.103
ErrorsName 'FINAL_SUM' must match pattern '^[a-z][a-zA-Z0-9]*$'.104
ErrorsFirst sentence should end with a period.105
ErrorsName 'SUPERSTEPS' must match pattern '^[a-z][a-zA-Z0-9]*$'.106
Errors'6' is a magic number.106
ErrorsFirst sentence should end with a period.107
ErrorsName 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'.108
ErrorsMissing a Javadoc comment.111
ErrorsMethod 'preApplication' is not designed for extension - needs to be abstract, final or empty.120
ErrorsMethod 'postApplication' is not designed for extension - needs to be abstract, final or empty.127
ErrorsMethod 'compute' is not designed for extension - needs to be abstract, final or empty.142
ErrorsParameter vertex should be final.144
ErrorsParameter messages should be final.145
Errors'+' should be on a new line.156
Errors'+' should be on a new line.157
Errors'+' should be on a new line.164
Errors'+' should be on a new line.165
Errors'+' should be on a new line.166
Errors'+' should be on a new line.171
Errors'+' should be on a new line.172
Errors'&&' should be on a new line.175
Errors'+' should be on a new line.178
Errors'+' should be on a new line.179
Errors'+' should be on a new line.186
Errors'+' should be on a new line.187
Errors'+' should be on a new line.196
Errors'+' should be on a new line.197
Errors'+' should be on a new line.198
Errors'+' should be on a new line.199
Errors'+' should be on a new line.200
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.217

org/apache/giraph/examples/VertexWithDoubleValueDoubleEdgeTextOutputFormat.java

ViolationMessageLine
ErrorsMethod 'createVertexWriter' is not designed for extension - needs to be abstract, final or empty.35
ErrorsParameter context should be final.36
ErrorsMethod 'writeVertex' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter vertex should be final.47

org/apache/giraph/examples/VertexWithDoubleValueNullEdgeTextOutputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.31
ErrorsMethod 'createVertexWriter' is not designed for extension - needs to be abstract, final or empty.37
ErrorsParameter context should be final.38
ErrorsMethod 'writeVertex' is not designed for extension - needs to be abstract, final or empty.48
ErrorsParameter vertex should be final.50

org/apache/giraph/graph/AddressesAndPartitionsWritable.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.37
ErrorsFirst sentence should end with a period.41
ErrorsFirst sentence should end with a period.43
ErrorsFirst sentence should end with a period.45
ErrorsFirst sentence should end with a period.47
ErrorsFirst sentence should end with a period.50
ErrorsParameter masterInfo should be final.57
Errors'masterInfo' hides a field.57
ErrorsParameter workerInfos should be final.58
Errors'workerInfos' hides a field.58
ErrorsParameter partitionOwners should be final.59
Errors'partitionOwners' hides a field.59
ErrorsFirst sentence should end with a period.65
ErrorsParameter partitionOwnerClass should be final.71
Errors'partitionOwnerClass' hides a field.71
ErrorsFirst sentence should end with a period.75
ErrorsMethod 'getMasterInfo' is not designed for extension - needs to be abstract, final or empty.80
ErrorsFirst sentence should end with a period.84
ErrorsMethod 'getWorkerInfos' is not designed for extension - needs to be abstract, final or empty.89
ErrorsFirst sentence should end with a period.93
ErrorsMethod 'getPartitionOwners' is not designed for extension - needs to be abstract, final or empty.98
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.102
ErrorsParameter output should be final.103
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.134
ErrorsParameter input should be final.135
Errors'+' should be on a new line.163
Errors'+' should be on a new line.164
Errors'+' should be on a new line.167
Errors'+' should be on a new line.168
ErrorsParameter workerInfos should be final.181

org/apache/giraph/graph/Computation.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.57
ErrorsFirst sentence should end with a period.59
ErrorsFirst sentence should end with a period.61
ErrorsFirst sentence should end with a period.63
ErrorsFirst sentence should end with a period.65
ErrorsExpected @throws tag for 'IOException'.77
ErrorsParameter graphState should be final.105
Errors'graphState' hides a field.105
ErrorsParameter workerClientRequestProcessor should be final.106
Errors'workerClientRequestProcessor' hides a field.106
ErrorsParameter graphTaskManager should be final.107
Errors'graphTaskManager' hides a field.107
ErrorsParameter workerAggregatorUsage should be final.108
Errors'workerAggregatorUsage' hides a field.108
ErrorsParameter workerContext should be final.109
Errors'workerContext' hides a field.109
ErrorsMethod 'getSuperstep' is not designed for extension - needs to be abstract, final or empty.122
ErrorsMethod 'getTotalNumVertices' is not designed for extension - needs to be abstract, final or empty.132
ErrorsMethod 'getTotalNumEdges' is not designed for extension - needs to be abstract, final or empty.142
ErrorsMethod 'sendMessage' is not designed for extension - needs to be abstract, final or empty.152
ErrorsParameter id should be final.152
ErrorsParameter message should be final.152
ErrorsMethod 'sendMessageToAllEdges' is not designed for extension - needs to be abstract, final or empty.164
ErrorsParameter vertex should be final.164
ErrorsParameter message should be final.164
ErrorsMethod 'addVertexRequest' is not designed for extension - needs to be abstract, final or empty.178
ErrorsParameter id should be final.178
ErrorsParameter value should be final.178
ErrorsParameter edges should be final.179
ErrorsExpected @throws tag for 'IOException'.179
ErrorsMethod 'addVertexRequest' is not designed for extension - needs to be abstract, final or empty.192
ErrorsParameter id should be final.192
ErrorsParameter value should be final.192
ErrorsExpected @throws tag for 'IOException'.192
ErrorsMethod 'removeVertexRequest' is not designed for extension - needs to be abstract, final or empty.202
ErrorsParameter vertexId should be final.202
ErrorsExpected @throws tag for 'IOException'.202
ErrorsFirst sentence should end with a period.206
ErrorsMethod 'addEdgeRequest' is not designed for extension - needs to be abstract, final or empty.213
ErrorsParameter sourceVertexId should be final.213
ErrorsParameter edge should be final.214
ErrorsExpected @throws tag for 'IOException'.214
ErrorsMethod 'removeEdgesRequest' is not designed for extension - needs to be abstract, final or empty.225
ErrorsParameter sourceVertexId should be final.225
ErrorsParameter targetVertexId should be final.226
ErrorsExpected @throws tag for 'IOException'.226
ErrorsFirst sentence should end with a period.231
ErrorsMethod 'getContext' is not designed for extension - needs to be abstract, final or empty.236
ErrorsFirst sentence should end with a period.240
ErrorsMethod 'getWorkerContext' is not designed for extension - needs to be abstract, final or empty.246
ErrorsMethod 'aggregate' is not designed for extension - needs to be abstract, final or empty.251
ErrorsParameter name should be final.252
ErrorsParameter value should be final.252
ErrorsMethod 'getAggregatedValue' is not designed for extension - needs to be abstract, final or empty.256
ErrorsParameter name should be final.257

org/apache/giraph/graph/ComputeCallable.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.73
ErrorsFirst sentence should end with a period.75
ErrorsFirst sentence should end with a period.77
ErrorsFirst sentence should end with a period.79
ErrorsFirst sentence should end with a period.81
ErrorsFirst sentence should end with a period.83
ErrorsFirst sentence should end with a period.85
ErrorsFirst sentence should end with a period.87
ErrorsFirst sentence should end with a period.89
ErrorsFirst sentence should end with a period.91
ErrorsFirst sentence should end with a period.93
ErrorsFirst sentence should end with a period.97
ErrorsFirst sentence should end with a period.99
ErrorsFirst sentence should end with a period.102
ErrorsParameter context should be final.113
Errors'context' hides a field.113
ErrorsParameter graphState should be final.113
Errors'graphState' hides a field.113
ErrorsParameter messageStore should be final.114
Errors'messageStore' hides a field.114
ErrorsParameter partitionIdQueue should be final.115
Errors'partitionIdQueue' hides a field.115
ErrorsParameter configuration should be final.116
Errors'configuration' hides a field.116
ErrorsParameter serviceWorker should be final.117
Errors'serviceWorker' hides a field.117
ErrorsMethod 'call' is not designed for extension - needs to be abstract, final or empty.132
Errors'+' should be on a new line.167
Errors'+' should be on a new line.168
Errors'+' should be on a new line.169
Errors'+' should be on a new line.172
Errors'+' should be on a new line.175
Errors'/' should be on a new line.188
Errors'+' should be on a new line.190
Errors'+' should be on a new line.191
ErrorsFirst sentence should end with a period.203
ErrorsParameter computation should be final.211
ErrorsParameter partition should be final.212
ErrorsExpected @throws tag for 'IOException'.212
ErrorsExpected @throws tag for 'InterruptedException'.212

org/apache/giraph/graph/DefaultVertexResolver.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.41
ErrorsFirst sentence should end with a period.45
ErrorsMethod 'resolve' is not designed for extension - needs to be abstract, final or empty.48
ErrorsParameter vertexId should be final.50
ErrorsParameter vertex should be final.51
ErrorsParameter vertexChanges should be final.52
ErrorsParameter hasMessages should be final.53
ErrorsMethod 'removeEdges' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter vertex should be final.78
ErrorsParameter vertexChanges should be final.79
ErrorsMethod 'removeVertexIfDesired' is not designed for extension - needs to be abstract, final or empty.99
ErrorsParameter vertex should be final.100
ErrorsParameter vertexChanges should be final.101
ErrorsMethod 'addVertexIfDesired' is not designed for extension - needs to be abstract, final or empty.118
ErrorsParameter vertexId should be final.119
ErrorsParameter vertex should be final.120
ErrorsParameter vertexChanges should be final.121
ErrorsParameter hasMessages should be final.122
Errors'||' should be on a new line.126
Errors'+' should be on a new line.132
Errors'+' should be on a new line.133
ErrorsMethod 'addEdges' is not designed for extension - needs to be abstract, final or empty.145
ErrorsParameter vertex should be final.145
ErrorsParameter vertexChanges should be final.146
ErrorsFirst sentence should end with a period.157
ErrorsMethod 'hasVertexRemovals' is not designed for extension - needs to be abstract, final or empty.163
ErrorsParameter changes should be final.163
ErrorsFirst sentence should end with a period.167
ErrorsMethod 'hasVertexAdditions' is not designed for extension - needs to be abstract, final or empty.173
ErrorsParameter changes should be final.173
ErrorsFirst sentence should end with a period.177
ErrorsMethod 'hasEdgeAdditions' is not designed for extension - needs to be abstract, final or empty.183
ErrorsParameter changes should be final.183
ErrorsFirst sentence should end with a period.187
ErrorsMethod 'hasEdgeRemovals' is not designed for extension - needs to be abstract, final or empty.193
ErrorsParameter changes should be final.193
ErrorsMethod 'setConf' is not designed for extension - needs to be abstract, final or empty.197
ErrorsParameter conf should be final.198

org/apache/giraph/graph/DefaultVertexValueFactory.java

ViolationMessageLine
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.36
ErrorsParameter configuration should be final.38
ErrorsMethod 'createVertexValue' is not designed for extension - needs to be abstract, final or empty.42

org/apache/giraph/graph/FinishedSuperstepStats.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.20
ErrorsFirst sentence should end with a period.24
ErrorsFirst sentence should end with a period.28
ErrorsParameter numLocalVertices should be final.40
ErrorsParameter allVerticesHalted should be final.41
Errors'allVerticesHalted' hides a field.41
ErrorsParameter numVertices should be final.42
ErrorsParameter numEdges should be final.43
ErrorsParameter mustLoadCheckpoint should be final.44
Errors'mustLoadCheckpoint' hides a field.44
ErrorsMethod 'getLocalVertexCount' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsMethod 'allVerticesHalted' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMethod 'mustLoadCheckpoint' is not designed for extension - needs to be abstract, final or empty.69

org/apache/giraph/graph/GiraphTransferRegulator.java

ViolationMessageLine
ErrorsComment matches to-do format 'TODO:'.35
ErrorsFirst sentence should end with a period.58
ErrorsFirst sentence should end with a period.66
ErrorsFirst sentence should end with a period.74
ErrorsFirst sentence should end with a period.77
ErrorsFirst sentence should end with a period.80
ErrorsFirst sentence should end with a period.83
ErrorsFirst sentence should end with a period.86
ErrorsParameter conf should be final.89
ErrorsMethod 'transferThisPartition' is not designed for extension - needs to be abstract, final or empty.107
ErrorsParameter owner should be final.107
Errors'>=' should be on a new line.109
Errors'||' should be on a new line.110
Errors'>=' should be on a new line.111
Errors'?' should be on a new line.126
ErrorsAvoid inline conditionals.126
Errors'?' should be on a new line.136
ErrorsAvoid inline conditionals.136
ErrorsFirst sentence should end with a period.140
ErrorsMethod 'clearCounters' is not designed for extension - needs to be abstract, final or empty.141
ErrorsMethod 'incrementCounters' is not designed for extension - needs to be abstract, final or empty.159
ErrorsParameter partitionOwner should be final.161
ErrorsParameter vertex should be final.162
Errors'+' should be on a new line.170
ErrorsFirst sentence should end with a period.174
ErrorsMethod 'getMaxEdgesPerTransfer' is not designed for extension - needs to be abstract, final or empty.176
ErrorsFirst sentence should end with a period.180
ErrorsMethod 'getMaxVerticesPerTransfer' is not designed for extension - needs to be abstract, final or empty.182
ErrorsFirst sentence should end with a period.186
ErrorsMethod 'getTotalEdges' is not designed for extension - needs to be abstract, final or empty.188
ErrorsFirst sentence should end with a period.192
ErrorsMethod 'getTotalVertices' is not designed for extension - needs to be abstract, final or empty.194

org/apache/giraph/graph/GlobalStats.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.32
ErrorsFirst sentence should end with a period.34
ErrorsFirst sentence should end with a period.36
ErrorsFirst sentence should end with a period.38
ErrorsFirst sentence should end with a period.40
ErrorsMethod 'addPartitionStats' is not designed for extension - needs to be abstract, final or empty.48
ErrorsParameter partitionStats should be final.48
ErrorsMethod 'getVertexCount' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsMethod 'getFinishedVertexCount' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMissing a Javadoc comment.58
ErrorsMethod 'getEdgeCount' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsMethod 'getMessageCount' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsMethod 'getHaltComputation' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsMethod 'setHaltComputation' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.74
ErrorsParameter value should be final.74
ErrorsMethod 'addMessageCount' is not designed for extension - needs to be abstract, final or empty.83
ErrorsParameter messageCount should be final.83
Errors'messageCount' hides a field.83
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.87
ErrorsParameter input should be final.88
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.96
ErrorsParameter output should be final.97
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.105
Errors'+' should be on a new line.107
Errors'+' should be on a new line.108

org/apache/giraph/graph/GraphFunctions.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.27
ErrorsFirst sentence should end with a period.33
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.45
ErrorsFirst sentence should end with a period.51
ErrorsFirst sentence should end with a period.57
ErrorsMissing a Javadoc comment.85
ErrorsMissing a Javadoc comment.89
ErrorsMissing a Javadoc comment.93

org/apache/giraph/graph/GraphMapper.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.44
ErrorsFirst sentence should end with a period.46
ErrorsMethod 'setup' is not designed for extension - needs to be abstract, final or empty.49
ErrorsParameter context should be final.50
ErrorsParameter key should be final.73
ErrorsParameter value should be final.73
ErrorsParameter context should be final.73
ErrorsExpected @throws tag for 'IOException'.74
ErrorsExpected @throws tag for 'InterruptedException'.74
ErrorsMethod 'cleanup' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter context should be final.79
ErrorsMethod 'run' is not designed for extension - needs to be abstract, final or empty.84
ErrorsParameter context should be final.85
Errors'+' should be on a new line.113

org/apache/giraph/graph/GraphState.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.27
ErrorsFirst sentence should end with a period.29
ErrorsFirst sentence should end with a period.31
ErrorsFirst sentence should end with a period.33
ErrorsFirst sentence should end with a period.36
ErrorsParameter superstep should be final.45
Errors'superstep' hides a field.45
ErrorsParameter numVertices should be final.45
Errors'numVertices' hides a field.45
ErrorsParameter numEdges should be final.45
Errors'numEdges' hides a field.45
ErrorsParameter context should be final.46
Errors'context' hides a field.46
ErrorsMethod 'getSuperstep' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsMethod 'getTotalNumVertices' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMissing a Javadoc comment.57
ErrorsMethod 'getTotalNumEdges' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsMethod 'getContext' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.69
Errors'+' should be on a new line.71

org/apache/giraph/graph/GraphTaskManager.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.77
ErrorsFirst sentence should end with a period.99
ErrorsFirst sentence should end with a period.101
ErrorsFirst sentence should end with a period.103
ErrorsFirst sentence should end with a period.106
ErrorsFirst sentence should end with a period.109
ErrorsFirst sentence should end with a period.111
ErrorsFirst sentence should end with a period.113
ErrorsFirst sentence should end with a period.115
ErrorsFirst sentence should end with a period.117
ErrorsFirst sentence should end with a period.121
ErrorsFirst sentence should end with a period.123
ErrorsFirst sentence should end with a period.129
ErrorsFirst sentence should end with a period.134
ErrorsFirst sentence should end with a period.136
ErrorsFirst sentence should end with a period.140
ErrorsFirst sentence should end with a period.142
ErrorsFirst sentence should end with a period.144
ErrorsFirst sentence should end with a period.146
ErrorsFirst sentence should end with a period.150
ErrorsFirst sentence should end with a period.152
ErrorsFirst sentence should end with a period.154
ErrorsFirst sentence should end with a period.156
ErrorsParameter context should be final.166
Errors'context' hides a field.166
ErrorsFirst sentence should end with a period.171
ErrorsMethod 'setup' is not designed for extension - needs to be abstract, final or empty.175
ErrorsParameter zkPathList should be final.175
ErrorsExpected @throws tag for 'IOException'.176
ErrorsExpected @throws tag for 'InterruptedException'.176
Errors'+' should be on a new line.197
Errors'*' should be on a new line.202
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.227
ErrorsExpected @throws tag for 'IOException'.227
ErrorsExpected @throws tag for 'InterruptedException'.227
Errors'+' should be on a new line.264
Errors'+' should be on a new line.265
ErrorsExpected @throws tag for 'IOException'.289
ErrorsExpected @throws tag for 'InterruptedException'.289
ErrorsMethod 'setIsMaster' is not designed for extension - needs to be abstract, final or empty.306
ErrorsMethod 'isMaster' is not designed for extension - needs to be abstract, final or empty.315
ErrorsParameter superstep should be final.325
ErrorsFirst sentence should end with a period.330
ErrorsExpected @throws tag for 'IOException'.348
ErrorsExpected @throws tag for 'InterruptedException'.348
ErrorsParameter partitionStatsList should be final.379
ErrorsParameter superstepTimerContext should be final.380
ErrorsParameter graphState should be final.394
ErrorsMethod 'getGraphFunctions' is not designed for extension - needs to be abstract, final or empty.423
ErrorsFirst sentence should end with a period.427
ErrorsMissing a Javadoc comment.436
ErrorsMethod 'determineClassTypes' is not designed for extension - needs to be abstract, final or empty.445
ErrorsParameter conf should be final.445
Errors'conf' hides a field.445
Errors'3' is a magic number.455
Errors'4' is a magic number.456
ErrorsParameter myClass should be final.475
ErrorsParameter conf should be final.515
ErrorsParameter zkManager should be final.516
ErrorsParameter serverPortList should be final.553
Errors'serverPortList' hides a field.553
ErrorsParameter sessionMsecTimeout should be final.554
ErrorsExpected @throws tag for 'IOException'.554
ErrorsExpected @throws tag for 'InterruptedException'.554
Errors'+' should be on a new line.557
ErrorsParameter fileClassPaths should be final.585
ErrorsExpected @throws tag for 'IOException'.586
Errors'?' should be on a new line.598
ErrorsAvoid inline conditionals.598
Errors'+' should be on a new line.612
ErrorsMethod 'newSuperstep' is not designed for extension - needs to be abstract, final or empty.663
ErrorsParameter superstepMetrics should be final.664
ErrorsMethod 'notifySentMessages' is not designed for extension - needs to be abstract, final or empty.680
ErrorsMethod 'notifyFinishedCommunication' is not designed for extension - needs to be abstract, final or empty.699
Errors'context' hides a field.720
ErrorsParameter partitionStatsList should be final.721
ErrorsParameter numPartitions should be final.724
ErrorsParameter numThreads should be final.725
Errors':' should be on a new line.728
ErrorsParameter callableId should be final.740
ErrorsParameter superstep should be final.766
ErrorsParameter graphState should be final.767
ErrorsExpected @throws tag for 'IOException'.767
ErrorsFirst sentence should end with a period.789
ErrorsParameter inputSuperstepStats should be final.798
Errors'&&' should be on a new line.799
Errors'+' should be on a new line.823
ErrorsFirst sentence should end with a period.855
ErrorsMethod 'cleanup' is not designed for extension - needs to be abstract, final or empty.858
ErrorsExpected @throws tag for 'IOException'.859
ErrorsExpected @throws tag for 'InterruptedException'.859
ErrorsMethod 'zooKeeperCleanup' is not designed for extension - needs to be abstract, final or empty.889
ErrorsMethod 'workerFailureCleanup' is not designed for extension - needs to be abstract, final or empty.902
Errors'+' should be on a new line.914
ErrorsMethod 'getConf' is not designed for extension - needs to be abstract, final or empty.919
ErrorsMissing a Javadoc comment.919

org/apache/giraph/graph/InputSplitEvents.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.29
ErrorsFirst sentence should end with a period.31
ErrorsFirst sentence should end with a period.33
ErrorsFirst sentence should end with a period.35
ErrorsParameter progressable should be final.43
ErrorsFirst sentence should end with a period.50
ErrorsMethod 'getAllReadyChanged' is not designed for extension - needs to be abstract, final or empty.55
ErrorsFirst sentence should end with a period.59
ErrorsMethod 'getStateChanged' is not designed for extension - needs to be abstract, final or empty.64
ErrorsFirst sentence should end with a period.68
ErrorsMethod 'getAllDoneChanged' is not designed for extension - needs to be abstract, final or empty.73
ErrorsFirst sentence should end with a period.77
ErrorsMethod 'getDoneStateChanged' is not designed for extension - needs to be abstract, final or empty.82

org/apache/giraph/graph/InputSplitPaths.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.27
ErrorsFirst sentence should end with a period.29
ErrorsFirst sentence should end with a period.31
ErrorsParameter basePath should be final.43
ErrorsParameter dir should be final.44
ErrorsParameter doneDir should be final.45
ErrorsParameter allReadyNode should be final.46
ErrorsParameter allDoneNode should be final.47
ErrorsMethod 'getPath' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMethod 'getAllReadyPath' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMethod 'getDonePath' is not designed for extension - needs to be abstract, final or empty.76
ErrorsMethod 'getAllDonePath' is not designed for extension - needs to be abstract, final or empty.85

org/apache/giraph/graph/TaskInfo.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.32
ErrorsFirst sentence should end with a period.34
ErrorsFirst sentence should end with a period.36
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.45
ErrorsMethod 'getHostname' is not designed for extension - needs to be abstract, final or empty.50
ErrorsFirst sentence should end with a period.54
ErrorsMethod 'getPort' is not designed for extension - needs to be abstract, final or empty.59
ErrorsFirst sentence should end with a period.63
ErrorsMethod 'setInetSocketAddress' is not designed for extension - needs to be abstract, final or empty.68
ErrorsParameter address should be final.68
ErrorsFirst sentence should end with a period.73
ErrorsMethod 'getInetSocketAddress' is not designed for extension - needs to be abstract, final or empty.78
ErrorsFirst sentence should end with a period.82
ErrorsMethod 'setTaskId' is not designed for extension - needs to be abstract, final or empty.87
ErrorsParameter taskId should be final.87
Errors'taskId' hides a field.87
ErrorsFirst sentence should end with a period.91
ErrorsMethod 'getTaskId' is not designed for extension - needs to be abstract, final or empty.96
ErrorsFirst sentence should end with a period.100
ErrorsMethod 'getHostnameId' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.109
ErrorsParameter other should be final.110
Errors'&&' should be on a new line.113
Errors'&&' should be on a new line.114
Errors'&&' should be on a new line.115
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.123
Errors'+' should be on a new line.125
Errors'+' should be on a new line.126
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.130
ErrorsParameter input should be final.131
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.137
ErrorsParameter output should be final.138
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.144
Errors'17' is a magic number.146
Errors'37' is a magic number.147
Errors'37' is a magic number.148
Errors'37' is a magic number.149

org/apache/giraph/graph/Vertex.java

ViolationMessageLine
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter id should be final.64
Errors'id' hides a field.64
ErrorsParameter value should be final.64
Errors'value' hides a field.64
ErrorsParameter edges should be final.64
Errors'edges' hides a field.64
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter id should be final.78
Errors'id' hides a field.78
ErrorsParameter value should be final.78
Errors'value' hides a field.78
ErrorsMethod 'setEdges' is not designed for extension - needs to be abstract, final or empty.89
ErrorsParameter edges should be final.89
Errors'edges' hides a field.89
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.105
ErrorsFirst sentence should end with a period.109
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.114
ErrorsFirst sentence should end with a period.118
ErrorsMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.123
ErrorsParameter value should be final.123
Errors'value' hides a field.123
ErrorsMethod 'getEdges' is not designed for extension - needs to be abstract, final or empty.135
ErrorsMethod 'getMutableEdges' is not designed for extension - needs to be abstract, final or empty.147
ErrorsMethod 'unwrapMutableEdges' is not designed for extension - needs to be abstract, final or empty.170
ErrorsMethod 'getNumEdges' is not designed for extension - needs to be abstract, final or empty.181
ErrorsMethod 'getEdgeValue' is not designed for extension - needs to be abstract, final or empty.195
ErrorsParameter targetVertexId should be final.195
ErrorsMethod 'setEdgeValue' is not designed for extension - needs to be abstract, final or empty.218
ErrorsParameter targetVertexId should be final.218
ErrorsParameter edgeValue should be final.218
ErrorsMethod 'getAllEdgeValues' is not designed for extension - needs to be abstract, final or empty.244
ErrorsMethod 'voteToHalt' is not designed for extension - needs to be abstract, final or empty.287
ErrorsMethod 'wakeUp' is not designed for extension - needs to be abstract, final or empty.294
ErrorsMethod 'isHalted' is not designed for extension - needs to be abstract, final or empty.303
ErrorsFirst sentence should end with a period.307
ErrorsMethod 'addEdge' is not designed for extension - needs to be abstract, final or empty.312
ErrorsParameter edge should be final.312
ErrorsMethod 'removeEdges' is not designed for extension - needs to be abstract, final or empty.321
ErrorsParameter targetVertexId should be final.321
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.325
Errors'+' should be on a new line.327

org/apache/giraph/graph/VertexChanges.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.54

org/apache/giraph/graph/VertexEdgeCount.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.27
ErrorsParameter vertexCount should be final.44
Errors'vertexCount' hides a field.44
ErrorsParameter edgeCount should be final.44
Errors'edgeCount' hides a field.44
ErrorsMethod 'getVertexCount' is not designed for extension - needs to be abstract, final or empty.49
ErrorsMissing a Javadoc comment.49
ErrorsMethod 'getEdgeCount' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsMethod 'incrVertexEdgeCount' is not designed for extension - needs to be abstract, final or empty.63
ErrorsParameter vertexEdgeCount should be final.64
ErrorsMethod 'incrVertexEdgeCount' is not designed for extension - needs to be abstract, final or empty.77
ErrorsParameter vertexCount should be final.78
Errors'vertexCount' hides a field.78
ErrorsParameter edgeCount should be final.78
Errors'edgeCount' hides a field.78
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.84

org/apache/giraph/graph/VertexMutations.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.49
ErrorsFirst sentence should end with a period.51
ErrorsFirst sentence should end with a period.53
ErrorsFirst sentence should end with a period.55
ErrorsFirst sentence should end with a period.57
ErrorsMethod 'copy' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMethod 'getAddedVertexList' is not designed for extension - needs to be abstract, final or empty.75
ErrorsMethod 'readFields' is not designed for extension - needs to be abstract, final or empty.80
ErrorsParameter input should be final.81
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.107
ErrorsParameter output should be final.108
ErrorsFirst sentence should end with a period.125
ErrorsMethod 'addVertex' is not designed for extension - needs to be abstract, final or empty.130
ErrorsParameter vertex should be final.130
ErrorsMethod 'getRemovedVertexCount' is not designed for extension - needs to be abstract, final or empty.134
ErrorsFirst sentence should end with a period.139
ErrorsMethod 'removeVertex' is not designed for extension - needs to be abstract, final or empty.142
ErrorsMethod 'getAddedEdgeList' is not designed for extension - needs to be abstract, final or empty.146
ErrorsFirst sentence should end with a period.151
ErrorsMethod 'addEdge' is not designed for extension - needs to be abstract, final or empty.156
ErrorsParameter edge should be final.156
ErrorsMethod 'getRemovedEdgeList' is not designed for extension - needs to be abstract, final or empty.160
ErrorsFirst sentence should end with a period.165
ErrorsMethod 'removeEdge' is not designed for extension - needs to be abstract, final or empty.170
ErrorsParameter destinationVertexId should be final.170
ErrorsFirst sentence should end with a period.174
ErrorsMethod 'addVertexMutations' is not designed for extension - needs to be abstract, final or empty.179
ErrorsParameter vertexMutations should be final.179
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.186
ErrorsMethod 'getConf' is not designed for extension - needs to be abstract, final or empty.201
ErrorsMethod 'setConf' is not designed for extension - needs to be abstract, final or empty.206
ErrorsParameter conf should be final.207
Errors'conf' hides a field.207

org/apache/giraph/integration/SuperstepHashPartitionerFactory.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.62
ErrorsName 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
ErrorsParameter conf should be final.71
ErrorsParameter allPartitionStatsList should be final.77
ErrorsParameter availableWorkerInfos should be final.78
ErrorsParameter maxWorkers should be final.79
ErrorsParameter superstep should be final.80
Errors'+' should be on a new line.95
Errors'+' should be on a new line.96
Errors':' should be on a new line.101
Errors'?' should be on a new line.104
ErrorsAvoid inline conditionals.104
Errors'+' should be on a new line.112
ErrorsMethod 'createMasterGraphPartitioner' is not designed for extension - needs to be abstract, final or empty.120

org/apache/giraph/io/BasicVertexValueReader.java

ViolationMessageLine
ErrorsExpected @throws tag for 'IOException'.41
ErrorsExpected @throws tag for 'InterruptedException'.42
ErrorsExpected @throws tag for 'IOException'.51
ErrorsExpected @throws tag for 'InterruptedException'.52

org/apache/giraph/io/EdgeInputFormat.java

ViolationMessageLine
ErrorsExpected @throws tag for 'IOException'.57

org/apache/giraph/io/EdgeReader.java

ViolationMessageLine
ErrorsExpected @throws tag for 'IOException'.51
ErrorsExpected @throws tag for 'InterruptedException'.51
ErrorsExpected @throws tag for 'IOException'.60
ErrorsExpected @throws tag for 'InterruptedException'.60
ErrorsExpected @throws tag for 'IOException'.71
ErrorsExpected @throws tag for 'InterruptedException'.71
ErrorsExpected @throws tag for 'IOException'.82
ErrorsExpected @throws tag for 'InterruptedException'.82
ErrorsExpected @throws tag for 'IOException'.89
ErrorsExpected @throws tag for 'IOException'.99
ErrorsExpected @throws tag for 'InterruptedException'.99

org/apache/giraph/io/GiraphInputFormat.java

ViolationMessageLine
ErrorsExpected @throws tag for 'IOException'.54
ErrorsExpected @throws tag for 'InterruptedException'.54
ErrorsMethod 'writeInputSplit' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter inputSplit should be final.62
ErrorsParameter dataOutput should be final.63
ErrorsExpected @throws tag for 'IOException'.63
ErrorsMethod 'readInputSplit' is not designed for extension - needs to be abstract, final or empty.74
ErrorsParameter dataInput should be final.74
ErrorsExpected @throws tag for 'IOException'.74
ErrorsExpected @throws tag for 'ClassNotFoundException'.75

org/apache/giraph/io/ReverseEdgeDuplicator.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.42
ErrorsFirst sentence should end with a period.44
ErrorsFirst sentence should end with a period.46
ErrorsFirst sentence should end with a period.49
ErrorsParameter baseReader should be final.53
Errors'baseReader' hides a field.53
ErrorsFirst sentence should end with a period.57
ErrorsMethod 'getBaseReader' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter inputSplit should be final.66
ErrorsParameter context should be final.66
ErrorsMethod 'nextEdge' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMethod 'getCurrentSourceId' is not designed for extension - needs to be abstract, final or empty.88
ErrorsMethod 'getCurrentEdge' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.106
ErrorsMethod 'getProgress' is not designed for extension - needs to be abstract, final or empty.111

org/apache/giraph/io/SimpleVertexWriter.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.27
ErrorsFirst sentence should end with a period.36
ErrorsExpected @throws tag for 'IOException'.43
ErrorsExpected @throws tag for 'InterruptedException'.44

org/apache/giraph/io/VertexInputFormat.java

ViolationMessageLine
ErrorsExpected @throws tag for 'IOException'.61

org/apache/giraph/io/VertexOutputFormat.java

ViolationMessageLine
ErrorsExpected @throws tag for 'IOException'.64
ErrorsExpected @throws tag for 'InterruptedException'.64
ErrorsExpected @throws tag for 'InterruptedException'.79
ErrorsExpected @throws tag for 'IOException'.92
ErrorsExpected @throws tag for 'InterruptedException'.92

org/apache/giraph/io/VertexReader.java

ViolationMessageLine
ErrorsExpected @throws tag for 'IOException'.52
ErrorsExpected @throws tag for 'InterruptedException'.52
ErrorsExpected @throws tag for 'IOException'.60
ErrorsExpected @throws tag for 'InterruptedException'.61
ErrorsExpected @throws tag for 'IOException'.72
ErrorsExpected @throws tag for 'InterruptedException'.72
ErrorsExpected @throws tag for 'IOException'.79
ErrorsExpected @throws tag for 'IOException'.89
ErrorsExpected @throws tag for 'InterruptedException'.89

org/apache/giraph/io/VertexValueInputFormat.java

ViolationMessageLine
ErrorsExpected @throws tag for 'IOException'.48
ErrorsParameter split should be final.52
ErrorsParameter context should be final.52

org/apache/giraph/io/VertexValueReader.java

ViolationMessageLine
ErrorsParameter inputSplit should be final.37
ErrorsParameter context should be final.37

org/apache/giraph/io/VertexWriter.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.27
ErrorsExpected @throws tag for 'IOException'.48
ErrorsExpected @throws tag for 'InterruptedException'.48
ErrorsExpected @throws tag for 'IOException'.58
ErrorsExpected @throws tag for 'InterruptedException'.58

org/apache/giraph/io/filters/DefaultEdgeInputFilter.java

ViolationMessageLine
ErrorsMethod 'dropEdge' is not designed for extension - needs to be abstract, final or empty.35
ErrorsParameter sourceId should be final.36
ErrorsParameter edge should be final.36

org/apache/giraph/io/filters/DefaultVertexInputFilter.java

ViolationMessageLine
ErrorsMethod 'dropVertex' is not designed for extension - needs to be abstract, final or empty.37
ErrorsParameter vertex should be final.38

org/apache/giraph/io/filters/EdgeInputFilter.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.32

org/apache/giraph/io/formats/AdjacencyListTextVertexInputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.46
ErrorsFirst sentence should end with a period.48
ErrorsFirst sentence should end with a period.73
ErrorsParameter sanitizer should be final.90
Errors'sanitizer' hides a field.90
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.94
ErrorsParameter inputSplit should be final.95
ErrorsParameter context should be final.95
ErrorsMethod 'preprocessLine' is not designed for extension - needs to be abstract, final or empty.102
ErrorsParameter line should be final.103
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.118
ErrorsParameter values should be final.119
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.131
ErrorsParameter values should be final.132
ErrorsMethod 'getEdges' is not designed for extension - needs to be abstract, final or empty.145
ErrorsParameter values should be final.146
ErrorsFirst sentence should end with a period.157

org/apache/giraph/io/formats/AdjacencyListTextVertexOutputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.43
ErrorsFirst sentence should end with a period.45
ErrorsMethod 'createVertexWriter' is not designed for extension - needs to be abstract, final or empty.49
ErrorsParameter context should be final.51
ErrorsFirst sentence should end with a period.60
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.63
ErrorsParameter context should be final.64
ErrorsMethod 'convertVertexToLine' is not designed for extension - needs to be abstract, final or empty.71
ErrorsParameter vertex should be final.72

org/apache/giraph/io/formats/GeneratedVertexInputFormat.java

ViolationMessageLine
ErrorsMethod 'getSplits' is not designed for extension - needs to be abstract, final or empty.44
ErrorsParameter context should be final.45
ErrorsParameter minSplitCountHint should be final.45

org/apache/giraph/io/formats/GiraphFileInputFormat.java

ViolationMessageLine
ErrorsParameter p should be final.70
ErrorsParameter conf should be final.87
ErrorsParameter path should be final.88
ErrorsExpected @throws tag for 'IOException'.88
ErrorsAvoid inline conditionals.91
ErrorsParameter conf should be final.100
ErrorsParameter path should be final.101
ErrorsParameter conf should be final.112
ErrorsParameter path should be final.113
ErrorsExpected @throws tag for 'IOException'.113
ErrorsAvoid inline conditionals.116
ErrorsParameter conf should be final.125
ErrorsParameter path should be final.126
ErrorsParameter conf should be final.139
ErrorsParameter path should be final.139
ErrorsParameter context should be final.151
ErrorsParameter context should be final.167
ErrorsParameter filters should be final.191
Errors'filters' hides a field.191
ErrorsParameter path should be final.201
ErrorsParameter job should be final.219
ErrorsParameter dirs should be final.219
ErrorsExpected @throws tag for 'IOException'.220
ErrorsMethod 'listVertexStatus' is not designed for extension - needs to be abstract, final or empty.277
ErrorsParameter job should be final.277
ErrorsMethod 'listEdgeStatus' is not designed for extension - needs to be abstract, final or empty.289
ErrorsParameter job should be final.289
ErrorsParameter job should be final.302
ErrorsParameter files should be final.302
ErrorsExpected @throws tag for 'IOException'.303
ErrorsMethod 'getVertexSplits' is not designed for extension - needs to be abstract, final or empty.349
ErrorsParameter job should be final.349
ErrorsExpected @throws tag for 'IOException'.349
ErrorsMethod 'getEdgeSplits' is not designed for extension - needs to be abstract, final or empty.365
ErrorsParameter job should be final.365
ErrorsExpected @throws tag for 'IOException'.365

org/apache/giraph/io/formats/GiraphTextInputFormat.java

ViolationMessageLine
ErrorsMethod 'createRecordReader' is not designed for extension - needs to be abstract, final or empty.39
ErrorsParameter split should be final.41
ErrorsParameter context should be final.41
ErrorsMethod 'isSplitable' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter context should be final.46
ErrorsParameter file should be final.46

org/apache/giraph/io/formats/IdWithValueTextOutputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.44
ErrorsFirst sentence should end with a period.46
ErrorsMethod 'createVertexWriter' is not designed for extension - needs to be abstract, final or empty.53
ErrorsParameter context should be final.54
ErrorsFirst sentence should end with a period.62
ErrorsFirst sentence should end with a period.64
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter context should be final.68
ErrorsMethod 'convertVertexToLine' is not designed for extension - needs to be abstract, final or empty.77
ErrorsParameter vertex should be final.78

org/apache/giraph/io/formats/IntIntNullTextInputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.42
ErrorsMethod 'createVertexReader' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter split should be final.46
ErrorsParameter context should be final.47
ErrorsFirst sentence should end with a period.57
ErrorsMethod 'preprocessLine' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter line should be final.63
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter tokens should be final.70
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.74
ErrorsParameter tokens should be final.75
ErrorsMethod 'getEdges' is not designed for extension - needs to be abstract, final or empty.79
ErrorsParameter tokens should be final.81

org/apache/giraph/io/formats/IntIntTextVertexValueInputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.41
ErrorsMethod 'createVertexValueReader' is not designed for extension - needs to be abstract, final or empty.44
ErrorsParameter split should be final.46
ErrorsParameter context should be final.46
ErrorsMethod 'preprocessLine' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter line should be final.58
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter data should be final.65
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter data should be final.70

org/apache/giraph/io/formats/IntNullNullTextInputFormat.java

ViolationMessageLine
ErrorsMethod 'createVertexReader' is not designed for extension - needs to be abstract, final or empty.38
ErrorsParameter split should be final.40
ErrorsParameter context should be final.40
ErrorsFirst sentence should end with a period.49
ErrorsMethod 'preprocessLine' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter line should be final.53
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter line should be final.59
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.63
ErrorsParameter line should be final.64
ErrorsMethod 'getEdges' is not designed for extension - needs to be abstract, final or empty.68
ErrorsParameter line should be final.69

org/apache/giraph/io/formats/IntNullReverseTextEdgeInputFormat.java

ViolationMessageLine
ErrorsMethod 'createEdgeReader' is not designed for extension - needs to be abstract, final or empty.40
ErrorsParameter split should be final.42
ErrorsParameter context should be final.42

org/apache/giraph/io/formats/IntNullTextEdgeInputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.40
ErrorsMethod 'createEdgeReader' is not designed for extension - needs to be abstract, final or empty.43
ErrorsParameter split should be final.45
ErrorsParameter context should be final.45
ErrorsMethod 'preprocessLine' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter line should be final.56
ErrorsMethod 'getSourceVertexId' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter endpoints should be final.63
ErrorsMethod 'getTargetVertexId' is not designed for extension - needs to be abstract, final or empty.68
ErrorsParameter endpoints should be final.69
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.74
ErrorsParameter endpoints should be final.75

org/apache/giraph/io/formats/JsonBase64VertexFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.21
ErrorsClass JsonBase64VertexFormat should be declared as final.24
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.27
ErrorsFirst sentence should end with a period.29

org/apache/giraph/io/formats/JsonBase64VertexInputFormat.java

ViolationMessageLine
ErrorsMethod 'createVertexReader' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter split should be final.56
ErrorsParameter context should be final.57
ErrorsFirst sentence should end with a period.61
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.68
ErrorsParameter inputSplit should be final.69
ErrorsParameter context should be final.69
ErrorsMethod 'preprocessLine' is not designed for extension - needs to be abstract, final or empty.74
ErrorsParameter line should be final.75
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.84
ErrorsParameter vertexObject should be final.85
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.100
ErrorsParameter vertexObject should be final.101
ErrorsMethod 'getEdges' is not designed for extension - needs to be abstract, final or empty.116
ErrorsParameter vertexObject should be final.117

org/apache/giraph/io/formats/JsonBase64VertexOutputFormat.java

ViolationMessageLine
ErrorsMethod 'createVertexWriter' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter context should be final.53
ErrorsFirst sentence should end with a period.57
ErrorsMethod 'convertVertexToLine' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter vertex should be final.63

org/apache/giraph/io/formats/JsonLongDoubleFloatDoubleVertexInputFormat.java

ViolationMessageLine
ErrorsMethod 'createVertexReader' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter split should be final.46
ErrorsParameter context should be final.47
ErrorsParameter line should be final.67
ErrorsUnable to get class information for JSONException.67
ErrorsParameter jsonVertex should be final.72
ErrorsUnable to get class information for JSONException.72
ErrorsParameter jsonVertex should be final.78
ErrorsUnable to get class information for JSONException.79
ErrorsParameter jsonVertex should be final.85
ErrorsUnable to get class information for JSONException.85
ErrorsParameter line should be final.99
ErrorsParameter jsonVertex should be final.99
ErrorsParameter e should be final.99

org/apache/giraph/io/formats/JsonLongDoubleFloatDoubleVertexOutputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.33
ErrorsMethod 'createVertexWriter' is not designed for extension - needs to be abstract, final or empty.41
ErrorsParameter context should be final.43
ErrorsParameter vertex should be final.55

org/apache/giraph/io/formats/LongDoubleDoubleAdjacencyListVertexInputFormat.java

ViolationMessageLine
ErrorsMethod 'createVertexReader' is not designed for extension - needs to be abstract, final or empty.39
ErrorsParameter split should be final.40
ErrorsParameter context should be final.41
ErrorsParameter lineSanitizer should be final.57
ErrorsMethod 'decodeId' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter s should be final.63
ErrorsMethod 'decodeValue' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter s should be final.68
ErrorsMethod 'decodeEdge' is not designed for extension - needs to be abstract, final or empty.72
ErrorsParameter s1 should be final.73
ErrorsParameter s2 should be final.73

org/apache/giraph/io/formats/PseudoRandomEdgeInputFormat.java

ViolationMessageLine
ErrorsMethod 'createEdgeReader' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter split should be final.54
ErrorsParameter context should be final.54
ErrorsParameter inputSplit should be final.91
ErrorsParameter context should be final.91
Errors'*' should be on a new line.108
Errors'+' should be on a new line.109
Errors'+' should be on a new line.114
Errors'||' should be on a new line.132
Errors'&&' should be on a new line.133
Errors'+' should be on a new line.168
Errors'*' should be on a new line.181
Errors'100.0f' is a magic number.182

org/apache/giraph/io/formats/PseudoRandomInputFormatConstants.java

ViolationMessageLine
ErrorsClass PseudoRandomInputFormatConstants should be declared as final.24

org/apache/giraph/io/formats/PseudoRandomIntNullLocalEdgesHelper.java

ViolationMessageLine
ErrorsParameter numVertices should be final.50
Errors'numVertices' hides a field.50
ErrorsParameter conf should be final.51
ErrorsMethod 'generateDestVertex' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter sourceVertexId should be final.73
ErrorsParameter rand should be final.73

org/apache/giraph/io/formats/PseudoRandomIntNullVertexInputFormat.java

ViolationMessageLine
ErrorsMethod 'createVertexReader' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter split should be final.57
ErrorsParameter context should be final.58
ErrorsFirst sentence should end with a period.76
ErrorsFirst sentence should end with a period.78
ErrorsFirst sentence should end with a period.82
ErrorsParameter inputSplit should be final.90
ErrorsParameter context should be final.91
Errors'*' should be on a new line.100
Errors'+' should be on a new line.101
ErrorsAvoid inline conditionals.134
Errors'100.0f' is a magic number.150

org/apache/giraph/io/formats/PseudoRandomLocalEdgesHelper.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.36
ErrorsParameter numVertices should be final.52
Errors'numVertices' hides a field.52
ErrorsParameter minLocalEdgesRatio should be final.53
Errors'minLocalEdgesRatio' hides a field.53
ErrorsParameter conf should be final.54
ErrorsMethod 'generateDestVertex' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter sourceVertexId should be final.78
ErrorsParameter rand should be final.78
Errors'+' should be on a new line.84
Errors'+' should be on a new line.88

org/apache/giraph/io/formats/PseudoRandomUtils.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.28
ErrorsClass PseudoRandomUtils should be declared as final.31
ErrorsFirst sentence should end with a period.32
ErrorsFirst sentence should end with a period.35
ErrorsParameter numSplits should be final.41
ErrorsExpected @throws tag for 'IOException'.41
ErrorsExpected @throws tag for 'InterruptedException'.42

org/apache/giraph/io/formats/PseudoRandomVertexInputFormat.java

ViolationMessageLine
ErrorsMethod 'createVertexReader' is not designed for extension - needs to be abstract, final or empty.53
ErrorsParameter split should be final.55
ErrorsParameter context should be final.55
ErrorsParameter inputSplit should be final.91
ErrorsParameter context should be final.92
Errors'*' should be on a new line.108
Errors'+' should be on a new line.109
Errors'+' should be on a new line.114
Errors'+' should be on a new line.164
Errors'+' should be on a new line.165
Errors'+' should be on a new line.166
Errors'100.0f' is a magic number.177

org/apache/giraph/io/formats/SequenceFileVertexInputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.45
ErrorsVariable 'sequenceFileInputFormat' must be private and have accessor methods.46
ErrorsMethod 'getSplits' is not designed for extension - needs to be abstract, final or empty.49
ErrorsParameter context should be final.50
ErrorsParameter minSplitCountHint should be final.50
ErrorsMethod 'createVertexReader' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter split should be final.56
ErrorsParameter context should be final.57
ErrorsFirst sentence should end with a period.73
ErrorsParameter recordReader should be final.81
Errors'recordReader' hides a field.81
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.85
ErrorsParameter inputSplit should be final.85
ErrorsParameter context should be final.86
ErrorsMethod 'nextVertex' is not designed for extension - needs to be abstract, final or empty.90
ErrorsMethod 'getCurrentVertex' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.101
ErrorsMethod 'getProgress' is not designed for extension - needs to be abstract, final or empty.105

org/apache/giraph/io/formats/SequenceFileVertexOutputFormat.java

ViolationMessageLine
ErrorsMethod 'checkOutputSpecs' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter context should be final.59
ErrorsMethod 'getOutputCommitter' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter context should be final.65
ErrorsMethod 'createVertexWriter' is not designed for extension - needs to be abstract, final or empty.70
ErrorsParameter context should be final.71
ErrorsParameter context should be final.102
ErrorsParameter vertex should be final.108
ErrorsParameter context should be final.118

org/apache/giraph/io/formats/TextDoubleDoubleAdjacencyListVertexInputFormat.java

ViolationMessageLine
ErrorsMethod 'createVertexReader' is not designed for extension - needs to be abstract, final or empty.36
ErrorsParameter split should be final.37
ErrorsParameter context should be final.38
ErrorsFirst sentence should end with a period.42
ErrorsParameter lineSanitizer should be final.54
ErrorsMethod 'decodeId' is not designed for extension - needs to be abstract, final or empty.59
ErrorsParameter s should be final.60
ErrorsMethod 'decodeValue' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter s should be final.65
ErrorsMethod 'decodeEdge' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter s1 should be final.70
ErrorsParameter s2 should be final.70

org/apache/giraph/io/formats/TextEdgeInputFormat.java

ViolationMessageLine
ErrorsVariable 'textInputFormat' must be private and have accessor methods.47
ErrorsMethod 'getSplits' is not designed for extension - needs to be abstract, final or empty.49
ErrorsParameter context should be final.51
ErrorsParameter minSplitCountHint should be final.51
ErrorsFirst sentence should end with a period.62
ErrorsFirst sentence should end with a period.64
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter inputSplit should be final.68
ErrorsParameter context should be final.68
Errors'context' hides a field.68
ErrorsMethod 'createLineRecordReader' is not designed for extension - needs to be abstract, final or empty.90
ErrorsParameter inputSplit should be final.91
ErrorsParameter context should be final.91
Errors'context' hides a field.91
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMethod 'getProgress' is not designed for extension - needs to be abstract, final or empty.101
ErrorsMethod 'getRecordReader' is not designed for extension - needs to be abstract, final or empty.111
ErrorsMethod 'getContext' is not designed for extension - needs to be abstract, final or empty.120
ErrorsFirst sentence should end with a period.198
ErrorsMethod 'getCurrentSourceId' is not designed for extension - needs to be abstract, final or empty.201
ErrorsFirst sentence should end with a period.237

org/apache/giraph/io/formats/TextVertexInputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.48
ErrorsVariable 'textInputFormat' must be private and have accessor methods.49
ErrorsMethod 'getSplits' is not designed for extension - needs to be abstract, final or empty.51
ErrorsParameter context should be final.52
ErrorsParameter minSplitCountHint should be final.52
ErrorsExpected @throws tag for 'IOException'.72
ErrorsFirst sentence should end with a period.86
ErrorsFirst sentence should end with a period.88
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.91
ErrorsParameter inputSplit should be final.92
ErrorsParameter context should be final.92
Errors'context' hides a field.92
ErrorsMethod 'createLineRecordReader' is not designed for extension - needs to be abstract, final or empty.114
ErrorsParameter inputSplit should be final.115
ErrorsParameter context should be final.115
Errors'context' hides a field.115
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.120
ErrorsMethod 'getProgress' is not designed for extension - needs to be abstract, final or empty.125
ErrorsMethod 'getRecordReader' is not designed for extension - needs to be abstract, final or empty.135
ErrorsMethod 'getContext' is not designed for extension - needs to be abstract, final or empty.144
ErrorsRedundant throws: 'IOException' is subclass of 'X'.343
ErrorsRedundant throws: 'IOException' is subclass of 'X'.358
ErrorsRedundant throws: 'IOException' is subclass of 'X'.373
ErrorsRedundant throws: 'IOException' is subclass of 'X'.390
ErrorsMethod 'handleException' is not designed for extension - needs to be abstract, final or empty.404
ErrorsParameter line should be final.404
ErrorsParameter processed should be final.404
ErrorsParameter e should be final.404

org/apache/giraph/io/formats/TextVertexOutputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.47
ErrorsVariable 'textOutputFormat' must be private and have accessor methods.48
ErrorsMethod 'checkOutputSpecs' is not designed for extension - needs to be abstract, final or empty.51
ErrorsParameter context should be final.52
ErrorsMethod 'getOutputCommitter' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter context should be final.58
ErrorsExpected @throws tag for 'IOException'.74
ErrorsExpected @throws tag for 'InterruptedException'.74
ErrorsFirst sentence should end with a period.83
ErrorsFirst sentence should end with a period.85
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.88
ErrorsParameter context should be final.89
Errors'context' hides a field.89
ErrorsMethod 'createLineRecordWriter' is not designed for extension - needs to be abstract, final or empty.108
ErrorsParameter context should be final.109
Errors'context' hides a field.109
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.113
ErrorsParameter context should be final.114
Errors'context' hides a field.114
ErrorsMethod 'getRecordWriter' is not designed for extension - needs to be abstract, final or empty.124
ErrorsMethod 'getContext' is not designed for extension - needs to be abstract, final or empty.133
ErrorsParameter vertex should be final.146

org/apache/giraph/io/formats/TextVertexValueInputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.47
ErrorsVariable 'textInputFormat' must be private and have accessor methods.48
ErrorsMethod 'getSplits' is not designed for extension - needs to be abstract, final or empty.50
ErrorsParameter context should be final.51
ErrorsParameter minSplitCountHint should be final.51
ErrorsFirst sentence should end with a period.67
ErrorsFirst sentence should end with a period.69
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.72
ErrorsParameter inputSplit should be final.73
ErrorsParameter context should be final.73
Errors'context' hides a field.73
ErrorsMethod 'createLineRecordReader' is not designed for extension - needs to be abstract, final or empty.96
ErrorsParameter inputSplit should be final.97
ErrorsParameter context should be final.97
Errors'context' hides a field.97
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMethod 'getProgress' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMethod 'getRecordReader' is not designed for extension - needs to be abstract, final or empty.117
ErrorsMethod 'getContext' is not designed for extension - needs to be abstract, final or empty.126
ErrorsExpected @throws tag for 'IOException'.197
ErrorsExpected @throws tag for 'InterruptedException'.197
ErrorsMethod 'getCurrentVertexId' is not designed for extension - needs to be abstract, final or empty.204
ErrorsMethod 'getCurrentVertexValue' is not designed for extension - needs to be abstract, final or empty.210

org/apache/giraph/io/formats/multi/EdgeInputFormatDescription.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.55
ErrorsParameter edgeInputFormatClass should be final.61
ErrorsFirst sentence should end with a period.65
ErrorsParameter description should be final.70
ErrorsFirst sentence should end with a period.74
ErrorsParameter conf should be final.83
ErrorsParameter conf should be final.101
Errors'+' should be on a new line.117
Errors'+' should be on a new line.118
ErrorsFirst sentence should end with a period.123
ErrorsParameter conf should be final.133

org/apache/giraph/io/formats/multi/InputFormatDescription.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.42
ErrorsFirst sentence should end with a period.44
ErrorsFirst sentence should end with a period.47
ErrorsParameter inputFormatClass should be final.52
Errors'inputFormatClass' hides a field.52
ErrorsFirst sentence should end with a period.56
ErrorsParameter description should be final.62
Errors'+' should be on a new line.74
ErrorsFirst sentence should end with a period.79
ErrorsMethod 'addParameter' is not designed for extension - needs to be abstract, final or empty.85
ErrorsParameter name should be final.85
ErrorsParameter value should be final.85
ErrorsFirst sentence should end with a period.89
ErrorsMethod 'addParameters' is not designed for extension - needs to be abstract, final or empty.94
ErrorsParameter parametersJson should be final.94
Errors'+' should be on a new line.101
ErrorsFirst sentence should end with a period.107
ErrorsMethod 'toJsonArray' is not designed for extension - needs to be abstract, final or empty.112
Errors'+' should be on a new line.120
Errors'+' should be on a new line.121
ErrorsMethod 'getInputFormatClass' is not designed for extension - needs to be abstract, final or empty.129
ErrorsMissing a Javadoc comment.129
ErrorsMethod 'setInputFormatClass' is not designed for extension - needs to be abstract, final or empty.133
ErrorsMissing a Javadoc comment.133
ErrorsParameter inputFormatClass should be final.133
Errors'inputFormatClass' hides a field.133
ErrorsFirst sentence should end with a period.137
ErrorsMethod 'putParametersToConfiguration' is not designed for extension - needs to be abstract, final or empty.142
ErrorsParameter conf should be final.142
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.148
ErrorsFirst sentence should end with a period.153
ErrorsParameter descriptions should be final.160

org/apache/giraph/io/formats/multi/InputSplitWithInputFormatIndex.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.34
ErrorsFirst sentence should end with a period.36
ErrorsFirst sentence should end with a period.39
ErrorsParameter split should be final.45
Errors'split' hides a field.45
ErrorsParameter inputFormatIndex should be final.45
Errors'inputFormatIndex' hides a field.45
ErrorsMissing a Javadoc comment.60
ErrorsMissing a Javadoc comment.64

org/apache/giraph/io/formats/multi/MultiEdgeInputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.46
ErrorsMethod 'setConf' is not designed for extension - needs to be abstract, final or empty.49
ErrorsParameter conf should be final.51
Errors'+' should be on a new line.56
ErrorsMethod 'createEdgeReader' is not designed for extension - needs to be abstract, final or empty.61
ErrorsParameter inputSplit should be final.62
ErrorsParameter context should be final.63
ErrorsParameter inputSplit should be final.77
ErrorsParameter context should be final.78
Errors'+' should be on a new line.89
ErrorsMethod 'getSplits' is not designed for extension - needs to be abstract, final or empty.94
ErrorsParameter context should be final.95
ErrorsParameter minSplitCountHint should be final.96
ErrorsMethod 'writeInputSplit' is not designed for extension - needs to be abstract, final or empty.105
ErrorsParameter inputSplit should be final.106
ErrorsParameter dataOutput should be final.107
ErrorsMethod 'readInputSplit' is not designed for extension - needs to be abstract, final or empty.111
ErrorsParameter dataInput should be final.113

org/apache/giraph/io/formats/multi/MultiInputUtils.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.32
ErrorsClass MultiInputUtils should be declared as final.36
ErrorsFirst sentence should end with a period.37
ErrorsParameter context should be final.49
ErrorsParameter minSplitCountHint should be final.50
ErrorsParameter inputFormats should be final.51
ErrorsExpected @throws tag for 'IOException'.51
ErrorsExpected @throws tag for 'InterruptedException'.52
ErrorsParameter inputSplit should be final.72
ErrorsParameter dataOutput should be final.73
ErrorsParameter inputFormats should be final.74
ErrorsExpected @throws tag for 'IOException'.74
Errors'+' should be on a new line.82
ErrorsParameter dataInput should be final.96
ErrorsParameter inputFormats should be final.97
ErrorsExpected @throws tag for 'IOException'.97
ErrorsExpected @throws tag for 'ClassNotFoundException'.98

org/apache/giraph/io/formats/multi/MultiVertexInputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.47
ErrorsMethod 'setConf' is not designed for extension - needs to be abstract, final or empty.50
ErrorsParameter conf should be final.52
Errors'+' should be on a new line.57
ErrorsMethod 'createVertexReader' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter inputSplit should be final.63
ErrorsParameter context should be final.64
ErrorsParameter inputSplit should be final.78
ErrorsParameter context should be final.79
Errors'+' should be on a new line.90
Errors'+' should be on a new line.91
ErrorsMethod 'getSplits' is not designed for extension - needs to be abstract, final or empty.96
ErrorsParameter context should be final.97
ErrorsParameter minSplitCountHint should be final.98
ErrorsMethod 'writeInputSplit' is not designed for extension - needs to be abstract, final or empty.107
ErrorsParameter inputSplit should be final.108
ErrorsParameter dataOutput should be final.109
ErrorsMethod 'readInputSplit' is not designed for extension - needs to be abstract, final or empty.113
ErrorsParameter dataInput should be final.115

org/apache/giraph/io/formats/multi/VertexInputFormatDescription.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.57
ErrorsParameter vertexInputFormatClass should be final.63
ErrorsFirst sentence should end with a period.67
ErrorsParameter description should be final.72
ErrorsFirst sentence should end with a period.76
ErrorsParameter conf should be final.85
ErrorsParameter conf should be final.105
Errors'+' should be on a new line.121
Errors'+' should be on a new line.122
ErrorsFirst sentence should end with a period.127
ErrorsParameter conf should be final.139

org/apache/giraph/io/internal/WrappedEdgeInputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.47
ErrorsFirst sentence should end with a period.50
ErrorsParameter edgeInputFormat should be final.56
ErrorsMethod 'getSplits' is not designed for extension - needs to be abstract, final or empty.60
ErrorsParameter context should be final.61
ErrorsParameter minSplitCountHint should be final.62
ErrorsMethod 'createEdgeReader' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter split should be final.68
ErrorsParameter context should be final.69
ErrorsMethod 'writeInputSplit' is not designed for extension - needs to be abstract, final or empty.76
ErrorsParameter inputSplit should be final.77
ErrorsParameter dataOutput should be final.78
ErrorsMethod 'readInputSplit' is not designed for extension - needs to be abstract, final or empty.82
ErrorsParameter dataInput should be final.84

org/apache/giraph/io/internal/WrappedEdgeReader.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.43
ErrorsFirst sentence should end with a period.46
ErrorsParameter baseEdgeReader should be final.52
Errors'baseEdgeReader' hides a field.52
ErrorsParameter conf should be final.53
ErrorsParameter conf should be final.61
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter inputSplit should be final.66
ErrorsParameter context should be final.67
ErrorsMethod 'nextEdge' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMethod 'getCurrentSourceId' is not designed for extension - needs to be abstract, final or empty.77
ErrorsMethod 'getCurrentEdge' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMethod 'getProgress' is not designed for extension - needs to be abstract, final or empty.92

org/apache/giraph/io/internal/WrappedVertexInputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.49
ErrorsFirst sentence should end with a period.52
ErrorsParameter vertexInputFormat should be final.58
ErrorsMethod 'getSplits' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter context should be final.63
ErrorsParameter minSplitCountHint should be final.64
ErrorsMethod 'createVertexReader' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter split should be final.70
ErrorsParameter context should be final.71
ErrorsMethod 'writeInputSplit' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter inputSplit should be final.79
ErrorsParameter dataOutput should be final.80
ErrorsMethod 'readInputSplit' is not designed for extension - needs to be abstract, final or empty.84
ErrorsParameter dataInput should be final.86

org/apache/giraph/io/internal/WrappedVertexOutputFormat.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.51
ErrorsFirst sentence should end with a period.54
ErrorsParameter vertexOutputFormat should be final.60
ErrorsMethod 'createVertexWriter' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter context should be final.66
ErrorsParameter conf should be final.73
ErrorsParameter context should be final.80
ErrorsParameter context should be final.87
ErrorsParameter vertex should be final.94
ErrorsMethod 'checkOutputSpecs' is not designed for extension - needs to be abstract, final or empty.100
ErrorsParameter context should be final.102
ErrorsMethod 'getOutputCommitter' is not designed for extension - needs to be abstract, final or empty.107
ErrorsParameter context should be final.109
ErrorsParameter context should be final.115
ErrorsParameter context should be final.121
ErrorsParameter context should be final.128
ErrorsParameter context should be final.134
ErrorsParameter context should be final.140
ErrorsParameter context should be final.146
ErrorsParameter context should be final.153
ErrorsParameter context should be final.159
ErrorsParameter state should be final.160

org/apache/giraph/io/internal/WrappedVertexReader.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.44
ErrorsFirst sentence should end with a period.47
ErrorsParameter baseVertexReader should be final.53
Errors'baseVertexReader' hides a field.53
ErrorsParameter conf should be final.54
ErrorsParameter conf should be final.62
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter inputSplit should be final.67
ErrorsParameter context should be final.68
ErrorsMethod 'nextVertex' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMethod 'getCurrentVertex' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMethod 'getProgress' is not designed for extension - needs to be abstract, final or empty.89

org/apache/giraph/io/iterables/EdgeReaderWrapper.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.31
ErrorsFirst sentence should end with a period.39
ErrorsFirst sentence should end with a period.41
ErrorsFirst sentence should end with a period.44
ErrorsParameter edgeReader should be final.49
Errors'edgeReader' hides a field.49
ErrorsMethod 'setConf' is not designed for extension - needs to be abstract, final or empty.54
ErrorsParameter conf should be final.56
ErrorsMethod 'nextEdge' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMethod 'getCurrentSourceId' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMethod 'getCurrentEdge' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.76
ErrorsParameter inputSplit should be final.77
ErrorsParameter context should be final.78
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMethod 'getProgress' is not designed for extension - needs to be abstract, final or empty.87

org/apache/giraph/io/iterables/EdgeWithSource.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.33
ErrorsFirst sentence should end with a period.35
ErrorsFirst sentence should end with a period.38
ErrorsFirst sentence should end with a period.44
ErrorsParameter sourceVertexId should be final.50
Errors'sourceVertexId' hides a field.50
ErrorsParameter edge should be final.50
Errors'edge' hides a field.50
ErrorsMethod 'getSourceVertexId' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMissing a Javadoc comment.55
ErrorsMethod 'setSourceVertexId' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMissing a Javadoc comment.59
ErrorsParameter sourceVertexId should be final.59
Errors'sourceVertexId' hides a field.59
ErrorsMethod 'getEdge' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsMethod 'setEdge' is not designed for extension - needs to be abstract, final or empty.67
ErrorsMissing a Javadoc comment.67
ErrorsParameter edge should be final.67
Errors'edge' hides a field.67
ErrorsMethod 'getTargetVertexId' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMissing a Javadoc comment.71
ErrorsFirst sentence should end with a period.75
ErrorsMethod 'setTargetVertexId' is not designed for extension - needs to be abstract, final or empty.80
ErrorsParameter targetVertexId should be final.80
ErrorsMethod 'getEdgeValue' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMissing a Javadoc comment.84
ErrorsFirst sentence should end with a period.88
ErrorsMethod 'setEdgeValue' is not designed for extension - needs to be abstract, final or empty.93
ErrorsParameter value should be final.93

org/apache/giraph/io/iterables/GiraphReader.java

ViolationMessageLine
ErrorsExpected @throws tag for 'IOException'.41
ErrorsExpected @throws tag for 'InterruptedException'.41
ErrorsExpected @throws tag for 'IOException'.48
ErrorsExpected @throws tag for 'IOException'.58
ErrorsExpected @throws tag for 'InterruptedException'.58

org/apache/giraph/io/iterables/IteratorToReaderWrapper.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.23
ErrorsFirst sentence should end with a period.31
ErrorsFirst sentence should end with a period.33
ErrorsFirst sentence should end with a period.36
ErrorsParameter iterator should be final.41
Errors'iterator' hides a field.41
ErrorsFirst sentence should end with a period.45
ErrorsMethod 'nextObject' is not designed for extension - needs to be abstract, final or empty.50
ErrorsFirst sentence should end with a period.60
ErrorsMethod 'getCurrentObject' is not designed for extension - needs to be abstract, final or empty.65

org/apache/giraph/io/iterables/VertexReaderWrapper.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.31
ErrorsFirst sentence should end with a period.40
ErrorsFirst sentence should end with a period.42
ErrorsFirst sentence should end with a period.45
ErrorsParameter vertexReader should be final.50
Errors'vertexReader' hides a field.50
ErrorsMethod 'setConf' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter conf should be final.57
ErrorsMethod 'nextVertex' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMethod 'getCurrentVertex' is not designed for extension - needs to be abstract, final or empty.67
ErrorsMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter inputSplit should be final.74
ErrorsParameter context should be final.75
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.79
ErrorsMethod 'getProgress' is not designed for extension - needs to be abstract, final or empty.84

org/apache/giraph/io/iterables/package-info.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.18

org/apache/giraph/io/superstep_output/MultiThreadedSuperstepOutput.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.47
ErrorsFirst sentence should end with a period.49
ErrorsFirst sentence should end with a period.51
ErrorsFirst sentence should end with a period.53
ErrorsFirst sentence should end with a period.58
ErrorsFirst sentence should end with a period.61
ErrorsParameter conf should be final.68
ErrorsParameter context should be final.69
Errors'context' hides a field.69
ErrorsMethod 'getVertexWriter' is not designed for extension - needs to be abstract, final or empty.77
Errors'+' should be on a new line.86
Errors'+' should be on a new line.89
ErrorsMethod 'returnVertexWriter' is not designed for extension - needs to be abstract, final or empty.100
ErrorsParameter vertexWriter should be final.102
Errors'+' should be on a new line.105
ErrorsMethod 'postApplication' is not designed for extension - needs to be abstract, final or empty.111
Errors'+' should be on a new line.115
Errors'+' should be on a new line.116

org/apache/giraph/io/superstep_output/NoOpSuperstepOutput.java

ViolationMessageLine
ErrorsMethod 'getVertexWriter' is not designed for extension - needs to be abstract, final or empty.39
ErrorsParameter vertex should be final.43
ErrorsParameter vertexWriter should be final.51

org/apache/giraph/io/superstep_output/SuperstepOutput.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.45
ErrorsFirst sentence should end with a period.53
ErrorsExpected @throws tag for 'IOException'.56
ErrorsExpected @throws tag for 'InterruptedException'.56

org/apache/giraph/io/superstep_output/SynchronizedSuperstepOutput.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.42
ErrorsFirst sentence should end with a period.44
ErrorsFirst sentence should end with a period.52
ErrorsParameter conf should be final.60
ErrorsParameter context should be final.61
Errors'context' hides a field.61
Errors'+' should be on a new line.69
Errors'+' should be on a new line.72
ErrorsParameter vertex should be final.78
ErrorsMethod 'getVertexWriter' is not designed for extension - needs to be abstract, final or empty.84
ErrorsParameter vertexWriter should be final.90
Errors'vertexWriter' hides a field.90
ErrorsMethod 'postApplication' is not designed for extension - needs to be abstract, final or empty.93

org/apache/giraph/io/superstep_output/package-info.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.18

org/apache/giraph/job/DefaultJobObserver.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.30
ErrorsMethod 'setConf' is not designed for extension - needs to be abstract, final or empty.33
ErrorsParameter configuration should be final.34
ErrorsMethod 'getConf' is not designed for extension - needs to be abstract, final or empty.38
ErrorsParameter jobToSubmit should be final.44
ErrorsParameter jobToSubmit should be final.49
ErrorsParameter passed should be final.49

org/apache/giraph/job/GiraphConfigurationValidator.java

ViolationMessageLine
ErrorsName 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
ErrorsFirst sentence should end with a period.66
ErrorsFirst sentence should end with a period.68
ErrorsFirst sentence should end with a period.70
ErrorsFirst sentence should end with a period.72
ErrorsFirst sentence should end with a period.74
ErrorsFirst sentence should end with a period.76
ErrorsFirst sentence should end with a period.78
ErrorsFirst sentence should end with a period.80
ErrorsFirst sentence should end with a period.83
ErrorsFirst sentence should end with a period.85
ErrorsFirst sentence should end with a period.87
ErrorsFirst sentence should end with a period.89
ErrorsParameter conf should be final.103
Errors'conf' hides a field.103
ErrorsMethod 'validateConfiguration' is not designed for extension - needs to be abstract, final or empty.113
Errors'+' should be on a new line.138
Errors'||' should be on a new line.141
Errors'100.0f' is a magic number.142
Errors'+' should be on a new line.144
Errors'+' should be on a new line.148
Errors'+' should be on a new line.152
Errors'&&' should be on a new line.155
Errors'+' should be on a new line.157
Errors'+' should be on a new line.158
Errors'+' should be on a new line.159
Errors'+' should be on a new line.164
Errors'+' should be on a new line.165
Errors'+' should be on a new line.166
Errors'+' should be on a new line.172
Errors'+' should be on a new line.173
ErrorsParameter outEdgesClass should be final.185
Errors'&&' should be on a new line.193
Errors'+' should be on a new line.196
Errors'+' should be on a new line.197
Errors'&&' should be on a new line.200
Errors'+' should be on a new line.203
Errors'+' should be on a new line.204
Errors'+' should be on a new line.205
Errors'+' should be on a new line.232
Errors'+' should be on a new line.233
Errors'+' should be on a new line.240
Errors'+' should be on a new line.241
Errors'+' should be on a new line.248
Errors'+' should be on a new line.249
Errors'+' should be on a new line.267
Errors'+' should be on a new line.268
Errors'+' should be on a new line.276
Errors'+' should be on a new line.277
Errors'+' should be on a new line.278
Errors'+' should be on a new line.294
Errors'+' should be on a new line.295
Errors'+' should be on a new line.301
Errors'+' should be on a new line.302
Errors'+' should be on a new line.320
Errors'+' should be on a new line.321
Errors'+' should be on a new line.328
Errors'+' should be on a new line.329
Errors'+' should be on a new line.336
Errors'+' should be on a new line.337
ErrorsFirst sentence should end with a period.343
Errors'&&' should be on a new line.352
Errors'+' should be on a new line.356
Errors'+' should be on a new line.357
Errors'+' should be on a new line.358
Errors'&&' should be on a new line.377
Errors'+' should be on a new line.380
Errors'+' should be on a new line.381
Errors'&&' should be on a new line.384
Errors'+' should be on a new line.387
Errors'+' should be on a new line.388
Errors'&&' should be on a new line.391
Errors'+' should be on a new line.394
Errors'+' should be on a new line.395

org/apache/giraph/job/GiraphJob.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.44
ErrorsFirst sentence should end with a period.46
ErrorsFirst sentence should end with a period.48
ErrorsFirst sentence should end with a period.50
ErrorsFirst sentence should end with a period.57
ErrorsFirst sentence should end with a period.60
ErrorsExpected @throws tag for 'IOException'.65
ErrorsFirst sentence should end with a period.77
ErrorsParameter jobName should be final.83
Errors'jobName' hides a field.83
ErrorsExpected @throws tag for 'IOException'.83
ErrorsParameter configuration should be final.94
ErrorsParameter jobName should be final.95
Errors'jobName' hides a field.95
ErrorsExpected @throws tag for 'IOException'.95
ErrorsParameter giraphConfiguration should be final.106
Errors'giraphConfiguration' hides a field.106
ErrorsParameter jobName should be final.107
Errors'jobName' hides a field.107
ErrorsExpected @throws tag for 'IOException'.107
ErrorsMethod 'getConfiguration' is not designed for extension - needs to be abstract, final or empty.118
ErrorsMethod 'getInternalJob' is not designed for extension - needs to be abstract, final or empty.129
ErrorsParameter conf should be final.142
Errors'+' should be on a new line.152
Errors'+' should be on a new line.153
Errors'+' should be on a new line.158
Errors'+' should be on a new line.159
ErrorsParameter param should be final.170
ErrorsParameter defaultValue should be final.170
Errors'==' should be on a new line.171
ErrorsParameter verbose should be final.186
ErrorsExpected @throws tag for 'IOException'.187
ErrorsExpected @throws tag for 'InterruptedException'.187
ErrorsExpected @throws tag for 'ClassNotFoundException'.187
Errors'512' is a magic number.189
Errors'1024' is a magic number.193
Errors'60000' is a magic number.202
Errors'5' is a magic number.202
Errors'+' should be on a new line.215
Errors'+' should be on a new line.216
Errors'+' should be on a new line.217

org/apache/giraph/job/HadoopUtils.java

ViolationMessageLine
ErrorsClass HadoopUtils should be declared as final.34
ErrorsFirst sentence should end with a period.35
ErrorsParameter conf should be final.44
ErrorsParameter conf should be final.69

org/apache/giraph/master/BspServiceMaster.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.110
ErrorsFirst sentence should end with a period.126
ErrorsFirst sentence should end with a period.128
ErrorsFirst sentence should end with a period.131
ErrorsFirst sentence should end with a period.133
ErrorsFirst sentence should end with a period.135
ErrorsFirst sentence should end with a period.139
ErrorsFirst sentence should end with a period.141
ErrorsFirst sentence should end with a period.143
ErrorsFirst sentence should end with a period.145
ErrorsFirst sentence should end with a period.147
ErrorsFirst sentence should end with a period.149
ErrorsFirst sentence should end with a period.151
ErrorsFirst sentence should end with a period.153
ErrorsFirst sentence should end with a period.155
ErrorsFirst sentence should end with a period.157
ErrorsFirst sentence should end with a period.159
ErrorsFirst sentence should end with a period.161
ErrorsFirst sentence should end with a period.164
ErrorsFirst sentence should end with a period.166
ErrorsFirst sentence should end with a period.168
ErrorsFirst sentence should end with a period.170
ErrorsFirst sentence should end with a period.172
ErrorsFirst sentence should end with a period.174
ErrorsFirst sentence should end with a period.176
ErrorsFirst sentence should end with a period.182
ErrorsParameter serverPortList should be final.194
ErrorsParameter sessionMsecTimeout should be final.195
ErrorsParameter context should be final.196
ErrorsParameter graphTaskManager should be final.197
ErrorsMethod 'newSuperstep' is not designed for extension - needs to be abstract, final or empty.225
ErrorsParameter superstepMetrics should be final.226
ErrorsMethod 'setJobState' is not designed for extension - needs to be abstract, final or empty.231
ErrorsParameter state should be final.232
ErrorsParameter applicationAttempt should be final.233
ErrorsParameter desiredSuperstep should be final.234
ErrorsParameter state should be final.247
ErrorsParameter applicationAttempt should be final.248
ErrorsParameter desiredSuperstep should be final.249
ErrorsParameter killJobOnFailure should be final.250
Errors'+' should be on a new line.257
Errors'+' should be on a new line.261
Errors'+' should be on a new line.272
Errors'+' should be on a new line.276
Errors'+' should be on a new line.280
ErrorsParameter reason should be final.295
ErrorsParameter inputFormat should be final.308
ErrorsParameter minSplitCountHint should be final.309
ErrorsParameter inputSplitType should be final.310
Errors'100f' is a magic number.324
Errors'+' should be on a new line.326
Errors'+' should be on a new line.327
Errors'+' should be on a new line.332
ErrorsParameter e should be final.344
Errors'+' should be on a new line.350
ErrorsParameter workerInfosPath should be final.378
ErrorsParameter watch should be final.379
ErrorsFirst sentence should end with a period.401
ErrorsParameter superstep should be final.410
ErrorsParameter healthyWorkerInfoList should be final.411
ErrorsParameter unhealthyWorkerInfoList should be final.412
Errors':' should be on a new line.449
Errors':' should be on a new line.457
Errors'+' should be on a new line.482
Errors'100.0f' is a magic number.484
Errors'>=' should be on a new line.484
Errors'+' should be on a new line.489
Errors'+' should be on a new line.490
Errors'+' should be on a new line.491
Errors'+' should be on a new line.492
Errors'+' should be on a new line.493
Errors'+' should be on a new line.498
Errors'+' should be on a new line.505
Errors'+' should be on a new line.506
Errors'+' should be on a new line.507
Errors'+' should be on a new line.508
Errors'+' should be on a new line.509
Errors'+' should be on a new line.510
Errors'<=' should be on a new line.513
Errors'+' should be on a new line.521
Errors'+' should be on a new line.522
Errors'+' should be on a new line.523
Errors'+' should be on a new line.524
Errors'+' should be on a new line.525
Errors'+' should be on a new line.531
Errors'+' should be on a new line.538
Errors'+' should be on a new line.539
Errors'+' should be on a new line.540
ErrorsFirst sentence should end with a period.546
ErrorsParameter healthyWorkerInfoList should be final.553
ErrorsParameter unhealthyWorkerInfoList should be final.554
Errors'+' should be on a new line.569
ErrorsParameter inputFormat should be final.585
ErrorsParameter inputSplitPaths should be final.586
ErrorsParameter inputSplitType should be final.587
Errors'+' should be on a new line.603
Errors'*' should be on a new line.621
Errors'+' should be on a new line.630
Errors'+' should be on a new line.632
Errors'+' should be on a new line.637
Errors'+' should be on a new line.638
Errors'+' should be on a new line.639
Errors'+' should be on a new line.640
Errors'+' should be on a new line.648
Errors'+' should be on a new line.674
ErrorsMethod 'createVertexInputSplits' is not designed for extension - needs to be abstract, final or empty.685
ErrorsMethod 'createEdgeInputSplits' is not designed for extension - needs to be abstract, final or empty.697
ErrorsMethod 'getWorkerInfoList' is not designed for extension - needs to be abstract, final or empty.709
ErrorsMethod 'getAggregatorHandler' is not designed for extension - needs to be abstract, final or empty.714
ErrorsParameter superstep should be final.734
ErrorsParameter partitionOwners should be final.735
ErrorsExpected @throws tag for 'IOException'.736
ErrorsExpected @throws tag for 'KeeperException'.736
ErrorsExpected @throws tag for 'InterruptedException'.736
Errors'+' should be on a new line.766
Errors'-' should be on a new line.777
Errors'+' should be on a new line.786
Errors'+' should be on a new line.787
Errors'+' should be on a new line.788
ErrorsMethod 'setup' is not designed for extension - needs to be abstract, final or empty.797
ErrorsMethod 'becomeMaster' is not designed for extension - needs to be abstract, final or empty.814
Errors'+' should be on a new line.821
Errors'&&' should be on a new line.837
Errors'==' should be on a new line.839
Errors'+' should be on a new line.841
Errors'+' should be on a new line.855
Errors'+' should be on a new line.856
ErrorsMethod 'getMasterInfo' is not designed for extension - needs to be abstract, final or empty.895
ErrorsParameter superstep should be final.906
Errors'&&' should be on a new line.951