Sajjad Naveed

Results 2 issues of Sajjad Naveed

Ideally, there should be a way to dynamically pass message instead of always getting from MessageSource. It should be pretty easy to implement e.g. HandledException can add a constructor where...

getImports() on IASClassType (ASTASClassType) returns empty list in visitClass method of visitor. I'm doing a simple parse and walk on compilationUnit. compilationUnit = parser.parse(srcFile); walker.walkCompilationUnit(compilationUnit);