Oleksii Malovanyi
11/22/2017, 3:40 PMdetekt
and wanna write custom rules for android (e.g. ignore UnsafeCast for context.getSystemService
), so a bit messy with AST and compiler-embedable
module. Could anyone provide link to some tutorial or smth to understand basics of ASTNode
parsing: e.g. how to get method body properly or get variable type, etc. Thanks!schalkms
11/30/2017, 9:57 PMOleksii Malovanyi
12/01/2017, 1:39 AM