- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
protected T makeProject(final org.uberfire.java.nio.file.Path nioProjectRootPath) { final T project = simpleProjectInstance(nioProjectRootPath); addSecurityGroups(project); return project; }