meituan / WMRouter

WMRouter是一款Android路由框架,基于组件化的设计思路,有功能灵活、使用简单的特点。
https://tech.meituan.com/meituan_waimai_android_open_source_routing_framework.html
Apache License 2.0
2.31k stars 342 forks source link

fix: WMRouterTransform 遗漏 JarInput 中 ServiceInit_$ #98

Closed hcanyz closed 3 years ago

hcanyz commented 3 years ago

~ https://github.com/meituan/WMRouter/pull/94

zjiecode commented 3 years ago
public static final String INIT_SERVICE_PATH = Const.GEN_PKG_SERVICE.replace('.', '/');

GEN_PKG_SERVICE 不就是 INIT_SERVICE_PATH,只不过替换成了路径而已?这里是类名,应该不会出现路径吧?

hcanyz commented 3 years ago

jarEntry.getName() 是 "$/$/$" 格式的。

image

Leifzhang commented 3 years ago

我重新统一了下基类位置 感谢大佬提出问题

jzj1993 commented 3 years ago

感谢提出问题和贡献代码,问题已经在另一个PR里修复 #100

@all-contributors please add @hcanyz for bug

allcontributors[bot] commented 3 years ago

@jzj1993

I've put up a pull request to add @hcanyz! :tada: