RemObjects Software RemObjects Software

Obfuscar

Obfuscar Commit Details

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
207207                            } else
208208
209209                            // skip filtered fields
210                            if ( info.ShouldSkip( fieldKey ) )
210                                if (info.ShouldSkip(fieldKey) || !ShouldObfuscate(field, type))
211211                            {
212212                                map.UpdateField( fieldKey, ObfuscationStatus.Skipped, "filtered" );
213213                                nameGroup.Add( fieldKey.Name );

Archive Download the corresponding diff file

Revision: 18