Opened 12 years ago
Closed 12 years ago
#10056 closed defect (fixed)
could handle empty lines better
Reported by: | bill | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | CheckStyle | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
For pure-whitespace lines (aka lines that terminate in whitespace), it tries to convert the whitespace from spaces to tabs rather than just deleting the whitespace altogether.
If the check to remove trailing whitespace happened first, I think that would fix the problem.
(dijit/_base/focus.js [20352])
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Milestone: | tbd → 1.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [20481]) Refs #10056 Adds an additional fix to the CheckStyle? tool which removes trailing white space from files.