Skip to content

InfomindsAg/LateBoundDetective

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LateBoundDetective

Searches for code, that results in unnecessary late bound calls.

  • CreateInstance with known Types -> replace it with a call of the constuctor
  • SafeCreateInstance with known Types -> replace it with a call of the constuctor
  • GetRegServerReal():Open with known Types -> replace it with GetRegServerReal():OpenTyped<>

About

Searches for unneccessary CreateInstance Calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published