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
Would be nice to include the following code to throw a RuntimeException if the Java vendor is obviously not Oracle.
if (!System.getProperty("java.vendor").toLowerCase().contains("oracle"))
{
throw new RuntimeException("Can only install FailOnThreadViolationRepaintManager on Oracle JVMs");
}
Would be nice to include the following code to throw a RuntimeException if the Java vendor is obviously not Oracle.
fest-swing-1.x/fest-swing/src/main/java/org/fest/swing/edt/FailOnThreadViolationRepaintManager.java
Line 50 in c5536bc
The text was updated successfully, but these errors were encountered: