Update copyright header for new files
This commit is contained in:
committed by
Yan Zhulanow
parent
6433592618
commit
6cc797ad31
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.lib
|
package com.intellij.debugger.streams.kotlin.lib
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.trace.impl.handler.collections.*
|
import com.intellij.debugger.streams.kotlin.trace.impl.handler.collections.*
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.psi
|
package com.intellij.debugger.streams.kotlin.psi
|
||||||
|
|
||||||
import com.intellij.debugger.streams.trace.impl.handler.type.GenericType
|
import com.intellij.debugger.streams.trace.impl.handler.type.GenericType
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.psi.impl
|
package com.intellij.debugger.streams.kotlin.psi.impl
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.psi.CallTypeExtractor
|
import com.intellij.debugger.streams.kotlin.psi.CallTypeExtractor
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.psi.impl
|
package com.intellij.debugger.streams.kotlin.psi.impl
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.psi.CallTypeExtractor
|
import com.intellij.debugger.streams.kotlin.psi.CallTypeExtractor
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.trace.dsl
|
package com.intellij.debugger.streams.kotlin.trace.dsl
|
||||||
|
|
||||||
import com.intellij.debugger.streams.trace.impl.handler.PeekCall
|
import com.intellij.debugger.streams.trace.impl.handler.PeekCall
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.trace.dsl
|
package com.intellij.debugger.streams.kotlin.trace.dsl
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.trace.impl.handler.OnEachCall
|
import com.intellij.debugger.streams.kotlin.trace.impl.handler.OnEachCall
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.trace.dsl
|
package com.intellij.debugger.streams.kotlin.trace.dsl
|
||||||
|
|
||||||
import com.intellij.debugger.streams.trace.impl.handler.type.GenericType
|
import com.intellij.debugger.streams.trace.impl.handler.type.GenericType
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.trace.impl.handler
|
package com.intellij.debugger.streams.kotlin.trace.impl.handler
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.trace.dsl.KotlinTypes
|
import com.intellij.debugger.streams.kotlin.trace.dsl.KotlinTypes
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.trace.impl.handler
|
package com.intellij.debugger.streams.kotlin.trace.impl.handler
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.trace.dsl.KotlinTypes
|
import com.intellij.debugger.streams.kotlin.trace.dsl.KotlinTypes
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.trace.impl.handler.collections
|
package com.intellij.debugger.streams.kotlin.trace.impl.handler.collections
|
||||||
|
|
||||||
import com.intellij.debugger.streams.trace.IntermediateCallHandler
|
import com.intellij.debugger.streams.trace.IntermediateCallHandler
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.trace.impl.handler.collections
|
package com.intellij.debugger.streams.kotlin.trace.impl.handler.collections
|
||||||
|
|
||||||
import com.intellij.debugger.streams.trace.dsl.*
|
import com.intellij.debugger.streams.trace.dsl.*
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.trace.impl.handler.collections
|
package com.intellij.debugger.streams.kotlin.trace.impl.handler.collections
|
||||||
|
|
||||||
import com.intellij.debugger.streams.trace.TraceHandler
|
import com.intellij.debugger.streams.trace.TraceHandler
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.trace.impl.handler.collections
|
package com.intellij.debugger.streams.kotlin.trace.impl.handler.collections
|
||||||
|
|
||||||
import com.intellij.debugger.streams.trace.IntermediateCallHandler
|
import com.intellij.debugger.streams.trace.IntermediateCallHandler
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.trace.impl.handler.collections
|
package com.intellij.debugger.streams.kotlin.trace.impl.handler.collections
|
||||||
|
|
||||||
import com.intellij.debugger.streams.trace.TerminatorCallHandler
|
import com.intellij.debugger.streams.trace.TerminatorCallHandler
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.trace.impl.handler.collections
|
package com.intellij.debugger.streams.kotlin.trace.impl.handler.collections
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.trace.impl.handler.typeBefore
|
import com.intellij.debugger.streams.kotlin.trace.impl.handler.typeBefore
|
||||||
|
|||||||
+3
-2
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.trace.impl.interpret
|
package com.intellij.debugger.streams.kotlin.trace.impl.interpret
|
||||||
|
|
||||||
import com.intellij.debugger.streams.trace.CallTraceInterpreter
|
import com.intellij.debugger.streams.trace.CallTraceInterpreter
|
||||||
@@ -40,10 +41,10 @@ class FilterTraceInterpreter(private val predicateValueToAccept: Boolean) : Call
|
|||||||
private fun resolveValuesAfter(before: Map<Int, TraceElement>, filteringMap: Value): Map<Int, TraceElement> {
|
private fun resolveValuesAfter(before: Map<Int, TraceElement>, filteringMap: Value): Map<Int, TraceElement> {
|
||||||
val predicateValues = extractPredicateValues(filteringMap)
|
val predicateValues = extractPredicateValues(filteringMap)
|
||||||
val result = linkedMapOf<Int, TraceElement>()
|
val result = linkedMapOf<Int, TraceElement>()
|
||||||
for ((beforeTime, value) in before) {
|
for ((beforeTime, element) in before) {
|
||||||
val predicateValue = predicateValues[beforeTime]
|
val predicateValue = predicateValues[beforeTime]
|
||||||
if (predicateValue == predicateValueToAccept) {
|
if (predicateValue == predicateValueToAccept) {
|
||||||
result[beforeTime + 1] = value
|
result[beforeTime + 1] = TraceElementImpl(beforeTime + 1, element.value)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.trace.impl.interpret
|
package com.intellij.debugger.streams.kotlin.trace.impl.interpret
|
||||||
|
|
||||||
import com.intellij.debugger.streams.trace.TraceElement
|
import com.intellij.debugger.streams.trace.TraceElement
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.trace.impl.interpret
|
package com.intellij.debugger.streams.kotlin.trace.impl.interpret
|
||||||
|
|
||||||
import com.intellij.debugger.streams.trace.TraceElement
|
import com.intellij.debugger.streams.trace.TraceElement
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.exec.collection
|
package com.intellij.debugger.streams.kotlin.exec.collection
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.exec.collection
|
package com.intellij.debugger.streams.kotlin.exec.collection
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.exec.KotlinTraceEvaluationTestCase
|
import com.intellij.debugger.streams.kotlin.exec.KotlinTraceEvaluationTestCase
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.exec.collection
|
package com.intellij.debugger.streams.kotlin.exec.collection
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.exec.collection
|
package com.intellij.debugger.streams.kotlin.exec.collection
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.exec.collection
|
package com.intellij.debugger.streams.kotlin.exec.collection
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.exec.collection
|
package com.intellij.debugger.streams.kotlin.exec.collection
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.exec.collection
|
package com.intellij.debugger.streams.kotlin.exec.collection
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.exec.collection
|
package com.intellij.debugger.streams.kotlin.exec.collection
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.exec.collection
|
package com.intellij.debugger.streams.kotlin.exec.collection
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.exec.collection
|
package com.intellij.debugger.streams.kotlin.exec.collection
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.exec.collection
|
package com.intellij.debugger.streams.kotlin.exec.collection
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.psi
|
package com.intellij.debugger.streams.kotlin.psi
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.KotlinPsiChainBuilderTestCase
|
import com.intellij.debugger.streams.kotlin.KotlinPsiChainBuilderTestCase
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.psi.collection
|
package com.intellij.debugger.streams.kotlin.psi.collection
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.KotlinPsiChainBuilderTestCase
|
import com.intellij.debugger.streams.kotlin.KotlinPsiChainBuilderTestCase
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.psi.collection
|
package com.intellij.debugger.streams.kotlin.psi.collection
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.lib.KotlinCollectionSupportProvider
|
import com.intellij.debugger.streams.kotlin.lib.KotlinCollectionSupportProvider
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.psi.java
|
package com.intellij.debugger.streams.kotlin.psi.java
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.psi.java
|
package com.intellij.debugger.streams.kotlin.psi.java
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
package com.intellij.debugger.streams.kotlin.psi.java
|
package com.intellij.debugger.streams.kotlin.psi.java
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.lib.JavaStandardLibrarySupportProvider
|
import com.intellij.debugger.streams.kotlin.lib.JavaStandardLibrarySupportProvider
|
||||||
|
|||||||
Reference in New Issue
Block a user