Class StartTime


  • public class StartTime
    extends java.lang.Object
    Author:
    pugh
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long START_TIME
      The start time this FindBugs instance was started
      static long VM_START_TIME  
    • Constructor Summary

      Constructors 
      Constructor Description
      StartTime()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • START_TIME

        public static final long START_TIME
        The start time this FindBugs instance was started
      • VM_START_TIME

        public static final long VM_START_TIME
    • Constructor Detail

      • StartTime

        public StartTime()