Inspectopedia Help

Use of AWT peer class

Reports uses of AWT peer classes. Such classes represent native windowing system widgets, and will be non-portable between different windowing systems.

Example:

import java.awt.peer.ButtonPeer; abstract class Sample implements ButtonPeer { public void foo() { Sample sample; } }

Inspection Details

Available in:

IntelliJ IDEA 2023.3, Qodana for JVM 2023.3

Plugin:

Java, 233.SNAPSHOT

Last modified: 13 July 2023