forked from xamarin/jar2xml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
From this version, any failed attempt to get generic type retrieval f…
…alls back to non-generic one. This is to fix issues like bug #8619. Basically this is proguard bug. It should not expose any obfuscated type names in its output, not just something that the library code invokes. Though there are likely too many libraries that will be blocked in this way, we likely had better live with some workaround. Hence this "fix".
- Loading branch information
Atsushi Eno
committed
Nov 28, 2012
1 parent
a26b7f2
commit fbc595d
Showing
1 changed file
with
77 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters