Detail formatter always gives error [message #256716] |
Thu, 02 October 2008 03:51 |
Eclipse User |
|
|
|
I tried to set detail formatter for java.util.Date, but all expressions I
tried failed with the message:
Detail formatter error:
Evaluations must contain either an expression or a block of well-formed
statements
Here are some of them:
* fastTime
* return fastTime;
* return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this);
If I wrote intentionaly wrong statement, the message was:
Detail formatter error:
xxx cannot be resolved
Evaluations must contain either an expression or a block of well-formed
statements
The problem is probably somewhere else, but I don't know where. There is
nothing in the metadata/.log file. My eclipse version is 3.3.2, build
M20080221-1800.
Viliam
|
|
|
Powered by
FUDForum. Page generated in 0.03444 seconds