vladislav-knoll

Results 2 issues of vladislav-knoll

I wasn't able to use walkmod behind a corporate proxy, because the `PrintPluginsCommand` tries connect to the `MVN_SEARCH_URL` to get all available plugins and walks into an Exception. I was...

When removing a child of a `CompilationUnit` (e.g. an `ImportDeclaration`), the `CompilationUnit` passes the result of `List.remove()` to `Node.updateReferences()`; see below. ``` boolean result = false; ... if (result) {...