See <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/changes>
Changes:
[qiwang] Bug 324051 - NullPointerException in FormatPreferencesSupport class
[qiwang] Bug 324050 - NullPointerException in DeclarationScope class
------------------------------------------
[...truncated 52551 lines...]
[javac] String port = Integer.toString(PHPDebugPlugin
[javac]
.getDebugPort(DebuggerCommunicationDaemon.ZEND_DEBUGGER_ID));
[javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getDebugPort(String) from the type
PHPDebugPlugin is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.debug.core/@dot>
[javac] ----------
[javac] 669. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java>
(at line 238)
[javac] .getDebugPort(DebuggerCommunicationDaemon.ZEND_DEBUGGER_ID));
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type DebuggerCommunicationDaemon is not
accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.debug.core/@dot>
[javac] ----------
[javac] 670. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java>
(at line 238)
[javac] .getDebugPort(DebuggerCommunicationDaemon.ZEND_DEBUGGER_ID));
[javac] ^^^^^^^^^^^^^^^^
[javac] Discouraged access: The field ZEND_DEBUGGER_ID from the type
DebuggerCommunicationDaemon is not accessible due to restriction on classpath
entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.debug.core/@dot>
[javac] ----------
[javac] 671. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java>
(at line 249)
[javac] Preferences prefs = PHPProjectPreferences.getModelPreferences();
[javac] ^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type PHPProjectPreferences is not
accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.debug.core/@dot>
[javac] ----------
[javac] 672. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java>
(at line 249)
[javac] Preferences prefs = PHPProjectPreferences.getModelPreferences();
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getModelPreferences() from the type
PHPProjectPreferences is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.debug.core/@dot>
[javac] ----------
[javac] 673. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java>
(at line 250)
[javac] String hosts =
prefs.getString(PHPDebugCorePreferenceNames.CLIENT_IP);
[javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type PHPDebugCorePreferenceNames is not
accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.debug.core/@dot>
[javac] ----------
[javac] 674. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java>
(at line 250)
[javac] String hosts =
prefs.getString(PHPDebugCorePreferenceNames.CLIENT_IP);
[javac]
^^^^^^^^^
[javac] Discouraged access: The field CLIENT_IP from the type
PHPDebugCorePreferenceNames is not accessible due to restriction on classpath
entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.debug.core/@dot>
[javac] ----------
[javac] 675. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java>
(at line 296)
[javac] public void testEventReceived(final DebugServerTestEvent e) {
[javac] ^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type DebugServerTestEvent is not accessible
due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.debug.core/@dot>
[javac] ----------
[javac] 676. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java>
(at line 300)
[javac] if (e.getEventType() == DebugServerTestEvent.TEST_SUCCEEDED) {
[javac] ^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getEventType() from the type
DebugServerTestEvent is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.debug.core/@dot>
[javac] ----------
[javac] 677. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java>
(at line 300)
[javac] if (e.getEventType() == DebugServerTestEvent.TEST_SUCCEEDED) {
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type DebugServerTestEvent is not accessible
due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.debug.core/@dot>
[javac] ----------
[javac] 678. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java>
(at line 300)
[javac] if (e.getEventType() == DebugServerTestEvent.TEST_SUCCEEDED) {
[javac] ^^^^^^^^^^^^^^
[javac] Discouraged access: The field TEST_SUCCEEDED from the type
DebugServerTestEvent is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.debug.core/@dot>
[javac] ----------
[javac] 679. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java>
(at line 304)
[javac] switch (e.getEventType()) {
[javac] ^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getEventType() from the type
DebugServerTestEvent is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.debug.core/@dot>
[javac] ----------
[javac] 680. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java>
(at line 305)
[javac] case DebugServerTestEvent.TEST_FAILED_DEBUGER_VERSION:
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type DebugServerTestEvent is not accessible
due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.debug.core/@dot>
[javac] ----------
[javac] 681. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java>
(at line 305)
[javac] case DebugServerTestEvent.TEST_FAILED_DEBUGER_VERSION:
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The field TEST_FAILED_DEBUGER_VERSION from the
type DebugServerTestEvent is not accessible due to restriction on classpath
entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.debug.core/@dot>
[javac] ----------
[javac] 682. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java>
(at line 312)
[javac] case DebugServerTestEvent.TEST_TIMEOUT:
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type DebugServerTestEvent is not accessible
due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.debug.core/@dot>
[javac] ----------
[javac] 683. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java>
(at line 312)
[javac] case DebugServerTestEvent.TEST_TIMEOUT:
[javac] ^^^^^^^^^^^^
[javac] Discouraged access: The field TEST_TIMEOUT from the type
DebugServerTestEvent is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.debug.core/@dot>
[javac] ----------
[javac] ----------
[javac] 684. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultServerTestMessageDialog.java>
(at line 17)
[javac] import org.eclipse.php.internal.ui.IPHPHelpContextIds;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type IPHPHelpContextIds is not accessible
due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 685. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultServerTestMessageDialog.java>
(at line 65)
[javac] IPHPHelpContextIds.SETTING_UP_REMOTE_DEBUGGING);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type IPHPHelpContextIds is not accessible
due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 686. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultServerTestMessageDialog.java>
(at line 65)
[javac] IPHPHelpContextIds.SETTING_UP_REMOTE_DEBUGGING);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The field SETTING_UP_REMOTE_DEBUGGING from the
type IPHPHelpContextIds is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] ----------
[javac] 687. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/BasicCompositeFragmentFactory.java>
(at line 16)
[javac] import org.eclipse.php.internal.ui.wizards.CompositeFragment;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type CompositeFragment is not accessible
due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 688. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/BasicCompositeFragmentFactory.java>
(at line 17)
[javac] import org.eclipse.php.internal.ui.wizards.IControlHandler;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type IControlHandler is not accessible due
to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 689. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/BasicCompositeFragmentFactory.java>
(at line 18)
[javac] import org.eclipse.php.internal.ui.wizards.WizardFragment;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type WizardFragment is not accessible due
to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 690. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/BasicCompositeFragmentFactory.java>
(at line 35)
[javac] public WizardFragment createWizardFragment() {
[javac] ^^^^^^^^^^^^^^
[javac] Discouraged access: The type WizardFragment is not accessible due
to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 691. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/BasicCompositeFragmentFactory.java>
(at line 47)
[javac] public CompositeFragment createComposite(Composite parent,
[javac] ^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type CompositeFragment is not accessible
due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 692. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/BasicCompositeFragmentFactory.java>
(at line 48)
[javac] IControlHandler controlHandler) {
[javac] ^^^^^^^^^^^^^^^
[javac] Discouraged access: The type IControlHandler is not accessible due
to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] ----------
[javac] 693. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 14)
[javac] import org.eclipse.php.internal.server.core.Server;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type Server is not accessible due to
restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.core/@dot>
[javac] ----------
[javac] 694. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 17)
[javac] import
org.eclipse.php.internal.ui.wizards.CompositeWizardFragment;
[javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type CompositeWizardFragment is not
accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 695. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 18)
[javac] import org.eclipse.php.internal.ui.wizards.IWizardHandle;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type IWizardHandle is not accessible due to
restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 696. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 19)
[javac] import org.eclipse.php.internal.ui.wizards.WizardControlWrapper;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type WizardControlWrapper is not accessible
due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 697. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 20)
[javac] import org.eclipse.php.internal.ui.wizards.WizardModel;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type WizardModel is not accessible due to
restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 698. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 26)
[javac] public class PathMapperWizardFragment extends
CompositeWizardFragment {
[javac]
^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type CompositeWizardFragment is not
accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 699. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 29)
[javac] private Server server;
[javac] ^^^^^^
[javac] Discouraged access: The type Server is not accessible due to
restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.core/@dot>
[javac] ----------
[javac] 700. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 35)
[javac] public Composite createComposite(Composite parent,
IWizardHandle handle) {
[javac] ^^^^^^^^^^^^^
[javac] Discouraged access: The type IWizardHandle is not accessible due to
restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 701. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 37)
[javac] new WizardControlWrapper(handle), false);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The constructor
WizardControlWrapper(IWizardHandle) is not accessible due to restriction on
classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 702. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 37)
[javac] new WizardControlWrapper(handle), false);
[javac] ^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type WizardControlWrapper is not accessible
due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 703. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 44)
[javac] server = (Server) getWizardModel()
[javac] ^^^^^^
[javac] Discouraged access: The type Server is not accessible due to
restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.core/@dot>
[javac] ----------
[javac] 704. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 44)
[javac] server = (Server) getWizardModel()
[javac] ^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getWizardModel() from the type
WizardFragment is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 705. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 44)
[javac] server = (Server) getWizardModel()
[javac]
.getObject(WizardModel.SERVER);
[javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getObject(String) from the type
WizardModel is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 706. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 45)
[javac] .getObject(WizardModel.SERVER);
[javac] ^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type WizardModel is not accessible due to
restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 707. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 45)
[javac] .getObject(WizardModel.SERVER);
[javac] ^^^^^^
[javac] Discouraged access: The field SERVER from the type WizardModel is
not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 708. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 61)
[javac] return super.isComplete();
[javac] ^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method isComplete() from the type
WizardFragment is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 709. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 63)
[javac] return super.isComplete() && compositeFragment.isComplete();
[javac] ^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method isComplete() from the type
WizardFragment is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 710. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java>
(at line 63)
[javac] return super.isComplete() && compositeFragment.isComplete();
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method isComplete() from the type
CompositeFragment is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.ui/@dot>
[javac] ----------
[javac] 710 problems (1 error, 709 warnings)
[javac] Compilation failed. Compiler errors are available in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/@dot.log>
BUILD FAILED
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/buildAll.xml>:378:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/buildAll.xml>:419:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml>:833:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml>:1242:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/build.xml>:199:
The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:36:
The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:105:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/builder/all/customTargets.xml>:12:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/builder/all/allElements.xml>:29:
The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:114:
The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:124:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/compile.org.eclipse.php.all.xml>:27:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/build.xml>:274:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/428/artifact/build/N201008310912/eclipse/plugins/org.eclipse.php.server.ui/build.xml>:235:
Compile failed; see the compiler error output for details.
Total time: 4 minutes 8 seconds
[start] [09:16:44] start.sh finished.
++ rm -f
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/.cvspass>
+++ date '+%Y/%m/%d %H:%M'
++ echo '[2010/08/31 09:16] Hudson job build #428 (2010-08-31_09-11-52) done.'
[2010/08/31 09:16] Hudson job build #428 (2010-08-31_09-11-52) done.
Terminating xvnc.
Archiving artifacts
Recording test results
No test report files were found. Configuration error?
_______________________________________________
pdt-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/pdt-dev
