Esempio n. 1
0
  public Analyzer(
      AnalysisSpecification spec) { // Why is this here ?? There is not ref to it in the project
    this.specification = spec;

    if (specification.getTypeOfAnalysisPerformed() != AnalysisType.ALLOCATIONS) {
      this.stackAnalyzer = new StackAnalyzer(specification.getJvmModel());
    }
  }