tonnymadsen / ui-bindings

UI Binding Framework for Eclipse
http://tonnymadsen.github.com/ui-bindings/
5 stars 1 forks source link

Get rid of compilation warnings for uibindings #32

Open tonnymadsen opened 12 years ago

tonnymadsen commented 12 years ago

[INFO] --- tycho-compiler-plugin:0.15.0:compile (default-compile) @ com.rcpcompany.uibindings --- [INFO] Compiling 474 source files to /Git/ui-bindings/com.rcpcompany.uibindings/target/classes [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/internal/utils/BindingContextSelectionProvider.java:[43,0] import org.eclipse.ui.internal.PopupMenuExtender; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PopupMenuExtender is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.103.0.v20120530-1824/org.eclipse.ui.workbench-3.103.0.v20120530-1824.jar [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/internal/utils/BindingContextSelectionProvider.java:[259,0] private PopupMenuExtender myPopupMenuExtender = null; ^^^^^^^^^^^^^^^^^ Discouraged access: The type PopupMenuExtender is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.103.0.v20120530-1824/org.eclipse.ui.workbench-3.103.0.v20120530-1824.jar [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/internal/utils/BindingContextSelectionProvider.java:[354,0] myPopupMenuExtender.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type PopupMenuExtender is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.103.0.v20120530-1824/org.eclipse.ui.workbench-3.103.0.v20120530-1824.jar [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/utils/CoreRuntimeException.java:[16,0] import org.eclipse.core.internal.runtime.PrintStackUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PrintStackUtil is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.6.100.v20120522-1841/org.eclipse.equinox.common-3.6.100.v20120522-1841.jar [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/utils/CoreRuntimeException.java:[110,0] PrintStackUtil.printChildren(status, output); ^^^^^^^^^^^^^^ Discouraged access: The type PrintStackUtil is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.6.100.v20120522-1841/org.eclipse.equinox.common-3.6.100.v20120522-1841.jar [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/utils/CoreRuntimeException.java:[110,0] PrintStackUtil.printChildren(status, output); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method printChildren(IStatus, PrintStream) from the type PrintStackUtil is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.6.100.v20120522-1841/org.eclipse.equinox.common-3.6.100.v20120522-1841.jar [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/utils/CoreRuntimeException.java:[124,0] PrintStackUtil.printChildren(status, output); ^^^^^^^^^^^^^^ Discouraged access: The type PrintStackUtil is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.6.100.v20120522-1841/org.eclipse.equinox.common-3.6.100.v20120522-1841.jar [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/utils/CoreRuntimeException.java:[124,0] PrintStackUtil.printChildren(status, output); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method printChildren(IStatus, PrintWriter) from the type PrintStackUtil is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.6.100.v20120522-1841/org.eclipse.equinox.common-3.6.100.v20120522-1841.jar [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/decorators/BaseUIBindingDecorator.java:[32,0] import org.eclipse.core.internal.databinding.BindingMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BindingMessages is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.4.1.v20120521-2329/org.eclipse.core.databinding-1.4.1.v20120521-2329.jar [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/decorators/BaseUIBindingDecorator.java:[33,0] import org.eclipse.core.internal.databinding.BindingStatus; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BindingStatus is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.4.1.v20120521-2329/org.eclipse.core.databinding-1.4.1.v20120521-2329.jar [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/decorators/BaseUIBindingDecorator.java:[1226,0] final MultiStatus multiStatus = BindingStatus.ok(); ^^^^^^^^^^^^^ Discouraged access: The type BindingStatus is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.4.1.v20120521-2329/org.eclipse.core.databinding-1.4.1.v20120521-2329.jar [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/decorators/BaseUIBindingDecorator.java:[1226,0] final MultiStatus multiStatus = BindingStatus.ok(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method ok() from the type BindingStatus is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.4.1.v20120521-2329/org.eclipse.core.databinding-1.4.1.v20120521-2329.jar [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/decorators/BaseUIBindingDecorator.java:[1264,0] setterStatus = ValidationStatus.error(BindingMessages ^^^^^^^^^^^^^^^ Discouraged access: The type BindingMessages is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.4.1.v20120521-2329/org.eclipse.core.databinding-1.4.1.v20120521-2329.jar [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/decorators/BaseUIBindingDecorator.java:[1264,0] setterStatus = ValidationStatus.error(BindingMessages .getString(BindingMessages.VALUEBINDING_ERROR_WHILE_SETTING_VALUE), ex); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type BindingMessages is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.4.1.v20120521-2329/org.eclipse.core.databinding-1.4.1.v20120521-2329.jar [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/decorators/BaseUIBindingDecorator.java:[1265,0] .getString(BindingMessages.VALUEBINDING_ERROR_WHILE_SETTING_VALUE), ex); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BindingMessages is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.4.1.v20120521-2329/org.eclipse.core.databinding-1.4.1.v20120521-2329.jar [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/decorators/BaseUIBindingDecorator.java:[1265,0] .getString(BindingMessages.VALUEBINDING_ERROR_WHILE_SETTING_VALUE), ex); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field VALUEBINDING_ERROR_WHILE_SETTING_VALUE from the type BindingMessages is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.4.1.v20120521-2329/org.eclipse.core.databinding-1.4.1.v20120521-2329.jar [WARNING] /Git/ui-bindings/com.rcpcompany.uibindings/src/com/rcpcompany/uibindings/utils/IBindingContextSelectionProvider.java:[19,0] import org.eclipse.ui.internal.services.IWorkbenchLocationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IWorkbenchLocationService is not accessible due to restriction on classpath entry /Users/tonny/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.103.0.v20120530-1824/org.eclipse.ui.workbench-3.103.0.v20120530-1824.jar 17 problems (17 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.rcpcompany.uibindings ---