Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for meaningless (0.04 sec)

  1. guava/src/com/google/common/base/Stopwatch.java

     *
     * <p>Use this class instead of direct calls to {@link System#nanoTime} for two reasons:
     *
     * <ul>
     *   <li>The raw {@code long} values returned by {@code nanoTime} are meaningless and unsafe to use
     *       in any other way than how {@code Stopwatch} uses them.
     *   <li>An alternative source of nanosecond ticks can be substituted, for example for testing or
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Wed Oct 08 18:55:33 UTC 2025
    - 9.2K bytes
    - Viewed (0)
  2. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java

                if (t instanceof RuntimeException || !(t instanceof Exception)) {
                    // fail fast on RuntimeExceptions, Errors and "other" Throwables
                    // assume these are system errors and further build is meaningless
                    buildContext.getReactorBuildStatus().halt();
                } else if (MavenExecutionRequest.REACTOR_FAIL_NEVER.equals(session.getReactorFailureBehavior())) {
                    // continue the build
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Oct 16 06:12:36 UTC 2025
    - 55.1K bytes
    - Viewed (0)
Back to top