blob: de00a99184413e6eefd4e3d2249aeb29d3ca9f01 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.3.0-dev" type="baseline" client="" dependencies="true" name="" variant="all" version="8.3.0-dev">
<issue
id="SwingWorker"
message="Do not use `javax.swing.SwingWorker`, use `com.intellij.util.concurrency.SwingWorker` instead. See `go/do-not-freeze`."
errorLine1=" myBackgroundTask = new SwingWorker&lt;List&lt;BufferedImage>, Void>() {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/com/google/gct/studio/samples/SamplePreviewPanel.java"
line="92"
column="28"/>
</issue>
</issues>