See <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/changes>
Changes: [rganor] Bug 323395 - Add Default Base URL group to the Php Debug Project properties contributed by Ronen H. [rganor] branches: 1.1.2; file ControlValidationException.java was initially added on branch R2_2_WAVE_7_3. [rganor] branches: 1.1.2; file BasePathValidator.java was initially added on branch R2_2_WAVE_7_3. [zzhongwei] 323555: another CA bug like bug 321553 https://bugs.eclipse.org/bugs/show_bug.cgi?id=323555 [rganor] branches: 1.1.2; file IPageValidator.java was initially added on branch R2_2_WAVE_7_3. [zzhongwei] test files for bug 323551 [zzhongwei] branches: 1.1.2; file testClassMembers25-nonstrict.pdtt was initially added on branch R2_2_WAVE_7_3. [rganor] branches: 1.1.2; file IPageControlValidator.java was initially added on branch R2_2_WAVE_7_3. [zzhongwei] 322124: [Content Assist] extra ")" after CA 323557: [Content Assist] extra "()" after CA [zzhongwei] 323551: CA-wrong item shown https://bugs.eclipse.org/bugs/show_bug.cgi?id=323551 [zzhongwei] branches: 1.1.2; file testClassMembers25-strict.pdtt was initially added on branch R2_2_WAVE_7_3. ------------------------------------------ [...truncated 52590 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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.debug.core/@dot> [javac] ---------- [javac] 669. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.debug.core/@dot> [javac] ---------- [javac] 670. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.debug.core/@dot> [javac] ---------- [javac] 671. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.debug.core/@dot> [javac] ---------- [javac] 672. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.debug.core/@dot> [javac] ---------- [javac] 673. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.debug.core/@dot> [javac] ---------- [javac] 674. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.debug.core/@dot> [javac] ---------- [javac] 675. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.debug.core/@dot> [javac] ---------- [javac] 676. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.debug.core/@dot> [javac] ---------- [javac] 677. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.debug.core/@dot> [javac] ---------- [javac] 678. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.debug.core/@dot> [javac] ---------- [javac] 679. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.debug.core/@dot> [javac] ---------- [javac] 680. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.debug.core/@dot> [javac] ---------- [javac] 681. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.debug.core/@dot> [javac] ---------- [javac] 682. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.debug.core/@dot> [javac] ---------- [javac] 683. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 685. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 686. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] ---------- [javac] 687. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 688. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 689. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 690. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 691. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 692. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] ---------- [javac] 693. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.server.core/@dot> [javac] ---------- [javac] 694. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 695. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 696. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 697. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 698. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 699. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.server.core/@dot> [javac] ---------- [javac] 700. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 701. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 702. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 703. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.server.core/@dot> [javac] ---------- [javac] 704. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 705. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 706. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 707. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 708. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 709. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.ui/@dot> [javac] ---------- [javac] 710. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/compile.org.eclipse.php.all.xml>:26: The following error occurred while executing this line: <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/419/artifact/build/N201008250312/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/419/artifact/build/N201008250312/eclipse/plugins/org.eclipse.php.server.ui/build.xml>:235: Compile failed; see the compiler error output for details. Total time: 8 minutes 0 seconds [start] [03:20:42] 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/25 03:20] Hudson job build #419 (2010-08-25_03-11-28) done.' [2010/08/25 03:20] Hudson job build #419 (2010-08-25_03-11-28) done. Terminating xvnc. Archiving artifacts Recording test results No test report files were found. Configuration error? _______________________________________________ pdt-dev mailing list pdt-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/pdt-dev