Project
DeployLX
Priority
Normal
Type
Bug
State
Fixed
Assignee
Unassigned
Subsystem
CodeVeil
Fixed in build
3694.369  
Fix versions
3.2 R3751
  • Created by   Paul Alexander
    2 years ago (07 Sep 2009 15:27)
  • Updated by   Paul Alexander
    2 years ago (19 Sep 2009 10:09)
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Given the following setting, the Window_Close method should not be obfuscated, but it is.

<Member name="Window_Closed" obfuscate="false" memberType="Method" signature="object, EventArgs" />
Comments (2)
 
History
 
Linked Issues (?)
 
Paul Alexander
  Paul Alexander
07 Sep 2009 16:20
2 years ago
Further research shows the problem manifests only with members that accept multiple parameters - public or private.
Paul Alexander
  Paul Alexander
07 Sep 2009 17:40
2 years ago
Problem stems from signature comparisons. Some formatted with ", " (with a space) and others with just "," (No space). Created a dedicated signature matching method that deals with small discrepancies.
You can use wiki markup in description
Apply Command

Command Preview: