| Date: | 2010-03-02 12:20:03 (3 years 2 months ago) |
| Author: | Denis Demenko |
| Commit: | 18 |
| Parents: |
17
|
| Message: | 0: fix to obfuscar attributes processing |
File differences
| trunk/Obfuscar/Obfuscator.cs |
| 207 | 207 | } else |
| 208 | 208 | |
| 209 | 209 | // skip filtered fields |
| 210 | | if ( info.ShouldSkip( fieldKey ) ) |
| 210 | if (info.ShouldSkip(fieldKey) || !ShouldObfuscate(field, type)) |
| 211 | 211 | { |
| 212 | 212 | map.UpdateField( fieldKey, ObfuscationStatus.Skipped, "filtered" ); |
| 213 | 213 | nameGroup.Add( fieldKey.Name ); |
Download the corresponding diff file