You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProjectClassSetresolveSimpleName() in favor of moving the two lines of code to the single calling location
Fixed
C# full type name resolution fixed to resolve against the parent namespaces the class resides in (affects types in class signatures, method signatures, and fields)
Java class signature parsing fixed to support both extends and implements in the same signature implements (can't believe I overlooked this and didn't have a unit test)