_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': '52e9c10854dc1c25ebdc0835'}
60,885
LinkedResourceWithPathVariableTest leaves garbage as siblings to your -data directory. We should ensure that the individual tests clean up any dir/files that they create.
normal
RESOLVED
FIXED
{'$oid': '52e9c10854dc1c25ebdc0836'}
60,886
The "Generatic Source Location" is not read by JAWS. Tab to the listview of checkbox items, select a project so that focus is on the project. Press Ins+TAB with JAWS running, and Generic Source Location should be read before the project. Looking at MS Inspect Objects, it seems it should be read since it is the first ancestor, but I don't think the list view is in the "Generic Source Location" logical group. Similarly, "Additional Source Locations" isn't read.
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c10854dc1c25ebdc0837'}
60,888
build i0504-0800 We have code which looks like the following: if (condition) methodCall(); else // unknown BOM... ignore it ; return result; We are getting a warning saying that the semi-colon in the "else" stmt is unncessary. But if we remove it, won't the "return" only be executed in the "else"?
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c10854dc1c25ebdc0838'}
60,890
Open C/C++ Local run/debug configuration dialog. Select the Source tab. Add entries to the "Additional Source Locations" table. Press 'Tab' to cycle through dialog controls until you get back to the table. Only the 'Location' column is accessible. You can't get to the Association or Search subfolders columns using the arrow keys as you'd expect.
normal
RESOLVED
FIXED
{'$oid': '52e9c10854dc1c25ebdc0839'}
60,889
For a JTextField the property Editable is not changeable, ie. I can change, but it's not taken over!
normal
CLOSED
FIXED
{'$oid': '52e9c10854dc1c25ebdc083a'}
60,891
build i0504-0800 The following warning is in the compiler build logs needs to be resolved before 3.0 ships. ---------- 1. WARNING in /builds/I/src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java (at line 88) } finally { return result; } ^^^^^^^^^^^^^^^^^^^^^^^ finally block does not complete normally ---------- 1 problem (1 warning)
normal
RESOLVED
FIXED
{'$oid': '52e9c10854dc1c25ebdc083b'}
60,892
JUnit design assumes that setUp() and tearDown() methods of concrete JUnit tests must call super.setUp() and super.tearDown() methods. There are no way to enforce this contract and unfortunately even experienced developers can forget to do that. Please add a code analyser for setUp() and tearDown() methods of JUnit test cases that will give a warning if super has not been called. PS: please do not assign this request to JUnit subproject, it will die in there. :-(
enhancement
RESOLVED
WONTFIX
{'$oid': '52e9c10854dc1c25ebdc083c'}
60,887
I20040504 The navigtation icons are composited against a Barney-and-friends purple background, however the intro view is given a white background on my system. This gives each of the icons a jagged border, and the border changes as the icon gets focus. Screenshot attached.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c10854dc1c25ebdc083d'}
60,893
I20040504 BootLoader constants: OS=linux, ARCH=amd64, WS=gtk, NL=en_US !ENTRY org.eclipse.osgi May 04, 2004 10:25:30.557 !MESSAGE Application error !STACK 1 java.lang.NullPointerException at org.eclipse.jface.action.StatusLine.handleDispose(StatusLine.java:314) at org.eclipse.jface.action.StatusLine$1.widgetDisposed(StatusLine.java:197) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:100) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:939) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:963) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:944) at org.eclipse.swt.widgets.Widget.releaseWidget(Widget.java:850) at org.eclipse.swt.widgets.Control.releaseWidget(Control.java:2126) at org.eclipse.swt.widgets.Scrollable.releaseWidget(Scrollable.java:255) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:652) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:845) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:646) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:651) at org.eclipse.swt.widgets.Canvas.releaseWidget(Canvas.java:132) at org.eclipse.swt.widgets.Decorations.releaseWidget(Decorations.java:435) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:1197) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:368) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:1139) at org.eclipse.swt.widgets.Display.release(Display.java:1831) at org.eclipse.swt.graphics.Device.dispose(Device.java:174) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:99) 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: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:390) 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': '52e9c10854dc1c25ebdc083e'}
60,895
A compile error in the tools.jar should not mark all the other drops with a red X.
normal
RESOLVED
FIXED
{'$oid': '52e9c10854dc1c25ebdc083f'}
60,894
When you launch an application or run-time workbench, you get a progress label on the bottom right (Launching: (0%) [### ]). We should include this for profiling as well.
normal
CLOSED
FIXED
{'$oid': '52e9c10854dc1c25ebdc0840'}
60,896
Using build I20040428. I'm working on bug 59258 and here's the problem I get with preferences new API following scenario below: 1) Create a project "b59258", 2) Modify compiler option "Hidden catch block" on this project to "error" (default is "warning"), 3) Delete the project. 4) Recreate a project with same name "b59258" 5) Look at compiler options for this project: "Hidden catch block" is still set to "error"! I've set severity to critical as it makes new preferences API unusable for projects...
critical
RESOLVED
FIXED
{'$oid': '52e9c10854dc1c25ebdc0841'}
60,897
What happens in this case? I think that we'll get an assertion failure by looking at the code... Should we lazily initialize the location of the instance nodes?
normal
RESOLVED
FIXED
{'$oid': '52e9c10854dc1c25ebdc0842'}
60,898
Eclipse 200404281424 CDT 200404281729 When you are going to the Error Parser in Managed Build C/C++ Build Properties, there are 4 "Error Parser" titles. A couple can be removed. Is the Error Parser tab going to be there to stay or will it be moved with the C/C++ Build Properties?
normal
RESOLVED
FIXED
{'$oid': '52e9c10954dc1c25ebdc0843'}
60,901
build I20040427 I occasionally see terminated jobs still showing up in the progress view or dialog. Is this intentional? Yesterday there were 5 or so. Removing them manually starts to get tedious. Also, the term "terminated" suggests that it was terminated abnormally. If we want to show completed jobs here, can we: - change the term to "Done" - provide a Clean Up button to remove all completed jobs.
normal
RESOLVED
FIXED
{'$oid': '52e9c10954dc1c25ebdc0844'}
60,900
Steps to reproduce - Eclipse E3.0M8 (200403261517): 1) Open the PDE perspective 2) Go to the Plug-ins view 3) Select a plug-in (e.g. org.eclipse.ui) and choose "Add to Java Search" 4) Expand the plug-in (still in the Plug-ins view) and select the runtime jar (ui.jar) Though the plug-in is added to java search and everything seems to work, exceptions are generated during steps 3 and 4. Attaching log...
normal
RESOLVED
FIXED
{'$oid': '52e9c10954dc1c25ebdc0845'}
60,899
Plugin generated by PDE wizard from template (either "Hello, World" or popup menu) does not work. After completing all the steps in "New Plugin-in Project" wizard and running in Run-Time workbench newly created plugin is not shown in plugin registry and there are no other signs of life from it. Error log shows nothing. I'm using the latest Eclipse build - 200403261517. I'm assuming that PDE should theoretically work in the version.
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c10954dc1c25ebdc0846'}
60,902
I'm not sure whether some internal concepts don't prevent this, but it would be very nice feature. Use-case: I want to take a look at a class (which is a part of an installed plugin), I know the plugin, runtime jar and java package of the class, but do not have the plugin in my workspace. What I need to do now: 1) Go to the Plug-ins view 2) Find the plugin and use Add to Java Search on it 3) Go to the Package Explorer, locate the jar (which may not be easy if I added more plugins to java search) inside the "External Plug-in Libraries" project, or use Ctrl+T to open the type. Why not only: 1) Go to the Plug-ins view 2) Locate the class there and simply open it in an editor ? This requires to have the jar files in Plug-ins view expandable. Something that may be related - by default, the jar files in the Plug-ins view have a default icon (which is not nice and makes them harded to find). But after I added a plugin to java search and restarted the workbench (E3.0M8, bug #60900 occured during this), it has a nice jar icon also indicating the source attachment - but still not expandable.
enhancement
RESOLVED
FIXED
{'$oid': '52e9c10954dc1c25ebdc0847'}
60,905
To synchronize with external changes on the file system (e.g. after external Ant or Maven build) it is necessary to run refresh and then clean project. It will be convenient to have a check box on the new "Project/Clean..." dialog that will force refresh on all or selected projects after clean but before rebuild.
enhancement
RESOLVED
INVALID
{'$oid': '52e9c10954dc1c25ebdc0848'}
60,903
build I20040427 Startup, as usual, was slow, so I hit Ctrl+Break in the console. This is what I saw the main thread doing. Is it necessary for PDE to be triggering manifest conversion, which required searching the jars? I'm guessing this is pretty expensive. Running this by the Equinox team for comment first. "main" prio=7 tid=0x00234d50 nid=0x858 runnable [6e000..6fc3c] at java.util.zip.ZipFile.getNextEntry(Native Method) at java.util.zip.ZipFile.access$400(ZipFile.java:26) at java.util.zip.ZipFile$2.nextElement(ZipFile.java:313) - locked <0x10030d48> (a java.util.jar.JarFile) at java.util.jar.JarFile$1.nextElement(JarFile.java:211) at org.eclipse.core.runtime.adaptor.PluginConverterImpl.getExportsFromJAR(PluginConverter at org.eclipse.core.runtime.adaptor.PluginConverterImpl.getExports(PluginConverterImpl.ja at org.eclipse.core.runtime.adaptor.PluginConverterImpl.generateProvidePackage(PluginConv at org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillManifest(PluginConverterImpl. at org.eclipse.core.runtime.adaptor.PluginConverterImpl.convertManifest(PluginConverterIm - locked <0x10f847c0> (a org.eclipse.core.runtime.adaptor.PluginConverterImpl) at org.eclipse.pde.internal.core.PDEState.loadManifest(PDEState.java:97) at org.eclipse.pde.internal.core.PDEState.addBundle(PDEState.java:66) at org.eclipse.pde.internal.core.TargetPlatformRegistryLoader.load(TargetPlatformRegistry at org.eclipse.pde.internal.core.TargetPlatformRegistryLoader.loadModels(TargetPlatformRe at org.eclipse.pde.internal.core.TargetPlatformRegistryLoader.loadModels(TargetPlatformRe at org.eclipse.pde.internal.core.ExternalModelManager.loadModels(ExternalModelManager.jav at org.eclipse.pde.internal.core.ExternalModelManager.ensureLoaded(ExternalModelManager.j at org.eclipse.pde.internal.core.ExternalModelManager.getAllModels(ExternalModelManager.j at org.eclipse.pde.internal.core.PluginModelManager.initializeTable(PluginModelManager.ja at org.eclipse.pde.internal.core.PluginModelManager.findEntry(PluginModelManager.java:141 at org.eclipse.pde.internal.core.RequiredPluginsInitializer.initialize(RequiredPluginsIni at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1175) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1841) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1755) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1727) at org.eclipse.jdt.internal.core.DeltaProcessingState.initializeRoots(DeltaProcessingStat at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:698) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java: at org.eclipse.jdt.internal.core.CompilationUnit.becomeWorkingCopy(CompilationUnit.java:7 at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider.createFileInfo( .java:819) at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider. at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:2696) at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:173) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedText at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.internalDoSetInput(JavaEditor.java:2 at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.doSetInput(JavaEditor.java:2719) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.doSetInput(CompilationUni at org.eclipse.ui.texteditor.AbstractTextEditor$14.run(AbstractTextEditor.java:2142) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:576) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:573) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:1617) at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:2156 at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:2174) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:569) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:633) at org.eclipse.ui.internal.EditorManager.access$7(EditorManager.java:619) at org.eclipse.ui.internal.EditorManager$7.run(EditorManager.java:798) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:599) at org.eclipse.core.runtime.Platform.run(Platform.java:543) at org.eclipse.ui.internal.EditorManager.busyRestoreEditor(EditorManager.java:773) at org.eclipse.ui.internal.EditorManager$6.run(EditorManager.java:766) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.EditorManager.restoreEditor(EditorManager.java:762) at org.eclipse.ui.internal.EditorManager.restoreEditorState(EditorManager.java:1252) at org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:730) at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2345) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1337) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1206) at org.eclipse.ui.internal.Workbench.access$9(Workbench.java:1173) at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1084) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:599) at org.eclipse.core.runtime.Platform.run(Platform.java:543) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1017) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:176) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:599) 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: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: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
WONTFIX
{'$oid': '52e9c10954dc1c25ebdc0849'}
60,904
I20040504 Starting a workbench with examples.jobs results in an OOE due to the large icon size.
critical
RESOLVED
FIXED
{'$oid': '52e9c10954dc1c25ebdc084a'}
60,906
Eclipse 200404281424 Latest Head or 200404281729 In Binary Parser in the C/C++ Make Project properties (for a Standard Project), the GNU Elf and Cygwin PE Binary Parser Options are not showing up in Windows. Note: they are showing up in Linux.
normal
VERIFIED
FIXED
{'$oid': '52e9c10954dc1c25ebdc084b'}
60,911
Use case: After looking something up, I want to navigate from the search results to the corresponding element in Package Explorer (preferred, but neither Navigator works). I imagine this like possibility to jump to the other view from a pop-up menu of an element (package, class, file...) in the New Search view, or having something analogical to the "Link with Editor" button on the Package Explorer (so that it would link Package Explorer with the selected search results). Whereas for a class/file I can work around this by opening the editor of the resource and then using the "Link with Editor" button, this is not possible for a package/folder. Mainly it is strange to me that the Navigate > Show In submenu in the main menu is empty for any selection in the New Search view. If this worked (for both Navigator and Package Explorer) it could be sufficient for my use-case (though not that at hand).
enhancement
RESOLVED
FIXED
{'$oid': '52e9c10954dc1c25ebdc084c'}
60,912
I created a dummy "epf" file containing random characters and another empty "epf" file. I imported both of them on M7, M8 and Build id: 200405040800. I only received an error message on M7. For the subsequent builds, the standard successful import message appeared. Error message in M7: "Unable to import preferences from file "C:\temp\MyEclipseSettings.epf" Reason: Error while importPreferences." Success message in M8 and Build id: 200405040800: "Preferences imported from file "C:\temp\MyEclipseSettings.epf"".
normal
VERIFIED
FIXED
{'$oid': '52e9c10954dc1c25ebdc084d'}
60,910
Although I have not detected a definite pattern, upon starting the workbench, if you try to do something right away like open a plugin.xml file or Search for a Java type, the classpath container of some projects would resolve to nothing. This indicates that the following method is return an empty array: public IClasspathEntry[] getClasspathEntries() { if (model == null) return new IClasspathEntry[0]; if (entries == null) { entries = ClasspathUtilCore.computePluginEntries(model); entries = verifyWithAttachmentManager(entries); } return entries; } So it could be that either: 1. the model is null. This would occur if PDE has not created a plug-in model for the Java project when JDT/Core has asked it to resolve the container. If PDE reacts to POST_CHANGE before JDT/Core, it would have a chance to initialize the model before JDT, and this problem would/should not occur. 2. entries = ClasspathUtilCore.computePluginEntries(model) is returning an empty array. This would mean that PDE models are not initialized. This seems unlikely because the particular model associated with this container is initialized, and all models are initialized at the same time. However, if this is the culprit scenario, it is a dangerous one since the empty array is now cached in the PDE container.
normal
RESOLVED
FIXED
{'$oid': '52e9c10954dc1c25ebdc084e'}
60,909
Currently it just uses a busy cursor
normal
RESOLVED
FIXED
{'$oid': '52e9c10954dc1c25ebdc084f'}
60,908
I find this confusing when looking for a location of a class I located using the Open Type dialog or in many other cases: Most of the classes in the org.eclipse.ui.ide plugin has a namespace that suggest to look in another plugin - mostly org.eclipse.ui, but also org.eclipse.ui.views. Are there plans to refactor the org.eclipse.ui.ide plugin to uphold the commonly accepted convention described in http://dev.eclipse.org/naming.html#Plug-ins ? If so, they should probably be introduced in E3.0M9...
normal
RESOLVED
WONTFIX
{'$oid': '52e9c10954dc1c25ebdc0850'}
60,913
major
RESOLVED
FIXED
{'$oid': '52e9c10954dc1c25ebdc0851'}
60,914
I thought I've seen that functionality in Eclipse, but I'm not sure now, at it doesn't seem to be available: The Show In menu should contain the possibility to navigate to Package Explorer for at least the following selections (I'm certainly not listing all): in Navigator, Synchronize view and the New Search view (see also bug #60911).
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c10954dc1c25ebdc0852'}
60,915
When synchronizing shared resources (currently using CVS), most of the time I'm primarily concerned about the revision comments (commit messages) for incoming changes. Currently I need to right-click the resource with incoming change, choose Show in Resource History and look the mesage up there. It would be very nice and helpful, if the Synchronize view displayed the message for selected resource in the status line (or another apropriate place).
enhancement
RESOLVED
DUPLICATE
{'$oid': '52e9c10954dc1c25ebdc0853'}
60,916
I200040504 The external tools main tool bar button looks unalligned (due to image). See attached picture.
normal
CLOSED
FIXED
{'$oid': '52e9c10954dc1c25ebdc0854'}
60,918
build i0504-0800 Not sure if this is related to bug 60881. With this build, F5 to step into doesn't work but F6 to step over works ok.
major
VERIFIED
FIXED
{'$oid': '52e9c10954dc1c25ebdc0855'}
60,917
Build I20040428 An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x77FCC8E1 Function=RtlFreeHeap+0x29D Library=C:\WINNT\system32\ntdll.dll Current Java thread: at org.eclipse.swt.internal.win32.OS.HeapFree(Native Method) at org.eclipse.swt.graphics.TextLayout$StyleItem.free(TextLayout.java:79) at org.eclipse.swt.graphics.TextLayout.freeRuns(TextLayout.java:526) at org.eclipse.swt.graphics.TextLayout.dispose(TextLayout.java:339) at org.eclipse.swt.custom.StyledTextRenderer.disposeTextLayout(StyledTextRenderer.java:409) at org.eclipse.swt.custom.DisplayRenderer.updateTopIndex(DisplayRenderer.java:253) at org.eclipse.swt.custom.DisplayRenderer.createTextLayout(DisplayRenderer.java:219) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:370) at org.eclipse.swt.custom.StyledText.getXAtOffset(StyledText.java:4647) at org.eclipse.swt.custom.StyledText.setCaretLocation(StyledText.java:6553) at org.eclipse.swt.custom.StyledText.setVerticalScrollOffset(StyledText.java:7511) at org.eclipse.swt.custom.StyledText.handleVerticalScroll(StyledText.java:5252) at org.eclipse.swt.custom.StyledText$8.handleEvent(StyledText.java:4749) 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.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805) at org.eclipse.swt.widgets.ScrollBar.wmScrollChild(ScrollBar.java:1009) at org.eclipse.swt.widgets.Scrollable.wmScroll(Scrollable.java:379) at org.eclipse.swt.widgets.Scrollable.WM_VSCROLL(Scrollable.java:326) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3027) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3158) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1383) at org.eclipse.swt.internal.BidiUtil.windowProc(BidiUtil.java:647) at org.eclipse.swt.internal.win32.OS.SendMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.SendMessage(OS.java:1967) at org.eclipse.swt.widgets.Scrollable.WM_MOUSEWHEEL(Scrollable.java:268) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2995) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3158) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1383) at org.eclipse.swt.internal.BidiUtil.windowProc(BidiUtil.java:647) 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:2268) 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: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(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) Dynamic libraries: 0x00400000 - 0x00407000 C:\WINNT\system32\javaw.exe 0x77F80000 - 0x77FFD000 C:\WINNT\system32\ntdll.dll 0x7C2D0000 - 0x7C332000 C:\WINNT\system32\ADVAPI32.dll 0x7C570000 - 0x7C628000 C:\WINNT\system32\KERNEL32.DLL 0x77D30000 - 0x77DA1000 C:\WINNT\system32\RPCRT4.DLL 0x77E10000 - 0x77E75000 C:\WINNT\system32\USER32.dll 0x77F40000 - 0x77F7E000 C:\WINNT\system32\GDI32.DLL 0x78000000 - 0x78045000 C:\WINNT\system32\MSVCRT.dll 0x75E60000 - 0x75E7A000 C:\WINNT\system32\IMM32.DLL 0x6CA60000 - 0x6CA68000 C:\WINNT\system32\LPK.DLL 0x66650000 - 0x666A4000 C:\WINNT\system32\USP10.dll 0x50500000 - 0x5050A000 C:\WINNT\system32\GWMHOOK.DLL 0x08000000 - 0x08138000 C:\Program Files\Java\j2re1.4.2_02\bin\client\jvm.dll 0x77570000 - 0x775A0000 C:\WINNT\system32\WINMM.dll 0x10000000 - 0x10007000 C:\Program Files\Java\j2re1.4.2_02\bin\hpi.dll 0x00830000 - 0x0083E000 C:\Program Files\Java\j2re1.4.2_02\bin\verify.dll 0x00840000 - 0x00859000 C:\Program Files\Java\j2re1.4.2_02\bin\java.dll 0x00860000 - 0x0086D000 C:\Program Files\Java\j2re1.4.2_02\bin\zip.dll 0x18500000 - 0x1854D000 D:\work\eclipse-SDK-I20040428-win32\eclipse\plugins\org.eclipse.swt.win32_3.0.0\os\win32\x86\swt-win32-3049.dll 0x77A50000 - 0x77B3F000 C:\WINNT\system32\ole32.dll 0x71710000 - 0x71794000 C:\WINNT\system32\COMCTL32.dll 0x76B30000 - 0x76B6E000 C:\WINNT\system32\comdlg32.dll 0x70A70000 - 0x70AD5000 C:\WINNT\system32\SHLWAPI.DLL 0x782F0000 - 0x78538000 C:\WINNT\system32\SHELL32.DLL 0x779B0000 - 0x77A4B000 C:\WINNT\system32\OLEAUT32.dll 0x6E420000 - 0x6E426000 C:\WINNT\system32\INDICDLL.dll 0x18AA0000 - 0x18AAF000 C:\Program Files\Java\j2re1.4.2_02\bin\net.dll 0x75030000 - 0x75044000 C:\WINNT\system32\WS2_32.dll 0x75020000 - 0x75028000 C:\WINNT\system32\WS2HELP.DLL 0x18AB0000 - 0x18AB8000 C:\Program Files\Java\j2re1.4.2_02\bin\nio.dll 0x18AE0000 - 0x18AE8000 D:\work\eclipse-SDK-I20040428-win32\eclipse\plugins\org.eclipse.core.resources.win32_3.0.0\os\win32\x86\core_2_1_0b.dll 0x69640000 - 0x6965F000 C:\WINNT\system32\oleacc.dll 0x782C0000 - 0x782CC000 C:\WINNT\System32\rnr20.dll 0x77980000 - 0x779A4000 C:\WINNT\system32\DNSAPI.DLL 0x75050000 - 0x75058000 C:\WINNT\system32\WSOCK32.DLL 0x77340000 - 0x77353000 C:\WINNT\system32\iphlpapi.dll 0x77520000 - 0x77525000 C:\WINNT\system32\ICMP.DLL 0x77320000 - 0x77337000 C:\WINNT\system32\MPRAPI.DLL 0x75150000 - 0x7515F000 C:\WINNT\system32\SAMLIB.DLL 0x75170000 - 0x751BF000 C:\WINNT\system32\NETAPI32.DLL 0x7C340000 - 0x7C34F000 C:\WINNT\system32\SECUR32.DLL 0x751C0000 - 0x751C6000 C:\WINNT\system32\NETRAP.DLL 0x77950000 - 0x7797A000 C:\WINNT\system32\WLDAP32.DLL 0x773B0000 - 0x773DF000 C:\WINNT\system32\ACTIVEDS.DLL 0x77380000 - 0x773A3000 C:\WINNT\system32\ADSLDPC.DLL 0x77830000 - 0x7783E000 C:\WINNT\system32\RTUTILS.DLL 0x77880000 - 0x7790E000 C:\WINNT\system32\SETUPAPI.DLL 0x7C0F0000 - 0x7C151000 C:\WINNT\system32\USERENV.DLL 0x774E0000 - 0x77513000 C:\WINNT\system32\RASAPI32.DLL 0x774C0000 - 0x774D1000 C:\WINNT\system32\RASMAN.DLL 0x77530000 - 0x77552000 C:\WINNT\system32\TAPI32.DLL 0x77360000 - 0x77379000 C:\WINNT\system32\DHCPCSVC.DLL 0x777E0000 - 0x777E8000 C:\WINNT\System32\winrnr.dll 0x777F0000 - 0x777F5000 C:\WINNT\system32\rasadhlp.dll 0x74FD0000 - 0x74FEE000 C:\WINNT\system32\msafd.dll 0x75010000 - 0x75017000 C:\WINNT\System32\wshtcpip.dll 0x7CA00000 - 0x7CA23000 C:\WINNT\system32\rsaenh.dll 0x7C740000 - 0x7C7C7000 C:\WINNT\system32\CRYPT32.dll 0x77430000 - 0x77440000 C:\WINNT\system32\MSASN1.DLL 0x6B2C0000 - 0x6B2C5000 C:\WINNT\system32\msimg32.dll 0x775A0000 - 0x77630000 C:\WINNT\system32\CLBCATQ.DLL 0x02FE0000 - 0x031E4000 C:\WINNT\system32\msi.dll 0x77920000 - 0x77943000 C:\WINNT\system32\imagehlp.dll 0x72A00000 - 0x72A2D000 C:\WINNT\system32\DBGHELP.dll 0x690A0000 - 0x690AB000 C:\WINNT\system32\PSAPI.DLL Heap at VM Abort: Heap def new generation total 3456K, used 1056K [0x10010000, 0x103d0000, 0x104f0000) eden space 3072K, 21% used [0x10010000, 0x100b80f0, 0x10310000) from space 384K, 99% used [0x10310000, 0x1036fff8, 0x10370000) to space 384K, 0% used [0x10370000, 0x10370000, 0x103d0000) tenured generation total 45200K, used 37044K [0x104f0000, 0x13114000, 0x14010000) the space 45200K, 81% used [0x104f0000, 0x1291d2e0, 0x1291d400, 0x13114000) compacting perm gen total 28416K, used 28273K [0x14010000, 0x15bd0000, 0x18010000) the space 28416K, 99% used [0x14010000, 0x15bac4f0, 0x15bac600, 0x15bd0000) Local Time = Tue May 04 11:38:20 2004 Elapsed Time = 1007 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2_02-b03 mixed mode) #
major
RESOLVED
WORKSFORME
{'$oid': '52e9c10a54dc1c25ebdc0856'}
60,919
Steps to reproduce (E3.0M8 - 200403261517): 1. Have incoming changes to a shared workspace project 2. Synchronize the project so that the incoming changes show up in the "Synchronize" view 3. Close the project in the Package Explorer At this point I get a bunch of errors in the log. Note: There was only one changed resource (one incoming change) in the concerned project. Attaching log...
normal
RESOLVED
FIXED
{'$oid': '52e9c10a54dc1c25ebdc0857'}
60,907
build N20040503 - start the workspace - delete a view_menu.gif file from org.eclipse.ui\icons... - note for me that a build starts now - drag another file from the file system while the build is happening - drop it on the folder where the first file was deleted from two progress dialogs appear... see attachment.
normal
VERIFIED
FIXED
{'$oid': '52e9c10a54dc1c25ebdc0858'}
60,920
Category classes (HyadesClasspathCategory, HyadesRootDirectroyCategory, for example) are created to achieve configuration inter-operability so it is used in test harness for headless execution along with other execution senarios. HyadesClasspathCategoryImpl() uses CommonPlugin to get resource bundles and CommonPlugin.getDescriptor() explicitly require the org.eclipse.core.runtime.compatibility plug-in when getting resource bundle. Thus headless test execution doesn't work with this dependency. This dependency can be removed if resource bundle can be retrieved not using CommonPlugin.
normal
CLOSED
FIXED
{'$oid': '52e9c10a54dc1c25ebdc0859'}
60,921
normal
CLOSED
FIXED
{'$oid': '52e9c10a54dc1c25ebdc085a'}
60,922
The specs for classpath container initializers (subclasses of ClasspathContainerInitializer) and classpath containers (implementations of IClasspathContainer) should spell out the restricted subset of the JDT Core APIs that can be safely used.
normal
VERIFIED
FIXED
{'$oid': '52e9c10a54dc1c25ebdc085b'}
60,923
At times I attempt to edit a program as it is running, based upon debug output. I also like to have the console set to Fast View since it then can cover the entire bottom of the screen and is easily ignored or hidden. However, when the program is running the fastview console constantly steals focus from the editor every time there is output to it. This makes sense because of the way fastviews work (they are only visible when they have the focus, so they would be hidden if they didn't steal focus, removing any possibility of showing output as it comes). It would be nice if there was a way to set the fast view to pop-up, but not steal focus. I would imagine this would involve a change in the way fastviews are shown/hidden. Possible Solution: if the fast view would show when it is updated, not steal the focus, and then stay up until it is clicked on and then clicked off. This would be most effective if a button was on the view enabling/disabling this behavior. Example: Editing, editing, ... Up pops console (focus still on the editor) Editing, editing, ... (console still visible) User clicks on console (console still visible) User clicks off console (console hides)
enhancement
RESOLVED
WONTFIX
{'$oid': '52e9c10a54dc1c25ebdc085c'}
60,924
In Functional Tester, whenever we construct a new datapool, we put in a default equivalence class, but without any record. That causes empty datapool cannot be opened, becauseof exception in DatapoolTable.createCursor(). We once bypassed the problem by also inserting an empty record when construct a datapool, but that caused many other problems.
normal
CLOSED
FIXED
{'$oid': '52e9c10a54dc1c25ebdc085d'}
60,927
PDE is using the OpenLaunchDialogAction in cheat sheets. They require to know the result of invoking the action (succeed/fail). Need to add call to "notifyResult(..)" in the action.
normal
VERIFIED
FIXED
{'$oid': '52e9c10a54dc1c25ebdc085e'}
60,925
i20040504 I noticed this migrating the non-uniform encoding mechanism to project preferences. Flushing a node in the project scope does not cause an immediate resource change event, because the corresponding file is saved to the file system, not to the workspace. Only if you have auto-refresh on (or refresh manually), the changes will eventually show up.
normal
RESOLVED
FIXED
{'$oid': '52e9c10a54dc1c25ebdc085f'}
60,928
Build id: 200404281424 - started launching a runtime workbench, which triggered a build - canceled that build (in the progress view) - made a change to the vm arguments - relaunched The runtime workbench immediately tried to launch, a build was not triggered. The class files were not found and the launch did not succeed.
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c10a54dc1c25ebdc0860'}
60,930
At the moment it seems that isUnique()==true is the default value also for single-valued attributes such as of primitive types. Imagine an application that stores EClass objects in a database, where the properties of EAttributes are mapped to properties of the resulting columns. Here a "UNIQUE" column means that only one row is allowed to have a certain value in that column. This is nothing you'd normally want to have as a default. I don't know what consequences a changed default uniqueness has on generated EObject code, but I'd guess there aren't many people relying on single-valued attributes to be unique by default.
enhancement
RESOLVED
WONTFIX
{'$oid': '52e9c10a54dc1c25ebdc0861'}
60,933
There's no problem on WinXp, but happens on Win2K. From Functional Tester Eclipes: Open Datapool and edit a cell value, delete key is not functional only backspace can be used.
normal
CLOSED
DUPLICATE
{'$oid': '52e9c10a54dc1c25ebdc0862'}
60,932
GEF has copied versions of the propertysheet classes from org.eclipse.ui.views. The copies are pretty old. Merge any updates in the original classes with our copies. The reason we copied was to enable command support. So there are changes in the implementation which we need.
normal
RESOLVED
FIXED
{'$oid': '52e9c10a54dc1c25ebdc0863'}
60,935
20040504 Open help, click Show All Topics button in the toolbar. A confirmation dialog opens. It has two vertical scrollbars. It should have none by default.
normal
RESOLVED
FIXED
{'$oid': '52e9c10a54dc1c25ebdc0864'}
60,931
The customer is looking for a fix for the 2.1.x maintenance stream. Without this capability, they say that it is virtually impossible for them to establish a consistent working environment for all users - which they consider absolutely necessary". They are migrating from WSDD 5.5 to WSDD 5.6. I see the same problem migrating preferences from Eclipse 2.0.2 to Eclipse 2.1.2. When they try to import a preferences file from Eclipse 2.0.2 into Eclipse 2.1.2, they see the following warning: "There is a minor compatibility problem with the preferences file. Do you wish to continue? Some preferences may not be compatible with currently installed plug-ins." The customer presses "yes" to continue. The import appears to work okay. If the customer then tries to import the file again, then they see the following error message: "Error notifying a preference listener" When they export the preferences file from Eclipse 2.1.2, duplicate entries for the fonts appear in the file. They are in a slightly different format. From 2.0.2 the format appears like this: org.eclipse.ui/org.eclipse.jface.textfont=1|Courier|10|0|WINDOWS|1|0|0|0|0|0|0|0 |0|1|0|0|0|0|Courier; In 2.1.2 the format appears like this: org.eclipse.ui.workbench/org.eclipse.jface.textfont=1|Courier|10|0|WINDOWS|1|0|0 |0|0|0|0|0|0|1|0|0|0|0|Courier; The difference is in 2.1.2 it is org.eclipse.ui.workbench and in 2.0.2 it is org.eclipse.ui. The on-line documentation implies that you should be able to import preferences from one release to another. Steps to Reproduce: 1. In Eclipse 2.0.2 Windows -> Preferences -> Workbench -> Fonts 2. Change the fonts. 3. Export the preferences file. 4. In Eclipse 2.1.2 Windows -> Preferences -> Workbench -> Fonts 5. Import the preferences file from Eclipse 2.0.2 6. You should see the warning 7. Try to import it again, you should see the error. 8. Export the preferences file. 9. You should see double entries for the fonts. 10. I've found that if you comment out the font entries from Eclipse 2.0.2 with a #, then the import will work.
minor
RESOLVED
WONTFIX
{'$oid': '52e9c10a54dc1c25ebdc0866'}
60,926
On my gentoo (2004-1) amd64 system. im unable to start eclipse when using sun jdk 1.5 b1. im using glibs 2.3.2 with nptl enabled. Withouth nptl i was able to run eclipse with blackdown jdk (for amd64) to some degree however with nptl its not working with it either (looks like crashes in ZIP compression classes) Sun jdk didnt work with nptl turned off either. here is the log produced by virtual machine when trying to start eclipse # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0x0000002ae2badc10, pid=14974, tid=-1783902064 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0-beta-b32c mixed mode) # Problematic frame: # C 0x0000002ae2badc10 # --------------- T H R E A D --------------- Current thread (0x00000000401149e0): JavaThread "main" [_thread_in_Java, id=14974] siginfo:si_signo=11, si_errno=0, si_code=2, si_addr=0x0000002ae2badc10 Registers: RAX=0x0000000000000000, RBX=0x0000002adecb24b0, RCX=0x0000002a96244940, RDX=0x0000000000000000 RSP=0x0000007fbfffb6b8, RBP=0x0000007fbfffb710, RSI=0x0000000040117028, RDI=0x0000000040116d08 R8 =0x0000000040116c40, R9 =0x0000002a96247cf0, R10=0x00000000401aa0c0, R11=0x0000002a9623a218 R12=0x0000002ae2badc10, R13=0x0000002adecb24b0, R14=0x0000007fbfffb738, R15=0x00000000401149e0 RIP=0x0000002ae2badc10, EFL=0x0000000000010246, CSGSFS=0x0000000000007870, ERR=0x0000000000000015 TRAPNO=0x000000000000000e Top of Stack: (sp=0x0000007fbfffb6b8) 0x0000007fbfffb6b8: 0000002a99afd1f2 00000000401149e0 0x0000007fbfffb6c8: 0000000c00000010 00000000401149e0 0x0000007fbfffb6d8: 0000007fbfffb6d8 0000002adecb24b0 0x0000007fbfffb6e8: 0000007fbfffb738 0000002adecb53a8 0x0000007fbfffb6f8: 0000000000000000 0000002adecb24b0 0x0000007fbfffb708: 0000007fbfffb730 0000007fbfffb780 0x0000007fbfffb718: 0000002a99af3c1a 0000000000000000 0x0000007fbfffb728: 0000000000000000 0000002ae2bad830 0x0000007fbfffb738: 0000002adab223a8 0000002adab22c20 0x0000007fbfffb748: 0000007fbfffb748 0000002adecb22d6 0x0000007fbfffb758: 0000007fbfffb7e0 0000002adecb53a8 0x0000007fbfffb768: 0000000000000000 0000002adecb2340 0x0000007fbfffb778: 0000007fbfffb7d0 0000007fbfffb820 0x0000007fbfffb788: 0000002a99af3cfe 0000000000000000 0x0000007fbfffb798: 0000000000000000 0000000000000000 0x0000007fbfffb7a8: 0000000000000000 0000002ae2bad830 0x0000007fbfffb7b8: 0000000000000000 0000000000000000 0x0000007fbfffb7c8: 0000002adab223a8 0000000000000001 0x0000007fbfffb7d8: 0000002adab22cb8 0000002adab22c20 0x0000007fbfffb7e8: 0000007fbfffb7e8 0000002adecae383 0x0000007fbfffb7f8: 0000007fbfffb848 0000002adecb5c88 0x0000007fbfffb808: 0000000000000000 0000002adecae398 0x0000007fbfffb818: 0000007fbfffb830 0000007fbfffb888 0x0000007fbfffb828: 0000002a99af3cfe 0000000000000001 0x0000007fbfffb838: 0000000000000001 0000002adab22cb8 0x0000007fbfffb848: 0000002adab22c20 0000007fbfffb850 0x0000007fbfffb858: 0000002adecae05b 0000007fbfffb8a0 0x0000007fbfffb868: 0000002adecb5c88 0000000000000000 0x0000007fbfffb878: 0000002adecae070 0000007fbfffb898 0x0000007fbfffb888: 0000007fbfffb8e8 0000002a99af3cfe 0x0000007fbfffb898: 0000002adab223a8 0000002adab22c20 0x0000007fbfffb8a8: 0000002adab22c20 0000007fbfffb8b0 Instructions: (pc=0x0000002ae2badc10) 0x0000002ae2badc00: 00 00 00 00 00 00 00 00 21 00 00 00 00 00 00 00 0x0000002ae2badc10: 49 8b 56 f8 48 b8 96 a2 af 99 2a 00 00 00 c3 00 Stack: [0x0000007fbfe00000,0x0000007fc0000000), sp=0x0000007fbfffb6b8, free space=2029k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C 0x0000002ae2badc10 j java.util.zip.ZipFile.<init>(Ljava/io/File;I)V+110 j java.util.jar.JarFile.<init>(Ljava/io/File;ZI)V+3 j java.util.jar.JarFile.<init>(Ljava/lang/String;)V+11 j sun.misc.URLClassPath$JarLoader.getJarFile(Ljava/net/URL;) Ljava/util/jar/JarFile;+48 j sun.misc.URLClassPath$JarLoader.<init> (Ljava/net/URL;Ljava/net/URLStreamHandler;Ljava/util/HashMap;)V+39 j sun.misc.URLClassPath+3.run()Ljava/lang/Object;+82 v ~StubRoutines::call_stub --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000002ae2ba7930 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=14982] 0x0000002ae2ba5ec0 JavaThread "CompilerThread1" daemon [_thread_blocked, id=14981] 0x0000002ae2ba4b60 JavaThread "CompilerThread0" daemon [_thread_blocked, id=14980] 0x0000002ae2ba37b0 JavaThread "AdapterThread" daemon [_thread_blocked, id=14979] 0x00000000401be5f0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=14978] 0x00000000401add80 JavaThread "Finalizer" daemon [_thread_blocked, id=14977] 0x00000000401ad5b0 JavaThread "Reference Handler" daemon [_thread_blocked, id=14976] =>0x00000000401149e0 JavaThread "main" [_thread_in_Java, id=14974] Other Threads: 0x00000000401a9640 VMThread [id=14975] 0x0000002ae2ba9220 WatcherThread [id=14983] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 1856K, used 165K [0x0000002adab00000, 0x0000002adad00000, 0x0000002adc050000) eden space 1664K, 9% used [0x0000002adab00000, 0x0000002adab295b8, 0x0000002adaca0000) from space 192K, 0% used [0x0000002adaca0000, 0x0000002adaca0000, 0x0000002adacd0000) to space 192K, 0% used [0x0000002adacd0000, 0x0000002adacd0000, 0x0000002adad00000) tenured generation total 1408K, used 0K [0x0000002adc050000, 0x0000002adc1b0000, 0x0000002adeb00000) the space 1408K, 0% used [0x0000002adc050000, 0x0000002adc050000, 0x0000002adc050200, 0x0000002adc1b0000) compacting perm gen total 16384K, used 1757K [0x0000002adeb00000, 0x0000002adfb00000, 0x0000002ae2b00000) the space 16384K, 10% used [0x0000002adeb00000, 0x0000002adecb7570, 0x0000002adecb7600, 0x0000002adfb00000) No shared spaces configured. Dynamic libraries: 40000000-4000d000 r-xp 00000000 08:03 11044125 /opt/sun-jdk-1.5.0_beta1/bin/java 4000d000-4000e000 ---p 00000000 00:00 0 4000e000-4001d000 rwxp 00001000 00:00 0 4010c000-4010f000 rw-p 0000c000 08:03 11044125 /opt/sun-jdk-1.5.0_beta1/bin/java 4010f000-401bf000 rwxp 00000000 00:00 0 401bf000-401c2000 ---p 000b0000 00:00 0 401c2000-402bf000 rwxp 000b3000 00:00 0 402bf000-402c2000 ---p 001b0000 00:00 0 402c2000-403bf000 rwxp 001b3000 00:00 0 403bf000-403c2000 ---p 002b0000 00:00 0 403c2000-404bf000 rwxp 002b3000 00:00 0 404bf000-404c2000 ---p 003b0000 00:00 0 404c2000-408bf000 rwxp 003b3000 00:00 0 408bf000-408c2000 ---p 007b0000 00:00 0 408c2000-40cbf000 rwxp 007b3000 00:00 0 40cbf000-40cc2000 ---p 00bb0000 00:00 0 40cc2000-410bf000 rwxp 00bb3000 00:00 0 410bf000-410c2000 ---p 00fb0000 00:00 0 410c2000-411bf000 rwxp 00fb3000 00:00 0 411bf000-411c0000 ---p 010b0000 00:00 0 411c0000-412bf000 rwxp 010b1000 00:00 0 2a95556000-2a9556b000 r-xp 00000000 08:03 11424099 /lib/ld-2.3.2.so 2a9556b000-2a9556c000 rw-p 00000000 00:00 0 2a9556c000-2a9556f000 r--s 00000000 08:03 11898110 /opt/sun-jdk-1.5.0_beta1/jre/lib/ext/dnsns.jar 2a9566b000-2a9566c000 rw-p 00015000 08:03 11424099 /lib/ld-2.3.2.so 2a9566c000-2a9567b000 r-xp 00000000 08:03 11424108 /lib/libpthread-0.60.so 2a9567b000-2a9576c000 ---p 0000f000 08:03 11424108 /lib/libpthread-0.60.so 2a9576c000-2a9577c000 rw-p 00000000 08:03 11424108 /lib/libpthread-0.60.so 2a9577c000-2a95780000 rw-p 00000000 00:00 0 2a95780000-2a95783000 r-xp 00000000 08:03 11424103 /lib/libdl-2.3.2.so 2a95783000-2a95880000 ---p 00003000 08:03 11424103 /lib/libdl-2.3.2.so 2a95880000-2a95883000 rw-p 00000000 08:03 11424103 /lib/libdl-2.3.2.so 2a95883000-2a95884000 rw-p 00000000 00:00 0 2a95884000-2a959b4000 r-xp 00000000 08:03 11424414 /lib/libc-2.3.2.so 2a959b4000-2a95a84000 ---p 00130000 08:03 11424414 /lib/libc-2.3.2.so 2a95a84000-2a95ab8000 rw-p 00100000 08:03 11424414 /lib/libc-2.3.2.so 2a95ab8000-2a95abe000 rw-p 00000000 00:00 0 2a95abe000-2a960c4000 r-xp 00000000 08:03 11911207 /opt/sun-jdk- 1.5.0_beta1/jre/lib/amd64/server/libjvm.so 2a960c4000-2a961be000 ---p 00606000 08:03 11911207 /opt/sun-jdk- 1.5.0_beta1/jre/lib/amd64/server/libjvm.so 2a961be000-2a96303000 rw-p 00600000 08:03 11911207 /opt/sun-jdk- 1.5.0_beta1/jre/lib/amd64/server/libjvm.so 2a96303000-2a96330000 rw-p 00000000 00:00 0 2a96330000-2a96331000 r--p 00000000 00:00 0 2a9634c000-2a963d0000 r-xp 00000000 08:03 11424101 /lib/libm-2.3.2.so 2a963d0000-2a9644c000 ---p 00084000 08:03 11424101 /lib/libm-2.3.2.so 2a9644c000-2a964d0000 rw-p 00000000 08:03 11424101 /lib/libm-2.3.2.so 2a964d0000-2a964d9000 r-xp 00000000 08:03 11911213 /opt/sun-jdk- 1.5.0_beta1/jre/lib/amd64/native_threads/libhpi.so 2a964d9000-2a965d0000 ---p 00009000 08:03 11911213 /opt/sun-jdk- 1.5.0_beta1/jre/lib/amd64/native_threads/libhpi.so 2a965d0000-2a965db000 rw-p 00000000 08:03 11911213 /opt/sun-jdk- 1.5.0_beta1/jre/lib/amd64/native_threads/libhpi.so 2a965db000-2a965dc000 rw-p 00000000 00:00 0 2a965dc000-2a965e0000 rw-s 00000000 08:03 344221 /tmp/hsperfdata_aris/14974 2a965f8000-2a9660b000 r-xp 00000000 08:03 11424144 /lib/libnsl-2.3.2.so 2a9660b000-2a966f8000 ---p 00013000 08:03 11424144 /lib/libnsl-2.3.2.so 2a966f8000-2a9670c000 rw-p 00000000 08:03 11424144 /lib/libnsl-2.3.2.so 2a9670c000-2a9670e000 rw-p 00000000 00:00 0 2a9670e000-2a96715000 r-xp 00000000 08:03 11424146 /lib/libnss_compat-2.3.2.so 2a96715000-2a9680e000 ---p 00007000 08:03 11424146 /lib/libnss_compat-2.3.2.so 2a9680e000-2a96816000 rw-p 00000000 08:03 11424146 /lib/libnss_compat-2.3.2.so 2a96816000-2a9681f000 r-xp 00000000 08:03 11424145 /lib/libnss_nis-2.3.2.so 2a9681f000-2a96916000 ---p 00009000 08:03 11424145 /lib/libnss_nis-2.3.2.so 2a96916000-2a9691f000 rw-p 00000000 08:03 11424145 /lib/libnss_nis-2.3.2.so 2a9691f000-2a96929000 r-xp 00000000 08:03 11424114 /lib/libnss_files-2.3.2.so 2a96929000-2a96a1f000 ---p 0000a000 08:03 11424114 /lib/libnss_files-2.3.2.so 2a96a1f000-2a96a29000 rw-p 00000000 08:03 11424114 /lib/libnss_files-2.3.2.so 2a96a29000-2a96a36000 r-xp 00000000 08:03 11898120 /opt/sun-jdk- 1.5.0_beta1/jre/lib/amd64/libverify.so 2a96a36000-2a96b29000 ---p 0000d000 08:03 11898120 /opt/sun-jdk- 1.5.0_beta1/jre/lib/amd64/libverify.so 2a96b29000-2a96b38000 rw-p 00000000 08:03 11898120 /opt/sun-jdk- 1.5.0_beta1/jre/lib/amd64/libverify.so 2a96b38000-2a96b5c000 r-xp 00000000 08:03 11898132 /opt/sun-jdk-1.5.0_beta1/jre/lib/amd64/libjava.so 2a96b5c000-2a96c38000 ---p 00024000 08:03 11898132 /opt/sun-jdk-1.5.0_beta1/jre/lib/amd64/libjava.so 2a96c38000-2a96c62000 rw-p 00000000 08:03 11898132 /opt/sun-jdk-1.5.0_beta1/jre/lib/amd64/libjava.so 2a96c62000-2a96c78000 r-xp 00000000 08:03 11898126 /opt/sun-jdk-1.5.0_beta1/jre/lib/amd64/libzip.so 2a96c78000-2a96d62000 ---p 00016000 08:03 11898126 /opt/sun-jdk-1.5.0_beta1/jre/lib/amd64/libzip.so 2a96d62000-2a96d7d000 rw-p 00000000 08:03 11898126 /opt/sun-jdk-1.5.0_beta1/jre/lib/amd64/libzip.so 2a96d7d000-2a9918f000 r--s 00000000 08:03 11898165 /opt/sun-jdk-1.5.0_beta1/jre/lib/rt.jar 2a9918f000-2a99224000 rw-p 00000000 00:00 0 2a99224000-2a992a4000 r--s 00000000 08:03 11898149 /opt/sun-jdk-1.5.0_beta1/jre/lib/jsse.jar 2a992a4000-2a992b8000 r--s 00000000 08:03 11898163 /opt/sun-jdk-1.5.0_beta1/jre/lib/jce.jar 2a992b8000-2a99af1000 r--s 00000000 08:03 11898152 /opt/sun-jdk-1.5.0_beta1/jre/lib/charsets.jar 2a99af1000-2a99bf1000 rwxp 00000000 00:00 0 2a99bf1000-2ad9af1000 rwxp 00100000 00:00 0 2ad9af1000-2ad9af5000 rwxp 00000000 00:00 0 2ad9af5000-2adaaf1000 rwxp 40004000 00:00 0 2adab00000-2adad00000 rwxp 00000000 00:00 0 2adad00000-2adc050000 rwxp 4120f000 00:00 0 2adc050000-2adc1b0000 rwxp 00000000 00:00 0 2adc1b0000-2adeb00000 rwxp 426bf000 00:00 0 2adeb00000-2adfb00000 rwxp 00000000 00:00 0 2adfb00000-2ae2b00000 rwxp 4600f000 00:00 0 2ae2b00000-2ae2b01000 rwxp 00000000 00:00 0 2ae2b01000-2ae2b0a000 rwxp 49010000 00:00 0 2ae2b0a000-2ae2b0c000 rwxp 00000000 00:00 0 2ae2b0c000-2ae2b20000 rwxp 4901b000 00:00 0 2ae2b20000-2ae2b28000 rwxp 00000000 00:00 0 2ae2b28000-2ae2b40000 rwxp 49037000 00:00 0 2ae2b40000-2ae2b42000 rwxp 00000000 00:00 0 2ae2b42000-2ae2b57000 rwxp 00001000 00:00 0 2ae2b57000-2ae2b60000 rwxp 00000000 00:00 0 2ae2b60000-2ae2b78000 rwxp 0001f000 00:00 0 2ae2b78000-2ae2ca0000 rw-p 00000000 00:00 0 7fbfe00000-7fbfe03000 ---p 00000000 00:00 0 7fbfe03000-7fc0000000 rwxp ffffffffffe04000 00:00 0 ffffffffff600000-ffffffffffe00000 ---p 00000000 00:00 0 VM Arguments: java_command: org.eclipse.core.launcher.Main -os linux -ws gtk -arch amd64 - showsplash /opt/eclipse/eclipse -showsplash 600 -exitdata /opt/eclipse/eclipse - exitdata 1248050 -vm /opt/sun-jdk-1.5.0_beta1/bin/java -vmargs - cp /opt/eclipse/startup.jar org.eclipse.core.launcher.Main Environment Variables: JAVA_HOME=/opt/sun-jdk-1.5.0_beta1 CLASSPATH=/usr/share/systray4j/lib/systray4j.jar:/usr/share/systray4j/lib/systra y4j.jar:. PATH=/bin:/usr/bin:/usr/local/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc- bin/3.3:/usr/X11R6/bin:/opt/sun-jdk-1.5.0_beta1/bin:/opt/sun-jdk- 1.5.0_beta1/jre/bin:/opt/sun-jdk- 1.5.0_beta1/jre/javaws:/usr/qt/3/bin:/usr/kde/3.2/bin:/usr/games/bin:/opt/vmware /bin USERNAME=aris LD_LIBRARY_PATH=/opt/sun-jdk-1.5.0_beta1/jre/lib/amd64/server:/opt/sun-jdk- 1.5.0_beta1/jre/lib/amd64:/opt/sun-jdk-1.5.0_beta1/jre/../lib/amd64 SHELL=/bin/bash DISPLAY=:0.0 --------------- S Y S T E M --------------- OS:Gentoo Base System version 1.4.9 uname:Linux 2.6.6-rc1 #1 Fri Apr 16 22:05:45 EDT 2004 x86_64 libc:glibc 2.3.2 NPTL 0.60 rlimit: STACK 8192k, CORE 0k, NPROC 8191, NOFILE 1024, AS infinity load average:1.89 1.22 1.07 CPU:total 1(active 1) Memory: 4k page, physical 1029676k(40196k free), swap 996020k(934600k free) vm_info: Java HotSpot(TM) 64-Bit Server VM (1.5.0-beta-b32c) for linux-amd64, built on Jan 23 2004 02:31:19 by java_re with gcc 3.2.2 (SuSE Linux)
major
RESOLVED
WORKSFORME
{'$oid': '52e9c10b54dc1c25ebdc0867'}
60,934
Tabbing to change focus in a JPanel embedded in a SWT wizard dialog doesn't work. Expected bahaviour: Pressing tab should cause focus to be gained by the next Swing component in the tab order. Observed behaviour: Pressing tab causes focus to be gained by a one of the SWT buttons on the wizard dialog. JDK version: 1.4.2_04 (Sun)
normal
RESOLVED
FIXED
{'$oid': '52e9c10b54dc1c25ebdc0869'}
60,937
For example, I go to the Preferences dialog and go to the Keys section. Using the mouse, I click on the Category combobox, but I see that there are a lot of them, so I use the keyboard to navigate up and down the list. When the correct item is highlighted I hit Enter to select that item in the combobox, but instead, the dialog gets dismissed. In other Windows apps, the combobox will close but the dialog will remain open.
normal
RESOLVED
FIXED
{'$oid': '52e9c10b54dc1c25ebdc086a'}
60,938
I20040504 Mozilla 1.5 on Linux. Pressing Show All Topics button in help opens a confirmation dialog. The checkbox for Do not ask again is very large and cannot be seletected.
normal
RESOLVED
FIXED
{'$oid': '52e9c10b54dc1c25ebdc086b'}
60,941
When I do a search across multiple files, the Search view has "Show the Next Match" and "Show the Previous Match" toolbar buttons. It is frustrating that I cannot jump to the next match using the keyboard. If I want to modify a lot of the results that I found, I have to use the mouse to click on the Next Match button (or double-click on the result in the list), then use the keyboard to make the change, and then use the mouse again to navigate to the next result.
normal
RESOLVED
FIXED
{'$oid': '52e9c10b54dc1c25ebdc086c'}
60,939
The parser needs to take into account the "using" namespace when parsing class declarations. Base classes should be returned as fully qualified names.
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c10b54dc1c25ebdc086d'}
60,943
The red squares on the right side of the editor provide a nice navigation feature. However, it is hard to use them because the hotspot is only 1 pixel tall. The hotspot needs to be the entire square. Overlapping squares shouldn't matter since you are navigating to the general area anyway.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c10b54dc1c25ebdc086e'}
60,942
Add a function to change the case of a highlighted word in the eclipse editor. In the context menu we should have an entry: Change case > Invert Case Upper Case Lower Case
enhancement
RESOLVED
DUPLICATE
{'$oid': '52e9c10b54dc1c25ebdc086f'}
60,944
When parsing a class definition, if the base classes are typedefs they need to be resolvable back to their original class.
normal
RESOLVED
FIXED
{'$oid': '52e9c10b54dc1c25ebdc0870'}
60,940
I have a feeling that there are many strings in our .properties files (especially trace.ui) that are no longer used. Since this creates a burden on the translations, we should eventually clean these out.
minor
CLOSED
FIXED
{'$oid': '52e9c10b54dc1c25ebdc0871'}
60,945
Say I do a search that matches files A, B, and C. I have no open files. I select file A in the Search Results view and hit Enter. File A opens, but focus remains in the Search Results view; if I hit the down arrow, it selects file B. Now I hit Enter, and file B opens, and file B's editor gets focus. Hitting the down arrow will navigate inside file B. If I transfer focus back to the Search view, and select file A and hit Enter, focus stays in the Search view. It appears that if at least one editor is open, and I hit Enter on a file that is not already open, then focus will jump to the editor. If the file is already open, or if no files were open, then focus stays in the Search view.
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c10b54dc1c25ebdc0872'}
60,946
It would be nice to be able to have a listener receive deltas whenever the index is updated. Ideally this would include which index file changed, which source files were reindexed and any dependencies on those files.
normal
RESOLVED
FIXED
{'$oid': '52e9c10b54dc1c25ebdc0873'}
60,947
build 200404281424 + a bunch of HEADs I shutdown the Workbench pretty close to it starting and received the following exception. java.util.ConcurrentModificationException at java.lang.Throwable.<init>(Throwable.java) at java.util.HashMap$HashIterator.nextEntry(HashMap.java) at java.util.HashMap$KeyIterator.next(HashMap.java) at org.eclipse.jdt.internal.core.JavaModelManager.saving (JavaModelManager.java:1409) at org.eclipse.core.internal.resources.SaveManager.executeLifecycle (SaveManager.java:308) at org.eclipse.core.internal.resources.SaveManager$1.run (SaveManager.java:129) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.core.internal.resources.SaveManager.broadcastLifecycle (SaveManager.java:141) at org.eclipse.core.internal.resources.SaveManager.save (SaveManager.java:1323) at org.eclipse.core.internal.resources.Workspace.save (Workspace.java:1682) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor$5.run (IDEWorkbenchAdvisor.java:440) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:302) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run (ProgressMonitorDialog.java:394) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run (ProgressMonitorJobsDialog.java:237) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.disconnectFromWorkspace (IDEWorkbenchAdvisor.java:447) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.postShutdown (IDEWorkbenchAdvisor.java:212) at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:1618) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:455) at org.eclipse.ui.internal.Workbench.access$7(Workbench.java:386) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:558) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:84) at org.eclipse.ui.internal.Workbench.close(Workbench.java:556) at org.eclipse.ui.internal.Workbench.close(Workbench.java:532) at org.eclipse.ui.internal.WorkbenchWindow.busyClose (WorkbenchWindow.java:394) at org.eclipse.ui.internal.WorkbenchWindow.access$0 (WorkbenchWindow.java:379) at org.eclipse.ui.internal.WorkbenchWindow$1.run (WorkbenchWindow.java:466) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.close (WorkbenchWindow.java:464) at org.eclipse.jface.window.Window.handleShellCloseEvent (Window.java:593) at org.eclipse.jface.window.Window$2.shellClosed(Window.java:544) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:158) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) 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.Decorations.WM_CLOSE(Decorations.java:1508) at org.eclipse.swt.widgets.Control.windowProc(Control.java) at org.eclipse.swt.widgets.Decorations.windowProc (Decorations.java:1451) at org.eclipse.swt.widgets.Display.windowProc(Display.java) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:397) at org.eclipse.swt.widgets.Control.windowProc(Control.java) at org.eclipse.swt.widgets.Decorations.windowProc (Decorations.java:1451) at org.eclipse.swt.widgets.Display.windowProc(Display.java) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:397) at org.eclipse.swt.widgets.Control.windowProc(Control.java) at org.eclipse.swt.widgets.Decorations.windowProc (Decorations.java:1451) at org.eclipse.swt.widgets.Display.windowProc(Display.java) 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:2268) 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: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:390) 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
DUPLICATE
{'$oid': '52e9c10b54dc1c25ebdc0874'}
60,948
Right now the index does not contain symbols from any files not referenced by a .cpp file. This is problematic when you want to browse new types from an external header, such as choosing a base class in the class wizard. I realize there may be performance/scalability ramifications - maybe this could be turned off in a prefs page?
normal
RESOLVED
FIXED
{'$oid': '52e9c10b54dc1c25ebdc0875'}
60,951
Add validation to the EventFormatter de-serialization code according to the CBE v1.0.1 schema.
normal
CLOSED
FIXED
{'$oid': '52e9c10b54dc1c25ebdc0876'}
60,950
Eclipse 200404281424 CDT 200404281729 When creating a Managed project, the wizard should let the user unselect both Debug and Release configs. A few internal errors occurs after you work with that project. Steps: 1) New->Project 2) Select Managed Make C++ Project and press Next 3) Put a name and press Next 4) Unselect Debug and Release and press Finish Project gets created but exceptions are occuring when building (obviously) and adding new classes.
normal
VERIFIED
FIXED
{'$oid': '52e9c10b54dc1c25ebdc0877'}
60,949
Help -> Help Contents does not work in build I20040504(0800). I have the following in the .log: !SESSION May 04, 2004 14:03:14.134 -------------------------------------------- - java.version=1.4.2_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !ENTRY org.eclipse.help.base 4 0 May 04, 2004 14:03:14.134 !MESSAGE Help cannot be displayed. The embedded application server could not run help web application. Check the log for details. !STACK 1 org.eclipse.core.runtime.CoreException[0]: java.lang.IllegalStateException: ContainerBase.addChild: start: LifecycleException: start: : java.lang.NullPointerException at org.apache.catalina.core.ContainerBase.addChildInternal (ContainerBase.java:824) at org.apache.catalina.core.ContainerBase.addChild (ContainerBase.java:807) at org.apache.catalina.core.StandardHost.addChild (StandardHost.java:595) at org.eclipse.tomcat.internal.TomcatAppServer.start (TomcatAppServer.java:239) at org.eclipse.help.internal.appserver.WebappManager.start (WebappManager.java:53) at org.eclipse.help.internal.base.BaseHelpSystem.ensureWebappRunning (BaseHelpSystem.java:182) at org.eclipse.help.internal.base.HelpDisplay.displayHelpURL (HelpDisplay.java:151) at org.eclipse.help.internal.base.HelpDisplay.displayHelp (HelpDisplay.java:47) at org.eclipse.help.ui.internal.DefaultHelpUI.displayHelp (DefaultHelpUI.java:42) at org.eclipse.ui.help.WorkbenchHelp.displayHelp (WorkbenchHelp.java:210) at org.eclipse.help.ui.internal.HelpContentsAction$1.run (HelpContentsAction.java:47) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:84) at org.eclipse.help.ui.internal.HelpContentsAction.run (HelpContentsAction.java:44) at org.eclipse.ui.internal.PluginAction.runWithEvent (PluginAction.java:276) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent (WWinPluginAction.java:206) 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:1351) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1322) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:241) 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) !SUBENTRY 1 org.eclipse.tomcat 4 0 May 04, 2004 14:03:14.144 !MESSAGE Exception occurred adding webapp help based at /d:\eclipse\plugins\org.eclipse.help.webapp_3.0.0\. !STACK 0 java.lang.IllegalStateException: ContainerBase.addChild: start: LifecycleException: start: : java.lang.NullPointerException at org.apache.catalina.core.ContainerBase.addChildInternal (ContainerBase.java:824) at org.apache.catalina.core.ContainerBase.addChild (ContainerBase.java:807) at org.apache.catalina.core.StandardHost.addChild (StandardHost.java:595) at org.eclipse.tomcat.internal.TomcatAppServer.start (TomcatAppServer.java:239) at org.eclipse.help.internal.appserver.WebappManager.start (WebappManager.java:53) at org.eclipse.help.internal.base.BaseHelpSystem.ensureWebappRunning (BaseHelpSystem.java:182) at org.eclipse.help.internal.base.HelpDisplay.displayHelpURL (HelpDisplay.java:151) at org.eclipse.help.internal.base.HelpDisplay.displayHelp (HelpDisplay.java:47) at org.eclipse.help.ui.internal.DefaultHelpUI.displayHelp (DefaultHelpUI.java:42) at org.eclipse.ui.help.WorkbenchHelp.displayHelp (WorkbenchHelp.java:210) at org.eclipse.help.ui.internal.HelpContentsAction$1.run (HelpContentsAction.java:47) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:84) at org.eclipse.help.ui.internal.HelpContentsAction.run (HelpContentsAction.java:44) at org.eclipse.ui.internal.PluginAction.runWithEvent (PluginAction.java:276) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent (WWinPluginAction.java:206) 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:1351) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1322) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:241) 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': '52e9c10b54dc1c25ebdc0878'}
60,952
ECLIPSE\PLUGINS\ORG.ECLIPSE.DEBUG.UI_3.0.0\ PLUGIN.XML XML-10 969 (W) XML tag attribute (name) may contain translatable text which cannot be translated. Line: 1869 ECLIPSE\PLUGINS\ORG.ECLIPSE.JDT.DOC.USER_3.0.0\ CONTEXTS_DEBUGGER.XML XML-WSWECL 955 XML end tag </context> found before expected end tag for <contexts> (on line 3). Line: 257
normal
VERIFIED
FIXED
{'$oid': '52e9c10c54dc1c25ebdc0879'}
60,954
Tearing off views causes an empty gray box to be drawn. We need to either fill the box with the view contents, or disable the tear off functionality in this presentation.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c10c54dc1c25ebdc087a'}
60,953
The editor and views currently use hardwired colours and themes. It would be nice if this could use the new 3.0 API.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c10c54dc1c25ebdc087b'}
60,955
There are draw problems with minimized views.
normal
RESOLVED
INVALID
{'$oid': '52e9c10c54dc1c25ebdc087c'}
60,957
Eclipse 200404281424 CDT 200404281729 After changing a header, dependent src files from another project does not get rebuilt. Steps: 1) extract workspace.zip (attached) and use it as your workspace 2) In hello project, change Classy2.h by adding an attribute or inline function. 3) Do an incremental build on the Temp (which depends on hello; temp reference Classy2.h) The library hello gets built but not Temp. Expected: Temp to be rebuilt as well.
major
VERIFIED
FIXED
{'$oid': '52e9c10c54dc1c25ebdc087d'}
60,956
The 2.1 behaviour on tab location preference changes was to do nothing until the workbench was restarted. The 3.0 behaviour is to update the views and editors immediately. The current version of the plugin is halfway in between. It would be nice if we could support the 3.0 behaviour, but as a minimum we need to fix the current behaviour.
normal
RESOLVED
FIXED
{'$oid': '52e9c10c54dc1c25ebdc087e'}
60,959
The IPluginDescriptor.getRuntimeLibraries() method doesn't work for non-legacy plugins in Eclipse 3.0M8 (Apr08). Nor does the IPluginDescriptor.getPluginPrerequisites() method. For example, they don't work for the following plugins: org.eclipse.osgi org.eclipse.osgi.services org.eclipse.osgi.util org.eclipse.core.runtime org.eclipse.core.runtime.compatibility org.eclipse.swt Following the recommendations in the "Eclipse 3.0 Porting Guide", I replaced calls to the above methods with equivalent code that uses the new OSGi Bundle API. This fixed the problem for all of the above plugins except for "org.eclipse.osgi", which has no "Bundle-Classpath" in its bundle header. I searched your existing bugs on this subject and I didn't find any clear indication that these two methods will be fixed. I did find a cryptic comment in bug 52393 (comment #14) that states "Also, we still need the legacy=true (either as a separate header or a in the Eclipse-Parameters header). It is used by the backward compatibility support in the old plugin registry (see PluginDescriptor#getPluginPrerequisites and Plugin#getRuntimeLibraries). We don't bother providing such objects for non-legacy plugins." The Bundle API is clearly not a replacement for the IPluginDescriptor API which has lot's more functionality. Users are not able to simply replace all uses of IPluginDescriptor with Bundle methods. So why are you forcing users to use both APIs? Why aren't you providing a complete IPluginDescriptor implementation in the compatibility runtime? As far as I can tell, the existing implementations of these methods would work fine for both legacy and non-legacy bundles if not for the explicit isLegacy() calls. Seems silly to require all users of these methods to code up equivalent Bundle API code. This should be encapsulated and made public via the compatibility runtime until the Bundle API has stabilized (and provides equivalent functionality). Also, make sure getRuntimeLibraries() works for the "org.eclipse.osgi" plugin (i.e. as stated above, this plugin has no "Bundle-Classpath" in its bundle header).
normal
RESOLVED
FIXED
{'$oid': '52e9c10c54dc1c25ebdc087f'}
60,958
In eclipse 2.x a file in the editor could call validateEdit and the file could be set writable and then the file could be modified to be read only again, without having to close the editor. After which validateEdit would be called again on the file when it was edited. It no longer seems to function this way. Example: 1) User opens java class file which is checked in and version controlled (read-only). 2) User starts typing in editor and validateEdit gets called and file is checked out (writable) 3) User saves file and check it in (read-only) 4) User wants to modify file again and types in the editor but validateEdit doesn’t get called (Problem) The workaround is to either check the file out manually or close the file in the editor and re-open the editor. I couldn’t find a bug for this but it seems like a regression to me.
major
RESOLVED
DUPLICATE
{'$oid': '52e9c10c54dc1c25ebdc0880'}
60,960
I20040427 I got the following NPE in my log after saving a java file. I had the search results view open, but I don't believe it was showing any results. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.search.JavaSearchTableContentProvider.elementsChanged(JavaSearchTableContentProvider.java:32) at org.eclipse.jdt.internal.ui.search.JavaSearchResultPage.elementsChanged(JavaSearchResultPage.java:191) at org.eclipse.search.ui.text.AbstractTextSearchViewPage.runBatchedUpdates(AbstractTextSearchViewPage.java:834) at org.eclipse.search.ui.text.AbstractTextSearchViewPage.access$0(AbstractTextSearchViewPage.java:824) at org.eclipse.search.ui.text.AbstractTextSearchViewPage$UpdateUIJob.runInUIThread(AbstractTextSearchViewPage.java:111) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:84) 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:2569) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2274) 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: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: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
DUPLICATE
{'$oid': '52e9c10c54dc1c25ebdc0881'}
60,962
It should be possible to debug and profile at the same time. All Sun JVMs and newer IBM JVMs are capable of running JVMPI and debugging simultaneously, especially if the JVMPI agent does not ask for much. In particular, some agent extensions do not require method entry/exit notification or access to the GC and heap, and these will run with debug just fine. There are at least three ways to achieve this result: * Add a way to enable debugging in the Profile launch UI. * Add a way to enable profiling in the debug launch UI. * Merge all UIs (Run, Debug, Profile) into a single launch mechanism. Some of these are more achievable than others in the Hyades 3.0 timeframe. I'd like it if we could explore those before we set this bug's target to "future."
enhancement
CLOSED
WONTFIX
{'$oid': '52e9c10c54dc1c25ebdc0882'}
60,961
I have reports of an RAServer crash when a two particular (proprietary) extensions are present. I haven't debugged this yet but I am filing the bug to get it on record. This is likely to be a problem in the new "exploded ServiceConfig.xml" system, and must be addressed ASAP. I will chase this down today and update this record when I have more information.
critical
CLOSED
FIXED
{'$oid': '52e9c10c54dc1c25ebdc0884'}
60,963
If I type just '<', I get no code completions or template proposals.
normal
VERIFIED
FIXED
{'$oid': '52e9c10c54dc1c25ebdc0885'}
60,966
The title set by the search view needs to start with the word "Search", for example the old view used 'Search ("word" - nn Occurrences)'. The new view is using '"word" - nn matches in Workspace'. The incorrect title can be seen in presentations that show a full view title bar such as the R21 presentation (bug 59850) and not just a status.
normal
RESOLVED
FIXED
{'$oid': '52e9c10c54dc1c25ebdc0886'}
60,965
Steps: - Create a Java file in a project. - Type "System.out.println("Initial List");" in a method. - Hover over the word "List". - The "java.util.List" documentation appears. Same issue with "// List" or /* * Return a List. */ I am using: Eclipse Platform Version: 3.0.0 Build id: 200405040800
normal
RESOLVED
NDUPLICATE
{'$oid': '52e9c10c54dc1c25ebdc0887'}
60,968
The RemoteFileStorage is used when we open an editor on remote contents. It could possibly be removed since remote handles now return a storage. However, it has special subclassing for the annotate view that needs to be considered. Also, if they are kept, encoding support should be added.
normal
RESOLVED
FIXED
{'$oid': '52e9c10c54dc1c25ebdc0889'}
60,970
Steps: - Import "org.eclipse.ui.workbench". - Add a print statement to "WorkbenchPage#ActivationList#setActive(IWorkbenchPart part)". - Run as run-time workbench. - Switch to Java perspective. - Import a project. - Open a Java file. - Select the "Hierarchy" view, then the "Package Explorer" (give focus). - Notice that switching to the "Package Explorer" view calls setActive() on the open file before calling setActive() on that view. This behavior is affecting the "Ctrl+F7" behavior by altering the ordering of the items in that list. I am using: Eclipse Platform Version: 3.0.0 Build id: 200405040800 I also tried this in 2.1 and M8, and everything worked fine. No unnecessary “setActive()” calls were being made.
major
RESOLVED
FIXED
{'$oid': '52e9c10d54dc1c25ebdc088a'}
60,969
20040504 build RedHat9 Mozilla1.5 Open help, navigate to Platform Plug-in Developer Guide Programmer's Guide Welcome to Eclipse Go to eclipse.org On the eclipse.org click "white paper" link. Normally Mozilla displays dialog asking whether to save or execute the file, but in embedded browser Eclipse crashes with following on the console (I got it from runtime instance) An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x4E6BD469 Function=Java_org_eclipse_swt_internal_mozilla_XPCOM_VtblCall__II_3I+0xF Library=/home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-mozilla-gtk-3050.so Current Java thread: at org.eclipse.swt.internal.mozilla.XPCOM.VtblCall(Native Method) at org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome.GetWebBrowser(nsIWebBrowserChrome.java:55) at org.eclipse.swt.browser.WindowCreator.CreateChromeWindow(WindowCreator.java:95) at org.eclipse.swt.browser.WindowCreator$2.method3(WindowCreator.java:45) at org.eclipse.swt.internal.mozilla.XPCOMObject.callback3(XPCOMObject.java:259) at org.eclipse.swt.internal.gtk.OS.gtk_main_iteration(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1782) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1351) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1322) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:241) 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) Dynamic libraries: 08048000-0804e000 r-xp 00000000 03:02 114860 /usr/local/jdk1.4.2_01/bin/java 0804e000-0804f000 rw-p 00005000 03:02 114860 /usr/local/jdk1.4.2_01/bin/java 40000000-40015000 r-xp 00000000 03:02 1123894 /lib/ld-2.3.2.so 40015000-40016000 rw-p 00015000 03:02 1123894 /lib/ld-2.3.2.so 40016000-4001e000 r-xp 00000000 03:02 1694722 /usr/local/jdk1.4.2_01/jre/lib/i386/native_threads/libhpi.so 4001e000-4001f000 rw-p 00007000 03:02 1694722 /usr/local/jdk1.4.2_01/jre/lib/i386/native_threads/libhpi.so 4001f000-40023000 rw-s 00000000 03:02 814496 /tmp/hsperfdata_konradk/17224 40023000-40024000 r--s 00000000 03:05 2670838 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.ui.workbench.compatibility_3.0.0/compatibility.jar 40024000-40025000 r--s 00000000 03:05 196899 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.ui_3.0.0/ui.jar 40026000-40031000 r-xp 00000000 03:02 310267 /lib/tls/libpthread-0.34.so 40031000-40032000 rw-p 0000a000 03:02 310267 /lib/tls/libpthread-0.34.so 40034000-40037000 r-xp 00000000 03:02 1125559 /lib/libdl-2.3.2.so 40037000-40038000 rw-p 00002000 03:02 1125559 /lib/libdl-2.3.2.so 40039000-40433000 r-xp 00000000 03:02 1010350 /usr/local/jdk1.4.2_01/jre/lib/i386/client/libjvm.so 40433000-4044f000 rw-p 003f9000 03:02 1010350 /usr/local/jdk1.4.2_01/jre/lib/i386/client/libjvm.so 40461000-40473000 r-xp 00000000 03:02 1123918 /lib/libnsl-2.3.2.so 40473000-40474000 rw-p 00011000 03:02 1123918 /lib/libnsl-2.3.2.so 40476000-40497000 r-xp 00000000 03:02 310266 /lib/tls/libm-2.3.2.so 40497000-40498000 rw-p 00020000 03:02 310266 /lib/tls/libm-2.3.2.so 40498000-4049b000 r--s 00000000 03:02 962059 /usr/local/jdk1.4.2_01/jre/lib/ext/dnsns.jar 4049b000-404a0000 r--s 00000000 03:05 606459 /home/konradk/eclipseI0504/eclipse/startup.jar 404a0000-404a3000 r-xp 00000000 03:02 374661 /usr/lib/libgmodule-2.0.so.0.200.1 404a3000-404a4000 rw-p 00002000 03:02 374661 /usr/lib/libgmodule-2.0.so.0.200.1 404a4000-404a5000 r-xp 00000000 03:02 81668 /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2 404a5000-404a6000 rw-p 00000000 03:02 81668 /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2 404a7000-404b2000 r-xp 00000000 03:02 1125709 /lib/libnss_files-2.3.2.so 404b2000-404b3000 rw-p 0000a000 03:02 1125709 /lib/libnss_files-2.3.2.so 404b3000-404c3000 r-xp 00000000 03:02 1694726 /usr/local/jdk1.4.2_01/jre/lib/i386/libverify.so 404c3000-404c5000 rw-p 0000f000 03:02 1694726 /usr/local/jdk1.4.2_01/jre/lib/i386/libverify.so 404c5000-404e5000 r-xp 00000000 03:02 1694727 /usr/local/jdk1.4.2_01/jre/lib/i386/libjava.so 404e5000-404e7000 rw-p 0001f000 03:02 1694727 /usr/local/jdk1.4.2_01/jre/lib/i386/libjava.so 404e7000-404fb000 r-xp 00000000 03:02 1694729 /usr/local/jdk1.4.2_01/jre/lib/i386/libzip.so 404fb000-404fe000 rw-p 00013000 03:02 1694729 /usr/local/jdk1.4.2_01/jre/lib/i386/libzip.so 404fe000-41e96000 r--s 00000000 03:02 1694809 /usr/local/jdk1.4.2_01/jre/lib/rt.jar 41ee0000-41ef6000 r--s 00000000 03:02 1694776 /usr/local/jdk1.4.2_01/jre/lib/sunrsasign.jar 41ef6000-41fd1000 r--s 00000000 03:02 1694778 /usr/local/jdk1.4.2_01/jre/lib/jsse.jar 41fd1000-41fe2000 r--s 00000000 03:02 1694777 /usr/local/jdk1.4.2_01/jre/lib/jce.jar 42000000-42130000 r-xp 00000000 03:02 309506 /lib/tls/libc-2.3.2.so 42130000-42133000 rw-p 00130000 03:02 309506 /lib/tls/libc-2.3.2.so 42136000-4268f000 r--s 00000000 03:02 1694808 /usr/local/jdk1.4.2_01/jre/lib/charsets.jar 44737000-4473f000 r--s 00000000 03:05 65778 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.osgi_3.0.0/console.jar 4473f000-44740000 r--s 00000000 03:05 2556158 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.platform_3.0.0/platform.jar 4c925000-4cb25000 r--p 00000000 03:02 488793 /usr/lib/locale/locale-archive 4cd29000-4cd45000 r--s 00000000 03:02 962058 /usr/local/jdk1.4.2_01/jre/lib/ext/sunjce_provider.jar 4cd45000-4ce01000 r--s 00000000 03:02 962060 /usr/local/jdk1.4.2_01/jre/lib/ext/localedata.jar 4ce01000-4ce0e000 r--s 00000000 03:02 962061 /usr/local/jdk1.4.2_01/jre/lib/ext/ldapsec.jar 4ce8f000-4cec6000 r--s 00000000 03:05 65776 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.osgi_3.0.0/core.jar 4cec6000-4ced3000 r--s 00000000 03:05 65779 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.osgi_3.0.0/osgi.jar 4ced3000-4cee8000 r--s 00000000 03:05 65777 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.osgi_3.0.0/resolver.jar 4cee8000-4ceff000 r--s 00000000 03:05 65770 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.osgi_3.0.0/defaultAdaptor.jar 4ceff000-4cf1a000 r--s 00000000 03:05 65771 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.osgi_3.0.0/eclipseAdaptor.jar 4cf9b000-4cfa4000 r--s 00000000 03:05 2359534 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.osgi.services_3.0.0/services.jar 4cfa4000-4cfa8000 r-xp 00000000 03:02 374665 /usr/lib/libgthread-2.0.so.0.200.1 4cfa8000-4cfa9000 rw-p 00003000 03:02 374665 /usr/lib/libgthread-2.0.so.0.200.1 4cfa9000-4cfad000 r-xp 00000000 03:02 391133 /usr/X11R6/lib/libXtst.so.6.1 4cfad000-4cfae000 rw-p 00004000 03:02 391133 /usr/X11R6/lib/libXtst.so.6.1 4cfae000-4cfaf000 r--s 00000000 03:05 622833 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-apache-resolver.jar 4d0b1000-4d104000 r--s 00000000 03:05 1720558 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.core.runtime_3.0.0/runtime.jar 4d104000-4d118000 r--s 00000000 03:05 245997 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.update.configurator_3.0.0/configurator.jar 4d118000-4d26f000 r--s 00000000 03:05 2441455 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.ui.ide_3.0.0/ide.jar 4d26f000-4d285000 r--s 00000000 03:05 884966 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.core.runtime.compatibility_3.0.0/compatibility.jar 4d285000-4d49c000 r--s 00000000 03:05 1474789 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.ui.workbench_3.0.0/workbench.jar 4d49c000-4d51c000 r--s 00000000 03:05 606443 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.jface_3.0.0/jface.jar 4d51c000-4d52f000 r--s 00000000 03:05 2359525 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/ws/gtk/swt-mozilla.jar 4d52f000-4d53b000 r--s 00000000 03:05 2359524 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/ws/gtk/swt-pi.jar 4d53b000-4d617000 r--s 00000000 03:05 2359526 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/ws/gtk/swt.jar 4d617000-4d649000 r-xp 00000000 03:05 1622247 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-pi-gtk-3050.so 4d649000-4d64b000 rw-p 00031000 03:05 1622247 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-pi-gtk-3050.so 4d64b000-4d651000 r--s 00000000 03:02 407409 /usr/lib/gconv/gconv-modules.cache 4d651000-4d652000 r-xp 00000000 03:02 407353 /usr/lib/gconv/ISO8859-1.so 4d652000-4d653000 rw-p 00001000 03:02 407353 /usr/lib/gconv/ISO8859-1.so 4d653000-4d659000 r-xp 00000000 03:02 1694733 /usr/local/jdk1.4.2_01/jre/lib/i386/libnio.so 4d659000-4d65a000 rw-p 00005000 03:02 1694733 /usr/local/jdk1.4.2_01/jre/lib/i386/libnio.so 4d65a000-4d8a3000 r-xp 00000000 03:02 374882 /usr/lib/libgtk-x11-2.0.so.0.200.1 4d8a3000-4d8ac000 rw-p 00248000 03:02 374882 /usr/lib/libgtk-x11-2.0.so.0.200.1 4d8ae000-4d917000 r-xp 00000000 03:02 374876 /usr/lib/libgdk-x11-2.0.so.0.200.1 4d917000-4d91c000 rw-p 00069000 03:02 374876 /usr/lib/libgdk-x11-2.0.so.0.200.1 4d91c000-4d933000 r-xp 00000000 03:02 374840 /usr/lib/libatk-1.0.so.0.200.0 4d933000-4d935000 rw-p 00016000 03:02 374840 /usr/lib/libatk-1.0.so.0.200.0 4d935000-4d947000 r-xp 00000000 03:02 374878 /usr/lib/libgdk_pixbuf-2.0.so.0.200.1 4d947000-4d948000 rw-p 00011000 03:02 374878 /usr/lib/libgdk_pixbuf-2.0.so.0.200.1 4d948000-4d968000 r-xp 00000000 03:02 374874 /usr/lib/libpangoxft-1.0.so.0.200.1 4d968000-4d969000 rw-p 0001f000 03:02 374874 /usr/lib/libpangoxft-1.0.so.0.200.1 4d969000-4d975000 r-xp 00000000 03:02 374872 /usr/lib/libpangox-1.0.so.0.200.1 4d975000-4d976000 rw-p 0000b000 03:02 374872 /usr/lib/libpangox-1.0.so.0.200.1 4d976000-4d99d000 r-xp 00000000 03:02 374868 /usr/lib/libpango-1.0.so.0.200.1 4d99d000-4d9a9000 rw-p 00026000 03:02 374868 /usr/lib/libpango-1.0.so.0.200.1 4d9a9000-4d9dc000 r-xp 00000000 03:02 374663 /usr/lib/libgobject-2.0.so.0.200.1 4d9dc000-4d9de000 rw-p 00032000 03:02 374663 /usr/lib/libgobject-2.0.so.0.200.1 4d9de000-4da47000 r-xp 00000000 03:02 374659 /usr/lib/libglib-2.0.so.0.200.1 4da47000-4da48000 rw-p 00069000 03:02 374659 /usr/lib/libglib-2.0.so.0.200.1 4da48000-4da4b000 r-xp 00000000 03:02 391127 /usr/X11R6/lib/libXrandr.so.2.0 4da4b000-4da4c000 rw-p 00002000 03:02 391127 /usr/X11R6/lib/libXrandr.so.2.0 4da4c000-4da53000 r-xp 00000000 03:02 391117 /usr/X11R6/lib/libXi.so.6.0 4da53000-4da54000 rw-p 00006000 03:02 391117 /usr/X11R6/lib/libXi.so.6.0 4da54000-4da61000 r-xp 00000000 03:02 391109 /usr/X11R6/lib/libXext.so.6.4 4da61000-4da62000 rw-p 0000c000 03:02 391109 /usr/X11R6/lib/libXext.so.6.4 4da62000-4da73000 r-xp 00000000 03:02 391115 /usr/X11R6/lib/libXft.so.2.1.1 4da73000-4da74000 rw-p 00011000 03:02 391115 /usr/X11R6/lib/libXft.so.2.1.1 4da74000-4da7b000 r-xp 00000000 03:02 391129 /usr/X11R6/lib/libXrender.so.1.2.2 4da7b000-4da7c000 rw-p 00006000 03:02 391129 /usr/X11R6/lib/libXrender.so.1.2.2 4da7c000-4da9d000 r-xp 00000000 03:02 374777 /usr/lib/libfontconfig.so.1.0 4da9d000-4daa0000 rw-p 00021000 03:02 374777 /usr/lib/libfontconfig.so.1.0 4daa1000-4db7d000 r-xp 00000000 03:02 391099 /usr/X11R6/lib/libX11.so.6.2 4db7d000-4db80000 rw-p 000db000 03:02 391099 /usr/X11R6/lib/libX11.so.6.2 4db80000-4dbcc000 r-xp 00000000 03:02 374773 /usr/lib/libfreetype.so.6.3.2 4dbcc000-4dbd0000 rw-p 0004c000 03:02 374773 /usr/lib/libfreetype.so.6.3.2 4dbd1000-4dbef000 r-xp 00000000 03:02 374649 /usr/lib/libexpat.so.0.4.0 4dbef000-4dbf1000 rw-p 0001e000 03:02 374649 /usr/lib/libexpat.so.0.4.0 4dbf1000-4dc17000 r-xp 00000000 03:05 1622245 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-gtk-3050.so 4dc17000-4dc19000 rw-p 00026000 03:05 1622245 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-gtk-3050.so 4dc19000-4dc25000 r-xp 00000000 03:02 1661800 /usr/lib/gtk-2.0/2.2.0/engines/libbluecurve.so 4dc25000-4dc26000 rw-p 0000b000 03:02 1661800 /usr/lib/gtk-2.0/2.2.0/engines/libbluecurve.so 4dc26000-4dc28000 r-xp 00000000 03:02 765902 /usr/lib/pango/1.2.0/modules/pango-basic-xft.so 4dc28000-4dc29000 rw-p 00001000 03:02 765902 /usr/lib/pango/1.2.0/modules/pango-basic-xft.so 4dc29000-4dc30000 r-xp 00000000 03:05 1622246 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-atk-gtk-3050.so 4dc30000-4dc31000 rw-p 00007000 03:05 1622246 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-atk-gtk-3050.so 4dc31000-4dc33000 r--s 00000000 03:05 557336 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/servlets-common.jar 4dc33000-4dc35000 r--s 00000000 03:05 557338 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/servlets-invoker.jar 4dc35000-4dc3d000 r-xp 00000000 03:02 391107 /usr/X11R6/lib/libXcursor.so.1.0 4dc3d000-4dc3e000 rw-p 00007000 03:02 391107 /usr/X11R6/lib/libXcursor.so.1.0 4dc3e000-4dc4e000 r-xp 00000000 03:02 1694732 /usr/local/jdk1.4.2_01/jre/lib/i386/libnet.so 4dc4e000-4dc4f000 rw-p 0000f000 03:02 1694732 /usr/local/jdk1.4.2_01/jre/lib/i386/libnet.so 4dc4f000-4dceb000 r--s 00000000 03:05 2408685 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.core.resources_3.0.0/resources.jar 4dceb000-4dcfd000 r--p 00000000 03:02 1824564 /usr/X11R6/lib/X11/fonts/Type1/l048013t.pfa 4dcfd000-4dd0b000 r--s 00000000 03:05 2244830 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.ui.views_3.0.0/views.jar 4dd0b000-4dd25000 r--s 00000000 03:05 2392292 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.ui.externaltools_3.0.0/externaltools.jar 4dd25000-4de03000 r--s 00000000 03:05 1687781 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.debug.ui_3.0.0/dtui.jar 4de03000-4de3c000 r--s 00000000 03:05 2244849 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.debug.core_3.0.0/dtcore.jar 4de3c000-4de5b000 r--s 00000000 03:05 1851626 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.ui.cheatsheets_3.0.0/cheatsheets.jar 4de5b000-4de80000 r--s 00000000 03:05 2212068 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.ui.intro_3.0.0/intro.jar 4de80000-4dea7000 r--s 00000000 03:05 1048801 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.ui.forms_3.0.0/forms.jar 4dea7000-4deb9000 r--p 00000000 03:02 1824566 /usr/X11R6/lib/X11/fonts/Type1/l048016t.pfa 4deb9000-4debe000 r--s 00000000 03:05 1523940 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.update.scheduler_3.0.0/scheduler.jar 4debe000-4ded0000 r--p 00000000 03:02 1824568 /usr/X11R6/lib/X11/fonts/Type1/l048033t.pfa 4ded0000-4defa000 r--s 00000000 03:05 2064615 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.text_3.0.0/text.jar 4defa000-4df00000 r--s 00000000 03:05 557315 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/bootstrap.jar 4e183000-4e1f9000 r--s 00000000 03:05 238 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.update.core_3.0.0/updatecore.jar 4e1f9000-4e28f000 r--s 00000000 03:05 557291 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.jface.text_3.0.0/jfacetext.jar 4e28f000-4e347000 r--s 00000000 03:05 557317 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/catalina.jar 4e347000-4e364000 r--s 00000000 03:05 557318 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/commons-beanutils.jar 4e364000-4e38d000 r--s 00000000 03:05 557319 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/commons-collections.jar 4e38d000-4e3a8000 r--s 00000000 03:05 557320 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/commons-digester.jar 4e3a8000-4e3b0000 r--s 00000000 03:05 557322 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/commons-logging.jar 4e3b0000-4e3b6000 r--s 00000000 03:05 557321 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/commons-logging-api.jar 4e3b6000-4e3d1000 r--s 00000000 03:05 557323 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/commons-modeler.jar 4e3d1000-4e3d8000 r--s 00000000 03:05 557325 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/jakarta-regexp-1.3.jar 4e3d8000-4e405000 r--s 00000000 03:05 557326 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/jasper-compiler.jar 4e405000-4e417000 r--s 00000000 03:05 557327 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/jasper-runtime.jar 4e417000-4e46b000 r--s 00000000 03:05 557328 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/mx4j-jmx.jar 4e46b000-4e472000 r--s 00000000 03:05 557329 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/naming-common.jar 4e472000-4e477000 r--s 00000000 03:05 557330 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/naming-factory.jar 4e477000-4e481000 r--s 00000000 03:05 557331 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/naming-resources.jar 4e481000-4e495000 r--s 00000000 03:05 557335 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/servlet.jar 4e495000-4e49a000 r--s 00000000 03:05 557337 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/servlets-default.jar 4e49a000-4e49f000 r--s 00000000 03:05 557339 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/servlets-manager.jar 4e49f000-4e4b0000 r--s 00000000 03:05 557340 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/tomcat-coyote.jar 4e4b0000-4e4bd000 r--s 00000000 03:05 557341 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/tomcat-http11.jar 4e4bd000-4e4eb000 r--s 00000000 03:05 557342 /home/konradk/eclipseI0504/eclipse/workspace/org.eclipse.tomcat/tomcat-util.jar 4e4eb000-4e5d6000 r--s 00000000 03:05 622836 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant.jar 4e5d6000-4e5d8000 r--s 00000000 03:05 622829 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-antlr.jar 4e5d8000-4e5dc000 r--s 00000000 03:05 622849 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-apache-bsf.jar 4e5dc000-4e5dd000 r--s 00000000 03:05 622838 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-commons-logging.jar 4e5dd000-4e5e6000 r--s 00000000 03:05 622824 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-commons-net.jar 4e5e6000-4e5e9000 r--s 00000000 03:05 622840 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-icontract.jar 4e5e9000-4e5ef000 r--s 00000000 03:05 622832 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-jai.jar 4e5ef000-4e5f2000 r--s 00000000 03:05 622839 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-jakarta-bcel.jar 4e5f2000-4e5f3000 r--s 00000000 03:05 622842 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-jakarta-log4j.jar 4e5f3000-4e5ff000 r--s 00000000 03:05 622834 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-jakarta-oro.jar 4e5ff000-4e600000 r--s 00000000 03:05 622845 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-jakarta-regexp.jar 4e600000-4e602000 r--s 00000000 03:05 622843 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-javamail.jar 4e602000-4e604000 r--s 00000000 03:05 622851 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-jdepend.jar 4e604000-4e606000 r--s 00000000 03:05 622823 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-jmf.jar 4e606000-4e60c000 r--s 00000000 03:05 622846 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-jsch.jar 4e60c000-4e61d000 r--s 00000000 03:05 622830 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-junit.jar 4e61d000-4e620000 r--s 00000000 03:05 622827 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-launcher.jar 4e620000-4e623000 r--s 00000000 03:05 622850 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-netrexx.jar 4e623000-4e687000 r--s 00000000 03:05 622847 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-nodeps.jar 4e687000-4e690000 r--s 00000000 03:05 622837 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-starteam.jar 4e690000-4e691000 r--s 00000000 03:05 622828 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-stylebook.jar 4e691000-4e693000 r--s 00000000 03:05 622848 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-swing.jar 4e693000-4e6a4000 r--s 00000000 03:05 622826 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-trax.jar 4e6a4000-4e6b0000 r--s 00000000 03:05 622841 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-vaj.jar 4e6b0000-4e6b4000 r--s 00000000 03:05 622831 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-weblogic.jar 4e6b4000-4e6b5000 r--s 00000000 03:05 622825 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-xalan1.jar 4e6b5000-4e6b6000 r--s 00000000 03:05 622844 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-xalan2.jar 4e6b6000-4e6b7000 r--s 00000000 03:05 622835 /home/konradk/eclipseI0504/eclipse/plugins/org.apache.ant_1.6.1/lib/ant-xslp.jar 4e6b7000-4e6c4000 r-xp 00000000 03:05 1622250 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-mozilla-gtk-3050.so 4e6c4000-4e6c5000 rw-p 0000c000 03:05 1622250 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-mozilla-gtk-3050.so 4e6c5000-4e6c7000 r-xp 00000000 03:02 407397 /usr/lib/gconv/UTF-16.so 4e6c7000-4e6c8000 rw-p 00001000 03:02 407397 /usr/lib/gconv/UTF-16.so 4e6c8000-4e6d0000 r-xp 00000000 03:02 718072 /usr/lib/mozilla-1.5/components/libpipboot.so 4e6d0000-4e6d1000 rw-p 00008000 03:02 718072 /usr/lib/mozilla-1.5/components/libpipboot.so 4e6d4000-4e6db000 r-xp 00000000 03:02 1123964 /lib/libgcc_s-3.2.2-20030225.so.1 4e6db000-4e6dc000 rw-p 00007000 03:02 1123964 /lib/libgcc_s-3.2.2-20030225.so.1 4e6dc000-4e6de000 r-xp 00000000 03:02 375982 /usr/lib/libplds4.so 4e6de000-4e6df000 rw-p 00001000 03:02 375982 /usr/lib/libplds4.so 4e6df000-4e6e3000 r-xp 00000000 03:02 375978 /usr/lib/libplc4.so 4e6e3000-4e6e4000 rw-p 00003000 03:02 375978 /usr/lib/libplc4.so 4e6e4000-4e6f5000 r-xp 00000000 03:02 718081 /usr/lib/mozilla-1.5/components/libtypeaheadfind.so 4e6f5000-4e6f6000 rw-p 00010000 03:02 718081 /usr/lib/mozilla-1.5/components/libtypeaheadfind.so 4e6f6000-4e6f9000 r-xp 00000000 03:02 718179 /usr/lib/mozilla-1.5/libgtkxtbin.so 4e6f9000-4e6fa000 rw-p 00003000 03:02 718179 /usr/lib/mozilla-1.5/libgtkxtbin.so 4e6fa000-4e6ff000 r-xp 00000000 03:02 718080 /usr/lib/mozilla-1.5/components/libtxmgr.so 4e6ff000-4e700000 rw-p 00004000 03:02 718080 /usr/lib/mozilla-1.5/components/libtxmgr.so 4ec89000-4ed5f000 r-xp 00000000 03:02 718184 /usr/lib/mozilla-1.5/libxpcom.so 4ed5f000-4ed67000 rw-p 000d5000 03:02 718184 /usr/lib/mozilla-1.5/libxpcom.so 4ed67000-4ee10000 r-xp 00000000 03:02 374731 /usr/lib/libstdc++.so.5.0.3 4ee10000-4ee15000 rw-p 000a9000 03:02 374731 /usr/lib/libstdc++.so.5.0.3 4ee1a000-4ee48000 r-xp 00000000 03:02 374982 /usr/lib/libnspr4.so 4ee48000-4ee4a000 rw-p 0002d000 03:02 374982 /usr/lib/libnspr4.so 4ee4b000-4ee6f000 r-xp 00000000 03:02 718177 /usr/lib/mozilla-1.5/libgkgfx.so 4ee6f000-4ee71000 rw-p 00024000 03:02 718177 /usr/lib/mozilla-1.5/libgkgfx.so 4ee71000-4eedf000 r-xp 00000000 03:02 718182 /usr/lib/mozilla-1.5/libmozjs.so 4eedf000-4eee3000 rw-p 0006e000 03:02 718182 /usr/lib/mozilla-1.5/libmozjs.so 4eee3000-4ef0d000 r-xp 00000000 03:02 718050 /usr/lib/mozilla-1.5/components/libembedcomponents.so 4ef0d000-4ef0f000 rw-p 0002a000 03:02 718050 /usr/lib/mozilla-1.5/components/libembedcomponents.so 4ef0f000-4ef23000 r-xp 00000000 03:02 718075 /usr/lib/mozilla-1.5/components/libpref.so 4ef23000-4ef25000 rw-p 00013000 03:02 718075 /usr/lib/mozilla-1.5/components/libpref.so 4ef25000-4ef66000 r-xp 00000000 03:02 718092 /usr/lib/mozilla-1.5/components/libxpconnect.so 4ef66000-4ef6a000 rw-p 00041000 03:02 718092 /usr/lib/mozilla-1.5/components/libxpconnect.so 4ef6a000-4f020000 r-xp 00000000 03:02 718066 /usr/lib/mozilla-1.5/components/libnecko.so 4f020000-4f027000 rw-p 000b5000 03:02 718066 /usr/lib/mozilla-1.5/components/libnecko.so 4f027000-4f033000 r-xp 00000000 03:02 718059 /usr/lib/mozilla-1.5/components/libjar50.so 4f033000-4f034000 rw-p 0000b000 03:02 718059 /usr/lib/mozilla-1.5/components/libjar50.so 4f036000-4f042000 r-xp 00000000 03:02 374693 /usr/lib/libz.so.1.1.4 4f042000-4f044000 rw-p 0000b000 03:02 374693 /usr/lib/libz.so.1.1.4 4f044000-4f05c000 r-xp 00000000 03:02 718044 /usr/lib/mozilla-1.5/components/libcaps.so 4f05c000-4f05e000 rw-p 00018000 03:02 718044 /usr/lib/mozilla-1.5/components/libcaps.so 4f05e000-4f098000 r-xp 00000000 03:02 718057 /usr/lib/mozilla-1.5/components/libi18n.so 4f098000-4f09b000 rw-p 0003a000 03:02 718057 /usr/lib/mozilla-1.5/components/libi18n.so 4f09b000-4f0c4000 r-xp 00000000 03:02 718077 /usr/lib/mozilla-1.5/components/librdf.so 4f0c4000-4f0c6000 rw-p 00029000 03:02 718077 /usr/lib/mozilla-1.5/components/librdf.so 4f0c6000-4f0f1000 r-xp 00000000 03:02 718058 /usr/lib/mozilla-1.5/components/libimglib2.so 4f0f1000-4f0f3000 rw-p 0002a000 03:02 718058 /usr/lib/mozilla-1.5/components/libimglib2.so 4f0f3000-4f0fb000 r-xp 00000000 03:02 391097 /usr/X11R6/lib/libSM.so.6.0 4f0fb000-4f0fc000 rw-p 00007000 03:02 391097 /usr/X11R6/lib/libSM.so.6.0 4f200000-4f633000 r-xp 00000000 03:02 718054 /usr/lib/mozilla-1.5/components/libgklayout.so 4f633000-4f671000 rw-p 00432000 03:02 718054 /usr/lib/mozilla-1.5/components/libgklayout.so 50678000-5068a000 r-xp 00000000 03:02 718060 /usr/lib/mozilla-1.5/components/libjsd.so 5068a000-5068b000 rw-p 00011000 03:02 718060 /usr/lib/mozilla-1.5/components/libjsd.so 5068b000-506bc000 r-xp 00000000 03:02 718089 /usr/lib/mozilla-1.5/components/libwidget_gtk2.so 506bc000-506c0000 rw-p 00030000 03:02 718089 /usr/lib/mozilla-1.5/components/libwidget_gtk2.so 506c0000-506d4000 r-xp 00000000 03:02 718087 /usr/lib/mozilla-1.5/components/libwebbrwsr.so 506d4000-506d6000 rw-p 00013000 03:02 718087 /usr/lib/mozilla-1.5/components/libwebbrwsr.so 506d6000-50728000 r-xp 00000000 03:02 718052 /usr/lib/mozilla-1.5/components/libgfx_gtk.so 50728000-5072d000 rw-p 00052000 03:02 718052 /usr/lib/mozilla-1.5/components/libgfx_gtk.so 50736000-5077c000 r-xp 00000000 03:02 718048 /usr/lib/mozilla-1.5/components/libdocshell.so 5077c000-5077f000 rw-p 00046000 03:02 718048 /usr/lib/mozilla-1.5/components/libdocshell.so 5077f000-5079a000 r-xp 00000000 03:02 718185 /usr/lib/mozilla-1.5/libxpcom_compat.so 5079a000-5079b000 rw-p 0001b000 03:02 718185 /usr/lib/mozilla-1.5/libxpcom_compat.so 5079b000-50809000 r-xp 00000000 03:02 718042 /usr/lib/mozilla-1.5/components/libappcomps.so 50809000-5080d000 rw-p 0006e000 03:02 718042 /usr/lib/mozilla-1.5/components/libappcomps.so 5080d000-5085c000 r-xp 00000000 03:02 718061 /usr/lib/mozilla-1.5/components/libjsdom.so 5085c000-50863000 rw-p 0004e000 03:02 718061 /usr/lib/mozilla-1.5/components/libjsdom.so 50863000-5087b000 r-xp 00000000 03:02 718180 /usr/lib/mozilla-1.5/libjsj.so 5087b000-5087d000 rw-p 00017000 03:02 718180 /usr/lib/mozilla-1.5/libjsj.so 5087d000-50894000 r-xp 00000000 03:02 718070 /usr/lib/mozilla-1.5/components/liboji.so 50894000-50896000 rw-p 00016000 03:02 718070 /usr/lib/mozilla-1.5/components/liboji.so 50896000-508e4000 r-xp 00000000 03:02 391131 /usr/X11R6/lib/libXt.so.6.0 508e4000-508e8000 rw-p 0004d000 03:02 391131 /usr/X11R6/lib/libXt.so.6.0 508e8000-508fc000 r-xp 00000000 03:02 391093 /usr/X11R6/lib/libICE.so.6.3 508fc000-508fd000 rw-p 00013000 03:02 391093 /usr/X11R6/lib/libICE.so.6.3 508ff000-5092f000 r-xp 00000000 03:02 718055 /usr/lib/mozilla-1.5/components/libgkplugin.so 5092f000-50931000 rw-p 0002f000 03:02 718055 /usr/lib/mozilla-1.5/components/libgkplugin.so 51132000-51147000 r-xp 00000000 03:02 718047 /usr/lib/mozilla-1.5/components/libcookie.so 51147000-51148000 rw-p 00015000 03:02 718047 /usr/lib/mozilla-1.5/components/libcookie.so 51949000-51962000 r-xp 00000000 03:02 718045 /usr/lib/mozilla-1.5/components/libchrome.so 51962000-51963000 rw-p 00018000 03:02 718045 /usr/lib/mozilla-1.5/components/libchrome.so 51963000-519b3000 r-xp 00000000 03:02 718056 /usr/lib/mozilla-1.5/components/libhtmlpars.so 519b3000-519b8000 rw-p 00050000 03:02 718056 /usr/lib/mozilla-1.5/components/libhtmlpars.so 519b8000-51a76000 r-xp 00000000 03:02 718082 /usr/lib/mozilla-1.5/components/libuconv.so 51a76000-51a7d000 rw-p 000be000 03:02 718082 /usr/lib/mozilla-1.5/components/libuconv.so 51a87000-51a8f000 r-xp 00000000 03:02 718071 /usr/lib/mozilla-1.5/components/libp3p.so 51a8f000-51a90000 rw-p 00008000 03:02 718071 /usr/lib/mozilla-1.5/components/libp3p.so 51a90000-51aab000 r--p 00000000 03:02 1091446 /usr/share/fonts/default/Type1/n021003l.pfb 51abe000-51ad2000 r--p 00000000 03:02 1824558 /usr/X11R6/lib/X11/fonts/Type1/l047016t.pfa 51ad2000-51ae9000 r-xp 00000000 03:02 718076 /usr/lib/mozilla-1.5/components/libprofile.so 51ae9000-51aea000 rw-p 00017000 03:02 718076 /usr/lib/mozilla-1.5/components/libprofile.so 51aea000-51af0000 r-xp 00000000 03:02 718091 /usr/lib/mozilla-1.5/components/libxpcom_compat_c.so 51af0000-51af1000 rw-p 00005000 03:02 718091 /usr/lib/mozilla-1.5/components/libxpcom_compat_c.so 51af1000-51afc000 r--s 00000000 03:05 82156 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.core.filebuffers_3.0.0/filebuffers.jar 51d83000-51e34000 r-xp 00000000 03:02 718049 /usr/lib/mozilla-1.5/components/libeditor.so 51e34000-51e38000 rw-p 000b1000 03:02 718049 /usr/lib/mozilla-1.5/components/libeditor.so 52639000-52671000 r--s 00000000 03:05 1540331 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.ui.editors_3.0.0/editors.jar 52671000-526cc000 r--s 00000000 03:05 196843 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.0.0/texteditor.jar 526cc000-526f9000 r--s 00000000 03:05 114922 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.team.core_3.0.0/team.jar 526f9000-526fd000 r-xp 00000000 03:02 1125706 /lib/libnss_dns-2.3.2.so 526fd000-526fe000 rw-p 00003000 03:02 1125706 /lib/libnss_dns-2.3.2.so 52900000-52dfa000 r--s 00000000 03:05 1130717 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.jdt.ui_3.0.0/jdt.jar 52dfa000-530c5000 r--s 00000000 03:05 1818851 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.jdt.core_3.0.0/jdtcore.jar 53146000-5315d000 r--s 00000000 03:05 49395 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.ltk.core.refactoring_3.0.0/refcore.jar 5315d000-5317c000 r--s 00000000 03:05 1720551 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.0.0/refui.jar 5317c000-531d1000 r--s 00000000 03:05 1589480 /home/konradk/eclipseI0504/eclipse/plugins/org.eclipse.search_3.0.0/search.jar 531e0000-531ef000 r-xp 00000000 03:02 1123934 /lib/libresolv-2.3.2.so 531ef000-531f0000 rw-p 0000f000 03:02 1123934 /lib/libresolv-2.3.2.so 53600000-53652000 r-xp 00000000 03:02 718238 /usr/lib/mozilla-1.5/libmsgbaseutil.so 53652000-53655000 rw-p 00051000 03:02 718238 /usr/lib/mozilla-1.5/libmsgbaseutil.so 53655000-536b7000 r-xp 00000000 03:02 718217 /usr/lib/mozilla-1.5/components/libmsgcompose.so 536b7000-536ba000 rw-p 00062000 03:02 718217 /usr/lib/mozilla-1.5/components/libmsgcompose.so 536f0000-5370f000 r--p 00000000 03:02 1824409 /usr/X11R6/lib/X11/fonts/Type1/cour.pfa Heap at VM Abort: Heap def new generation total 1344K, used 574K [0x44740000, 0x448b0000, 0x44c20000) eden space 1216K, 43% used [0x44740000, 0x447c4410, 0x44870000) from space 128K, 35% used [0x44890000, 0x4489b438, 0x448b0000) to space 128K, 0% used [0x44870000, 0x44870000, 0x44890000) tenured generation total 17328K, used 10965K [0x44c20000, 0x45d0c000, 0x48740000) the space 17328K, 63% used [0x44c20000, 0x456d5418, 0x456d5600, 0x45d0c000) compacting perm gen total 22784K, used 22535K [0x48740000, 0x49d80000, 0x4c740000) the space 22784K, 98% used [0x48740000, 0x49d41c20, 0x49d41e00, 0x49d80000) Local Time = Tue May 4 17:00:26 2004 Elapsed Time = 68 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2_01-b06 mixed mode) # # An error report file has been saved as hs_err_pid17224.log. # Please refer to the file for further information. # There is a possibly related bug 56184 regarding temporary workbench freeze on windows when loading PDFs, but there is no crash there as is the case here.
major
RESOLVED
FIXED
{'$oid': '52e9c10d54dc1c25ebdc088b'}
60,973
HEAD on 20040504 5:38PM If you select all of the projects in your workbench and then select close you will get the following exception: org.eclipse.core.launcher.Main at localhost:1380 Thread [main] (Suspended (exception NullPointerException)) EditorPresentation(BasicStackPresentation).layout(boolean) line: 455 EditorPresentation(BasicStackPresentation).setControlSize() line: 493 EditorPresentation(BasicStackPresentation).selectPart (IPresentablePart) line: 635 EditorWorkbook(PartStack).refreshPresentationSelection() line: 666 EditorWorkbook(PartStack).setSelection(LayoutPart) line: 649 EditorWorkbook.setSelection(LayoutPart) line: 131 EditorWorkbook(PartStack).presentationSelectionChanged (IPresentablePart) line: 457 PartStack.access$0(PartStack, IPresentablePart) line: 447 PartStack$1.selectPart(IPresentablePart) line: 77 BasicStackPresentation$4.handleEvent(Event) line: 139 EventTable.sendEvent(Event) line: 82 CTabFolder(Widget).sendEvent(Event) line: 796 CTabFolder(Widget).sendEvent(int, Event, boolean) line: 820 CTabFolder(Widget).sendEvent(int, Event) line: 805 CTabFolder(Widget).notifyListeners(int, Event) line: 613 CTabFolder.setSelection(int, boolean) line: 2890 CTabFolder.destroyItem(CTabItem) line: 627 CTabItem.dispose() line: 135 EditorPresentation(BasicStackPresentation).removePart (IPresentablePart) line: 615 EditorWorkbook(PartStack).remove(LayoutPart) line: 484 EditorArea.removeEditor(EditorPane) line: 192 EditorPresentation.closeEditor(EditorPane) line: 75 EditorPresentation.closeEditor(IEditorReference) line: 56 EditorManager.closeEditor(IEditorReference) line: 164 WorkbenchPage.closeEditor(IEditorReference, boolean) line: 913 EditorManager$Editor.getEditor(boolean) line: 1140 EditorManager$Editor.getPart(boolean) line: 1128 EditorPane(PartPane).setVisible(boolean) line: 261 PresentableEditorPart.setVisible(boolean) line: 97 EditorPresentation(BasicStackPresentation).selectPart (IPresentablePart) line: 634 EditorWorkbook(PartStack).refreshPresentationSelection() line: 666 EditorWorkbook(PartStack).setSelection(LayoutPart) line: 649 EditorWorkbook.setSelection(LayoutPart) line: 131 EditorWorkbook(PartStack).presentationSelectionChanged (IPresentablePart) line: 457 PartStack.access$0(PartStack, IPresentablePart) line: 447 PartStack$1.selectPart(IPresentablePart) line: 77 BasicStackPresentation$4.handleEvent(Event) line: 139 EventTable.sendEvent(Event) line: 82 CTabFolder(Widget).sendEvent(Event) line: 796 CTabFolder(Widget).sendEvent(int, Event, boolean) line: 820 CTabFolder(Widget).sendEvent(int, Event) line: 805 CTabFolder(Widget).notifyListeners(int, Event) line: 613 CTabFolder.setSelection(int, boolean) line: 2890 CTabFolder.destroyItem(CTabItem) line: 627 CTabItem.dispose() line: 135 EditorPresentation(BasicStackPresentation).removePart (IPresentablePart) line: 615 EditorWorkbook(PartStack).remove(LayoutPart) line: 484 EditorArea.removeEditor(EditorPane) line: 192 EditorPresentation.closeEditor(EditorPane) line: 75 EditorPresentation.closeEditor(IEditorPart) line: 65 EditorManager.closeEditor(IEditorReference) line: 160 WorkbenchPage.closeEditor(IEditorPart, boolean) line: 946 PDEMultiPageEditor$6.run() line: 701 RunnableLock.run() line: 35 UISynchronizer(Synchronizer).runAsyncMessages() line: 106 Display.runAsyncMessages() line: 2569 Display.readAndDispatch() line: 2274 ModalContext$ModalContextThread.block() line: 136 ModalContext.run(IRunnableWithProgress, boolean, IProgressMonitor, Display) line: 261 ProgressMonitorJobsDialog(ProgressMonitorDialog).run(boolean, boolean, IRunnableWithProgress) line: 397 ProgressMonitorJobsDialog.run(boolean, boolean, IRunnableWithProgress) line: 237 CloseResourceAction(WorkspaceAction).run() line: 286 CloseResourceAction.run() line: 158 CloseResourceAction(Action).runWithEvent(Event) line: 881 ActionContributionItem.handleWidgetSelection(Event, boolean) line: 612 ActionContributionItem.access$2(ActionContributionItem, Event, boolean) line: 563 ActionContributionItem$6.handleEvent(Event) line: 482 EventTable.sendEvent(Event) line: 82 MenuItem(Widget).sendEvent(Event) line: 796 Display.runDeferredEvents() line: 2592 Display.readAndDispatch() line: 2270 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 1351 Workbench.runUI() line: 1322 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 241 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 140 IDEApplication.run(Object) line: 90 PlatformActivator$1.run(Object) line: 283 EclipseStarter.run(Object) line: 242 EclipseStarter.run(String[], Runnable) line: 119 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 Method.invoke(Object, Object[]) line: 324 Main.basicRun(String[]) line: 269 Main.run(String[]) line: 700 Main.main(String[]) line: 684 Thread [Framework Event Dispatcher] (Running) Thread [Start Level Event Dispatcher] (Running) Thread [Java indexing] (Running) Thread [Worker-0] (Running) Thread [Worker-1] (Running) Thread [ModalContext] (Running)
normal
RESOLVED
FIXED
{'$oid': '52e9c10d54dc1c25ebdc088c'}
60,971
ButtonBorder is painting incorrectly when the button is pressed, but the mouse is not over the button. In this case, the button should return to its normal state and not have a border. However, currently the button has a raised appearance in this case.
normal
RESOLVED
FIXED
{'$oid': '52e9c10d54dc1c25ebdc088d'}
60,974
It is currently (M8) not possible to get a view reference for Console. This is e.g. useful if one will extend console's view context menu and add some text viewer capabilities. This was possible in 2.x.x with debug view, but no more with M8. org.eclipse.debug.internal.ui.views.console.ProcessConsolePage. getConsoleViewer() method is protected, and therefore not more accessible to external applications. Change it to public please!
enhancement
VERIFIED
FIXED
{'$oid': '52e9c10d54dc1c25ebdc088e'}
60,975
Go to Eclipse.org, to the download section. Click on a download link. Nothing happens. Development note: When the user is about to download a file (for example Eclipse from the SWT download page), Mozilla brings up a download dialog. For embedders, it invokes nsIWindowCreator.CreateChromeWindow with aParent set to 0. Problem 1: in this case, Mozilla fires the nsIWebBrowserChrome.SizeBrowserTo after the nsIEmbeddingSiteWindow.SetVisibility(true). As a result, our SWT OpenWindow.show does not contain size Problem 2: The browser comes up with correct content but the buttons don't work as expected. The button browser does not bring up a mozilla file chooser and send warning messages to the console: unable to open file picker [Exception... "Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIBaseWindow.blurSuppression]" nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame :: file:///usr/lib/mozilla-1.5/components/nsFilePicker.js :: anonymous :: line 213" data: no] The gtkmozembed widget has the same behaviour. For now, nsIWindowCreator.CreateChromeWindow returns NS_ERROR_NOTIMPLEMENTED when aParent is 0 without attempting to bring up a dialog that does not work.
normal
RESOLVED
FIXED
{'$oid': '52e9c10d54dc1c25ebdc088f'}
60,976
On 4/28 I build. In working with out XML Editor, making sure it still worked, I noticed that if "junk" in entered in an file (with an extension of .xml), that all kinds of bad things happen due to "sax parser" exceptions. Can't save, with our editor, for example, but even if created by some other means, even basic text editor no longer opens. I recommend the object contribution code be extremely bullet proof so if any xmlish exception occurs it just quietly ignore it. The exception stack trace is pasted below. (I'd seen this problem in earlier drivers, but haven't recently, so thought was fixed, or maybe I just haven't been entering junk lately?). Thanks. BTW, if it matters, theres the JRE info I was running under: java.fullversion=J2RE 1.4.2 IBM Windows 32 build cndev-20040414 (JIT disabled) = = = = = = !MESSAGE Problem parsing file !ENTRY org.eclipse.ui.ide 4 4 May 04, 2004 17:56:00.43 !MESSAGE Problem parsing file !STACK 0 org.xml.sax.SAXParseException: Content is not allowed in prolog. at org.apache.xerces.util.ErrorHandlerWrapper. createSAXParseException(Unknown Source) at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$PrologDispatcher. dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl. scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(Unknown Source) at org.eclipse.ui.internal.ide.model.PropertyParser. parseResource(PropertyParser.java:127) at org.eclipse.ui.internal.ide.model.WorkbenchResource. testXMLProperty(WorkbenchResource.java:331) at org.eclipse.ui.internal.ide.model.WorkbenchResource. testAttribute(WorkbenchResource.java:127) at org.eclipse.ui.internal.ActionExpression$ObjectStateExpression. preciselyMatches(ActionExpression.java:376) at org.eclipse.ui.internal.ActionExpression$ObjectStateExpression. isEnabledFor(ActionExpression.java:345) at org.eclipse.ui.internal.ActionExpression$SingleExpression. isEnabledFor(ActionExpression.java:239) at org.eclipse.ui.internal.ActionExpression.isEnabledFor(ActionExpression. java:79) at org.eclipse.ui.internal.ObjectActionContributor$ObjectContribution. isApplicableTo(ObjectActionContributor.java:234) at org.eclipse.ui.internal.ObjectActionContributor. isApplicableTo(ObjectActionContributor.java:155) at org.eclipse.ui.internal.ObjectContributorManager. isApplicableTo(ObjectContributorManager.java:249) at org.eclipse.ui.internal.ObjectActionContributorManager. contributeObjectActions(ObjectActionContributorManager.java:129) at org.eclipse.ui.internal.PopupMenuExtender. addObjectActions(PopupMenuExtender.java:98) at org.eclipse.ui.internal.PopupMenuExtender. menuAboutToShow(PopupMenuExtender.java:119) at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java: 286) at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java: 370) at org.eclipse.jface.action.MenuManager.access$0(MenuManager.java:367) at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:383) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java: 116) 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.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801) at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3303) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2975) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1451) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3158) at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method) at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:222) at org.eclipse.swt.widgets.Display.runPopups(Display.java:2618) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2263) 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: 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:390) 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': '52e9c10d54dc1c25ebdc0890'}
60,972
The Feature Details (Help -> About Eclipse Platform -> Feature Details) shows incorrect (or missing) feature details for feature that references a branding plugin with different ID than the feature. Unless I'm missing something, I cannot get my feature to use a "branding plugin" to contain the about box information. This would be the highly preferable way to do it for my project. I've included a screenshot of the problem, a zip of the test feature used to reproduce this, and steps below to reproduce it. This problem is found both in M8 and I20040428. To reproduce: 1) Use wizard to generate "Hello World" sample plugin and name it "testPlugin". 2) Use wizard to generate Feature Project, name it "testFeature" and reference " testPlugin" as an included plugin and as the branding plugin for the feature. 3) Include branding information in the "testPlugin", such as about.ini, about.properties, about.mapping, about.html. 4) Deploy the testFeature containing the testPlugin. I used the File -> Export -> Deployable Features to a single zip, and have also tried built my update site to include this feature. 5) Install into fresh Eclipse instance. 6) Launch Eclipse and bring up the Feature Details (Help -> About Eclipse Platform -> Feature Details). 7) Notice that the feature is displayed correctly, including the Provider, Feature Name, Version, Feature ID and Description (if the feature is selected it appears below). 8) Close down Eclipse and restart. Repeat step 6 of bringing up the Feature Details, and notice that for the testFeature the Provider and Feature Name are not correctly shown, nor is the Description in the pre-M9 build. (In M8, the feature did not show up at all in the list). The "Plugin Details" still works. The plugins themselves continue to work, this only seems to be related to the Feature. See the attached screenshot for an example. To Note: - if you delete the "configuration" directory below the Eclispe installation directory, the feature shows up correctly the *next time only*. After that this problem reappears. - if you specify the plugin to have the same ID as the feature (I made them the feature and plugin have the ID of "testFeature") then everything works perfectly. Please let me know if there is anything else I can provide.
major
RESOLVED
FIXED
{'$oid': '52e9c10d54dc1c25ebdc0891'}
60,977
The VCEPresetCommand needs to use overrides to handle instance location. See http://dev.eclipse.org/mhonarc/lists/ve-dev/msg00251.html
major
CLOSED
FIXED
{'$oid': '52e9c10d54dc1c25ebdc0893'}
60,978
Build I20040504 The JUnit view's scroll lock button has no affect. The the list of failures scrolls as new entries are added.
normal
VERIFIED
FIXED
{'$oid': '52e9c10d54dc1c25ebdc0894'}
60,982
Removing terminated launces or stale progress messages, etc, is not really deleting. Red X's scare people. Something like a garbage can or trash bin might make sense here.
enhancement
RESOLVED
WORKSFORME
{'$oid': '52e9c10d54dc1c25ebdc0895'}
60,983
The exported makefiles for the perfmon collector do not include a debug configuration, only Release. These are the makefiles in: org.eclipse.hyades.datacollection\collection\collectors\perfmon\WinBuild Not a big deal, but kind of annoying in that it prevents you from doing a command line debug build of these components. I stumbled across this by accident because I wanted to build a debug RAServer, so I just editted o.e.h.datacollection\collection\makefile.win_ia32 and changed all the sub-make invocations from CFG="Win32 - Release" to "Win32 - Debug"...and then found that didn't work for the stuff under perfmon.
minor
CLOSED
FIXED
{'$oid': '52e9c10d54dc1c25ebdc0896'}
60,980
I20040504 It appears that the document provider for the manifest editor is not being properly uninstalled. Using optimizeIt, all of the PluginElementNodes remain in memory (among many other things..up to 45K for my example) due to a resource change listener remaining registered after the editor is closed. This resource changed listener is out of the FileDocumentProvider of the InputContext. The FileDocumentProvider$FileSynchronizer is not getting removed as a resource changed listener. I will attach the reduced reference graph
major
RESOLVED
FIXED
{'$oid': '52e9c10d54dc1c25ebdc0897'}
60,981
Run with profiling enabled. Select the "profiling and logging perspective". Try and edit a profiling set. The profiling set does not behave correctly. Saw you want to do time analysis. If you expand the "time analysis" profiling set, it shows it's sub-components - in my case there's only one "execution time analysis". Checking the execution time analysis should also automatically "select it" - so that I can see the sub-menu that opens up. Today, the "mark a checkbox" action does not automatically "select" it - so I can miss out on the fact that there is a sub menu that needs to be displayed and edited if I forget to select the sub-menu". That doesn't look like the correct behavior for that menu. The converse behaves correctly - and should not be modified. I should be able to "select" each of the sub-menus without actually "marking the checkbox" to include that type of profiling in my run.
normal
CLOSED
FIXED
{'$oid': '52e9c10d54dc1c25ebdc0898'}
60,984
The quickfix for a local variable is called "Rename in File". This label doesn't make sense. If I have a local variable with the identical name elsewhere in the file, it is not renamed. It should be rename in method? Or local rename?
normal
RESOLVED
WONTFIX
{'$oid': '52e9c10d54dc1c25ebdc0899'}
60,985
IResourceChangeEvent.POST_AUTO_BUILD has been deprecated. Move to IResourceChangeEvent.POST_WORKSPACE_BUILD
normal
VERIFIED
FIXED
{'$oid': '52e9c10d54dc1c25ebdc089a'}
60,986
In trying to run two RAC processes at once on the same machine, I found that I could change the port numbers for the usual RAC connections, but not for the new RAC-assisted file copy feature. As a result, the second RAC dumps an exception saying it can't open the port because it's already open: java.net.BindException: Address already in use: NET_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:356) at java.net.ServerSocket.bind(ServerSocket.java:340) at java.net.ServerSocket.<init>(ServerSocket.java:207) at java.net.ServerSocket.<init>(ServerSocket.java:119) at org.eclipse.hyades.internal.execution.file.FileServer.run (FileServer.java:66)
normal
CLOSED
WONTFIX
{'$oid': '52e9c10d54dc1c25ebdc089b'}
60,988
While the tabbed file editor provides for a nice cache of recently accessed files, horizontal screen space limits the number of tabs (on my monitor) to about 8. When working with a large number of files (esp. in a relatively flat directory structure), it might be nice to have an indication of MRU files in the the Project and Navigator views, perhaps by highlighting their icons. This makes it very easy to locate a recently (or semi-recently) accessed file in the project explorer view. The selection of highlighted icons could be as simple as partitioning the icons in a directory into 3rds: the LRU set gets no highlighting, the MRU set gets a vivid highlight, and the in-between set gets a light tint. (ex: http://csua.berkeley.edu/~mjm/Eclipse-projectViewIdea.png).
enhancement
RESOLVED
INVALID
{'$oid': '52e9c10d54dc1c25ebdc089c'}
60,989
On a new progress view it is difficult to see when "sticky" task has been completed. It will be not a bad idea to show when task has been started (even for tasks that are in progress) and also when it has been completed.
enhancement
RESOLVED
FIXED
{'$oid': '52e9c10d54dc1c25ebdc089d'}
60,987
Build: 200405040800 1. Open the resources perspective (reset if modifications have been made) 2. Drag the top of the outline page as high as it will go. You will hide most of the Navigator view in the process. Note that when you let go the Navigator's actions are on top of the outline view.
trivial
RESOLVED
FIXED