XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Auto Closed
    • None
    • None
    • None
    • None

    Description

      The code is full of sections like this where the 120 character line length is violated and yet someone turned off checkstyle instead of fixing the line length. This code is a pain to work with on a 13" laptop. Fix it.

       

      // CHECKSTYLE_OFF: LineLengthreturn FixedStringSearchInterpolator.create( new PrefixedPropertiesValueSource( InterpolationConstants.PROJECT_PROPERTIES_PREFIXES,
      project.getProperties(), true ),
      new PrefixedObjectValueSource( InterpolationConstants.PROJECT_PREFIXES,
      project, true ) );
      // CHECKSTYLE_ON: LineLength

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              elharo Elliotte Rusty Harold
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: