Bug 17 : "Perhaps you wanted the overloaded version" when the args are wrong
Last modified: 2010-06-05 09:02




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P4
Severity:
enhancement

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2005-05-12 19:10
need to clean up this message, it's confusing because it's way too long.

triangle(20, 30, 50);

C:/Documents and Settings/fry/Application
Data/Processing/build/Temporary_9228_1482.java:1:290:1:309: Semantic Error:
No applicable overload for a method with signature "triangle(int, int,
int)" was found in type "processing.core.PApplet".Perhaps you wanted the
overloaded version "void triangle(float $1, float $2, float $3, float $4,
float $5, float $6);" instead?
Additional Comment #1 From fry 2010-06-05 09:02
this message isn't as bad in more recent releases (since around 1.0)