HashtagsXRep/hashtagsxrep

View on GitHub
src/main/java/cat/xarxarepublicana/hashtagsxrep/domain/extraction/TwitterExtractionFactory.java

Summary

Maintainability
A
1 hr
Test Coverage

Method createFromMonitorExtractedTweet has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public TwitterExtraction createFromMonitorExtractedTweet(Monitor monitor, Tweet tweet) {
    final Interaction interaction;
    if (tweet.getQuotedStatus() != null) {
      interaction = new Interaction(TwitterExtraction.TYPE_QUOTE,
                                    tweet.getQuotedStatus().getIdStr(),

    There are no issues that match your filters.

    Category
    Status