Bjoern, It's fixed in build #605.
Best regards, Mike Aizatsky. ------------------------------ IntelliJ Software, "Develop with pleasure!" http://www.intellij.com > From: "Bjoern Kuebler" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, February 11, 2002 5:03 PM > Subject: [Eap-list] Error creating field (intentional programming) > > > > Consider the following statement > > > > Boolean traceEnabled = Boolean.valueOf( > > > getPortletConfig().getAttribute(ConfigurationConstants.TRACING_ENABLED)) ; > > > > ConfigurationConstants is an Interface and does not yet contain a field > called > > TRACING_ENABLED. Letting IDEA create the field, a private field is > created > in the > > Interface. private fields are not correct for Interfaces. > > > > -Bj�rn > > > > > > __________________________________________________ > > Do You Yahoo!? > > Send FREE Valentine eCards with Yahoo! Greetings! > > http://greetings.yahoo.com > > > > _______________________________________________ > > Eap-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
