colinsurprenant/redstorm

View on GitHub
examples/trident/word_count_topology.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method build_topology has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def build_topology(local_drpc)
      spout = FixedBatchSpout.new(
        Fields.new("sentence"), 3,
        Values.new("the cow jumped over the moon"),
        Values.new("the man went to the store and bought some candy"),
Severity: Major
Found in examples/trident/word_count_topology.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status