blob: eeff15de4a9f39191674a5496d30be8504e4fa27 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 4.2.0-dev">
<issue
id="HtmlPaneColors"
message="Constructing an HTML JEditorPane directly can lead to subtle theming bugs; either set the editor kit directly (`setEditorKit(UIUtil.getHTMLEditorKit())`) or better yet use `SwingHelper.createHtmlViewer`">
<location
file="src/com/google/gct/studio/deploy/AppEngineApplicationInfoPanel.java"
line="65"/>
</issue>
<issue
id="SwingWorker"
message="Do not use `javax.swing.SwingWorker`, use `com.intellij.util.concurrency.SwingWorker` instead. See `go/do-not-freeze`.">
<location
file="src/com/google/gct/studio/samples/SamplePreviewPanel.java"
line="93"/>
</issue>
</issues>