GeeJoe

Results 8 comments of GeeJoe

直接 post(), null 在内部传是不是更好

```java @Override public void observe(@NonNull LifecycleOwner owner, @NonNull Observer

I don't quite understand what you mean, I can get the path of the imported class through JavaClass.getSource(), but I still don't know which module this class's source code belongs...

Even if the prefixes are different, it's still impossible to know which module the class belongs to, because after being converted into bytecode, the information about module ownership is lost....

The example I gave is from an Android project, and their URI prefixes may indeed be different. Some of their classes' URIs include the module, while others do not. Here...

@LicaiMaker 我的问题和你的一样 请问你的解决了没有?

@frankstyle 减少了呀~ 就是出现了下面这种情况 ![qq 20160601191544](https://cloud.githubusercontent.com/assets/13412420/15707805/4f4181f6-282d-11e6-8daf-522a2a104829.png)