from: runtime to: common evidence: - file: "runtime/driver/src/main/java/org/apache/nemo/driver/UserApplicationRunner.java" contains "import org.apache.nemo.common.Pair;" from: runtime to: common evidence: - file: "runtime/driver/src/main/java/org/apache/nemo/driver/NemoDriver.java" contains "import org.apache.nemo.common.ir.IdManager;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/RuntimeTestUtil.java" contains "import org.apache.nemo.common.Pair;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/plan/StageEdge.java" contains "import org.apache.nemo.common.HashRange;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/plan/Stage.java" contains "import org.apache.nemo.common.ir.Readable;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/plan/PhysicalPlanGenerator.java" contains "import org.apache.nemo.common.ir.IRDAG;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/plan/StagePartitioner.java" contains "import org.apache.nemo.common.ir.IRDAG;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/plan/Task.java" contains "import org.apache.nemo.common.ir.Readable;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/plan/RuntimeEdge.java" contains "import org.apache.nemo.common.ir.executionproperty.EdgeExecutionProperty;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/plan/PhysicalPlan.java" contains "import org.apache.nemo.common.ir.vertex.IRVertex;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/message/MessageUtils.java" contains "import org.apache.nemo.common.exception.UnknownExecutionStateException;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/message/PersistentConnectionToMasterMap.java" contains "import org.apache.nemo.common.exception.NodeConnectionException;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/state/BlockState.java" contains "import org.apache.nemo.common.StateMachine;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/state/PlanState.java" contains "import org.apache.nemo.common.StateMachine;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/state/TaskState.java" contains "import org.apache.nemo.common.StateMachine;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/state/StageState.java" contains "import org.apache.nemo.common.StateMachine;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/metric/JobMetric.java" contains "import org.apache.nemo.common.Pair;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/metric/MetricUtils.java" contains "import org.apache.nemo.common.Pair;" from: runtime to: common evidence: - file: "runtime/common/src/main/java/org/apache/nemo/runtime/common/metric/LatencyMetric.java" contains "import org.apache.nemo.common.punctuation.LatencyMark;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/BlockMetadata.java" contains "import org.apache.nemo.common.StateMachine;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/PlanStateManager.java" contains "import org.apache.nemo.common.StateMachine;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/PipeManagerMaster.java" contains "import org.apache.nemo.common.Pair;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/PlanAppender.java" contains "import org.apache.nemo.common.Pair;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/RuntimeMaster.java" contains "import org.apache.nemo.common.Pair;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/BlockManagerMaster.java" contains "import org.apache.nemo.common.exception.IllegalMessageException;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/scheduler/SimulationScheduler.java" contains "import org.apache.nemo.common.Pair;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/scheduler/BatchScheduler.java" contains "import org.apache.nemo.common.Pair;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/scheduler/BatchSchedulerUtils.java" contains "import org.apache.nemo.common.Pair;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/scheduler/ExecutorRegistry.java" contains "import org.apache.nemo.common.Pair;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/scheduler/StreamingScheduler.java" contains "import org.apache.nemo.common.ir.Readable;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/scheduler/LocalitySchedulingConstraint.java" contains "import org.apache.nemo.common.ir.Readable;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/scheduler/ContainerTypeAwareSchedulingConstraint.java" contains "import org.apache.nemo.common.ir.executionproperty.AssociatedProperty;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/scheduler/NodeShareSchedulingConstraint.java" contains "import org.apache.nemo.common.ir.executionproperty.AssociatedProperty;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/scheduler/FreeSlotSchedulingConstraint.java" contains "import org.apache.nemo.common.ir.executionproperty.AssociatedProperty;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/scheduler/SchedulingConstraintRegistry.java" contains "import org.apache.nemo.common.ir.executionproperty.AssociatedProperty;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/scheduler/AntiAffinitySchedulingConstraint.java" contains "import org.apache.nemo.common.ir.executionproperty.AssociatedProperty;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/scheduler/SimulatedTaskExecutor.java" contains "import org.apache.nemo.common.ir.vertex.executionproperty.ParallelismProperty;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/resource/DefaultExecutorRepresenter.java" contains "import org.apache.nemo.common.ir.executionproperty.ResourceSpecification;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/resource/ContainerManager.java" contains "import org.apache.nemo.common.ir.executionproperty.ResourceSpecification;" from: runtime to: common evidence: - file: "runtime/master/src/main/java/org/apache/nemo/runtime/master/metric/MetricStore.java" contains "import org.apache.nemo.common.exception.MetricException;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/Executor.java" contains "import org.apache.nemo.common.ir.edge.executionproperty.CompressionProperty;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/TransformContextImpl.java" contains "import org.apache.nemo.common.ir.vertex.transform.Transform;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/transfer/LocalOutputContext.java" contains "import org.apache.nemo.common.punctuation.Finishmark;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/transfer/LocalInputContext.java" contains "import org.apache.nemo.common.punctuation.Finishmark;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/transfer/ByteOutputContext.java" contains "import org.apache.nemo.common.coder.EncoderFactory;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/BlockInputReader.java" contains "import org.apache.nemo.common.HashRange;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/PipeOutputWriter.java" contains "import org.apache.nemo.common.partitioner.Partitioner;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/BlockOutputWriter.java" contains "import org.apache.nemo.common.partitioner.DedicatedKeyPerElement;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/DataFetcherOutputCollector.java" contains "import org.apache.nemo.common.ir.OutputCollector;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/OperatorWatermarkCollector.java" contains "import org.apache.nemo.common.ir.OutputCollector;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/SingleInputWatermarkManager.java" contains "import org.apache.nemo.common.ir.OutputCollector;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/RunTimeMessageOutputCollector.java" contains "import org.apache.nemo.common.ir.OutputCollector;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/OperatorVertexOutputCollector.java" contains "import org.apache.nemo.common.ir.OutputCollector;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/MultiInputWatermarkManager.java" contains "import org.apache.nemo.common.ir.OutputCollector;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/InputReader.java" contains "import org.apache.nemo.common.ir.executionproperty.EdgeExecutionProperty;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/PipeInputReader.java" contains "import org.apache.nemo.common.ir.executionproperty.EdgeExecutionProperty;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/IntermediateDataIOFactory.java" contains "import org.apache.nemo.common.ir.edge.executionproperty.DataStoreProperty;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/NextIntraTaskOperatorInfo.java" contains "import org.apache.nemo.common.ir.vertex.OperatorVertex;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/InputWatermarkManager.java" contains "import org.apache.nemo.common.punctuation.Watermark;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/NemoEventEncoderFactory.java" contains "import org.apache.nemo.common.punctuation.LatencyMark;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/WatermarkWithIndex.java" contains "import org.apache.nemo.common.punctuation.Watermark;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/OutputWriter.java" contains "import org.apache.nemo.common.punctuation.LatencyMark;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/NemoEventDecoderFactory.java" contains "import org.apache.nemo.common.punctuation.LatencyMark;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/task/MultiThreadParentTaskDataFetcher.java" contains "import org.apache.nemo.common.Pair;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/task/TaskExecutor.java" contains "import org.apache.nemo.common.Pair;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/task/ParentTaskDataFetcher.java" contains "import org.apache.nemo.common.Pair;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/task/VertexHarness.java" contains "import org.apache.nemo.common.ir.OutputCollector;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/task/DataFetcher.java" contains "import org.apache.nemo.common.ir.OutputCollector;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/task/SourceVertexDataFetcher.java" contains "import org.apache.nemo.common.ir.OutputCollector;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/BlockManagerWorker.java" contains "import org.apache.nemo.common.KeyRange;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/PipeContainer.java" contains "import org.apache.nemo.common.Pair;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/DataUtil.java" contains "import org.apache.nemo.common.ByteBufferInputStream;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/PipeManagerWorker.java" contains "import org.apache.nemo.common.Pair;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/SerializerManager.java" contains "import org.apache.nemo.common.ir.edge.executionproperty.CompressionProperty;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/streamchainer/DecompressionStreamChainer.java" contains "import org.apache.nemo.common.ir.edge.executionproperty.CompressionProperty;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/streamchainer/CompressionStreamChainer.java" contains "import org.apache.nemo.common.ir.edge.executionproperty.CompressionProperty;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/streamchainer/Serializer.java" contains "import org.apache.nemo.common.coder.DecoderFactory;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/stores/MemoryStore.java" contains "import org.apache.nemo.common.exception.BlockWriteException;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/stores/BlockStore.java" contains "import org.apache.nemo.common.exception.BlockFetchException;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/stores/LocalFileStore.java" contains "import org.apache.nemo.common.exception.BlockFetchException;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/stores/GlusterFileStore.java" contains "import org.apache.nemo.common.exception.BlockFetchException;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/stores/SerializedMemoryStore.java" contains "import org.apache.nemo.common.exception.BlockWriteException;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/partition/SerializedPartition.java" contains "import org.apache.nemo.common.coder.EncoderFactory;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/block/NonSerializedMemoryBlock.java" contains "import org.apache.nemo.common.KeyRange;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/block/SerializedMemoryBlock.java" contains "import org.apache.nemo.common.KeyRange;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/block/FileBlock.java" contains "import org.apache.nemo.common.KeyRange;" from: runtime to: common evidence: - file: "runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/block/Block.java" contains "import org.apache.nemo.common.KeyRange;"