Community
Participate
Working Groups
* Pre-pend the message with the current date and the name of the current thread.
*/
public static void message(String message) {
System.out.println("Workspace Bundle called"); //$NON-NLS-1$
StringBuffer buffer = new StringBuffer();
buffer.append(new Date(System.currentTimeMillis()));
buffer.append(" - ["); //$NON-NLS-1$
org.eclipse.jdt.core.compiler.problem.deprecation=warning
org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled
org.eclipse.jdt.core.compiler.problem.discouragedReference=error
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
package org.eclipse.core.internal.preferences.legacy;
import org.eclipse.core.internal.content.ContentMessages;
public class maincla {
public static void main(String[] args) {
ContentMessages c = new ContentMessages();
c.message("");
}