Scruel Tao

Results 155 comments of Scruel Tao

Same issue on IntelliJ IDEA 2021.2.3 (Ultimate Edition), no error but not work at all.

One level Class won't be able to get the actual generic type at runtime in its class, cause when source code file(.java) compile to bytecode file(.class), will erase `T` to...

Wrong use, you code should be: `TypeResolver.resolveRawArguments(HashMap.class, B.class)` By the way, the second parameter of `resolveRawArguments` method should be a subclass, which A is not. @jhalterman close.

https://github.com/EgorKulikov/idea-chelper/pull/47#issuecomment-439701622

I think Maven is totally enough for this project.

@ntviet18 It says "The recommended workflow", not unsupported.

@ntviet18 Sorry for unchecked words. I used to believe this project has already been managed by maven (in fact it's the IDEA auto-import), until I update IDEA to 2018.2, then...

thanks, my bad, I changed a lot, but forgot to split it into parts, but I truly don't know how to do it... by the way, for the code style...

Glad to know the progress of merging my pr. I have been busy with another personal project and haven't checked your project changes for a long time. It seems that...

@EgorKulikov After huge changes in this project and I may have some leisure time now, in order to reduce your work of cherry-picking. I think I can split this PR...