Compiler log for org.eclipse.e4.languages.javascript.debug.ui_0.9.0.v20091022-1300 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 30

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java : 18 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 59)
private String fErrorMessage;
The field ConditionEditor.fErrorMessage is never read locally
2. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 102)
int position= -1;
The local variable position is never read

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 43)
import org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin;
Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
2. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 44)
import org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSourceViewer;
Discouraged access: The type JavaSourceViewer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
3. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 45)
import org.eclipse.wst.jsdt.internal.ui.text.java.ContentAssistProcessor;
Discouraged access: The type ContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
4. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 57)
private JavaSourceViewer fViewer;
Discouraged access: The type JavaSourceViewer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
5. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 74)
IPreferenceStore store= JavaScriptPlugin.getDefault().getCombinedPreferenceStore();
Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
6. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 74)
IPreferenceStore store= JavaScriptPlugin.getDefault().getCombinedPreferenceStore();
Discouraged access: The method getDefault() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
7. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 74)
IPreferenceStore store= JavaScriptPlugin.getDefault().getCombinedPreferenceStore();
Discouraged access: The method getCombinedPreferenceStore() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
8. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 76)
JavaScriptTextTools tools = JavaScriptPlugin.getDefault().getJavaTextTools();
Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
9. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 76)
JavaScriptTextTools tools = JavaScriptPlugin.getDefault().getJavaTextTools();
Discouraged access: The method getDefault() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
10. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 76)
JavaScriptTextTools tools = JavaScriptPlugin.getDefault().getJavaTextTools();
Discouraged access: The method getJavaTextTools() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
11. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 81)
fViewer = new JavaSourceViewer(parent, null, null, false, SWT.V_SCROLL | SWT.H_SCROLL, store);
Discouraged access: The constructor JavaSourceViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, int, IPreferenceStore) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
12. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 81)
fViewer = new JavaSourceViewer(parent, null, null, false, SWT.V_SCROLL | SWT.H_SCROLL, store);
Discouraged access: The type JavaSourceViewer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
13. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 117)
fViewer.configure(config);
Discouraged access: The method configure(SourceViewerConfiguration) from the type JavaSourceViewer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
14. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 118)
fCompletionProcessor = new ContentAssistProcessor((ContentAssistant) config.getContentAssistant(fViewer), IJavaScriptPartitions.JAVA_PARTITIONING);
Discouraged access: The constructor ContentAssistProcessor(ContentAssistant, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
15. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 118)
fCompletionProcessor = new ContentAssistProcessor((ContentAssistant) config.getContentAssistant(fViewer), IJavaScriptPartitions.JAVA_PARTITIONING);
Discouraged access: The type ContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
16. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ConditionEditor.java
 (at line 137)
fViewer.doOperation(ISourceViewer.CONTENTASSIST_PROPOSALS);
Discouraged access: The method doOperation(int) from the type JavaSourceViewer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar

/src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ToggleBreakpointAdapter.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ToggleBreakpointAdapter.java
 (at line 55)
import org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin;
Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
2. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ToggleBreakpointAdapter.java
 (at line 56)
import org.eclipse.wst.jsdt.internal.ui.javaeditor.WorkingCopyManager;
Discouraged access: The type WorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
3. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ToggleBreakpointAdapter.java
 (at line 315)
IWorkingCopyManager manager = JavaScriptPlugin.getDefault().getWorkingCopyManager();
Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
4. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ToggleBreakpointAdapter.java
 (at line 315)
IWorkingCopyManager manager = JavaScriptPlugin.getDefault().getWorkingCopyManager();
Discouraged access: The method getDefault() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
5. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ToggleBreakpointAdapter.java
 (at line 315)
IWorkingCopyManager manager = JavaScriptPlugin.getDefault().getWorkingCopyManager();
Discouraged access: The method getWorkingCopyManager() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
6. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ToggleBreakpointAdapter.java
 (at line 319)
root = ((WorkingCopyManager)JavaScriptPlugin.getDefault().getWorkingCopyManager()).getWorkingCopy(input, false);
Discouraged access: The method getWorkingCopy(IEditorInput, boolean) from the type WorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
7. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ToggleBreakpointAdapter.java
 (at line 319)
root = ((WorkingCopyManager)JavaScriptPlugin.getDefault().getWorkingCopyManager()).getWorkingCopy(input, false);
Discouraged access: The type WorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
8. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ToggleBreakpointAdapter.java
 (at line 319)
root = ((WorkingCopyManager)JavaScriptPlugin.getDefault().getWorkingCopyManager()).getWorkingCopy(input, false);
Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
9. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ToggleBreakpointAdapter.java
 (at line 319)
root = ((WorkingCopyManager)JavaScriptPlugin.getDefault().getWorkingCopyManager()).getWorkingCopy(input, false);
Discouraged access: The method getDefault() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar
10. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ToggleBreakpointAdapter.java
 (at line 319)
root = ((WorkingCopyManager)JavaScriptPlugin.getDefault().getWorkingCopyManager()).getWorkingCopy(input, false);
Discouraged access: The method getWorkingCopyManager() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.wst.jsdt.ui_1.1.0.v200910272050.jar

/src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ToggleFunctionBreakpointActionDelegate.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ToggleFunctionBreakpointActionDelegate.java
 (at line 14)
import org.eclipse.debug.internal.ui.actions.breakpoints.ToggleBreakpointObjectActionDelegate;
Discouraged access: The type ToggleBreakpointObjectActionDelegate is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.debug.ui_3.6.0.v20091118.jar
2. WARNING in /src/org/eclipse/e4/languages/internal/javascript/debug/ui/breakpoints/ToggleFunctionBreakpointActionDelegate.java
 (at line 25)
public class ToggleFunctionBreakpointActionDelegate extends ToggleBreakpointObjectActionDelegate {
Discouraged access: The type ToggleBreakpointObjectActionDelegate is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.debug.ui_3.6.0.v20091118.jar