Uploaded image for project: 'Poulpe'
  1. Poulpe
  2. POULPE-52

Replace 'tab' to 'space' characters in sources.

VotersWatchers
    XMLWordPrintable

    Details

    • Type: Task
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 0.10 swallows
    • Labels:
      None

      Description

      Comment:
      you can see these files in sonar or
      can use simple script to find these files (it needs to be runned from root dir of project):

      for i in `find -path '*/src/main/*' -name '*.java'`; do if egrep -q $'\t' $i; then echo $i; fi; done
      

      References:
      http://sonar.jtalks.org/drilldown/violations/org.jtalks.poulpe:poulpe?rule=checkstyle%3Acom.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck

        Attachments

          Structure

            Activity

              People

              • Assignee:
                vzh Zhivaev Vyacheslav
                Reporter:
                savgur Guram Savinov
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Due:
                  Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - 1h Original Estimate - 1h
                  1h
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 50m
                  1h 50m

                    Structure Helper Panel