Examples of dumpLintWarnings()


Examples of org.openquark.cal.compiler.SourceMetrics.dumpLintWarnings()

               
                if(chooser.getOkSelected()) {
                    chooser.savePreferences();
                    System.out.println("Dumping lint warnings:");
                    SourceMetrics workspaceSourceMetrics = perspective.getWorkspace().getSourceMetrics();
                    workspaceSourceMetrics.dumpLintWarnings(moduleFilter, functionFilter,
                                                            chooser.shouldTraceSkipped(),
                                                            chooser.shouldIncludeUnplingedPrimitiveArgs(), chooser.shouldIncludeRedundantLambdas(), chooser.shouldIncludeUnusedPrivates(), chooser.shouldIncludeMismatchedAliasPlings(), chooser.shouldIncludeUnreferencedLetVariables());
                    System.out.println("done.");
                }
            }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.