All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ct.static-analysis-infrastructure_2.13.5.0.0.source-code.reference.conf Maven / Gradle / Ivy

The newest version!
org.opalj {

  // Turns on the debugging support of the property store which is primarily meant
  // to support the debugging of analyses developed using the property store.
  // I.e., debug performs a wide range of additionaly checks to identify errors as
  // early as possible.
  fpcf.PropertyStore.Debug = false
  fpcf.PropertyStore.TraceFallbacks = false
  fpcf.PropertyStore.TraceSuppressedNotifications = false
  fpcf.PropertyStore.Default = "Parallel"

  // For tasks managers for the seq. store see PKESequentialPropertyStore.Strategies
  fpcf.seq.PKESequentialPropertyStore.TasksManager = "ManyDirectDependenciesLast"
  fpcf.seq.PKESequentialPropertyStore.MaxEvaluationDepth = 32

  // For tasks managers for the par. store see PKECPropertyStore.Strategies
  fpcf.par.PKECPropertyStore.TasksManager = "NoPriority"
  fpcf.par.PKECPropertyStore.MaxEvaluationDepth = 32
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy