_id
stringlengths
36
36
bug_id
int64
1
425k
description
stringlengths
1
373k
bug_severity
stringclasses
7 values
bug_status
stringclasses
3 values
resolution
stringclasses
8 values
{'$oid': '52e9c11854dc1c25ebdc096b'}
61,195
although it follows the cookie spec to check if a host is on a domain, it is apparently more trouble than it is worth since more websites are listing ip addresses for the host name and a performance tool is hurt by doing lots and lots of dns lookups and 99% of the time no one is wrong about where there host is or trying to do anything evil.
minor
CLOSED
FIXED
{'$oid': '52e9c11954dc1c25ebdc096c'}
61,197
the parser cannot handle the following (note the ';' on the last 2). qsvg_profile_interface_t qsvg_tiny_interface { /* Init/Destroy */ svg_profile_interface_init, svg_profile_interface_fini, svg_profile_interface_new, svg_profile_interface_destroy, /* Document functions */ svg_profile_interface_set_document, /* Tiny has no DOM support */ NULL, /* Canvas related functions */ svg_profile_interface_set_dim, svg_profile_interface_get_dim, svg_profile_interface_set_min_dim, svg_profile_interface_set_max_dim, svg_profile_interface_set_pixel_format, svg_profile_interface_get_pixel_format, /* SVG Rendering */ svg_profile_interface_start, svg_profile_interface_pause, svg_profile_interface_stop, svg_profile_interface_playback_query, /* Callbacks and events */ /* Callback support so there can be some interactivity with tiny eg: clock ticks, (mouse and kb TBD) */ svg_profile_interface_add_callback, svg_profile_interface_del_callback, /* Documents are not capable of calling functions in tiny */ NULL, NULL, NULL, NULL, svg_profile_interface_enable_callback, svg_profile_interface_pump, /* Features */ svg_profile_interface_enable, /* Misc */ svg_profile_interface_query; svg_profile_interface_get_func; };
blocker
RESOLVED
FIXED
{'$oid': '52e9c11954dc1c25ebdc096d'}
61,198
I200405060200 1. in the Java editor select a type from project A which comes not from the same project as the opened file (project B). 2. search for refs in project ==> title says project A, matches are from B
normal
RESOLVED
FIXED
{'$oid': '52e9c11954dc1c25ebdc096e'}
61,199
It is currently at 1.2.0.
minor
CLOSED
FIXED
{'$oid': '52e9c11954dc1c25ebdc096f'}
61,200
I have tried on two different machines with two different distributions of Linux (Gentoo and Slackware). M8 does not start up on these platforms. I have used the following scenarios with no success at all: Scenario 1) Start eclipse with no arguments. I see the splash screen, then a dialog pops up asking me to specify my workspace folder. I select the default and check off 'don't ask again'. After a few seconds, I get an error telling me that the folder is in use. I click ok and it returns me to the select workspace dialog again. This will repeat indefinately until I cancel the dialog. In my .metadata folder (in the created workspace folder), the only file that exists is .lock (which is 0 bytes). No .log file exists to check for errors. Scenario 2) Start eclipse with the -vm argument. I see the exact same results as in Scenario 1. Scenario 3) Start eclipse with the -vm and -data arguments. I see the splash screen. After a few secons, I get an error dialog that tells me that it cannot set the workspace ('error in runtime'). Again, no .log file in the workspace/.metadata folder. I've tried this on two different linux ditributions: Gentoo 1.4.10 and Slackware 9.1. Both distributions are using ReiserFS partitions. Gentoo is running 2.6.5 kernel with the core modules compiled (net card, sound card, USB, etc. No 'fancy' modules like v4l, etc). Slackware is running a stock 9.1 (2.4.25) kernel. Neither machine is using NFS. Hardware on both machines is: Intel P4 1.4Ghz CPUs w/ 512Mb Rambus memory, nVidia 5600 Ultra video cards.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11954dc1c25ebdc0970'}
61,201
I20040506 This is confusing since same search for methods returns all matches. note: not a regression.
enhancement
RESOLVED
WONTFIX
{'$oid': '52e9c11954dc1c25ebdc0971'}
61,202
The PluginConverterImpl and various Classes in core.runtime aquire a ServiceReference to the SAXParserFactory each time they want to parse an XML file. After parsing each file we end up releasing the service reference and discarding the SAXParserFactory. This likely only effects performance on initial startup when we are reading all the xml files the first time and caching the data (This will happen twice for each installed bundle). While this operation is not extremely expensive, it does not come for free either. It would help to use a ServiceTracker object that can be used to cache our reference to the SAXParserFactory service.
normal
RESOLVED
FIXED
{'$oid': '52e9c11954dc1c25ebdc0972'}
61,203
I have install eclipse-SDK-3.0M8-win32 but when i try startup that error occur: !SESSION ---------------------------------------------------------------------- !ENTRY org.eclipse.core.launcher 4 0 Mai 06, 2004 10:27:40.222 !MESSAGE Exception launching the Eclipse Platform: !STACK java.lang.NoSuchMethodError at org.eclipse.osgi.framework.util.SecureAction.getFileOutputStream (SecureAction.java:102) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultLog.openFile (DefaultLog.java:106) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultLog.log (DefaultLog.java:146) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:125) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) what can I do?
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11954dc1c25ebdc0973'}
61,204
I20040505 Test Case: - Test/xxx/yyy where yyy is a source folder inside Test - copy yyy by calling IPackageFragmentRoot#copy using the project Test2 as a target - you get Tests/yyyy As a target we provide the project Test2. Shouldn't copy of source folders consider parent folders as well as copy of a package does ?
normal
RESOLVED
WONTFIX
{'$oid': '52e9c11954dc1c25ebdc0974'}
61,206
normal
CLOSED
FIXED
{'$oid': '52e9c11954dc1c25ebdc0975'}
61,205
Build 20040505 While editing some code, I got deadlocked. The VM issued following diagnosis in console. Found one Java-level deadlock: ============================= "org.eclipse.jdt.internal.ui.text.JavaReconciler": waiting to lock monitor 0x00a0ecbc (object 0x166d48b8, a org.eclipse.jface.text.source.AnnotationPainter), which is held by "main" "main": waiting to lock monitor 0x00a0ed7c (object 0x166916d8, a java.lang.Object), which is held by "org.eclipse.jdt.internal.ui.text.JavaReconciler" Java stack information for the threads listed above: =================================================== "org.eclipse.jdt.internal.ui.text.JavaReconciler": at org.eclipse.jface.text.source.AnnotationPainter.modelChanged (AnnotationPainter.java:847) - waiting to lock <0x166d48b8> (a org.eclipse.jface.text.source.AnnotationPainter) at org.eclipse.jface.text.source.AnnotationModel.fireModelChanged (AnnotationModel.java:396) at org.eclipse.jface.text.source.AnnotationModel.fireModelChanged (AnnotationModel.java:360) at org.eclipse.jface.text.source.AnnotationModel.replaceAnnotations (AnnotationModel.java:208) at org.eclipse.jface.text.source.AnnotationModel.replaceAnnotations (AnnotationModel.java:173) at org.eclipse.jdt.internal.ui.javaeditor.OverrideIndicatorManager.updateAnnotatio ns(OverrideIndicatorManager.java:253) - locked <0x166916d8> (a java.lang.Object) at org.eclipse.jdt.internal.ui.javaeditor.OverrideIndicatorManager.reconciled (OverrideIndicatorManager.java:294) - locked <0x16691c20> (a org.eclipse.jdt.internal.ui.javaeditor.OverrideIndicatorManager) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.reconciled (CompilationUnitEditor.java:1735) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile (JavaReconcilingStrategy.java:117) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile (JavaReconcilingStrategy.java:129) at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.reconcile (CompositeReconcilingStrategy.java:86) at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.reconcile (JavaCompositeReconcilingStrategy.java:96) at org.eclipse.jface.text.reconciler.MonoReconciler.process (MonoReconciler.java:76) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run (AbstractReconciler.java:189) "main": at org.eclipse.jface.text.source.AnnotationMap.get (AnnotationMap.java:100) - waiting to lock <0x166916d8> (a java.lang.Object) at org.eclipse.jface.text.source.AnnotationModel.getPosition (AnnotationModel.java:534) at org.eclipse.jface.text.source.AnnotationPainter.getDecoration (AnnotationPainter.java:611) at org.eclipse.jface.text.source.AnnotationPainter.catchupWithModel (AnnotationPainter.java:504) - locked <0x166d48b8> (a org.eclipse.jface.text.source.AnnotationPainter) at org.eclipse.jface.text.source.AnnotationPainter.updatePainting (AnnotationPainter.java:765) at org.eclipse.jface.text.source.AnnotationPainter.access$1 (AnnotationPainter.java:762) at org.eclipse.jface.text.source.AnnotationPainter$1.run (AnnotationPainter.java:871) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:106) - locked <0x10762f50> (a org.eclipse.swt.widgets.RunnableLock) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2571) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2276) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) Found 1 deadlock.
critical
RESOLVED
DUPLICATE
{'$oid': '52e9c11954dc1c25ebdc0976'}
61,207
eclipse complains when you ask it to load an icon (*.ico) file having greater than 8-bit color depth. i have tracked the error down to the following lines in WinICOFileFormat::loadInfoHeader(): if (!((width == infoWidth) && (height * 2 == infoHeight) && ((bitCount == 1) || (bitCount == 4) || (bitCount == 8)))) SWT.error(SWT.ERROR_INVALID_IMAGE); this is a problem on windows as many icons are 24 bit.
normal
RESOLVED
FIXED
{'$oid': '52e9c11954dc1c25ebdc0977'}
61,208
an ip host on an alpha domain implies ALL domains have to be searched even when they don't match, in order to find all appropriate cookies
minor
CLOSED
FIXED
{'$oid': '52e9c11954dc1c25ebdc0978'}
61,209
When running a self-hosted session, some of the text in context menus does not appear. The context menus are those created when clicking on a resource in the package explorer or resource explorer. The text does not appear on drop-down menu items. This only appears to happen on self-hosted sessions, and has not appeared in any of the integration builds. Stranger still, the text will appear on some items the first time they are displayed, and then disappear the second time. I know of changes in ExternalActionManager.ICallback which might have affected text. However, these changes were introduced before the integration build this week, so I'm not sure how they could only occur in self-hosted sessions. I have only seen this happens on Windows XP machines, which makes it even more curious. Perhaps a problem in SWT?
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11954dc1c25ebdc0979'}
61,210
With the property child set to true on a non-containment reference If drag and drop is performed onto the non-containment reference, then the child appears but if you save and re-open the resource the reference is lost. Additionally move should probably be disabled unless both source and destination are non-containment references. Below is an XSD that can be used to demonstate the problem. Create an ErrorList, create an Error and an ErrorDef and then drag the ErrorDef onto the Error. <?xml version="1.0" encoding="UTF-8"?> <!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by User (User) --> <xs:schema targetNamespace="http://www.other.com/none/error" xmlns="http://www.other.com/none/error" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" elementFormDefault="qualified" attributeFormDefault="unqualified" ecore:package="com.inmezzo.test.error"> <xs:element name="ErrorList"> <xs:complexType> <xs:sequence> <xs:element ref="Error" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="ErrorDef" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Error" type="ErrorType"/> <xs:complexType name="ErrorType"> <xs:sequence> <xs:element name="ErrorDefinition" type="xs:anyURI" ecore:reference="ErrorDefType"/> </xs:sequence> <xs:attribute name="Name" type="xs:string" use="required"/> <xs:attribute name="id" type="xs:ID" use="required"/> </xs:complexType> <xs:element name="ErrorDef" type="ErrorDefType"/> <xs:complexType name="ErrorDefType"> <xs:attribute name="Name" type="xs:string" use="required"/> <xs:attribute name="id" type="xs:ID" use="required"/> </xs:complexType> </xs:schema>
normal
VERIFIED
FIXED
{'$oid': '52e9c11954dc1c25ebdc097a'}
61,211
I have a linked resource called Foo, which links to c:\foo. In this directory are several read-only files. In the Navigator in the Resource perspective, I try to delete this resource. It asks to confirm, and says that only the link will be deleted, the link target will not be changed. I say OK. Then it gives me a dialog for each read-only file in c:\foo, warning me that the file is read- only, do I really want to delete it. This contradicts what it said about not touching the target resource. I'm using 3.0 M8.
normal
VERIFIED
FIXED
{'$oid': '52e9c11954dc1c25ebdc097b'}
61,213
Build id: 200405060200. If I close the workbench during a scheduled synchronization of CVS (and probably un-scheduled), the workbench window closes, but a "Progress Information" dialog pops up which originally says "The User Operation is waiting for background operation to complete" but is soon replaced by whatever shows up on the screen at that location (if something is dragged over it). I've generally been end-tasking it since it doesn't go away right away, but the one time it did go away on its own it left the lock file in place for that workspace.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11954dc1c25ebdc097c'}
61,212
I20040506 I noticed that JavaSearchResult.isShownInEditor(...) populates the Java model because it uses getUnderlyingResource(). In this particular case, it should use getRessource() which is a handle-only method. In general, the SearchRequestor should not call anything than handle-only methods (see Java doc of these methods: if it doesn't say it is a handle-only method, it will populate the Java model). If you need to call non-handle-only methods (like IType.isClass()), JDT Core can surely provide an API on SearchMatch that will return the right answer.
normal
RESOLVED
INVALID
{'$oid': '52e9c11954dc1c25ebdc097d'}
61,215
eclipse complains when you ask it to load an icon (*.ico) file having greater than 8-bit color depth. i have tracked the error down to the following lines in WinICOFileFormat::loadInfoHeader(): if (!((width == infoWidth) && (height * 2 == infoHeight) && ((bitCount == 1) || (bitCount == 4) || (bitCount == 8)))) SWT.error(SWT.ERROR_INVALID_IMAGE); this is a problem on windows as many icons are 24 bit.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11954dc1c25ebdc097e'}
61,214
Using 200405060200 and trying to investigate bug 61097, I noticed that the name environment used by the java builder can contain more than once the same entry. This can have an impact on the performance of the Java builder. Steps to reproduce: 1) Start a self-hosting workspace 2) Import JDT/Core and the JDT/Core tests projects from CVS 3) Change the JDT/Core plugin.xml to reexport the required projects 4) Put a breakpoint in org.eclipse.jdt.internal.core.builder.NameEnvironment line 91. 5) Go to the one of the JDT/Core tests projects and add a space in its plugin.xml file. 6) The breakpoint will ne hit and you can inspect the classpathEntries variable. You can notice that it contains two occurences of org.eclipse.core.resources. One is exported and one is not exported. This should be filtered out. The java builder needs only one of them.
normal
VERIFIED
FIXED
{'$oid': '52e9c11954dc1c25ebdc097f'}
61,216
I20040506-0200 When you do File > Exit when the dialog is open, and you press escape, the behaviour of OK is executed (ie eclipse is being closed) whereas one would expect the behavior of CANCEL to happen.
normal
VERIFIED
FIXED
{'$oid': '52e9c11a54dc1c25ebdc0980'}
61,217
build I20040504 - Clicked through to the community link in the intro experience. - This looks like a regular web browser. - The back/forward buttons work, as do Alt+Left and Alt+Right - However, the Navigate > Go To > Back and Forward actions are always disabled. It would be good to hook these up.
normal
RESOLVED
FIXED
{'$oid': '52e9c11a54dc1c25ebdc0981'}
61,218
build I20040504 - had Intro in standby mode, showing dynamic help - had several editors open - hit Ctrl+Shift+W to close all - it took about a second for each editor to close - it's much faster after closing Intro
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c11a54dc1c25ebdc0982'}
61,219
I20040506 DeadlockDetectionTest.testImplicitRules is failing intermittently: junit.framework.AssertionFailedError: Timeout waiting for status to change from BLOCKED to WAIT_FOR_RUN at org.eclipse.core.tests.harness.TestBarrier.doWaitForStatus(TestBarrier.java:79) at org.eclipse.core.tests.harness.TestBarrier.waitForStatus(TestBarrier.java:113) at org.eclipse.core.tests.runtime.jobs.DeadlockDetectionTest.testImplicitRules(DeadlockDetectionTest.java:779) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:320) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:199) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
normal
RESOLVED
FIXED
{'$oid': '52e9c11a54dc1c25ebdc0983'}
61,222
Using 200405060200, I have seen a refresh problem in the synchronize view. STEPS TO REPRODUCE: 1) Open the synchronize view with the button to see outgoing changes selected 2) Select one of your projects for which you will have incoming changes 3) Execute a synchronization with the server 4) When this is done, you got n changes in the progress view. 5) Clicking on the link below the synchronization job goes to the Synchronize view. The label at the bottom still says that there is no incoming changes (0), but if you click on the incoming changes button at the top of the view, the label is refreshed with the right number of incoming changes. I'd like the label to directly show the number of incoming changes without needing to click on the incoming change button.
normal
RESOLVED
FIXED
{'$oid': '52e9c11a54dc1c25ebdc0984'}
61,221
We are inconsistent when waiting for a build before a lanuch: * When pref is to "always" wait for a build before launch, the progress dilaog is shown, with the option to run in background * When pref is "prompt" we do not show the progress dialog (when the user says to wait). To be consistent we should show the progress dilaog in both cases
normal
VERIFIED
FIXED
{'$oid': '52e9c11a54dc1c25ebdc0985'}
61,223
I200405060200 build, linux-gtk-x86, j2se 1.4.2_04. After restart Search View (as Ctrl+Shift+G result) columns have default (very narrow, as after first start) width. I'm not sure excpetions in my log are connected with the problem, but will attach the log now.
major
RESOLVED
INVALID
{'$oid': '52e9c11a54dc1c25ebdc0986'}
61,220
After creating a Jar using the JAR Packager I got the dialog "finished with warnings" telling me that I should "see details for additional information". After expanding the dialog using the Details button there is a long list of entries reading "JAR export finished ... see details for additional information." In addition I seem to get a StackOverflow when I try to copy one of these entries using the context-menu
normal
CLOSED
INVALID
{'$oid': '52e9c11a54dc1c25ebdc0987'}
61,225
IPerspectiveRegistry - method getDefaultPerspective has a note indicating this doc is out of date IPluginContribution - marked as experimental ISaveablePart - marked as experimental and it's been there since 2.1 ISharedImages - bug 56967 (icons marked deprecated but no suggestion offered) IWorkbench - getProgressService - marked experimental - getWorkbenchWindowCount - has issue IWorkbenchActionConstants - M_VIEW and M_WORKBENCH not marked @since 3.0 (but should they be?) - some non-deprecated constants that should be moved to IDE (@issue) - GLOBAL_ACTIONS deprecated but no suggestion as to what to use instead IWorkbenchPage - some methods marked experimental IWorkbenchPreferenceConstants - the following should be marked @since 3.0? INITIAL_FAST_VIEW_BAR_LOCATION BOTTOM LEFT RIGHT SelectionEnabler - @issue
normal
RESOLVED
INVALID
{'$oid': '52e9c11a54dc1c25ebdc0989'}
61,227
build I20040420 - compared a file with latest from head - made some changes (in dialog mode) - pressed OK - it prompted to save - said yes - it prompted me again to save
major
RESOLVED
FIXED
{'$oid': '52e9c11a54dc1c25ebdc098a'}
61,228
IKeyBindingService - methods setActiveAcceleratorScopeId, processKey, and enable are new to 3.0, have been deprecated and have no recommendation as to what to use in place of them. Should they be removed completely?
normal
RESOLVED
FIXED
{'$oid': '52e9c11a54dc1c25ebdc098b'}
61,229
Folding of a method works but when unfolding it does try to open the super-class' impl instead. I20040506.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11a54dc1c25ebdc098d'}
61,224
Build 20040506 When restarting self-hosting workspace, I observed the following logging during startup. I had successfully opened the same workspace with the same build before. !SESSION May 06, 2004 16:57:07.701 -------------------------------------------- - java.version=1.4.2_04 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -showlocation -refresh !ENTRY org.eclipse.update.configurator May 06, 2004 16:57:07.721 !MESSAGE ConfigurationParser.parse() error: !STACK 0 java.lang.IllegalArgumentException at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:691) at org.apache.crimson.parser.Parser2.parse(Parser2.java:337) at org.apache.crimson.parser.XMLReaderImpl.parse (XMLReaderImpl.java:448) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at org.eclipse.update.internal.configurator.ConfigurationParser.parse (ConfigurationParser.java:68) at org.eclipse.update.internal.configurator.PlatformConfiguration.loadConfig (PlatformConfiguration.java:1140) at org.eclipse.update.internal.configurator.PlatformConfiguration.initializeCurren t(PlatformConfiguration.java:701) at org.eclipse.update.internal.configurator.PlatformConfiguration.<init> (PlatformConfiguration.java:83) at org.eclipse.update.internal.configurator.PlatformConfiguration.startup (PlatformConfiguration.java:642) at org.eclipse.update.internal.configurator.ConfigurationActivator.getPlatformConf iguration(ConfigurationActivator.java:296) at org.eclipse.update.internal.configurator.ConfigurationActivator.initialize (ConfigurationActivator.java:114) at org.eclipse.update.internal.configurator.ConfigurationActivator.start (ConfigurationActivator.java:68) at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run (BundleContextImpl.java:973) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator (BundleContextImpl.java:969) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start (BundleContextImpl.java:952) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker (BundleHost.java:408) at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume (AbstractBundle.java:373) at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle (Framework.java:999) at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles (StartLevelManager.java:571) at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL (StartLevelManager.java:482) at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel (StartLevelManager.java:272) at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent (StartLevelManager.java:442) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent (EventManager.java:153) at org.eclipse.osgi.framework.eventmgr.EventThread$Queued.dispatchEvent (EventThread.java:56) at org.eclipse.osgi.framework.eventmgr.EventThread.run (EventThread.java:107) !ENTRY org.eclipse.update.configurator May 06, 2004 16:57:07.801 !MESSAGE ConfigurationParser.parse() error: !STACK 0 java.lang.IllegalArgumentException at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:691) at org.apache.crimson.parser.Parser2.parse(Parser2.java:337) at org.apache.crimson.parser.XMLReaderImpl.parse (XMLReaderImpl.java:448) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at org.eclipse.update.internal.configurator.ConfigurationParser.parse (ConfigurationParser.java:68) at org.eclipse.update.internal.configurator.PlatformConfiguration.loadConfig (PlatformConfiguration.java:1166) at org.eclipse.update.internal.configurator.PlatformConfiguration.initializeCurren t(PlatformConfiguration.java:701) at org.eclipse.update.internal.configurator.PlatformConfiguration.<init> (PlatformConfiguration.java:83) at org.eclipse.update.internal.configurator.PlatformConfiguration.startup (PlatformConfiguration.java:642) at org.eclipse.update.internal.configurator.ConfigurationActivator.getPlatformConf iguration(ConfigurationActivator.java:296) at org.eclipse.update.internal.configurator.ConfigurationActivator.initialize (ConfigurationActivator.java:114) at org.eclipse.update.internal.configurator.ConfigurationActivator.start (ConfigurationActivator.java:68) at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run (BundleContextImpl.java:973) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator (BundleContextImpl.java:969) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start (BundleContextImpl.java:952) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker (BundleHost.java:408) at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume (AbstractBundle.java:373) at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle (Framework.java:999) at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles (StartLevelManager.java:571) at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL (StartLevelManager.java:482) at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel (StartLevelManager.java:272) at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent (StartLevelManager.java:442) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent (EventManager.java:153) at org.eclipse.osgi.framework.eventmgr.EventThread$Queued.dispatchEvent (EventThread.java:56) at org.eclipse.osgi.framework.eventmgr.EventThread.run (EventThread.java:107)
normal
RESOLVED
FIXED
{'$oid': '52e9c11a54dc1c25ebdc098e'}
61,196
I experience, that the a dropped Panel is not updated anyhow on the Frame: 1) I create a new Panel, add the Buttons as given on the Screen-shot. 2) Add the testVal-Getters and Setters. 3) Create a new Frame Class. 4) Change the Layout-Manager to null 5) Choose Bean with myTestPanel 6) Drop it and the content of the Panel is not shown (as I would expect it) 7) Launch the App => Update is shown Stop Eclipse + Restart => correct display - as I would expect it after the drop. Any kind of Start/Stop in the Panel nor the Frame does help. When adding new buttons resp. properties, these updates are also not processed. The Scrollbars are also little bit weird. See attachment.
normal
CLOSED
WORKSFORME
{'$oid': '52e9c11a54dc1c25ebdc098f'}
61,231
From package org.eclipse.ui.part: DrillDownAdapter - why is there an extra level of indentation between method canExpand and canGoBack? And the font changes too. Page - setFocus must be implemented by subclasses (from the top comment, it looks like this is optional) - makeContributions has no javadoc PageBookView - Class comment has reference to isImportant and doCreatePage that just appear without any context. I think the idea is that these methods must be implemented by subclasses.
normal
RESOLVED
INVALID
{'$oid': '52e9c11a54dc1c25ebdc0990'}
61,232
In Functional Tester, user can open datapool in view for script. When script in editor changes, datapool in view should be refreshed to show datapool for that script in editor.
normal
CLOSED
FIXED
{'$oid': '52e9c11b54dc1c25ebdc0994'}
61,236
This from the decorators extension point documentation: - quadrant - if the decorator is lightweight this is the quadrant to apply the decorator to. Defaults to BOTTOM_RIGHT. Replaced by location for M4. Does this mean 'quadrant' is deprecated? Should the comment referring to M4 be reworded or removed? - enablement and visibility - comments refer to this defining the visibility for this "action". Should it not say "decorator" instead?
normal
VERIFIED
FIXED
{'$oid': '52e9c11b54dc1c25ebdc0995'}
61,238
This is from the views extension point documentation: Extension Point: views - is stickyView not new in 3.0? It should be marked "Since 3.0" if so. - There is also a comment just above the API Information section which says "The following is an example of a sticky view declaration: " but then doesn't give an example.
normal
CLOSED
FIXED
{'$oid': '52e9c11b54dc1c25ebdc0996'}
61,237
There is residual dependence of core.filebuffers on core.runtime.compatibility, in the way the log is accessed (shows up as 3 deprecations).
normal
RESOLVED
FIXED
{'$oid': '52e9c11b54dc1c25ebdc0997'}
61,239
- run the JNI generator - select the OS class - select the ActivateKeyboardLayout method - left click in the Cast column of the second parameter (it does not have a cast value) - will get the following NPE: java.lang.NullPointerException at org.eclipse.swt.widgets.TableItem.getImageBounds(TableItem.java:409) at org.eclipse.swt.custom.TableEditor.computeBounds (TableEditor.java:103) at org.eclipse.swt.custom.ControlEditor.resize(ControlEditor.java:218) at org.eclipse.swt.custom.TableEditor.resize(TableEditor.java:219) at org.eclipse.swt.custom.TableEditor.setItem(TableEditor.java:195) at org.eclipse.swt.tools.internal.JNIGeneratorAppUI$10.handleEvent (JNIGeneratorAppUI.java:533) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2652) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2324) at org.eclipse.swt.tools.internal.JNIGeneratorAppUI.run (JNIGeneratorAppUI.java:627) at org.eclipse.swt.tools.internal.JNIGeneratorAppUI.main (JNIGeneratorAppUI.java:890)
normal
RESOLVED
FIXED
{'$oid': '52e9c11b54dc1c25ebdc0998'}
61,240
Using build I200405060200. I was trying to open launch configuration windows and for unknown reason, eclipse switched to debug perspective, closed Debug view and was stuck on this perspective... I cannot set focus on other opened windows, as soon as I try to select them using Alt-Tab, focus comes back to Debug perspective. I also cannot open menus or doing any other action in this window (even system menus or Ctrl-F4 are unavailable)... Looking at console I see following NPE stack trace: !ENTRY org.eclipse.ui 4 4 May 06, 2004 17:18:40.392 !MESSAGE Unhandled event loop exception Unhandled event loop exception Reason: !ENTRY org.eclipse.ui 4 0 May 06, 2004 17:18:40.392 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.PerspectivePresentation.removePart(PerspectivePresentation.java:1031) at org.eclipse.ui.internal.Perspective.hideView(Perspective.java:463) at org.eclipse.ui.internal.WorkbenchPage.hideView(WorkbenchPage.java:1797) at org.eclipse.ui.internal.WorkbenchPage.hideView(WorkbenchPage.java:1749) at org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.contextsDisabled(LaunchViewContextListener.java:482) at org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.contextManagerChanged(LaunchViewContextListener.java:353) at org.eclipse.ui.internal.contexts.AbstractContextManager.fireContextManagerChanged(AbstractContextManager.java:46) at org.eclipse.ui.internal.contexts.ProxyContextManager$1.contextManagerChanged(ProxyContextManager.java:41) at org.eclipse.ui.internal.contexts.AbstractContextManager.fireContextManagerChanged(AbstractContextManager.java:46) at org.eclipse.ui.internal.contexts.MutableContextManager.setEnabledContextIds(MutableContextManager.java:310) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.processEnabledSubmissions(WorkbenchContextSupport.java:557) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.processEnabledSubmissions(WorkbenchContextSupport.java:384) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.addEnabledSubmissions(WorkbenchContextSupport.java:280) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.checkWindowType(WorkbenchContextSupport.java:328) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.access$0(WorkbenchContextSupport.java:294) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport$1.handleEvent(WorkbenchContextSupport.java:129) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:705) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:795) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1473) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:1327) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2949) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1449) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.BringWindowToTop(Native Method) at org.eclipse.swt.widgets.Decorations.bringToTop(Decorations.java:206) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:1141) at org.eclipse.swt.widgets.Shell.open(Shell.java:748) at org.eclipse.jface.window.Window.open(Window.java:644) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open(LaunchConfigurationsDialog.java:419) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:381) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:385) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:327) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:612) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:563) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:482) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2594) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2272) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) java.lang.NullPointerException At this point the only solution I have is to cancel the task using Task Manager (which cannot be considered as a workaround...)!
blocker
VERIFIED
WORKSFORME
{'$oid': '52e9c11b54dc1c25ebdc0999'}
61,241
CDT 200404281729 Eclipse 200404281424 Test case: 1. Start a C/C++ search and send it to the background to run 2. Close the Search view 3. Cancel the search RESULT: The following error is displayed to the user: Error update search results view: Error. The following error is written to the .log file: !ENTRY org.eclipse.ui 4 4 May 06, 2004 08:37:26.312 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 06, 2004 08:37:26.312 !MESSAGE Failed to execute runnable (java.lang.NullPointerException) !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:2680) at org.eclipse.swt.SWT.error(SWT.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:240) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:240) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:84) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:59) at java.lang.reflect.Method.invoke(Method.java:389) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.ui 4 4 May 06, 2004 08:37:26.312 !MESSAGE *** SWT nested exception !ENTRY org.eclipse.ui 4 0 May 06, 2004 08:37:26.328 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.cdt.internal.ui.search.CSearchTableContentProvider.elementsChanged(CSearchTableContentProvider.java(Compiled Code)) at org.eclipse.cdt.internal.ui.search.CSearchResultPage.elementsChanged(CSearchResultPage.java:81) at org.eclipse.search.ui.text.AbstractTextSearchViewPage.runBatchedUpdates(AbstractTextSearchViewPage.java(Compiled Code)) at org.eclipse.search.ui.text.AbstractTextSearchViewPage.access$0(AbstractTextSearchViewPage.java:821) at org.eclipse.search.ui.text.AbstractTextSearchViewPage$UpdateUIJob.runInUIThread(AbstractTextSearchViewPage.java:111) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java(Compiled Code)) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:240) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:240) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:84) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:59) at java.lang.reflect.Method.invoke(Method.java:389) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.ui 4 4 May 06, 2004 08:37:26.703 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 06, 2004 08:37:26.703 !MESSAGE Failed to execute runnable (java.lang.NullPointerException) !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:2680) at org.eclipse.swt.SWT.error(SWT.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:240) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:240) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:84) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:59) at java.lang.reflect.Method.invoke(Method.java:389) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.ui 4 4 May 06, 2004 08:37:26.703 !MESSAGE *** SWT nested exception !ENTRY org.eclipse.ui 4 0 May 06, 2004 08:37:26.703 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.cdt.internal.ui.search.CSearchTableContentProvider.elementsChanged(CSearchTableContentProvider.java(Compiled Code)) at org.eclipse.cdt.internal.ui.search.CSearchResultPage.elementsChanged(CSearchResultPage.java:81) at org.eclipse.search.ui.text.AbstractTextSearchViewPage.runBatchedUpdates(AbstractTextSearchViewPage.java(Compiled Code)) at org.eclipse.search.ui.text.AbstractTextSearchViewPage.access$0(AbstractTextSearchViewPage.java:821) at org.eclipse.search.ui.text.AbstractTextSearchViewPage$UpdateUIJob.runInUIThread(AbstractTextSearchViewPage.java:111) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java(Compiled Code)) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:240) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:240) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:84) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:59) at java.lang.reflect.Method.invoke(Method.java:389) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.ui 4 4 May 06, 2004 08:37:26.703 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 06, 2004 08:37:26.750 !MESSAGE Failed to execute runnable (java.lang.NullPointerException) !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:2680) at org.eclipse.swt.SWT.error(SWT.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:240) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:240) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:84) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:59) at java.lang.reflect.Method.invoke(Method.java:389) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.ui 4 4 May 06, 2004 08:37:26.750 !MESSAGE *** SWT nested exception !ENTRY org.eclipse.ui 4 0 May 06, 2004 08:37:26.750 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.cdt.internal.ui.search.CSearchTableContentProvider.elementsChanged(CSearchTableContentProvider.java(Compiled Code)) at org.eclipse.cdt.internal.ui.search.CSearchResultPage.elementsChanged(CSearchResultPage.java:81) at org.eclipse.search.ui.text.AbstractTextSearchViewPage.runBatchedUpdates(AbstractTextSearchViewPage.java(Compiled Code)) at org.eclipse.search.ui.text.AbstractTextSearchViewPage.access$0(AbstractTextSearchViewPage.java:821) at org.eclipse.search.ui.text.AbstractTextSearchViewPage$UpdateUIJob.runInUIThread(AbstractTextSearchViewPage.java:111) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java(Compiled Code)) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:240) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:240) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:84) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:59) at java.lang.reflect.Method.invoke(Method.java:389) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
major
VERIFIED
FIXED
{'$oid': '52e9c11b54dc1c25ebdc099a'}
61,243
UIPlugin contains a reference of IPluginDescriptor.
normal
RESOLVED
FIXED
{'$oid': '52e9c11b54dc1c25ebdc099b'}
61,244
This is against M8. At some point, the cursor in the java editor became a funny little thing that looks like a box without a right-hand side. I prefer the straight vertical bar cursor that is still used in the other text editors. (For major brownie points, give me the old-fashioned inverted cursor! <grin>)
normal
RESOLVED
FIXED
{'$oid': '52e9c11b54dc1c25ebdc099c'}
61,247
I200405060200 If you start a workbench that was shut down with minimized views you get the following stack trace: java.lang.ClassCastException at org.eclipse.ui.internal.PartStack.setState(PartStack.java:682) at org.eclipse.ui.internal.PartStack.restoreState(PartStack.java:567) at org.eclipse.ui.internal.RootLayoutContainer.restoreState(RootLayoutContainer.java:125) at org.eclipse.ui.internal.PerspectivePresentation.restoreState(PerspectivePresentation.java:1143) at org.eclipse.ui.internal.Perspective.restoreState(Perspective.java:790) at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2422) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1398) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1206) at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1173) at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1084) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1017) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:167) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:648) at org.eclipse.ui.internal.Workbench.init(Workbench.java:807) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1301) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
major
RESOLVED
FIXED
{'$oid': '52e9c11b54dc1c25ebdc099d'}
61,246
Build I20040506 update.ui plug-in uses dialog settings from the ui plug-in in ShowActivitiesDialog.getDialogSetting() The ui plug-ins dialog settings are not API. update.ui should use its own dialog settings.
normal
RESOLVED
FIXED
{'$oid': '52e9c11b54dc1c25ebdc099e'}
61,248
I200405060200 If Bug 61247 occurs on startup, you can pull down the window menu and see a phantom window (#1 with no name). If you try to close via the X button you will be left with a headless workbench that will not die.
major
CLOSED
FIXED
{'$oid': '52e9c11b54dc1c25ebdc099f'}
61,249
Select a non-java project, and run/debug as > Java Applet. java.lang.NullPointerException at java.util.ArrayList.<init>(ArrayList.java:132) at org.eclipse.jdt.internal.debug.ui.launcher.AppletLaunchConfigurationUtils.searc hSubclassesOfApplet(AppletLaunchConfigurationUtils.java:180) at org.eclipse.jdt.internal.debug.ui.launcher.AppletLaunchConfigurationUtils.colle ctTypes(AppletLaunchConfigurationUtils.java:160) at org.eclipse.jdt.internal.debug.ui.launcher.AppletLaunchConfigurationUtils$1.run (AppletLaunchConfigurationUtils.java:208) at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute (WorkspaceModifyDelegatingOperation.java:67) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run (WorkspaceModifyOperation.java:91) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1656) at org.eclipse.ui.actions.WorkspaceModifyOperation.run (WorkspaceModifyOperation.java:105) at org.eclipse.jdt.internal.debug.ui.launcher.WorkspaceOperationRunner.run (WorkspaceOperationRunner.java:73) at org.eclipse.jdt.internal.debug.ui.launcher.WorkspaceOperationRunner.run (WorkspaceOperationRunner.java:65) at org.eclipse.jdt.internal.debug.ui.launcher.AppletLaunchConfigurationUtils.findA pplets(AppletLaunchConfigurationUtils.java:221) at org.eclipse.jdt.internal.debug.ui.launcher.JavaAppletLaunchShortcut.searchAndLa unch(JavaAppletLaunchShortcut.java:53) at org.eclipse.jdt.internal.debug.ui.launcher.JavaAppletLaunchShortcut.launch (JavaAppletLaunchShortcut.java:91) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension.laun ch(LaunchShortcutExtension.java:315) at org.eclipse.debug.internal.ui.actions.LaunchShortcutAction.run (LaunchShortcutAction.java:56) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:612) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:563) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:482) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2594) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2272) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
normal
VERIFIED
FIXED
{'$oid': '52e9c11b54dc1c25ebdc09a0'}
61,250
The formerly protected method createAnnotationAccess() has changed to be no longer virtual. This breaks existing plug-ins as shown below: java.lang.VerifyError: (class: com/objfac/xmleditor/BaseEditor, method: createAnnotationAccess signature: ()Lorg/eclipse/jface/text/source/IAnnotationAccess;) Illegal use of nonvirtual function call at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:139) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:122) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:111) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:189) at org.eclipse.ui.internal.EditorManager$3.run(EditorManager.java:643) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.ui.internal.EditorManager.createPart(EditorManager.java:641) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:628) at org.eclipse.ui.internal.EditorManager.reuseInternalEditor(EditorManager.java:592) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:435) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:426) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2146) at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2089) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2076) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2071) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:265) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:137) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:110) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:161) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:147) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:212) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:188) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:327) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:302) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:400) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:398) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:596) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:685) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:211) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:206) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:238) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2594) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2272) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
normal
RESOLVED
INVALID
{'$oid': '52e9c11b54dc1c25ebdc09a1'}
61,245
I20040505 On the Mac the ViewPart's local toolbar is no longer placed in the tab area of the enclosing CTabFolder. See attached screenshot.
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c11b54dc1c25ebdc09a2'}
61,251
details in the newgroup thread "change recorder modification".
enhancement
VERIFIED
FIXED
{'$oid': '52e9c11b54dc1c25ebdc09a3'}
61,252
Using 200405060200, I got this error committing some code: java.lang.NullPointerException at org.eclipse.team.internal.ccvs.core.CVSSyncTreeSubscriber.isSupervised(CVSSyncTreeSubscriber.java:90) at org.eclipse.team.internal.ccvs.core.CVSSyncTreeSubscriber.getSyncInfo(CVSSyncTreeSubscriber.java:75) at org.eclipse.team.internal.ccvs.ui.RemoteRevisionQuickDiffProvider.getSyncState(RemoteRevisionQuickDiffProvider.java:230) at org.eclipse.team.internal.ccvs.ui.RemoteRevisionQuickDiffProvider.computeChange(RemoteRevisionQuickDiffProvider.java:203) at org.eclipse.team.internal.ccvs.ui.RemoteRevisionQuickDiffProvider.readDocument(RemoteRevisionQuickDiffProvider.java:242) at org.eclipse.team.internal.ccvs.ui.RemoteRevisionQuickDiffProvider.access$4(RemoteRevisionQuickDiffProvider.java:239) at org.eclipse.team.internal.ccvs.ui.RemoteRevisionQuickDiffProvider$3.run(RemoteRevisionQuickDiffProvider.java:342) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) I don't have steps to reproduce, but it happened several times today.
critical
RESOLVED
DUPLICATE
{'$oid': '52e9c11c54dc1c25ebdc09a4'}
61,253
Using build I200405060200. I'm normally working in my workspace in which several windows are opened (one for each perspective: Java, team Synchronizing and debug). Suddenly, I wanted to open the Resources perspective to see my Java project all resources... but nothing happen. Trying to open another perspective has the same result... nothing happen at all. It seems that this functionality was broken... Looking at console I got following exception trace: !ENTRY org.eclipse.ui 4 4 May 06, 2004 18:37:21.933 !MESSAGE Unhandled event loop exception Unhandled event loop exception Reason: !ENTRY org.eclipse.ui 4 0 May 06, 2004 18:37:21.943 !MESSAGE ImageRegistry key already in use: org.eclipse.ui.progress.images2 !STACK 0 java.lang.IllegalArgumentException: ImageRegistry key already in use: org.eclipse.ui.progress.images2 at org.eclipse.jface.resource.ImageRegistry.put(ImageRegistry.java:156) at org.eclipse.ui.internal.progress.ProgressManager.registerIconForFamily (ProgressManager.java:998) at org.eclipse.ui.actions.GlobalBuildAction.setImageDescriptor (GlobalBuildAction.java:332) at org.eclipse.ui.actions.GlobalBuildAction.setBuildType (GlobalBuildAction.java:121) at org.eclipse.ui.actions.GlobalBuildAction.<init> (GlobalBuildAction.java:98) at org.eclipse.ui.ide.IDEActionFactory$4.create (IDEActionFactory.java:116) at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.makeActions (WorkbenchActionBuilder.java:953) at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.makeAndPopulateActions (WorkbenchActionBuilder.java:232) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.fillActionBars (IDEWorkbenchAdvisor.java:914) at org.eclipse.ui.internal.WorkbenchWindow.<init> (WorkbenchWindow.java:266) at org.eclipse.ui.internal.Workbench.newWorkbenchWindow (Workbench.java:927) at org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow (Workbench.java:513) at org.eclipse.ui.internal.Workbench.access$11(Workbench.java:510) at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1133) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.Workbench.openWorkbenchWindow (Workbench.java:1130) at org.eclipse.ui.internal.ChangeToPerspectiveMenu.run (ChangeToPerspectiveMenu.java:81) at org.eclipse.ui.actions.PerspectiveMenu.run(PerspectiveMenu.java:303) at org.eclipse.ui.actions.PerspectiveMenu.runOther (PerspectiveMenu.java:318) at org.eclipse.ui.actions.PerspectiveMenu$4.widgetSelected (PerspectiveMenu.java:134) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2594) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2272) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) ImageRegistry key already in use: org.eclipse.ui.progress.images2 Close/Restart eclipse fixes the problem...
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11c54dc1c25ebdc09a5'}
61,254
Change GLA logging output in Eclipse to the Problems views. Based on the Eclipse 3.0 UI standard, the Problems view is best suited to display the logging messages generated by the GLA instead of the Tasks view.
normal
CLOSED
FIXED
{'$oid': '52e9c11c54dc1c25ebdc09a6'}
61,255
Build I20040506 There are various places in this plug-in that depend on core.runtime.compatibility. Removing dependence gets rid of a bunch of deprecation warnings.
normal
RESOLVED
FIXED
{'$oid': '52e9c11c54dc1c25ebdc09a7'}
61,256
Display GLA log messages in the Problems view. This includes: -Adding the Problems view to the bottom-right area of the Profiling and Logging perspective for importing log files using the Log File import wizard. -Swapping the Tasks view for the Problems view in the Generic Log Adapter perspective for editing GLA files. -Open the Problems view in the Profiling and Logging perspective when imported log files generate error messages.
normal
CLOSED
FIXED
{'$oid': '52e9c11c54dc1c25ebdc09a8'}
61,257
A dependent jar listed in the .classpath of the specified project is not being deployed to the right location if it is not in the workspace. The code in JavaExecutionDeploymentAdapter::collectDeployableFiles() is as listed below. This adds the deployRootDir to the destination path if the source path is in the workspace and if the deployRoot is not the same as the workspace. However when you have a dependent jar, this jar could be in the plugin directory (not the workspace) as is the case for us. Our project depends on some jars that are installed as part of the product and therefore not in the workspace but instead in the plugin directory. Also dependent jar can be in locations other than the workspace. In all theses cases the dependent jars do not get deployed to the deployRoot. Current Code that determines when to add deployRoot to destinationPath ====================================================================== if(srcAbsolutePath.startsWith(workspaceRootDir) && deployRoot.compareTo (workspaceRoot) != 0) destAbsolutePath = deployRootDir + srcAbsolutePath.substring(workspaceRootDir.length(), srcAbsolutePath.length());
major
CLOSED
FIXED
{'$oid': '52e9c11c54dc1c25ebdc09a9'}
61,258
Version: 3.0.0 Build id: 200405060200 Linux GTK+ Given this code: test() { String s1 = "blah"; String s2 = new String(<ctrl-space>) } The completion request brings up a long list of all String contstructor completions (good). Selecting the String(String original) constructor does not offer s1 as a guessed argument and the context information tooltip is no longer displayed. Argument guessing seems to work for method calls, but not for constructors. Argument guessing and context info don't work if you move inside a left paren and activate completion to change the call to an overridden method. This seems to have worked better M8.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11c54dc1c25ebdc09aa'}
61,259
Used a workspace temporary directory in Eclipse in the StaticParserWrapper. When importing a log file within Eclipse (local scenario), use a workspace temporary directory (e.g. plugin's workspace directory) to save the temporary adapter file so any errors/warnings/information from importing the of file will display in the Eclipse Problems view. Getting workspace location ResourcesPlugin.getWorkspace().getRoot().getLocation().toOSString() Getting workspace resources ResourcesPlugin.getWorkspace() From an IConfigurationElement (when you going thru extension points) IConfigurationElement .getDeclaringExtension ().getDeclaringPluginDescriptor().getInstallURL() From an Plugin Platform.getPlugin(PLUGIN_ID).getDescriptor().getInstallURL();
normal
CLOSED
FIXED
{'$oid': '52e9c11c54dc1c25ebdc09ab'}
61,261
In 20040506 nightly build infocenter does not exit. Stand-alone does not exit if embedded browser has not been opened. This is related to running UI event loop needed for embeded browser. I have released a fix no to run this loop in the infocenter mode. Remaining is to fix stand-alone when browser has not been opened or non embedded browser is used.
major
RESOLVED
FIXED
{'$oid': '52e9c11c54dc1c25ebdc09ac'}
61,242
The following wizard pages does not contain New Symptom database Wizard New Generic Log Adapter file Wizard New StatCon file Wizard Import Log file Wizard screen cap attached
normal
CLOSED
DUPLICATE
{'$oid': '52e9c11c54dc1c25ebdc09ad'}
61,260
Window>Preferences>Java>Compiler>Compliance and Classfiles Outofthebox, "Compiler compliance level" is 1.4 but source files with assert statements report errors. But! when I specifically customize "Source compatibility" and "Generated .class files compatibility" to 1.4 then the proper conformance behaviour happens.
normal
RESOLVED
INVALID
{'$oid': '52e9c11c54dc1c25ebdc09ae'}
61,263
When an interface is extracted, functions with return types identical to the "source" class should be "raised" to the "target" interface. This is not requesting an instanceof like check but a strict textual comparison. I see that the intention of the extracting is also at stake. Could the dialog include the option to "raise return types" and "raise arguments"?
enhancement
RESOLVED
WONTFIX
{'$oid': '52e9c11c54dc1c25ebdc09af'}
61,262
With only 2 editors open the next/previous editor popup is poorly sized. I can only see the first editor in the list. Selecting the second editor does not scroll the display, so I effectively can't see it. The old (don't know how old) behavious was to size the dialog to show all editors for a resonable sized list with scrolling behaviour if the list was too long. The old behaviour worked quite well. This same type of defect exists for next/previous view and perspective also, but to a lesser degree.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11c54dc1c25ebdc09b0'}
61,264
If you run SetConfig.sh and do not have proper permissions to update config/serviceconfig.xml, you get no error message...and no updated config info. This was done with a build from about 1 week ago, on Red Hat Linux, using the Sun JRE. But I imagine the problem is pretty platform agnostic. In my case, I was using someone else's installation, so serviceconfig.xml already existed, but I did not have write permission to either the config dir or serviceconfig.xml. When I ran SetConfig.sh and answered the "what java" question, SetConfig.sh sat there for awhile, presumably wondering what to do about the lack of permission :-), then went on to the LOCAL/ALL question without giving any errors. When I was all done, serviceconfig.xml was, of course, unchanged.
normal
CLOSED
FIXED
{'$oid': '52e9c11c54dc1c25ebdc09b1'}
61,267
Open "Externalize Strings" wizard -> Click on "Configure" -> Delete class name for accessor class -> error shows up saying 'Type name " is not a valid identifier.' -> Type in a valid class name Problem: Error is still there and does not allow you to finish unless you click on "Browse" and find that class or do something else to the wizard Expected: On modification of the class name, validator should kick in. :-) Note: This also happens for Property File Name field. Other field may be affected but these are the ones I noticed :)
normal
RESOLVED
FIXED
{'$oid': '52e9c11c54dc1c25ebdc09b2'}
61,266
Build id: 200405060200 BACKGROUND: I am converting my old 2.1 plug-ins to eliminate the deprecations related to the compatibility layer; it appears the semantics of plug-in class activation has changed... or there's a bug. TO REPRODUCE: I generated the venerable "Hello, Eclipse". I checked the "Create an OSGi manifest" option and accepted all the other defaults. I wanted to see if initialization worked as expected, so I added: HelloworldPlugin.getDefault() to the SampleAction.run method. It returns null, i.e., a action within the plug-in is instantiated but its associated plug-in class is not (?). I regen'd without checking "Create an OSGi manifest" and it worked as expected. Just to be clear, what started my investigation was eliminating the deprecation warnings. I want to do the LEAST possible to reach that goal, i.e., OSGi explotaition isn't an issue. My gen of HelloWorld didn't have the compatibility layer in the plugin.xml (good), but the generated methods of the plug-in class like getDefault() didn't work either (bad).
normal
RESOLVED
FIXED
{'$oid': '52e9c11c54dc1c25ebdc09b3'}
61,268
Whenever a tool is being used and a delete, undo, or redo command is executed using a key shortcut, there exists a possibility for errors if the tool continues to do its work. For example, create a container object from the palette, and create a new object in this container with the creation tool, but without letting go of the mouse, press delete. The first container is deleted and the feedbaCk for the new figure is left on the screen. Tools need to handle these cases, whereas they currently cause exceptions or incorrect feedback.
normal
RESOLVED
FIXED
{'$oid': '52e9c11c54dc1c25ebdc09b4'}
61,269
Open Externalize Strings wizard -> for the Configure Accessor Class section, click on "Browse" for package selection This dialog acts like the Open Type dialog except that Open Type is not case sensitive. It would be nice if this dialog wasn't case sensitive :)
enhancement
RESOLVED
FIXED
{'$oid': '52e9c11d54dc1c25ebdc09b5'}
61,270
I200405060200 Test case P1 src p1 A.java P2 src p1 B.java - select p1 in P1/src and execute Copy - select src in P2 - execute Paste - confirm the override dialog with yes The delta you get looks as follows: Java Model[*]: {CHILDREN} Test6[*]: {CHILDREN} src2[*]: {CHILDREN} p1[+]: {} Shouldn't the delta be A.java added to p1 ? Philippe, the current delta results in the fact that the package explorer doesn't update correctly since the package p1 already exists. The only change to get the package explorer in sync again is to close and reopen the project
major
VERIFIED
FIXED
{'$oid': '52e9c11d54dc1c25ebdc09b6'}
61,271
N20040506 !SESSION May 06, 2004 13:54:51.921 -------------------------------------------- - eclipse.buildId=unknown java.version=1.4.2_04 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -plugincustomization D:/Development/eclipse/workspace/org.eclipse.ui.internal.r21presentation/r21pre sentation.ini !ENTRY org.eclipse.core.runtime 2 1 May 06, 2004 13:54:51.921 !MESSAGE Problems parsing plug-in manifest for: "update@/C:/Program Files/eclipse/plugins/org.eclipse.core.tools_1.1.0.20040506/". !SUBENTRY 1 org.eclipse.core.runtime 2 1 May 06, 2004 13:54:51.921 !MESSAGE Parsing error in "plugin.xml" [line 1, column -1]: "XML version "1.0" is recognized, but not "1.1.0.20040506".". !STACK 0 org.xml.sax.SAXParseException: XML version "1.0" is recognized, but not "1.1.0.20040506". at org.apache.crimson.parser.Parser2.error(Unknown Source) at org.apache.crimson.parser.Parser2.readVersion(Unknown Source) at org.apache.crimson.parser.Parser2.maybeXmlDecl(Unknown Source) at org.apache.crimson.parser.Parser2.parseInternal(Unknown Source) at org.apache.crimson.parser.Parser2.parse(Unknown Source) at org.apache.crimson.parser.XMLReaderImpl.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(Unknown Source) at org.eclipse.core.internal.registry.ExtensionsParser.parseManifest (ExtensionsParser.java:360) at org.eclipse.core.internal.registry.EclipseBundleListener.getBundleModel (EclipseBundleListener.java:129) at org.eclipse.core.internal.registry.EclipseBundleListener.addBundle (EclipseBundleListener.java:91) at org.eclipse.core.internal.registry.EclipseBundleListener.bundleChanged (EclipseBundleListener.java:61) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent (BundleContextImpl.java:1161) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent (EventManager.java:153) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous (ListenerQueue.java:136) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged (Framework.java:1374) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent (Framework.java:1347) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.processDelta (PackageAdminImpl.java:522) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.refreshPackages (PackageAdminImpl.java:350) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1.run (PackageAdminImpl.java:319) at java.lang.Thread.run(Unknown Source)
normal
RESOLVED
FIXED
{'$oid': '52e9c11d54dc1c25ebdc09b7'}
61,265
When running a Hyades test, Junit or URL, using the new launch configuration for the test perspective I can only run the first test in the list reliably. When any other test is run, an execution history file is created but it doesn't have the correct results and contains the name of the first test in the launch configuration list. I will attach a screenshot of the problem that I see.
major
CLOSED
WORKSFORME
{'$oid': '52e9c11d54dc1c25ebdc09b8'}
61,272
1) load org.eclipse.ui from repository 2) open plugin.xml 3) switch to Extensions tab 4) select an extension from the list 5) click the "Open extension point description" link Notice that the busy cursor appears briefly, but nothing else happens.
normal
RESOLVED
FIXED
{'$oid': '52e9c11d54dc1c25ebdc09b9'}
61,274
If I setup an external tool with a variable as an argument, the argument passed to my tool has my home directory prepended to the variable value, but only if I quote the variable (e.g. "${resource_loc}" vs just ${resource_loc} ) This is with eclipse build 200405060200 on fedora core 1
normal
RESOLVED
INVALID
{'$oid': '52e9c11d54dc1c25ebdc09ba'}
61,273
I20040506-0200 Copying text from the java editor used to copy the selected source range also in RTF format. This no longer works - the only type in the clipboard is text.
minor
RESOLVED
FIXED
{'$oid': '52e9c11d54dc1c25ebdc09bb'}
61,275
A
normal
RESOLVED
FIXED
{'$oid': '52e9c11d54dc1c25ebdc09bc'}
61,276
Right now, when 'Save' operation is performed while in the GUI pages, model is reloaded to fix up the text ranges of the elements. This is very annoying, particularly in the Extension page, where the selection, element expansion and other states are lost due to a wholesale refresh. The current XML parser code should be ehnanced to have a 'index fixup' mode. In this mode, instead of discarding the plugin base object and building up a tree from scratch, the existing object should be retain. Instead, the parser stack callbacks should be used to locate and fix up ranges for the elements in the model. The hard part is computing the offsets, and this code can be completely reused. The iterator can be set on the root node and as the stack follows the tree in the document, the model iterator should be moved as well, fixing the ranges along the way. It is very important to invest in this because editing experience in the extensions page will otherwise be very frustrating. Since this code will in the future be used for all XML-based editors (feature, site), it will benefit all of them.
major
RESOLVED
FIXED
{'$oid': '52e9c11d54dc1c25ebdc09bd'}
61,277
Need to investigate the behaviour of project preferences and what happens when the project is moved. I have a test case that: - create project - set prefs - flush prefs - move project - confirm that prefs are at new destination But there are also more complex scenerios than that to look at.
normal
RESOLVED
FIXED
{'$oid': '52e9c11d54dc1c25ebdc09be'}
61,279
I200405060200 !ENTRY org.eclipse.core.runtime 4 2 Mai 06, 2004 20:35:27.426 !MESSAGE An internal error occurred during: "CVS QuickDiff: fetching remote contents for ''{0}''". !STACK 0 java.lang.NullPointerException at org.eclipse.team.internal.ccvs.core.CVSSyncTreeSubscriber.isSupervised(CVSSyncTreeSubscriber.java:90) at org.eclipse.team.internal.ccvs.core.CVSSyncTreeSubscriber.getSyncInfo(CVSSyncTreeSubscriber.java:75) at org.eclipse.team.internal.ccvs.ui.RemoteRevisionQuickDiffProvider.getSyncState(RemoteRevisionQuickDiffProvider.java:230) at org.eclipse.team.internal.ccvs.ui.RemoteRevisionQuickDiffProvider.computeChange(RemoteRevisionQuickDiffProvider.java:203) at org.eclipse.team.internal.ccvs.ui.RemoteRevisionQuickDiffProvider.readDocument(RemoteRevisionQuickDiffProvider.java:242) at org.eclipse.team.internal.ccvs.ui.RemoteRevisionQuickDiffProvider.access$4(RemoteRevisionQuickDiffProvider.java:239) at org.eclipse.team.internal.ccvs.ui.RemoteRevisionQuickDiffProvider$3.run(RemoteRevisionQuickDiffProvider.java:342) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
major
RESOLVED
FIXED
{'$oid': '52e9c11d54dc1c25ebdc09bf'}
61,278
It could be interesting to expose the manifestLocalization facility in the adaptor so that different adaptor can change the lookup order, or deal with resourceBundle in a different way.
enhancement
RESOLVED
WONTFIX
{'$oid': '52e9c11d54dc1c25ebdc09c0'}
61,281
Version affected: eclipse-SDK-I20040505-win32 The OK button stops working once a "Could not accept changes" message is displayed. Happened after installing Tomcat plugin but may be more general problem. My be specific to sysdeo Tomcat plugin but affects rest of preferences. To reproduce: 1. install clean I20040505 2. install com.sysdeo.eclipse.tomcat_2.2.1 3. Select Window->Preferences 4. Select Tomcat, error displayed "Could not accept changes" 5. OK button inactive, use Cancel to exit 6. Repeat. OK Button works until error displayed
critical
RESOLVED
INVALID
{'$oid': '52e9c11d54dc1c25ebdc09c1'}
61,280
The implementation of manifestLocalization load the resource property everytime it is required. It could be interesting to cache the resourceBundle for the default locale. This has a performance cost. The good point is that eclipse cache itself the value, but still... When adding this support, care should be taken to handle the cases when a fragment (that could have provided the cached resourcebundle) is uninstalled?
normal
RESOLVED
FIXED
{'$oid': '52e9c11d54dc1c25ebdc09c2'}
61,282
In Eclipse 3.0 help index is kept under configuration, not workspace. Multiple Eclipse instances can be started on the same configuration with different workspaces. There is no problems when two Eclipse instances perform searches of up to date index. When index needs to be udpated, first search triggers updating index. Search in the second Eclipse instance also triggers indexing that never completes, and index is corrupted. After closing and restartng Eclipse there is no results produced by searches. The remedy is to manually delete the corrupted index.
normal
RESOLVED
FIXED
{'$oid': '52e9c11d54dc1c25ebdc09c3'}
61,283
In the edit profiling set wizard dialog, on the first page, there is a tree on the left hand side. The content is contributed via extension points, and there is no defined ordering of these items (whichever extension point we find first). We should have a defined order, preferably with common (Hyades?) items first. At the very least, it can be alphabetical.
enhancement
CLOSED
WONTFIX
{'$oid': '52e9c11d54dc1c25ebdc09c4'}
61,284
2 tests are consistently failing for the Ant UI tests. I can reproduce the problem using the Eclipse testing framework but not in Eclipse itself. CodeCompletionTests.testCustomEnumeratedProposals and CodeCompletionTests.testCustomReferenceProposals I have made recent changes in this area dealing with classloaders (bug 60678)
normal
VERIFIED
FIXED
{'$oid': '52e9c11d54dc1c25ebdc09c5'}
61,286
Build id: 200404281424 I did an NLS search with Resource bundle accessor class: org.eclipse.ui.internal.WorkbenchMessages Property file name: /org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties Some results are reported in the Search view, but there was an error dialog and I found the following exception in the log file: !MESSAGE An internal error occurred during: "Search for broken NLS keys". !STACK 0 java.lang.StringIndexOutOfBoundsException: String index out of range: -44 at java.lang.String.substring(Unknown Source) at java.lang.String.substring(Unknown Source) at org.eclipse.jdt.internal.ui.refactoring.nls.search. NLSSearchResultRequestor.findKey(NLSSearchResultRequestor.java:155) at org.eclipse.jdt.internal.ui.refactoring.nls.search. NLSSearchResultRequestor.acceptSearchMatch(NLSSearchResultRequestor.java:96) at org.eclipse.jdt.internal.core.search.matching.MatchLocator. report(MatchLocator.java:1168) at org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator. matchReportImportRef(TypeReferenceLocator.java:143) at org.eclipse.jdt.internal.core.search.matching.PatternLocator. matchLevelAndReportImportRef(PatternLocator.java:207) at org.eclipse.jdt.internal.core.search.matching.MatchLocator. reportMatching(MatchLocator.java:1378) at org.eclipse.jdt.internal.core.search.matching.MatchLocator. process(MatchLocator.java:1101) at org.eclipse.jdt.internal.core.search.matching.MatchLocator. locateMatches(MatchLocator.java:739) at org.eclipse.jdt.internal.core.search.matching.MatchLocator. locateMatches(MatchLocator.java:770) at org.eclipse.jdt.internal.core.search.matching.MatchLocator. locateMatches(MatchLocator.java:867) at org.eclipse.jdt.internal.core.search.JavaSearchParticipant. locateMatches(JavaSearchParticipant.java:94) at org.eclipse.jdt.core.search.SearchEngine.findMatches(SearchEngine.java: 468) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:760) at org.eclipse.jdt.internal.ui.refactoring.nls.search.NLSSearchQuery. run(NLSSearchQuery.java:67) at org.eclipse.search2.internal.ui.InternalSearchUI$InternalSearchJob. run(InternalSearchUI.java:71) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
normal
RESOLVED
FIXED
{'$oid': '52e9c11d54dc1c25ebdc09c6'}
61,285
I have a plugin.xml that looks like... <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> <plugin> ... in the build.properties I put qualifier=context in the output plugin.xml I get <?xml version="1.1.0.20040506" encoding="UTF-8"?> <?eclipse version="3.0"?> <plugin> Note the changed version=... in the <?xml> line
normal
RESOLVED
FIXED
{'$oid': '52e9c11d54dc1c25ebdc09c7'}
61,287
build I20040504 Noticed a few NPEs in my log. java.lang.NullPointerException at org.eclipse.ui.internal.intro.impl.parts.ContextHelpStandbyPart.handlePartActivation(ContextHelpStandbyPart.java:216) at org.eclipse.ui.internal.intro.impl.parts.ContextHelpStandbyPart.access$0(ContextHelpStandbyPart.java:211) at org.eclipse.ui.internal.intro.impl.parts.ContextHelpStandbyPart$PartListener.partClosed(ContextHelpStandbyPart.java:72) at org.eclipse.ui.internal.PartListenerList2$3.run(PartListenerList2.java:73) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.ui.internal.PartListenerList2.firePartClosed(PartListenerList2.java:71) at org.eclipse.ui.internal.WWinPartService$1.partClosed(WWinPartService.java:46) at org.eclipse.ui.internal.PartListenerList2$3.run(PartListenerList2.java:73) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.ui.internal.PartListenerList2.firePartClosed(PartListenerList2.java:71) at org.eclipse.ui.internal.WorkbenchPage.firePartClosed(WorkbenchPage.java:1358) at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:888) at org.eclipse.ui.internal.WorkbenchPage.closeAllEditors(WorkbenchPage.java:833) at org.eclipse.ui.internal.CloseAllAction.run(CloseAllAction.java:74) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:141) at org.eclipse.ui.internal.commands.Command.execute(Command.java:127) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:468) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:886) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:927) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:545) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2(WorkbenchKeyboard.java:493) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent(WorkbenchKeyboard.java:258) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:705) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:795) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1722) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1718) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3047) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2950) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1459) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2270) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
normal
RESOLVED
INVALID
{'$oid': '52e9c11d54dc1c25ebdc09c8'}
61,288
N20040506 There's something screwy with the Package Explorer and Binary plug-ins in this build. I installed Eclipse into a fresh directory and opened it on my old workspace, then deleted all my binary plug-ins from the last build (a few days old) and re-imported them. Only org.apache.ant and org.apache.lucene (the first two) are marked as binary plug-ins (with the 0101 decoration). Also when I turn on the filter for Binary plug-in and feature projects, these two projects are still shown and everything after them (including a couple of non- binary projects) are hidden (I would expect the opposite; if it thinks these are binary it should hide these and show the rest). Then when I tried to toggle the binary plug-in decoration off and back on, the decoration went off but won't come back on. Hmmm, I just tried it again (same session) and toggling the filter does make all the binary plug-ins disappear now. But the decoration is still not shown. And the sorting is off (org.eclipse.ui.internal.r21presentation, a non-binary project, is being listed before org.eclipse.ant.core, a binary project). It's also being listed later in the correct order (i.e., the same project is listed twice in the tree in the Package Explorer). Wait, actually when I expand the first org.eclipse.ui.internal.r21presentation item in the tree, the contents are really from the org.apache.ant plug-in. Odder and odder. Now I'll try closing Package Explorer and doing a reset perspective... That cleared up the tree (no dups), but decorations are still a no show. I'll try closing Eclipse and starting it again... Ok that fixed it. There were no related errors in the .log. I have a feeling this bug report isn't going to be too helpful, but that's all the info I have.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11d54dc1c25ebdc09c9'}
61,289
Create a perspective with a few views. One of the views is not in a tab folder and has a Tree control in it. Have three other views in a tab folder. Activate tab/view one. This view has an action to activate tab/view 3. Bug -> During that activation, the view containing the Tree control is somehow set as activated and the activationList that the WorkbenchPage maintains is updated. Now close tab/view 3 and note that the view containing the Tree control is activated instead of tab/view 1. The problem stems from Composite.fixFocus. This tries to find the first control that will take focus. This probably not necessary in the middle of a view activation.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11d54dc1c25ebdc09ca'}
61,291
In my debug perspective I put the breakpoint view as a fast view. When I debug whenever I encounter a breakpoint the fast view is opened which is very annoying for two reasons. First I don't need it because I see that my program is stopped, second because it does not give me any interesting information. I would recommand it to not be shown in this case.
normal
VERIFIED
FIXED
{'$oid': '52e9c11d54dc1c25ebdc09cb'}
61,292
Ctrl-J (incremental search) does not work in the source view of the multi-page plugin.xml editor This is with eclipse build 200405060200 on linux fedora core 1
normal
RESOLVED
FIXED
{'$oid': '52e9c11e54dc1c25ebdc09cc'}
61,293
The deployment extension point should be removed from Team and added to the WebDAV plugin as all the other target points have
normal
RESOLVED
FIXED
{'$oid': '52e9c11e54dc1c25ebdc09cd'}
61,295
Build I20040506 The OS_*, WS_*, and ARCH_* API constants formerly declared on BootLoader need to show up in the new API. The ones on BootLoader should be deprecated and point to their replacements. The specs for the Platform.getOS() need to point to them too.
normal
RESOLVED
FIXED
{'$oid': '52e9c11e54dc1c25ebdc09ce'}
61,296
To demonstrate this, open several files in the Eclipse editor using the default presentation. Adjust the width of the editor area so that the filenames in the editor tabs start to get shortened. In 2.1, the filenames could use the whole width of the tab except for the editor icon, but in R3, the filenames can never use the space where the close button will go, *even if the close button is not visible because it's not the active editor*. This space should be reclaimed for the tab name until the user mouses over the tab at which point the close button can be drawn over top of right most part of the text. When the mouse moves off the tab, the text should be redrawn. This is a usability regression from 2.1.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c11e54dc1c25ebdc09cf'}
61,299
i can not synchronize with a remote cvs using Build id: 200403261517 and newer. committing and updating works ok. this is the error from .log: !MESSAGE An error occurred refreshing /db-ojb: Malformed entry line: c !STACK 1 org.eclipse.team.internal.ccvs.core.CVSException: Malformed entry line: c at org.eclipse.team.internal.ccvs.core.syncinfo.ResourceSyncInfo.setEntryLine(ResourceSyncInfo.java:398) at org.eclipse.team.internal.ccvs.core.syncinfo.ResourceSyncInfo.<init>(ResourceSyncInfo.java:114) at org.eclipse.team.internal.ccvs.core.util.SyncFileWriter.readAllResourceSync(SyncFileWriter.java:104) at org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer.cacheResourceSyncForChildren(EclipseSynchronizer.java:807) at org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer.members(EclipseSynchronizer.java:459) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.members(EclipseFolder.java:40) at org.eclipse.team.internal.ccvs.core.client.FileStructureVisitor.visitFolder(FileStructureVisitor.java:73) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.accept(EclipseFolder.java:133) at org.eclipse.team.internal.ccvs.core.client.FileStructureVisitor.sendManagedFolders(FileStructureVisitor.java:87) at org.eclipse.team.internal.ccvs.core.client.FileStructureVisitor.visitFolder(FileStructureVisitor.java:76) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.accept(EclipseFolder.java:133) at org.eclipse.team.internal.ccvs.core.client.FileStructureVisitor.sendManagedFolders(FileStructureVisitor.java:87) at org.eclipse.team.internal.ccvs.core.client.FileStructureVisitor.visitFolder(FileStructureVisitor.java:76) at org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.accept(EclipseFolder.java:133)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c11e54dc1c25ebdc09d0'}
61,298
Eclipse 200405060200 CDT 200405052036 Key words appearing in header files like 'class', 'namespace', 'public', etc. are not being highlighted in C++ projects.
major
VERIFIED
FIXED
{'$oid': '52e9c11e54dc1c25ebdc09d1'}
61,290
I200405060200 My log is full of stack traces such as this: java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchPage.findView(WorkbenchPage.java:1295) at org.eclipse.ui.internal.console.ConsoleManager$1.run(ConsoleManager.java:186) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2571) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2276) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.ui 4 4 May 06, 2004 15:18:47.853 !MESSAGE Unhandled event loop exception I've been launching runtime workspaces and debugging. I just tried activating the console view and the tab changes, the text of the tab changes from Console to the empty string, but the view contents do not change. Shortly thereafter I get an error dialog. Images forthcoming.
major
VERIFIED
FIXED
{'$oid': '52e9c11e54dc1c25ebdc09d2'}
61,300
Eclipse 200405060200 CDT 200405052036 (=~ 200405060200 + integration patches) You end up with many copies of the following messages in the log: (or on the console from Linux) Conflicting key binding for 'org.eclipse.jdt.ui.navigate.open.type' and 'org.eclipse.cdt.ui.navigate.opentype' Conflicting key binding for 'org.eclipse.jdt.ui.edit.text.java.open.editor' and 'org.eclipse.cdt.ui.edit.opendecl'
normal
RESOLVED
FIXED
{'$oid': '52e9c11e54dc1c25ebdc09d3'}
61,301
With the eclipseAdaptor, when the start level is changed the bundleData is not marked as dirty which causes the information to be lost for subsequent startup. If the markup as dirty is directly done into the EclipseBundleData#setStartLevel(int) framework, we will have to be careful so the loading of the .bundleData does not cause the markup to occur.
minor
RESOLVED
DUPLICATE