Compiler Report

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 )

Source File: org/eclipse/wst/ws/internal/parser/plugin/ParserPlugin.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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 );

3. WARNING: DiscouragedReference

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 );

4. WARNING: DiscouragedReference

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 );

5. WARNING: DiscouragedReference

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);