Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 32 Number of classfiles: 32
Problems: 5 (Errors: 0 Warnings: 5 )
Discouraged access: The type MessageUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
ParserPlugin.java :
19 : import org.eclipse.wst.command.internal.env.core.common.MessageUtils;
Discouraged access: The type MessageUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
ParserPlugin.java :
81 : MessageUtils msgUtils = new MessageUtils( "org.eclipse.wst.ws.parser.plugin", plugin );
Discouraged access: The constructor MessageUtils(String, Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
ParserPlugin.java :
81 : MessageUtils msgUtils = new MessageUtils( "org.eclipse.wst.ws.parser.plugin", plugin );
Discouraged access: The type MessageUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
ParserPlugin.java :
81 : MessageUtils msgUtils = new MessageUtils( "org.eclipse.wst.ws.parser.plugin", plugin );
Discouraged access: The method getMessage(String) from the type MessageUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
ParserPlugin.java :
88 : return msgUtils.getMessage(key);