You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yaml
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
name: "Bug Report (Low Priority)"
2
2
description: "Create a public Bug Report. Note that these may not be addressed as it depeonds on capacity and that looking up account information will be difficult."
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yaml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
name: Feature Request (Low Priority)
2
2
description: Create a public Feature Request. Note that these may not be addressed as it depeonds on capacity and that looking up account information will be difficult.
3
-
title: ""
4
3
labels: "type: feature request"
5
4
body:
6
5
- type: input
@@ -15,7 +14,7 @@ body:
15
14
attributes:
16
15
label: Library Version(s)
17
16
description: "If your feature request is to add instrumentation support for a library please provide the version you use"
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/java-lang/src/main/java/datadog/trace/instrumentation/java/lang/StringBuilderCallSite.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,7 @@ public static CharSequence afterSubSequence(
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/java-lang/src/test/groovy/datadog/trace/instrumentation/java/lang/StringBuilderCallSiteTest.groovy
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,7 @@ class StringBuilderCallSiteTest extends AgentTestRunner {
266
266
where:
267
267
type | suite | param | length | expected
268
268
"builder" | new TestStringBuilderSuite() | sb('012345') | 5 | '01234'
269
+
"buffer" | new TestStringBufferSuite() | sbf('012345') | 5 | '01234'
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/jboss-modules/src/main/java/datadog/trace/instrumentation/jbossmodules/ModuleInstrumentation.java
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/liberty-20/src/main/java/datadog/trace/instrumentation/liberty20/LibertyServerInstrumentation.java
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/liberty-20/src/main/java/datadog/trace/instrumentation/liberty20/ThreadContextClassloaderInstrumentation.java
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/liberty-23/src/main/java/datadog/trace/instrumentation/liberty23/LibertyServerInstrumentation.java
0 commit comments