Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit fdf90cd

Browse files
committed
corrected errors in CancellableContinuationImpl in 1.4
1 parent e2106cc commit fdf90cd

23 files changed

+41
-42
lines changed

Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_17/DispatchedTaskIgnores.java renamed to Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_14/DispatchedTaskIgnores.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import com.newrelic.api.agent.Config;
44
import com.newrelic.api.agent.NewRelic;

Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_17/NRContinuationWrapper.java renamed to Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_14/NRContinuationWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import com.newrelic.agent.bridge.AgentBridge;
44
import com.newrelic.api.agent.NewRelic;

Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_17/NRDelayCancellableContinuation.java renamed to Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_14/NRDelayCancellableContinuation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import com.newrelic.api.agent.NewRelic;
44
import com.newrelic.api.agent.Segment;

Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_17/NRDelayContinuation.java renamed to Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_14/NRDelayContinuation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import com.newrelic.api.agent.NewRelic;
44
import com.newrelic.api.agent.Segment;

Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_17/NRFunction1SuspendWrapper.java renamed to Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_14/NRFunction1SuspendWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import com.newrelic.agent.bridge.AgentBridge;
44
import com.newrelic.api.agent.NewRelic;

Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_17/NRFunction1Wrapper.java renamed to Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_14/NRFunction1Wrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import com.newrelic.agent.bridge.AgentBridge;
44
import kotlin.coroutines.Continuation;

Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_17/NRFunction2SuspendWrapper.java renamed to Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_14/NRFunction2SuspendWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import com.newrelic.agent.bridge.AgentBridge;
44
import com.newrelic.api.agent.NewRelic;

Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_17/NRRunnable.java renamed to Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_14/NRRunnable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import com.newrelic.agent.bridge.AgentBridge;
44
import com.newrelic.api.agent.NewRelic;

Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_17/Utils.java renamed to Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_14/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import java.util.ArrayList;
44
import java.util.List;

Kotlin-Coroutines_1.4/src/main/java/kotlin/coroutines/ContinuationKt_Instrumentation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import com.newrelic.api.agent.Trace;
44
import com.newrelic.api.agent.weaver.Weave;
55
import com.newrelic.api.agent.weaver.Weaver;
6-
import com.newrelic.instrumentation.kotlin.coroutines_17.NRFunction1SuspendWrapper;
7-
import com.newrelic.instrumentation.kotlin.coroutines_17.NRFunction2SuspendWrapper;
6+
import com.newrelic.instrumentation.kotlin.coroutines_14.NRFunction1SuspendWrapper;
7+
import com.newrelic.instrumentation.kotlin.coroutines_14.NRFunction2SuspendWrapper;
88

99
import kotlin.jvm.functions.Function1;
1010
import kotlin.jvm.functions.Function2;

0 commit comments

Comments
 (0)