Skip to content

Fix DexFactory bug when creating proxy#474

Merged
petekanev merged 1 commit intomasterfrom
pete/fix-dexFactory-bug
Jun 9, 2016
Merged

Fix DexFactory bug when creating proxy#474
petekanev merged 1 commit intomasterfrom
pete/fix-dexFactory-bug

Conversation

@petekanev
Copy link
Copy Markdown
Contributor

This PR fixes a bug where originally, when extending classes, if an extended class was named (e.g. "com.tns....") and the name started with com.tns.generated.MyExtendedClass, the DexFactory would trim the first 12 characters and look up a class with erated.MyExtendedClass name in the dex, which resulted in ClassNotFoundException

@petekanev petekanev changed the title Fix DexFactory Bug when creating proxy Fix DexFactory bug when creating proxy Jun 8, 2016
@ns-bot
Copy link
Copy Markdown

ns-bot commented Jun 8, 2016

💔

@atanasovg
Copy link
Copy Markdown
Contributor

👍

@petekanev petekanev merged commit 8642a73 into master Jun 9, 2016
@petekanev petekanev deleted the pete/fix-dexFactory-bug branch June 14, 2016 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants