
| Key: |
CC-612
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
David Jackman
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
File Attachments:
|
1.
CC-612.patch (9 kb)
|
|
|
The code that processes the ignoreFiles list checks each Modification in the list to see if it matches the ignoreFiles patterns, and throws the Modification out if it does. However, Modification represents a list of files, not just one, and this code only checks the first file in that list. (Indeed, there isn't even a method in Modification to expose the entire list of files.)
|
|
Description
|
The code that processes the ignoreFiles list checks each Modification in the list to see if it matches the ignoreFiles patterns, and throws the Modification out if it does. However, Modification represents a list of files, not just one, and this code only checks the first file in that list. (Indeed, there isn't even a method in Modification to expose the entire list of files.) |
Show » |
|