Error that a particular variation of a method is unavailable (even though other variations are). For instance, if vertex(x, y, u, v) is not available, but vertex(x, y) is just fine.
(String str)
| 15606 | * available, but vertex(x, y) is just fine. |
| 15607 | */ |
| 15608 | static public void showVariationWarning(String str) { |
| 15609 | PGraphics.showVariationWarning(str); |
| 15610 | } |
| 15611 | |
| 15612 | |
| 15613 | /** |
no test coverage detected