jgit/org.eclipse.jgit
Alexa Panfil 4f3161d3cc Fix bug in PerformanceLogContext
PerformanceLogContext threw NullPointerException when multiple threads
tried to add an event to the PerformanceLogContext. The cause for this
is that the ThreadLocal was initialized only in the class constructor
for the first thread; for subsequent threads it was null.

To fix this initialize eventRecords for each thread.

Change-Id: I18ef67dff8f0488e3ad28c9bbc18ce73d5168cf9
Signed-off-by: Alexa Panfil <alexapizza@google.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2020-11-06 19:20:08 -04:00
..
.settings Support "http.userAgent" and "http.extraHeader" from the git config 2020-09-26 23:42:38 +02:00
META-INF Export new package org.eclipse.jgit.logging and import it where used 2020-10-25 15:45:49 +01:00
findBugs [findBugs] Silence warning about Transport initialization 2012-09-14 00:01:47 +02:00
resources/org/eclipse/jgit Revert "Client-side protocol V2 support for fetching" 2020-11-03 23:50:21 +01:00
src/org/eclipse/jgit Fix bug in PerformanceLogContext 2020-11-06 19:20:08 -04:00
.classpath
.fbprefs
.gitignore
.project
BUILD Bazel: Add workspace status command to stamp final artifact 2020-07-17 01:10:15 +02:00
about.html SHA-1: collision detection support 2017-02-28 16:38:43 -08:00
build.properties
plugin.properties Fix bundle localization of Apache SSH bundle 2019-06-21 17:54:06 +02:00
pom.xml Prepare 5.9.1-SNAPSHOT builds 2020-09-08 17:45:20 +02:00