_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': '52e9c14554dc1c25ebdc0cad'} | 62,028 | I got into a state in the Debug perpective where the Variables view was no
longer showing any variables at debug time and I tried to close it and reopen
it to rest the Variables view. I was not able to close the Variables view at
all and the following NPE was getting thrown when I tried to close it. I tried
even to reset the debug perspective and this did not help either to rest the
Variables view
!ENTRY org.eclipse.ui 4 0 May 12, 2004 18:04:09.150
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at java.lang.Throwable.<init>(Throwable.java)
at java.lang.Throwable.<init>(Throwable.java)
at java.lang.NullPointerException.<init>(NullPointerException.java:60)
at org.eclipse.ui.internal.Perspective.findView(Perspective.java)
at org.eclipse.ui.internal.WorkbenchPage.findViewReference
(WorkbenchPage.java)
at org.eclipse.ui.internal.WorkbenchPage.findViewReference
(WorkbenchPage.java)
at org.eclipse.ui.internal.WorkbenchPage.findView(WorkbenchPage.java)
at org.eclipse.ui.internal.WorkbenchPage.getViewStack
(WorkbenchPage.java:3488)
at
org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.contextEnab
led(LaunchViewContextListener.java)
at
org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.contextMana
gerChanged(LaunchViewContextListener.java:352)
at
org.eclipse.ui.internal.contexts.AbstractContextManager.fireContextManagerChange
d(AbstractContextManager.java)
at
org.eclipse.ui.internal.contexts.ProxyContextManager$1.contextManagerChanged
(ProxyContextManager.java:41)
at
org.eclipse.ui.internal.contexts.AbstractContextManager.fireContextManagerChange
d(AbstractContextManager.java)
at
org.eclipse.ui.internal.contexts.MutableContextManager.setEnabledContextIds
(MutableContextManager.java:310)
at
org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.processEnabledSubmis
sions(WorkbenchContextSupport.java)
at
org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.checkWindowType
(WorkbenchContextSupport.java)
at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.access$0
(WorkbenchContextSupport.java)
at
org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport$1.handleEvent
(WorkbenchContextSupport.java)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java)
at org.eclipse.swt.widgets.Display.filterEvent(Display.java)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java)
at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE
(Decorations.java:1473)
at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:1327)
at org.eclipse.swt.widgets.Control.windowProc(Control.java)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java)
at org.eclipse.swt.widgets.Display.windowProc(Display.java)
at org.eclipse.swt.internal.win32.OS.DestroyWindow(Native Method)
at org.eclipse.swt.widgets.Control.destroyWidget(Control.java:504)
at org.eclipse.swt.widgets.Widget.dispose(Widget.java)
at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:371)
at org.eclipse.swt.widgets.Shell.dispose(Shell.java:486)
at org.eclipse.jface.window.Window.close(Window.java:253)
at org.eclipse.jface.dialogs.Dialog.close(Dialog.java:811)
at org.eclipse.jface.dialogs.MessageDialog.buttonPressed
(MessageDialog.java:147)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:491)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java)
at org.eclipse.jface.window.Window.runEventLoop(Window.java)
at org.eclipse.jface.window.Window.open(Window.java:648)
at org.eclipse.jface.dialogs.MessageDialog.openQuestion
(MessageDialog.java:337)
at org.eclipse.ui.internal.Workbench$9.handleException
(Workbench.java:437)
at org.eclipse.core.internal.runtime.InternalPlatform.handleException
(InternalPlatform.java:342)
at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java)
at org.eclipse.core.runtime.Platform.run(Platform.java)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:423)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:389)
at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:561)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:559)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:535)
at org.eclipse.ui.internal.WorkbenchWindow.busyClose
(WorkbenchWindow.java:480)
at org.eclipse.ui.internal.WorkbenchWindow.access$0
(WorkbenchWindow.java:465)
at org.eclipse.ui.internal.WorkbenchWindow$1.run
(WorkbenchWindow.java:553)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java)
at org.eclipse.ui.internal.WorkbenchWindow.close
(WorkbenchWindow.java:551)
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)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java)
at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1506)
at org.eclipse.swt.widgets.Control.windowProc(Control.java)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java)
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)
at org.eclipse.swt.widgets.Control.windowProc(Control.java)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java)
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)
at org.eclipse.swt.widgets.Control.windowProc(Control.java)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java)
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)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:243)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140)
at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:90)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:283)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:242)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:119)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java: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 | CLOSED | DUPLICATE |
{'$oid': '52e9c14554dc1c25ebdc0cae'} | 62,031 | I don't know if this is changed with the latest releases but suddenly something
keeps comming up that does annoy me quite a bit.
when i have this:
Test.testTester(3,3,3,3)
and if you use CTRL-ARROW (right/left) then when you start from the beginning
it jums like this:
Test . test Tester ( 3,3,3,3 )
it jumps right over the things with , and that is quite annoying because if
somehow some params are concatted without a space i can jump easily to them.
it should do this:
Test . test Tester ( 3 , 3 , 3 , 3 )
(Just like this editor does where i type this comment in, expect of course the
special java thing: test Tester) | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9c14554dc1c25ebdc0caf'} | 62,033 | The navigator extension sample is currently in org.eclipse.hyades.ui.sample,
which is the wrong plugin. It should be in org.eclipse.hyades.trace.sample,
since the navigator extension sample is on the profiling monitor. | normal | CLOSED | FIXED |
{'$oid': '52e9c14554dc1c25ebdc0cb0'} | 62,034 | i20040512
Configuration location areas are kept in org.eclipse.pde.core metadata area,
having the same names as the corresponding launch configuration.
Renaming the launch configuration does not change the config area accordingly. | minor | RESOLVED | FIXED |
{'$oid': '52e9c14554dc1c25ebdc0cb1'} | 62,035 | I have clicked "Add local site", added a site from my disk that contains one
feature with on category.
Expanding the sites reveals twins. | normal | RESOLVED | FIXED |
{'$oid': '52e9c14554dc1c25ebdc0cb2'} | 62,029 | Using a workbench dated May 6, I find that multi-line selections in editors are
really ugly.
When I select multiple lines, there is a white underline under the text of each
line I've selected, a line which extends only as far as the text in each line.
I find this ugly and not like my native (Windows) platform multi-line select
convention. The multi-line select convention on Windows is to have the selected
area of text go to inverse video (black or blue background, white text),
extending either to the right edge of the window or to the end of the text on
each line. There is no white underline under each line of text.
I saw this in both the JDT Java editor and the CDT C++ file editor, so I assume
it's in some common component.
Just in case this is somehow unique to me, I'll attach a partial screen shot. | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9c14554dc1c25ebdc0cb3'} | 62,032 | I always import my workbench preferences to my new workspaces. This has been
working fine for the past couple months as I hopped from 3.0 build to 3.0
build. Some time in the past couple weeks, something changed such that I always
get errors when importing my prefs. The last time I know it worked OK was
200404220800. The most recent build I've tried this with is 200405060200.
The behavior is that if I launch eclipse for the first time and then do Window-
>Preferences..., Import..., I get 2 "Load Problem" error dialogs saying "Unable
to load editor associations". Nothing helpful goes into the log.
Perhaps this is not a bug. Maybe I have no business assuming I can keep reusing
my prefs. Or maybe I have settings for some (non-base Eclipse) plugin that has
changed incompatibly. But I couldn't tell because the error dialogs give no
indication of what's wrong...which also means I have no hope of getting the
offender out of there.
At least some of the preference settings load despite the errors. Maybe all
except the offenders. I can't tell any more because I don't recall all my
customizations.
Sadly, re-xporting my preferences does not help. The new export file still
contains the offending information.
I hope this is a bug because I'd sure hate to have to recreate all these
settings from scratch in order to get rid of these errors. :-\
I'm happy to send you my epf file, but I was reluctant to paste the whole huge,
hairy thing in here. Let me know if you want it. | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9c14554dc1c25ebdc0cb4'} | 62,036 | When I am testing a compiled program, the console does not display user input. The input appears
only after a refresh (when I hit enter and the program displays output based on input). This happens
on any System.in call that requires user input. I have been able to replicate it only on my MacOSX
machine running 1.4.2 jvm, OS X.3.3. | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9c14554dc1c25ebdc0cb5'} | 62,037 | When adding libraries to the project Eclipse adds them to the exclusion fiter
but doesn't check if exclusion filter already contains parent path. The result
is that eg. if I add lib/ subdirectory first to the exclusion filter and then
add several jar files from this subdirectory to the build path the exclusion
filter contains redundant entries for files in the directory which was already
excluded. | enhancement | RESOLVED | WONTFIX |
{'$oid': '52e9c14554dc1c25ebdc0cb6'} | 62,038 | There are currently a number of bugs that require decisions about editor
arrangement to be made by the presentation. The current API does not allow this
since presentations do not carry any persistent state.
This enhancement requests that the following enhancements be added to the
presentation API.
1. Presentation objects may carry persistent information, and can save and
restore that information in the workbench.
2. The protocol for adding new parts to a presentation should allow the
presentation to make decisions about the location of the new part, while still
allowing it to determine which dragover affordance was being displayed when a
part was dropped. | enhancement | RESOLVED | FIXED |
{'$oid': '52e9c14554dc1c25ebdc0cb7'} | 62,039 | I am having problems making an item in a TreeViewer visible. I have been
assigned Bug 61984 and I believe this could be similar to Bug 53034.
Steps:
- Import "org.eclipse.ui.workbench"
- Go to "NewWizardNewPage#selectPreviouslySelected" class
- In that method, there is a call to "viewer.setSelection(selection, true);"
that is not behaving properly. It is selecting the item but not making it
visible. I also tried "Tree#showItem()" and "Tree#showSelection()" with no success
- Run as run-time workbench
- Right-click in the package explorer and select "New->Project"
- Expand all the items in that tree
- Select the last item in the tree, create a "Simple" project and press "Finish"
- Right-click again in the package explorer and select "New->Project"
- The "Simple" item is selected but visible
I am not sure if "showItem()" is doing what it is supposed to do, so I am
posting this here for your feedback. I was using org.eclipse.swt I had checked
out around 4 pm (5/12/04). | normal | RESOLVED | WORKSFORME |
{'$oid': '52e9c14554dc1c25ebdc0cb8'} | 62,043 | Sorry for the PR, but I'm not email-enabled at the moment.
@return tags should no duplicate the return type mentioned in the signature.
For example, in PerspectivesPreferencePage.createVerticalButton, instead of
* @return Button The created button.
just use:
* @return the created button
Neither the style guide I pointed you at earlier nor the "Requirements for
Writing Java API Specifications" doc exactly spell this out, but the examples in
both of these, and in our existing Javadoc, avoid such duplication.
See the examples here:
http://java.sun.com/j2se/javadoc/writingapispecs/index.html#method
and here:
http://java.sun.com/j2se/javadoc/writingdoccomments/index.html#@return
(both are linked to from here: http://dev.eclipse.org/javadoc.html) | normal | RESOLVED | WORKSFORME |
{'$oid': '52e9c14554dc1c25ebdc0cb9'} | 62,040 | If you delete a project and select "also delete contents...", but the workbench
has a problem deleting one or more of the contained resources, you get
a "Delete Problems" error dialog.
It used to be (200404220800) clicking on the details button in this dialog gave
a message of the form: "Could not delete: <resource name>".
Now (200405060200), the details display a very unhelpful message that repeats
exactly what the dialog already said, sans resource name: "Problems encountered
while deleting resources". Well, yes, but which one?!
(Interestingly it actually does delete the file it received an error on, at
least in the case described below. The enclosing project remains behind, empty
except for the .project file. I originally encountered this under more
mysterious circumstances, in which the files remained, so I was able to figure
out what it had been complaining about.)
To reproduce:
- Create a java or simple project
- Populate it with the text file of your choice
- Outside the workbench, open the file with something like Notepad so that you
can force a delete failure
- Return to the workbench and try to delete the enclosing project
- When you get the Delete Problems error dialog, click the Details>> button | minor | RESOLVED | DUPLICATE |
{'$oid': '52e9c14554dc1c25ebdc0cba'} | 62,041 | Using I200405120800, I got this error:
java.lang.NullPointerException
at org.eclipse.pde.internal.runtime.logview.LogView.saveState(LogView.java:750)
at org.eclipse.ui.internal.ViewFactory$3.run(ViewFactory.java:487)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:607)
at org.eclipse.core.runtime.Platform.run(Platform.java:668)
at org.eclipse.ui.internal.ViewFactory.saveViewState(ViewFactory.java:485)
at org.eclipse.ui.internal.ViewFactory.saveState(ViewFactory.java:472)
at org.eclipse.ui.internal.WorkbenchPage.saveState(WorkbenchPage.java:2519)
at org.eclipse.ui.internal.WorkbenchWindow.saveState(WorkbenchWindow.java:1847)
at org.eclipse.ui.internal.Workbench.saveState(Workbench.java:1376)
at org.eclipse.ui.internal.Workbench.recordWorkbenchState(Workbench.java:1153)
at org.eclipse.ui.internal.Workbench.access$5(Workbench.java:1151)
at org.eclipse.ui.internal.Workbench$9.run(Workbench.java:425)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:607)
at org.eclipse.core.runtime.Platform.run(Platform.java:668)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:423)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:389)
at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:561)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:559)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:535)
at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:482)
at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:467)
at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:555)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:553)
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: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.Decorations.WM_CLOSE(Decorations.java:1506)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2953)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1449)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3291)
at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1461)
at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:398)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3031)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1449)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3291)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1466)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2388)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:298)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126)
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:722)
at org.eclipse.core.launcher.Main.main(Main.java:706)
!ENTRY org.eclipse.core.runtime 4 2 mai 12, 2004 20:28:04.736
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.runtime".
!STACK 0
java.lang.NullPointerException
at org.eclipse.pde.internal.runtime.logview.LogView.dispose(LogView.java:441)
at
org.eclipse.ui.internal.WorkbenchPartReference.dispose(WorkbenchPartReference.java:162)
at org.eclipse.ui.internal.ViewFactory$ViewReference.dispose(ViewFactory.java:73)
at org.eclipse.ui.internal.WorkbenchPage$6.run(WorkbenchPage.java:1189)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:607)
at org.eclipse.core.runtime.Platform.run(Platform.java:668)
at org.eclipse.ui.internal.WorkbenchPage.dispose(WorkbenchPage.java:1187)
at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages(WorkbenchWindow.java:588)
at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:1066)
at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:485)
at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:467)
at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:555)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:553)
at org.eclipse.jface.window.WindowManager.close(WindowManager.java:101)
at org.eclipse.ui.internal.Workbench$10.run(Workbench.java:450)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:607)
at org.eclipse.core.runtime.Platform.run(Platform.java:668)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:447)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:389)
at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:561)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:559)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:535)
at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:482)
at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:467)
at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:555)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:553)
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: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.Decorations.WM_CLOSE(Decorations.java:1506)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2953)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1449)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3291)
at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1461)
at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:398)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3031)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1449)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3291)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1466)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2388)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:298)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126)
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:722)
at org.eclipse.core.launcher.Main.main(Main.java:706) | normal | RESOLVED | FIXED |
{'$oid': '52e9c14654dc1c25ebdc0cbb'} | 62,045 | build I20040512-0800
- clicked the sync button in the sync view
- it started a sync
- pressed Run in Background
- did the same again
- in the progress view, it showed two sync jobs, but only one was active
- terminated the other one
- it did not get cleared from the list
- it also showed "Synchronizing: (0%) null"
- while the other job continued to make progress, the progress indicator at
bottom right kept showing 0%. | normal | VERIFIED | FIXED |
{'$oid': '52e9c14654dc1c25ebdc0cbc'} | 62,042 | An invalid hex constant, 0x, causes the parser to exit due to the
NumberFormatException being thrown at HexIntegerToken.HexIntegerToken().
e.g.
main() { caller(0x); } | normal | RESOLVED | FIXED |
{'$oid': '52e9c14654dc1c25ebdc0cbd'} | 62,044 | build I20040512
In the triangle menu of the Sync view, it has a Modes menu. It should read
"Mode" since, although it lists all modes, only one can be selected.
Compare with other submenus in the UI. | minor | RESOLVED | FIXED |
{'$oid': '52e9c14654dc1c25ebdc0cbe'} | 62,047 | When creating a new Plugin project chosing a non-default location, and if this
location contains other projects, M8 forces to put the new project insinde an
existing folder. Then, the new project is created in another sub directory.
Hm... Here is an example:
- Create a plugin project named "test".
- Uncheck the "use default" option.
- Browse to a root folder where there are other existing eclipse projects below.
Eclipse complains that the projects overlap.
- Create a sub folder for the new plugin project (named "test")
- finish.
You end up with root/test/test/
This behavior is different fom the Java Projects: Eclipse creates the project
right below the first folder. | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9c14654dc1c25ebdc0cc0'} | 62,048 | build I20040512-0800
While looking into bug 57012, I tried adding -clean to the command line.
After this, the workbench could not start.
A log file in the configuration dir has:
!SESSION May 12, 2004 22:43:02.992 ---------------------------------------------
eclipse.buildId=I200405120800
java.version=1.4.2_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -showLocation
!ENTRY org.eclipse.osgi May 12, 2004 22:43:03.02
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench" could not
be found in the registry.
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:289)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126)
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:722)
at org.eclipse.core.launcher.Main.main(Main.java:706) | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9c14654dc1c25ebdc0cc1'} | 62,051 | I cannot find the welcome pages in M8 (and the latest nightly builds).
Have they been removed?
Are welcome pages deprecated?
Where did they go?
Is there a replacement? | normal | RESOLVED | WONTFIX |
{'$oid': '52e9c14654dc1c25ebdc0cc2'} | 62,050 | Some of the online docu contains links into the internet. When clicking on
such a link, the link appears in the help window.
Shift-click (on windows) shows a new window. This window is unusable, because
it contains no menu and no controls.
Is this a bug or intended behavior? | normal | RESOLVED | FIXED |
{'$oid': '52e9c14654dc1c25ebdc0cc3'} | 62,052 | I20040511
The code formatter adds additional new lines before and after PRE tags on
every run. The text within PRE tags is also indented on each run. | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9c14654dc1c25ebdc0cc4'} | 62,054 | I20040511
This is the stack trace I get in found several times log. Note that I'm not
working on "org.eclipse.draw2d". It's just in my workspace.
!ENTRY org.eclipse.core.runtime 4 2 Mai 12, 2004 15:23:37.687
!MESSAGE Problems occurred when invoking code from plug-
in: "org.eclipse.core.runtime".
!STACK 0
java.lang.IllegalArgumentException: endRule without matching beginRule:
P/org.eclipse.draw2d
at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:58)
at org.eclipse.core.internal.jobs.ImplicitJobs.end
(ImplicitJobs.java:121)
at org.eclipse.core.internal.jobs.JobManager.endRule
(JobManager.java:430)
at
org.eclipse.team.internal.ccvs.core.syncinfo.ReentrantLock$ThreadInfo.pushRule
(ReentrantLock.java:86)
at org.eclipse.team.internal.ccvs.core.syncinfo.ReentrantLock.acquire
(ReentrantLock.java:269)
at
org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer.beginBatching
(EclipseSynchronizer.java:496)
at
org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer.run
(EclipseSynchronizer.java:1401)
at org.eclipse.team.internal.ccvs.core.resources.EclipseResource$2.run
(EclipseResource.java:268)
at org.eclipse.core.internal.resources.Workspace.run
(Workspace.java:1674)
at org.eclipse.team.internal.ccvs.core.resources.EclipseResource.run
(EclipseResource.java:265)
at
org.eclipse.team.internal.ccvs.core.util.BuildCleanupListener.resourceChanged
(BuildCleanupListener.java:131)
at org.eclipse.core.internal.events.NotificationManager$2.run
(NotificationManager.java:319)
at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:607)
at org.eclipse.core.runtime.Platform.run(Platform.java:668)
at org.eclipse.core.internal.events.NotificationManager.notify
(NotificationManager.java:313)
at
org.eclipse.core.internal.events.NotificationManager.broadcastChanges
(NotificationManager.java:156)
at org.eclipse.core.internal.resources.Workspace.broadcastChanges
(Workspace.java:172)
at org.eclipse.core.internal.resources.Workspace.endOperation
(Workspace.java:895)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run
(InternalWorkspaceJob.java:45)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) | normal | RESOLVED | INVALID |
{'$oid': '52e9c14754dc1c25ebdc0cc5'} | 62,049 | When I read online docu I normally set the fontsize to a relatively big font.
Unfortunately, the fixed font size in the help system prevent me from scaling
the fonts up (using control-scroll on windows). The only thing that scales is
the table of content and all GUI elements :-(
Is there a particular reason disallowing scaling of the help text?
The AJDT docu scales nicely and is therefore easy to read (for me).
The way out is to use Opera to read the online help. Unfortunately, with M8,
there is no way to get to the help url (with the latest integration builds,
the context menu is fortunetely enabled again) | normal | RESOLVED | WORKSFORME |
{'$oid': '52e9c14754dc1c25ebdc0cc6'} | 62,057 | I200405130010
I did the following steps:
1. started the workbench
2. Import > Plug-ins
(saw that target is not newest - OK since we don't update the runtime on the
buildmachine on a daily basis)
3. opened preference pages
4. clicked on pde target platform
==> page was not shown instead a dialog said page contains invalid values
(see log below)
And of course I ran again into bug 61744
eclipse.buildId=I200405130010
java.version=1.4.2
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -update -keyring
d:\EclipseWorkspaceBuild22\plugins\.metadata\.keyring -showlocation
!ENTRY org.eclipse.pde.core 4 0 May 13, 2004 08:52:27.515
!MESSAGE
!STACK 0
java.lang.IllegalArgumentException:
at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:58)
at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:42)
at org.eclipse.core.runtime.Status.setPlugin(Status.java:184)
at org.eclipse.core.runtime.Status.<init>(Status.java:79)
at
org.eclipse.pde.internal.core.TargetPlatformRegistryLoader.logResolutionErrors(TargetPlatformRegistryLoader.java:108)
at
org.eclipse.pde.internal.core.TargetPlatformRegistryLoader.loadModels(TargetPlatformRegistryLoader.java:70)
at
org.eclipse.pde.internal.core.TargetPlatformRegistryLoader.loadModels(TargetPlatformRegistryLoader.java:161)
at
org.eclipse.pde.internal.core.ExternalModelManager.loadModels(ExternalModelManager.java:241)
at
org.eclipse.pde.internal.core.ExternalModelManager.ensureLoaded(ExternalModelManager.java:75)
at
org.eclipse.pde.internal.core.ExternalModelManager.getAllModels(ExternalModelManager.java:172)
at
org.eclipse.pde.internal.core.PluginModelManager.initializeTable(PluginModelManager.java:305)
at
org.eclipse.pde.internal.core.PluginModelManager.findPlugin(PluginModelManager.java:172)
at org.eclipse.pde.internal.core.PDECore.findPlugin(PDECore.java:304)
at
org.eclipse.pde.internal.core.feature.FeatureImport.parse(FeatureImport.java:115)
at org.eclipse.pde.internal.core.feature.Feature.parseRequires(Feature.java:222)
at org.eclipse.pde.internal.core.feature.Feature.parse(Feature.java:189)
at
org.eclipse.pde.internal.core.feature.AbstractFeatureModel.processDocument(AbstractFeatureModel.java:91)
at
org.eclipse.pde.internal.core.feature.AbstractFeatureModel.load(AbstractFeatureModel.java:67)
at
org.eclipse.pde.internal.core.WorkspaceModelManager.loadModel(WorkspaceModelManager.java:552)
at
org.eclipse.pde.internal.core.WorkspaceModelManager.createFeatureModel(WorkspaceModelManager.java:456)
at
org.eclipse.pde.internal.core.WorkspaceModelManager.addWorkspaceModel(WorkspaceModelManager.java:581)
at
org.eclipse.pde.internal.core.WorkspaceModelManager.initializeWorkspaceModels(WorkspaceModelManager.java:439)
at
org.eclipse.pde.internal.core.WorkspaceModelManager.getWorkspaceModel(WorkspaceModelManager.java:130)
at
org.eclipse.pde.internal.ui.wizards.imports.PluginImportWizardExpressPage$PluginContentProvider.getElements(PluginImportWizardExpressPage.java:45)
at
org.eclipse.jface.viewers.StructuredViewer.getRawChildren(StructuredViewer.java:494)
at
org.eclipse.jface.viewers.StructuredViewer.getFilteredChildren(StructuredViewer.java:441)
at
org.eclipse.jface.viewers.StructuredViewer.getSortedChildren(StructuredViewer.java:545)
at org.eclipse.jface.viewers.TableViewer.internalRefresh(TableViewer.java:465)
at org.eclipse.jface.viewers.TableViewer.internalRefresh(TableViewer.java:449)
at org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredViewer.java:848)
at
org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:788)
at
org.eclipse.jface.viewers.CheckboxTableViewer.preservingSelection(CheckboxTableViewer.java:283)
at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:846)
at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:808)
at org.eclipse.jface.viewers.TableViewer.inputChanged(TableViewer.java:416)
at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:238)
at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:972)
at
org.eclipse.pde.internal.ui.wizards.imports.PluginImportWizardExpressPage.createTablePart(PluginImportWizardExpressPage.java:146)
at
org.eclipse.pde.internal.ui.wizards.imports.PluginImportWizardExpressPage.createControl(PluginImportWizardExpressPage.java:104)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:161)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:546)
at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:870)
at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:918)
at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:915)
at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:906)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:904)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:678)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:300)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:505)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2725)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
at org.eclipse.jface.window.Window.open(Window.java:648)
at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:146)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:899)
at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:850)
at
org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:769)
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:2725)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:298)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126)
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:722)
at org.eclipse.core.launcher.Main.main(Main.java:706)
!ENTRY org.eclipse.core.runtime 4 2 May 13, 2004 08:52:43.140
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.runtime".
!STACK 0
java.lang.IllegalArgumentException:
at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:58)
at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:42)
at org.eclipse.core.runtime.Status.setPlugin(Status.java:184)
at org.eclipse.core.runtime.Status.<init>(Status.java:79)
at
org.eclipse.pde.internal.core.TargetPlatformRegistryLoader.logResolutionErrors(TargetPlatformRegistryLoader.java:108)
at
org.eclipse.pde.internal.core.TargetPlatformRegistryLoader.loadModels(TargetPlatformRegistryLoader.java:70)
at
org.eclipse.pde.internal.core.TargetPlatformRegistryLoader.loadModels(TargetPlatformRegistryLoader.java:161)
at
org.eclipse.pde.internal.core.ExternalModelManager.loadModels(ExternalModelManager.java:241)
at
org.eclipse.pde.internal.core.ExternalModelManager.ensureLoaded(ExternalModelManager.java:75)
at
org.eclipse.pde.internal.core.ExternalModelManager.getAllModels(ExternalModelManager.java:172)
at
org.eclipse.pde.internal.ui.preferences.ExternalPluginsBlock.getAllModels(ExternalPluginsBlock.java:219)
at
org.eclipse.pde.internal.ui.preferences.ExternalPluginsBlock.access$6(ExternalPluginsBlock.java:216)
at
org.eclipse.pde.internal.ui.preferences.ExternalPluginsBlock$PluginContentProvider.getElements(ExternalPluginsBlock.java:81)
at
org.eclipse.jface.viewers.StructuredViewer.getRawChildren(StructuredViewer.java:494)
at
org.eclipse.jface.viewers.StructuredViewer.getFilteredChildren(StructuredViewer.java:441)
at
org.eclipse.jface.viewers.StructuredViewer.getSortedChildren(StructuredViewer.java:545)
at org.eclipse.jface.viewers.TableViewer.internalRefresh(TableViewer.java:465)
at org.eclipse.jface.viewers.TableViewer.internalRefresh(TableViewer.java:449)
at org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredViewer.java:848)
at
org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:788)
at
org.eclipse.jface.viewers.CheckboxTableViewer.preservingSelection(CheckboxTableViewer.java:283)
at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:846)
at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:808)
at org.eclipse.jface.viewers.TableViewer.inputChanged(TableViewer.java:416)
at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:238)
at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:972)
at
org.eclipse.pde.internal.ui.preferences.ExternalPluginsBlock.initialize(ExternalPluginsBlock.java:249)
at
org.eclipse.pde.internal.ui.preferences.TargetPlatformPreferencePage.createContents(TargetPlatformPreferencePage.java:110)
at
org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:217)
at org.eclipse.jface.preference.PreferenceDialog$12.run(PreferenceDialog.java:974)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:607)
at org.eclipse.core.runtime.Platform.run(Platform.java:668)
at
org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:969)
at
org.eclipse.jface.preference.PreferenceDialog$9.selectionChanged(PreferenceDialog.java:534)
at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:415)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:607)
at org.eclipse.core.runtime.Platform.run(Platform.java:668)
at
org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:413)
at
org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:658)
at
org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:676)
at
org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:200)
at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:195)
at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:349)
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:2702)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2394)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
at org.eclipse.jface.window.Window.open(Window.java:648)
at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:899)
at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:850)
at
org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:769)
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:2725)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:298)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126)
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:722)
at org.eclipse.core.launcher.Main.main(Main.java:706) | normal | RESOLVED | FIXED |
{'$oid': '52e9c14754dc1c25ebdc0cc7'} | 62,055 | Since we have removed dependence on xerces jars from the rest of Eclipse, we
should put these back into ANT_HOME/lib since ant tasks will expect these to be
there as part of the standard install. Without them tasks designed to work with
a standard ant distribution fail when launched from Eclipse with:
java.lang.NoClassDefFoundError: org/apache/xerces/parsers/DOMParser | normal | RESOLVED | WONTFIX |
{'$oid': '52e9c14754dc1c25ebdc0cc8'} | 62,060 | When editing Java source and copying content into the clipboard using Ctrl+C
_sometimes_ the content doesn't get copied. For me, this only happens when
copying method names (or parts of them) but readers in the german Java
newsgroup have reported that it for them it's not only limited for method names
but applies for selecting other texts as well.
For example, I have the text "foo" in the clipboard and the following Java
snippet:
public Object getTestProperty() {
return this.x;
}
Now I select the part "TestProperty" and press Ctrl+C. Moving to another
location and press Ctrl+V now inserts "foot" (my old text) instead of the
expected "TestProperty". | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9c14754dc1c25ebdc0cc9'} | 62,058 | In the context of a research project, I want to display additional information
for test results in the JUnit GUI. However, the JUnit GUI classes are all
internal and all fields are private, so subclassing without modifications is
also no option. As a result, the GUI code currently can only be reused (by the
Eclipse rules) by duplicating it.
I chode to modify the original plugin to allow subclassing. For our project at
hand, we added additional tabs in the JUnit view. Therefore, the following
visibility changes were necessary:
JUnit Plugin (org.eclipse.jdt.junit), changes to the plugin:
visibility changes:
(add new tabs, remove old hierarchy view)
* made interface ITestRunView public
* changed TestRunnerViewPart.createTestRunViews from private to protected
* changed TestRunnerViewPart.aboutToLaunch from private to protected
* changed TestRunnerViewPart.createImage from protected to public
* changed TestRunnerViewPart.fTestRunViews from private to protected
* changes TestRunnerViewPart.createProgressCountPanel to protected
refactorings:
* added public method addTestRunView, refactoring addition of new tabs to JUnit view
(display number of requested tests)
* changed TestRunnerViewPart.fCounterPanel to protected
* changed TestRunnerViewPart.fProgressBar to protected
* changed TestRunnerViewPart.start to protected
* changed CounterPanel.fNumberOfRuns to protected
As the JUnit GUI framework is useful for other testing related projects as well,
I suggest making the GUI framework available and providing an extention point to
add new tabs to the GUI. | normal | RESOLVED | FIXED |
{'$oid': '52e9c14754dc1c25ebdc0cca'} | 62,056 | Launch Workbench
Import any Java Application that y ou want to profile.
Profile; check at least one profiling option
I selected Memory Analysis.
In the profile tab; send the profiling data to file my.trcxml;
Open the file using winzip; Following is found at the bottom of the file;
The following tags were not closed: TRACE. Error processing
resource 'file:///E:/Drop/TraceContents-Monday, May 3, 2004 3_24_36 PM
PDT.xml'.
In previous version of eclipse; I was able to look at the trace data and it did
not have any errors. | normal | CLOSED | DUPLICATE |
{'$oid': '52e9c14754dc1c25ebdc0ccb'} | 62,046 | build I20040512-0800
Kicked off a manual incremental build (Ctrl+B) and pressed Run in Background.
In the progress view, it had a long progress message due to errors and warnings
being found/fixed, and long path names of the files being compiled.
The string was truncated, with the ... placed close to the left end, hiding the
% complete indication for the job. | normal | RESOLVED | WORKSFORME |
{'$oid': '52e9c14754dc1c25ebdc0ccc'} | 62,059 | Using Eclipse 3.0M8 on Windows XP, latest SP and updates.
When double-clicking on a file, which is a Java Keystore, a text editor will
be opened, which shows the (binary) content. Eclipse will crash with a core
dump in SWT. See stack trace of core dump.
It will happen with J2SE 1.4.1_05 (always), and with J2SE 1.4.2_03 (often, but
not always).
It attach a small project xxx, containing two files, two different keystores,
and some core dumps.
Cheers, Jochen
--- one inline core dump, see also attachments ---
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at
PC=0x72F2F55B
Function=[Unknown.]
Library=C:\WINDOWS\System32\USP10.dll
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
at org.eclipse.swt.internal.win32.OS.ScriptTextOut(Native Method)
at org.eclipse.swt.graphics.TextLayout.draw(TextLayout.java:470)
at org.eclipse.swt.graphics.TextLayout.draw(TextLayout.java:339)
at org.eclipse.swt.custom.StyledTextRenderer.drawLine
(StyledTextRenderer.java:133)
at org.eclipse.swt.custom.StyledText.performPaint(StyledText.java:5637)
at org.eclipse.swt.custom.StyledText.handlePaint(StyledText.java:5041)
at org.eclipse.swt.custom.StyledText$7.handleEvent
(StyledText.java:4725)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:778)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:781)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2994)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146)
at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method)
at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1374)
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:1450)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2254)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:257)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:90)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:277)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:239)
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:267)
at org.eclipse.core.launcher.Main.run(Main.java:692)
at org.eclipse.core.launcher.Main.main(Main.java:676)
Dynamic libraries:
0x00400000 - 0x00407000 J:\j2sdk1.4.2_03\bin\javaw.exe
0x77F40000 - 0x77FEE000 C:\WINDOWS\System32\ntdll.dll
0x77E40000 - 0x77F38000 C:\WINDOWS\system32\kernel32.dll
0x77DA0000 - 0x77E3C000 C:\WINDOWS\system32\ADVAPI32.dll
0x78000000 - 0x78087000 C:\WINDOWS\system32\RPCRT4.dll
0x77D10000 - 0x77D9C000 C:\WINDOWS\system32\USER32.dll
0x7E180000 - 0x7E1C1000 C:\WINDOWS\system32\GDI32.dll
0x77BE0000 - 0x77C33000 C:\WINDOWS\system32\MSVCRT.dll
0x08000000 - 0x08138000 J:\j2sdk1.4.2_03\jre\bin\client\jvm.dll
0x76AF0000 - 0x76B1D000 C:\WINDOWS\system32\WINMM.dll
0x10000000 - 0x10007000 J:\j2sdk1.4.2_03\jre\bin\hpi.dll
0x00820000 - 0x0082E000 J:\j2sdk1.4.2_03\jre\bin\verify.dll
0x00830000 - 0x00849000 J:\j2sdk1.4.2_03\jre\bin\java.dll
0x00850000 - 0x0085D000 J:\j2sdk1.4.2_03\jre\bin\zip.dll
0x032F0000 - 0x0333D000 C:\data\Project\BMW-
ZUM\Development\3rdParty\Eclipse-3.0M8\plugins\org.eclipse.swt.win32_3.0.0
\os\win32\x86\swt-win32-3044.dll
0x7CCC0000 - 0x7CDE4000 C:\WINDOWS\system32\ole32.dll
0x77310000 - 0x7739B000 C:\WINDOWS\system32\COMCTL32.dll
0x76350000 - 0x76396000 C:\WINDOWS\system32\comdlg32.dll
0x70A70000 - 0x70AD5000 C:\WINDOWS\system32\SHLWAPI.dll
0x773A0000 - 0x77BA3000 C:\WINDOWS\system32\SHELL32.dll
0x770F0000 - 0x7717B000 C:\WINDOWS\system32\OLEAUT32.dll
0x76330000 - 0x7634C000 C:\WINDOWS\system32\IMM32.dll
0x72F10000 - 0x72F6A000 C:\WINDOWS\System32\USP10.dll
0x71950000 - 0x71A34000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.2600.1331_x-ww_7abf6d02\comctl32.dll
0x5B0F0000 - 0x5B124000 C:\WINDOWS\System32\uxtheme.dll
0x034D0000 - 0x034DD000 C:\WINDOWS\system32\PGPhk.dll
0x034F0000 - 0x034F7000
C:\Programme\Logitech\MouseWare\System\LgWndHk.dll
0x746A0000 - 0x746E4000 C:\WINDOWS\System32\MSCTF.dll
0x03550000 - 0x0355F000 J:\j2sdk1.4.2_03\jre\bin\net.dll
0x03560000 - 0x03574000 C:\WINDOWS\system32\WS2_32.dll
0x03580000 - 0x03588000 C:\WINDOWS\system32\WS2HELP.dll
0x03590000 - 0x03598000 J:\j2sdk1.4.2_03\jre\bin\nio.dll
0x035A0000 - 0x035A8000 C:\data\Project\BMW-
ZUM\Development\3rdParty\Eclipse-3.0M8
\plugins\org.eclipse.core.resources.win32_3.0.0\os\win32\x86\core_2_1_0b.dll
0x74C00000 - 0x74C2C000 C:\WINDOWS\System32\oleacc.dll
0x76020000 - 0x76081000 C:\WINDOWS\System32\MSVCP60.dll
0x76320000 - 0x76325000 C:\WINDOWS\System32\msimg32.dll
0x03700000 - 0x0370B000 C:\Programme\Gemeinsame
Dateien\Logitech\Scrolling\LgMsgHk.dll
0x71BA0000 - 0x71BEE000 C:\WINDOWS\System32\netapi32.dll
0x76620000 - 0x76708000 C:\WINDOWS\System32\SETUPAPI.dll
0x76C50000 - 0x76C72000 C:\WINDOWS\system32\imagehlp.dll
0x6DA00000 - 0x6DA7D000 C:\WINDOWS\system32\DBGHELP.dll
0x77BD0000 - 0x77BD7000 C:\WINDOWS\system32\VERSION.dll
0x76BB0000 - 0x76BBB000 C:\WINDOWS\System32\PSAPI.DLL
Heap at VM Abort:
Heap
def new generation total 1408K, used 162K [0x10010000, 0x10190000,
0x104f0000)
eden space 1280K, 2% used [0x10010000, 0x10018ad8, 0x10150000)
from space 128K, 99% used [0x10170000, 0x1018fff8, 0x10190000)
to space 128K, 0% used [0x10150000, 0x10150000, 0x10170000)
tenured generation total 17396K, used 12512K [0x104f0000, 0x115ed000,
0x14010000)
the space 17396K, 71% used [0x104f0000, 0x111282c0, 0x11128400, 0x115ed000)
compacting perm gen total 19456K, used 19248K [0x14010000, 0x15310000,
0x18010000)
the space 19456K, 98% used [0x14010000, 0x152dc2b0, 0x152dc400, 0x15310000)
Local Time = Thu May 13 08:50:24 2004
Elapsed Time = 46
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_03-b02 mixed mode)
# | major | CLOSED | DUPLICATE |
{'$oid': '52e9c14754dc1c25ebdc0ccd'} | 62,061 | I20040512
After working a couple of minutes or hours the Package Explorer stops
responding to decoration changes. I noticed the same in the Java Outline Page
that suddenly stops showing decorations for overwritten elements.
The Package Explorer still shows error ticks for classes that compile fine
(the Java edito doesn't show any errors anymore). It also stops updating the
Team decorations.
No exceptions are logged to the console or the to log file. | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9c14754dc1c25ebdc0cce'} | 62,062 | I20040512-0800
Mark Occurrences annotation is not interesting as Tooltip Description. Steps:
- enable Mark Occurrences
- set caret to a variable and wait until occurrences marked
- hover over variable or press F2
-> expected: type, name and javadoc
-> was: only name (I guess this is the Annotation's text) | minor | RESOLVED | FIXED |
{'$oid': '52e9c14754dc1c25ebdc0ccf'} | 62,063 | I20040512-0800
Preferences > Java > Editor > Syntax:
'Foreground:' list/table should have SWT.FULL_SELECTION flag set to allow
selection of an entry by clicking on the white space to the right of the item
label (like the lists in 'Appearance' and 'Hovers' tabs). | trivial | RESOLVED | FIXED |
{'$oid': '52e9c14754dc1c25ebdc0cd0'} | 62,064 | Double clicking on a binary container (object file, library) used to show the
output of objdump within a editor window instead of very less useful binary
content. EditorUtility.openInEditor(element) still does call
Objdump.getOutput(), Objdump.getOutput() still returns the correct output, the
returned IEditPart still have the correct output within it IEditorInput, but
deep down in showing the IEditPart, the input is replaced by the binary
content of the file (within TextFileDocumentProvider.connect()). The editor
input intended to use (the one read from objdump) is ignored. | normal | RESOLVED | FIXED |
{'$oid': '52e9c14754dc1c25ebdc0cd1'} | 62,066 | I200405130010
1. open SearchResultViewer.maplEment
2. collapse the method
3. hover over the triangle | normal | RESOLVED | FIXED |
{'$oid': '52e9c14754dc1c25ebdc0cd2'} | 62,067 | I200405130010
Right-click to open ruler context menu expands/collapses the code | normal | RESOLVED | FIXED |
{'$oid': '52e9c14754dc1c25ebdc0cd4'} | 62,068 | I20040512
Currently the index manager encodes the index location given by the client and
put this encoded location into org.eclipse.jdt.core's metadata area. As a
result, on shutdown the client's indexes are cleaned up since they do not
belong to the default Java search participant. | normal | VERIFIED | FIXED |
{'$oid': '52e9c14854dc1c25ebdc0cd5'} | 62,069 | !ENTRY org.eclipse.core.runtime 4 2 Mai 13, 2004 12:14:27.765
!MESSAGE Problems occurred when invoking code from plug-
in: "org.eclipse.core.runtime".
!STACK 0
java.lang.NullPointerException
at
org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.initViewCo
llection(LaunchViewContextListener.java:330)
at
org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.init
(LaunchViewContextListener.java:318)
at org.eclipse.debug.internal.ui.views.launch.LaunchView.partOpened
(LaunchView.java:640)
at org.eclipse.ui.internal.PartListenerList$5.run
(PartListenerList.java:105)
at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:607)
at org.eclipse.core.runtime.Platform.run(Platform.java:668)
at org.eclipse.ui.internal.PartListenerList.firePartOpened
(PartListenerList.java:103)
at org.eclipse.ui.internal.WorkbenchPage.firePartOpened
(WorkbenchPage.java:1384)
at org.eclipse.ui.internal.PartPane.createChildControl
(PartPane.java:119)
at org.eclipse.ui.internal.ViewPane.createChildControl
(ViewPane.java:143)
at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:276)
at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:607)
at org.eclipse.core.runtime.Platform.run(Platform.java:668)
at org.eclipse.ui.internal.ViewFactory.busyRestoreView
(ViewFactory.java:202)
at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:454)
at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:69)
at org.eclipse.ui.internal.ViewFactory.restoreView
(ViewFactory.java:452)
at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart
(ViewFactory.java:93)
at org.eclipse.ui.internal.WorkbenchPage$1.propertyChange
(WorkbenchPage.java:130)
at org.eclipse.ui.internal.LayoutPart.setVisible(LayoutPart.java:248)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:259)
at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:625)
at org.eclipse.ui.internal.presentations.PresentableViewPart.setVisible
(PresentableViewPart.java:114)
at
org.eclipse.ui.internal.presentations.DefaultPartPresentation.selectPart
(DefaultPartPresentation.java:777)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection
(PartStack.java:717)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:315)
at org.eclipse.ui.internal.ViewStack.createControl(ViewStack.java:99)
at org.eclipse.ui.internal.PartSashContainer.createControl
(PartSashContainer.java:392)
at org.eclipse.ui.internal.PerspectiveHelper.activate
(PerspectiveHelper.java:156)
at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:718)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective
(WorkbenchPage.java:2683)
at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective
(WorkbenchPage.java:728)
at org.eclipse.ui.internal.WorkbenchPage.access$8
(WorkbenchPage.java:713)
at org.eclipse.ui.internal.WorkbenchPage$12.run
(WorkbenchPage.java:2826)
at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective
(WorkbenchPage.java:2824)
at org.eclipse.ui.internal.Workbench.showPerspective
(Workbench.java:1488)
at
org.eclipse.debug.internal.ui.launchConfigurations.PerspectiveManager.switchToP
erspective(PerspectiveManager.java:171)
at
org.eclipse.debug.internal.ui.launchConfigurations.PerspectiveManager$5.run
(PerspectiveManager.java:322)
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:2702)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2394)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:243)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:90)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:298)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:249)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:126)
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:722)
at org.eclipse.core.launcher.Main.main(Main.java:706) | normal | VERIFIED | FIXED |
{'$oid': '52e9c14854dc1c25ebdc0cd6'} | 62,072 | Create a blank visual class extending object.
DnD a shell on to the canvas from the SWT palette.
Change the layout to GridLayout, and DnD a textArea or a table to the shell.
Then try to resize the item across the shell, but it doesn't happen as it
returns to it's original size. | normal | CLOSED | INVALID |
{'$oid': '52e9c14854dc1c25ebdc0cd7'} | 62,071 | 1) I create a Panel
2) Change it to BoxLayout (X_Axis)
=> This change is ignored anyhow and remains on FlowLayout
3) Put a Button in it
4) Chang it to BoxLayout (X_Axis)
=> code is generated like
jPanel3.setLayout(new BoxLayout(this,javax.swing.BoxLayout.X_AXIS));
causes a Java-Error:
java.awt.AWTError: BoxLayout can't be shared
the correct code should be:
jPanel3.setLayout(new BoxLayout(jPanel3,javax.swing.BoxLayout.X_AXIS)); | normal | CLOSED | DUPLICATE |
{'$oid': '52e9c14854dc1c25ebdc0cd8'} | 62,070 | Build 20040506
After addressing bug 61882, we forced to fault-in type hierarchies of all
types for which members are further accessed.
Thus we match javac behavior, and our expectation when doing reference
recording for incremental builds.
Question: why does the reference recording need to trigger resolution at all ?
It should only collect information about the types which already got resolved
during name resolution. It would be up to the name resolution to trigger the
proper initializations.
I suspect the faulting-in during reference recording is unnecessary and simply
add unnecessarily to the build state.
Fix for bug 61882 addresses short term behavior, and compliance to other
tools, but we should clarify whether:
1- accesses to members should really force to fault-in hierarchies (suspecting
this is just an artifact from javac implementation, and not mandated by the
spec).
2- we really need the extra information about unresolved supertypes amongst
dependencies (providing we disable the faulting-in behavior of (1)). | normal | VERIFIED | FIXED |
{'$oid': '52e9c14854dc1c25ebdc0cd9'} | 62,076 | We are using org.eclipse.core.runtime package with the following packages:
org.eclipse.osgi
org.eclipse.osgi.services
org.eclipse.osgi.util
org.eclipse.core.runtime.compatibility
org.eclipse.update.configurator
and are running using jclFoundation class library. Org.eclipse.runtime.package
has only a few issues with running on foundation that we would like to get fixed.
1. org.eclipse.core.internal.preferences.EclipsePreferences.java has 2 simple
changes:
- line 45: Character.toString(char) method is new in 1.4. Change
protected static final String PATH_SEPARATOR =
Character.toString(IPath.SEPARATOR);
to
protected static final String PATH_SEPARATOR = new
Character(IPath.SEPARATOR).toString();
- line 1047: FileOutputStream(File, boolean) constructor is new to 1.4. Change
output = new BufferedOutputStream(new FileOutputStream(location.toFile(),
false));
to
output = new BufferedOutputStream(new
FileOutputStream(location.toFile().toString(), false));
2. org.eclipse.core.runtime.content.XMLRootElementContentDescriber
- line 66: RuntimeException(Throwable) constructor is new to 1.4
throw new RuntimeException(e);
This can be fixed by converting calling e.toString(). But logging of the cause
may want to be done for similar function.
3. org.eclipse.core.internal.registry.RegistryCacheReader
- line 354: Exception.getCause() is new to 1.4
exception = InternalPlatform.DEBUG_REGISTRY ? e.getCause() : null;
This is debug only...
- line 380: Exception(String, Throwable) is new to 1.4
Can the cause be logged and call constructor with just (String)?
4. org.eclipse.core.internal.runtime.PlatformMetaAreaLock
- uses java.nio.channels.FileLock. This file seems to be unreferenced, is
this dead code? | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9c14854dc1c25ebdc0cda'} | 62,074 | The Java editor in the JDT doesn't respect the workbench keybindings.
Switching to 'emacs' mode doesn't appear to work.
Release: M8 | major | RESOLVED | WORKSFORME |
{'$oid': '52e9c14854dc1c25ebdc0cdb'} | 62,075 | If there is no specific objection I would vote for having the Border- properties
available for JLabel and JText. If there is an objection, would you mind to clarify.
P.S.: Don't know if this is a FR or a Bug. | enhancement | CLOSED | INVALID |
{'$oid': '52e9c14854dc1c25ebdc0cdc'} | 62,073 | QuestionGroupTreeViewScreen.java:29 error Ambiguous binding of type net.sf.
hibernate.Session. Use one args(..) per matched join point
import com.netvisor.common.data_model_metadata.EntityMetadata.Property;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
see attached file. | enhancement | RESOLVED | FIXED |
{'$oid': '52e9c14854dc1c25ebdc0cdd'} | 62,078 | As we cannot rely on job checking cancel enough we should sort them to the
bottom of the list so that they do not show up in the progress region unless
they are the only job.
Here is a scenario where this can happen:
- clicked the sync button in the sync view
- it started a sync
- pressed Run in Background
- did the same again
- in the progress view, it showed two sync jobs, but only one was active
- terminated the other one
- it did not get cleared from the list
- it also showed "Synchronizing: (0%) null"
- while the other job continued to make progress, the progress indicator at
bottom right kept showing 0%. | normal | CLOSED | FIXED |
{'$oid': '52e9c14854dc1c25ebdc0cde'} | 62,077 | It would be great to generalize the ant editor to a xml script editor that use dtd, xml schema or xml to
describe the syntax of the xml script.
So it would be great to change the dtd from a external plugin and overwrite it with a other dtd.
Let my give you an example. I had post this mail to the maven user list:
<snip>
i found a interesting issue and just wish to let you know.
It a kind of improvement suggestion for the ma(e)ven IDE project.
Since I didn't remember the correct syntax of a ant command i was open a
build.xml in eclipse.
Eclipse has an ant editor with syntax checking and code completion.
That brings the idea and i was browsing the code of the eclipse ant editor.
Surprise surprise the ant script syntax is described in a dtd file. So i was
just editing the dtd file and
vola there was a working maven.xml editor with syntax checking and code
completion.
That could be useful for pom as well.
Sorry i haven't the time to really create this editor since the dtd is a bit
longer but in case someone
searching for a contribution idea for maven, feel free to create a maven.xml
editor by just editing the
dtd. ;-)
Happy hacking!
Stefan
</snap> | enhancement | CLOSED | WONTFIX |
{'$oid': '52e9c14854dc1c25ebdc0cdf'} | 62,079 | The IHS and Apache rules-based parsers return severity 10 for all responses.
Several of the error codes should show up as more severe errors - e.g. error
code 500 and 404, at minimum (but also probably the 403 forbidden and perhaps
the full set of 4xx codes). The 5xx server codes should be showing up as more
severe errors. | normal | CLOSED | FIXED |
{'$oid': '52e9c14854dc1c25ebdc0ce0'} | 62,080 | See bug 60775.
Drop a Shell onto the canvas and change the Border style bit property
to "Border". The code is not generated and the property value returns
to "unset".
This is because Shell doesn't have a two argument ctor like other SWT widgets
and therefore the second parm (normally the style bits or'd together) won't
work here. See WidgetProxySourceAdapter.setPropertyValue(...) to see how this
is handled for basic SWT widgets.
This needs to be fixed for release 1.0.0. | major | CLOSED | FIXED |
{'$oid': '52e9c14854dc1c25ebdc0ce3'} | 62,082 | Create a Visual Class extending a jPanel with Swing.
Set the lay to GridLayout and set the column numbers to 3 and the rows to 4;
DnD some swing component, like a jButton, the content pane, but instead of
being able to drop them into separate columns they appear to fall into one row. | normal | CLOSED | INVALID |
{'$oid': '52e9c14854dc1c25ebdc0ce4'} | 62,085 | I200405130010
Some of the copied stuff is not applicable, e.g. those related to Replace. Also,
referenced widgets like Find or Replace should be fixed. | trivial | RESOLVED | FIXED |
{'$oid': '52e9c14954dc1c25ebdc0ce5'} | 62,086 | Inorder to get a patch to Easymock to work the patch jar must be first in the classpath. There does not
appear to be a way to do this with the User Libraries. I'm using the I20040506 build. | normal | VERIFIED | FIXED |
{'$oid': '52e9c14954dc1c25ebdc0ce6'} | 62,089 | Steps:
1. <File> - <New> - <Other>
2. Select <Datapool>
3. Following the wizard steps and select the CSV file
4. Click <Finish>
Result:
1. If the Tag Value in the CSV file contains DBCS, "Unable to create
part:Datapool Editor" error dialog appears.
2. If the Tag Value in the CSV file contains English, then the import process
works.
3. If the Tag Value in the CSV fifle contains extended ASCII, then "Unable to
create part: Datapool Editor" error dialog appears
Expected:
Same as result #2 for all three cases. | major | CLOSED | FIXED |
{'$oid': '52e9c14954dc1c25ebdc0ce7'} | 62,088 | Create a new visual class that extends jFrame with swing.
Change the contentpane layout to GridLayout.
DnD a few swing components into the page from the swing palette.
Go to the properties for the Gridlayout and change rows from the '1'(default)
to '0'.
Save the visual class and run in the Java Bean Launcher.
The bean won't launch as it throws up an exception...
java.lang.reflect.InvocationTargetExceptionIWAV0052E Invocation Target
Exception creating frametests.F01
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance
(NativeConstructorAccessorImpl.java:79)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance
(DelegatingConstructorAccessorImpl.java:43)
at java.lang.reflect.Constructor.newInstance(Constructor.java:313)
at
org.eclipse.ve.internal.java.vce.launcher.remotevm.JavaBeansLauncher.main
(JavaBeansLauncher.java:87)
Caused by: java.lang.IllegalArgumentException: rows and cols cannot both be zero
at java.awt.GridLayout.setRows(GridLayout.java:226)
at frametests.F01.getJContentPane(F01.java:49)
at frametests.F01.initialize(F01.java:37)
at frametests.F01.<init>(F01.java:27)
... 5 more | normal | CLOSED | FIXED |
{'$oid': '52e9c14954dc1c25ebdc0ce8'} | 62,087 | Advanced Filter dialog in Log View does not filter time stamps correctly.
When applying the following filter to the enclosed CBE XML log file (e.g. File
>> Import... >> Log File >> Add... >> Common Base Event XML log) in the
Advanced Filter dialog in Log View, all the log records are filtered.
creationTime < 2004-03-19 08:41:32.846000
The Advanced Filter dialog in Log View does not respect the time zone of the
creation time. Furthermore, the Advanced Filter dialog in Log View does not
respect the date format of the creation time. For example, when applying the
following filter to the enclosed CBE XML log file (e.g. File >> Import... >>
Log File >> Add... >> Common Base Event XML log) in the Advanced Filter dialog
in Log View, all the log records are filtered.
creationTime > 2004-03-19 00:00:00.000000 | normal | CLOSED | INVALID |
{'$oid': '52e9c14954dc1c25ebdc0ce9'} | 62,091 | Create a new java project with the SWT liabrary added.
Then create a new Visual Class which extend jFrame with swing.
Add a few components to the pane, save and run on a java bean launcher.
but it doesn't launch? | major | CLOSED | FIXED |
{'$oid': '52e9c14954dc1c25ebdc0cea'} | 62,090 | I200405122000
If I go to the Keys preference page and select certain categories, e.g.,
Window, any command selected will close the preference window. The same thing
occurs if you select the category with the keyboard and hit enter. | major | RESOLVED | FIXED |
{'$oid': '52e9c14954dc1c25ebdc0ceb'} | 62,084 | Setup: editor drop down
1) open multiple editors
2) make some editor dirty e.g. WorkbenchPart.java
3) open the editor drop down
4) type W
->WorkbenchPart.java doesn't show
5) save WorkbenchPart.java
6) type W
->WorkbenchPart.java shows up
The problem is that the '*' dirty indicator is considered to belong to the
item's text and considered rather than ignored when applying the filter
pattern.
Rendering '*' as part of the text label is difficult to recognize (see
attached screenshot). Suggestions:
* show the '*' as a decoration of the icon
* render the dirty editors in a different color or font in the list (e.g.
blue, or bold) | normal | RESOLVED | FIXED |
{'$oid': '52e9c14954dc1c25ebdc0cec'} | 62,094 | If you switch between another application and Eclipse you get about 10 times
as many fonts as you need for the tabs you have.
We are apparently updating gradients everytime the shell gets focus which is
likely required but any calls to getFont generate a new instance and we seem
to be calling this 10 times per view.
STEPS
1) Open a workbench window with 3 visible views
2) Click off and then back again
3) 30 new fonts will have been created
The good news is that this is not a leak - the garbage collector eventually
gets them so this is a low priority issue. | normal | RESOLVED | WONTFIX |
{'$oid': '52e9c14954dc1c25ebdc0ced'} | 62,092 | build i0512-1600
Sorry this is hard to explain.
In 2.1.3 when I used code assist and picked a method with parms, I got something
similar to hover-help which listed the param types and names. If I hit esc to
get rid of this hover, hitting ctrl-space brought it back.
In 3.0 I can get something similar to this behaviour by choosing "fill argument
names on method completion". It shows me the hover assist and fills in the names
of the parms.
But I can't figure out the right settings to show me the hover and not
auto-enter the parm names...when I hit code-assist and pick a method, I want the
parms to come up in hover but I don't want anything automatically entered for me
in the code.
Also hitting ctrl-space (when the caret is inside the brackets) doesn't do
anything. In 3.0 if I hit ctrl-space here nothing happens but in 2.1 I get the
hover with the explanation of the method parms:
Platform.getBundle( )
^
This is especially frustrating if you are calling a method that has the same
name but multiple signatures. | normal | RESOLVED | WORKSFORME |
{'$oid': '52e9c14954dc1c25ebdc0cee'} | 62,095 | Build 20040513
When patching with latest JDTCore, with adjusted constant value for
EmptyStatement optional warning, I saw the following entry in console.
1. it shouldn't be shown by default I suspect, only when in trace mode.
2. when option isn't readable it shouldn't be promoted to ERROR as observed
when then looking at pref page. It should rather be turned back to IGNORE.
!ENTRY org.eclipse.jdt.ui 4 10001 May 13, 2004 15:37:08.30
!MESSAGE preference option missing:
org.eclipse.jdt.core.compiler.problem.superfluousSemicolon
(org.eclipse.jdt.internal.ui.preferences.CompilerConfigurationBlo
ck)
!ENTRY org.eclipse.jdt.ui 4 10001 May 13, 2004 15:37:15.721
!MESSAGE preference option missing:
org.eclipse.jdt.core.compiler.problem.superfluousSemicolon
(org.eclipse.jdt.internal.ui.preferences.CompilerConfigurationBlo
ck) | normal | RESOLVED | FIXED |
{'$oid': '52e9c14954dc1c25ebdc0cef'} | 62,096 | I found that at m9 with the May 11 23:52 build from hoplite4, that if I had
defined a location and then later went to change it, and saved the change, that
this really had no effect and the next test would go to the same old location.
I had to recycle eclipse to get the new location recognized. | normal | CLOSED | FIXED |
{'$oid': '52e9c14954dc1c25ebdc0cf0'} | 62,098 | eclipse I200405121200 - with swt 3051c
Tried to synch with CVS and crashed.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at
PC=0x8078FF6
Function=jni_GetCharArrayElements+0x1E
Library=D:\Eclipse\vm\jdk1.4.2\jre\bin\client\jvm.dll
Source file = D:/BUILD_AREA2/jdk1.4.2/hotspot\src\share\vm\prims\jni.cpp : 1565
Current Java thread:
at org.eclipse.swt.internal.win32.OS.LoadImageW(Native Method)
at org.eclipse.swt.internal.win32.OS.LoadImage(OS.java:1789)
at org.eclipse.swt.widgets.Display.getSystemImage(Display.java:1646)
at org.eclipse.jface.dialogs.IconAndMessageDialog$1.run
(IconAndMessageDialog.java:213)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:135)
at org.eclipse.ui.internal.UISynchronizer.syncExec
(UISynchronizer.java:25)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:3049)
at org.eclipse.jface.dialogs.IconAndMessageDialog.getSWTImage
(IconAndMessageDialog.java:211)
at org.eclipse.jface.dialogs.IconAndMessageDialog.getInfoImage
(IconAndMessageDialog.java:177)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.getImage
(ProgressMonitorDialog.java:509)
at org.eclipse.jface.dialogs.IconAndMessageDialog.createMessageArea
(IconAndMessageDialog.java:54)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.createDialogArea
(ProgressMonitorDialog.java:344)
at
org.eclipse.jface.dialogs.IconAndMessageDialog.createDialogAndButtonArea
(IconAndMessageDialog.java:144)
at org.eclipse.jface.dialogs.IconAndMessageDialog.createContents
(IconAndMessageDialog.java:134)
at org.eclipse.jface.window.Window.create(Window.java:348)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:924)
at org.eclipse.jface.window.Window.open(Window.java:637)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.open
(ProgressMonitorDialog.java:540)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.aboutToRun
(ProgressMonitorDialog.java:463)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run
(ProgressMonitorDialog.java:394)
at org.eclipse.compare.internal.CompareUIPlugin.compareResultOK
(CompareUIPlugin.java:505)
at org.eclipse.compare.internal.CompareUIPlugin.openCompareEditor
(CompareUIPlugin.java:458)
at org.eclipse.compare.CompareUI.openCompareEditorOnPage
(CompareUI.java:127)
at org.eclipse.compare.CompareUI.openCompareEditor(CompareUI.java:113)
at
org.eclipse.team.internal.ui.synchronize.actions.OpenInCompareAction.openCompar
eEditor(OpenInCompareAction.java:83)
at
org.eclipse.team.internal.ui.synchronize.actions.OpenInCompareAction.run
(OpenInCompareAction.java:56)
at
org.eclipse.team.internal.ui.synchronize.actions.OpenWithActionGroup.openInComp
areEditor(OpenWithActionGroup.java:99)
at
org.eclipse.team.internal.ui.synchronize.actions.DefaultSynchronizePageActions$
1.run(DefaultSynchronizePageActions.java:39)
at
org.eclipse.team.internal.ui.synchronize.StructuredViewerAdvisor.handleOpen
(StructuredViewerAdvisor.java:286)
at
org.eclipse.team.internal.ui.synchronize.StructuredViewerAdvisor.access$1
(StructuredViewerAdvisor.java:282)
at
org.eclipse.team.internal.ui.synchronize.StructuredViewerAdvisor$4.open
(StructuredViewerAdvisor.java:251)
at org.eclipse.jface.viewers.StructuredViewer$2.run
(StructuredViewer.java:396)
at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:607)
at org.eclipse.core.runtime.Platform.run(Platform.java:668)
at org.eclipse.jface.viewers.StructuredViewer.fireOpen
(StructuredViewer.java:394)
at org.eclipse.jface.viewers.StructuredViewer.handleOpen
(StructuredViewer.java:592)
at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen
(StructuredViewer.java:681)
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent
(OpenStrategy.java:211)
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:206)
at org.eclipse.jface.util.OpenStrategy$1.mouseSelectItem
(OpenStrategy.java:359)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent
(OpenStrategy.java:300)
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:2725)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:243)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:90)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:298)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:249)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:126)
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:722)
at org.eclipse.core.launcher.Main.main(Main.java:706)
Dynamic libraries:
0x00400000 - 0x00406000 D:\Eclipse\vm\jdk1.4.2\jre\bin\java.exe
0x77F50000 - 0x77FF7000 C:\WINDOWS\System32\ntdll.dll
0x77E60000 - 0x77F46000 C:\WINDOWS\system32\kernel32.dll
0x77DD0000 - 0x77E5D000 C:\WINDOWS\system32\ADVAPI32.dll
0x78000000 - 0x78087000 C:\WINDOWS\system32\RPCRT4.dll
0x77C10000 - 0x77C63000 C:\WINDOWS\system32\MSVCRT.dll
0x08000000 - 0x08136000 D:\Eclipse\vm\jdk1.4.2\jre\bin\client\jvm.dll
0x77D40000 - 0x77DCC000 C:\WINDOWS\system32\USER32.dll
0x7E090000 - 0x7E0D1000 C:\WINDOWS\system32\GDI32.dll
0x76B40000 - 0x76B6C000 C:\WINDOWS\System32\WINMM.dll
0x10000000 - 0x10007000 D:\Eclipse\vm\jdk1.4.2\jre\bin\hpi.dll
0x003A0000 - 0x003AE000 D:\Eclipse\vm\jdk1.4.2\jre\bin\verify.dll
0x003B0000 - 0x003C8000 D:\Eclipse\vm\jdk1.4.2\jre\bin\java.dll
0x003D0000 - 0x003DD000 D:\Eclipse\vm\jdk1.4.2\jre\bin\zip.dll
0x00960000 - 0x0096F000 D:\Eclipse\vm\jdk1.4.2\jre\bin\net.dll
0x71AB0000 - 0x71AC5000 C:\WINDOWS\System32\WS2_32.dll
0x71AA0000 - 0x71AA8000 C:\WINDOWS\System32\WS2HELP.dll
0x02FE0000 - 0x02FE8000 D:\Eclipse\vm\jdk1.4.2\jre\bin\nio.dll
0x033F0000 - 0x0343D000 D:\Eclipse\vm\jdk1.4.2\jre\bin\swt-win32-
3050.dll
0x771B0000 - 0x772D4000 C:\WINDOWS\system32\ole32.dll
0x71950000 - 0x71A34000 C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\COMCTL32.dll
0x70A70000 - 0x70AD5000 C:\WINDOWS\system32\SHLWAPI.dll
0x763B0000 - 0x763F5000 C:\WINDOWS\system32\comdlg32.dll
0x773D0000 - 0x77BC2000 C:\WINDOWS\system32\SHELL32.dll
0x77120000 - 0x771AB000 C:\WINDOWS\system32\OLEAUT32.dll
0x76390000 - 0x763AC000 C:\WINDOWS\System32\IMM32.dll
0x72FA0000 - 0x72FFA000 C:\WINDOWS\System32\USP10.dll
0x5AD70000 - 0x5ADA4000 C:\WINDOWS\System32\uxtheme.dll
0x74720000 - 0x74764000 C:\WINDOWS\System32\MSCTF.dll
0x03630000 - 0x0363B000 C:\Program Files\Lotus\Sametime
Client\ACTIVMON.dll
0x03770000 - 0x03778000 D:\Eclipse\Eclipse3.0
\ide\eclipse\plugins\org.eclipse.core.resources.win32_3.0.0\os\win32\x86
\core_2_1_0b.dll
0x74C80000 - 0x74CAC000 C:\WINDOWS\System32\oleacc.dll
0x55900000 - 0x55961000 C:\WINDOWS\System32\MSVCP60.dll
0x76380000 - 0x76385000 C:\WINDOWS\System32\msimg32.dll
0x76C90000 - 0x76CB2000 C:\WINDOWS\system32\imagehlp.dll
0x6D510000 - 0x6D58D000 C:\WINDOWS\system32\DBGHELP.dll
0x77C00000 - 0x77C07000 C:\WINDOWS\system32\VERSION.dll
0x76BF0000 - 0x76BFB000 C:\WINDOWS\System32\PSAPI.DLL
Heap at VM Abort:
Heap
def new generation total 4800K, used 3909K [0x10010000, 0x10540000,
0x113c0000)
eden space 4288K, 87% used [0x10010000, 0x103ba1f0, 0x10440000)
from space 512K, 30% used [0x10440000, 0x10467398, 0x104c0000)
to space 512K, 0% used [0x104c0000, 0x104c0000, 0x10540000)
tenured generation total 63352K, used 55055K [0x113c0000, 0x1519e000,
0x20010000)
the space 63352K, 86% used [0x113c0000, 0x14983ea8, 0x14984000, 0x1519e000)
compacting perm gen total 26368K, used 26174K [0x20010000, 0x219d0000,
0x24010000)
the space 26368K, 99% used [0x20010000, 0x2199f948, 0x2199fa00, 0x219d0000)
Local Time = Thu May 13 10:14:05 2004
Elapsed Time = 2576
#
# HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
# Error ID : 4A4E490E435050061D
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode)
# | normal | RESOLVED | WORKSFORME |
{'$oid': '52e9c14954dc1c25ebdc0cf1'} | 62,097 | When I reset perspective we are leaking ToolBarContributionItem MenuDetect
Listeners.
STEPS
1) Look at workbench with Optimize It
2) Reset perspective
3) 10 menu detect listeners on items will be left around.
Toolbars are not being leaked and we create this listener in
ToolBarContributionItem fill(Coolbar,int) using an inner class that we have no
reference too.
The reference graphs indicates that the Display still has the listener in the
event table | normal | VERIFIED | FIXED |
{'$oid': '52e9c14954dc1c25ebdc0cf2'} | 62,100 | Problem:
- Create an adapter file
- Expand 'Context Instance' under 'Configuration' and select the outputter
type
- Change the outputter type in the right pane to something other than what
it's currently set to
- Save your adapter file
- Expand the 'Context Basic Context Implementation' under 'Contexts' and
select the component corresponding to the outputter type. Notice that the
Executable Class and other information of the outputter is not updated.
I think these information should automatically be adjusted as the user changes
the outputter type. The outputter type doesn't seem to have any affect anywhere
when it's changed.
Even though the severity of this defect is listed as 'enhancement', I think it's
a major flaw in the GLA. | normal | CLOSED | INVALID |
{'$oid': '52e9c14a54dc1c25ebdc0cf3'} | 62,102 | Development IDE is this build. Checkout module ve-all from
dev.eclipse.org /home/tools on HEAD stream.
Attached is the .log | major | RESOLVED | FIXED |
{'$oid': '52e9c14a54dc1c25ebdc0cf4'} | 62,101 | Looking at the trace for the time to open a text editor 32% of it was spent
updating the command support.
The main two areas were
AbstractTextEditor.createActions (35 invocations of addHandlerSubmission)
AbstractTextEditor.createNavigationActions (43 invocations of
addHandlerSubmission)
I was opening the build.properties file of org.eclipse.ui.workbench in the
Resource Perspective with no other perspectives open | normal | RESOLVED | FIXED |
{'$oid': '52e9c14a54dc1c25ebdc0cf5'} | 62,104 | When I attempted to externalize messages in datapool APIs (both edit and
runtime), it turned out that the deadline for externalizing these messages has
passed, and due to miscommunications I was not aware of it. These messages are
being put into DatapoolExceptions thrown by these APIs. Kent Siefkes suggested
to enter a bug to be triaged and fixed in M10. As I understand, this will
involve entering these messages into plugin.properties file of models.common
and obtaining/prepending message IDs. | normal | CLOSED | FIXED |
{'$oid': '52e9c14a54dc1c25ebdc0cf6'} | 62,105 | I200405120800
org.eclipse.jface.preference.PreferenceDialog#getShortenedString(String) has
a 'System.out.println()' statement that looks suspicious. | normal | VERIFIED | FIXED |
{'$oid': '52e9c14a54dc1c25ebdc0cf7'} | 62,103 | Problem:
- When a new adapter file is created, the only attribute created for the CBE is
'creationTime'
- I think all required attributes for the CBE should automatically be created and
have the 'delete' function disabled (i.e. not allow the user to delete the
required attributes). | enhancement | CLOSED | WONTFIX |
{'$oid': '52e9c14a54dc1c25ebdc0cf8'} | 62,106 | Steps:
1) Go to "Help->Software update->Find and Install->Search for new features to
install"
2) Select "Add Update Site" and enter "Bla" for the name and "http://bla" for
the address
3) An exception is thrown and the "Unable to access "http://bla"" dialog is shown
4) Close the current dialog and go back to "Help->Software update->Find and Install"
5) The dialog does not show and an exception is thrown
Restarting the workbench does not help either.
I am using Build id: 200405122000. Here is the log file:
!SESSION May 13, 2004 10:48:01.311 ---------------------------------------------
eclipse.buildId=I200405122000
java.version=1.4.2_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
!ENTRY org.eclipse.ui 4 4 May 13, 2004 10:48:01.311
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 May 13, 2004 10:48:01.321
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.jface.wizard.WizardDialog.saveUIState(WizardDialog.java:795)
at org.eclipse.jface.wizard.WizardDialog.aboutToStart(WizardDialog.java:259)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:744)
at
org.eclipse.update.internal.ui.wizards.SitePage.getSiteCatalogWithIndicator(SitePage.java:553)
at org.eclipse.update.internal.ui.wizards.SitePage.access$1(SitePage.java:525)
at
org.eclipse.update.internal.ui.wizards.SitePage$TreeContentProvider.getChildren(SitePage.java:51)
at
org.eclipse.jface.viewers.AbstractTreeViewer.getRawChildren(AbstractTreeViewer.java:704)
at
org.eclipse.jface.viewers.StructuredViewer.getFilteredChildren(StructuredViewer.java:441)
at
org.eclipse.jface.viewers.AbstractTreeViewer.isExpandable(AbstractTreeViewer.java:1138)
at
org.eclipse.jface.viewers.AbstractTreeViewer.updatePlus(AbstractTreeViewer.java:1585)
at
org.eclipse.jface.viewers.AbstractTreeViewer.updateChildren(AbstractTreeViewer.java:1533)
at
org.eclipse.jface.viewers.AbstractTreeViewer.internalRefreshStruct(AbstractTreeViewer.java:1039)
at
org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1014)
at
org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:977)
at
org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:965)
at org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredViewer.java:848)
at
org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:788)
at
org.eclipse.jface.viewers.CheckboxTreeViewer.preservingSelection(CheckboxTreeViewer.java:346)
at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:846)
at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:808)
at org.eclipse.jface.viewers.StructuredViewer.addFilter(StructuredViewer.java:203)
at
org.eclipse.update.internal.ui.wizards.SitePage.createTreeViewer(SitePage.java:294)
at
org.eclipse.update.internal.ui.wizards.SitePage.createContents(SitePage.java:179)
at
org.eclipse.update.internal.ui.wizards.BannerPage.createControl(BannerPage.java:41)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:161)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:546)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:451)
at org.eclipse.jface.window.Window.create(Window.java:348)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:924)
at
org.eclipse.update.internal.ui.InstallWizardAction.openNewUpdatesWizard(InstallWizardAction.java:58)
at
org.eclipse.update.internal.ui.InstallWizardAction.doRun(InstallWizardAction.java:52)
at
org.eclipse.update.internal.ui.InstallWizardAction.access$0(InstallWizardAction.java:51)
at
org.eclipse.update.internal.ui.InstallWizardAction$1.run(InstallWizardAction.java:46)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at
org.eclipse.update.internal.ui.InstallWizardAction.run(InstallWizardAction.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:899)
at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:850)
at
org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:769)
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:2725)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:298)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126)
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:722)
at org.eclipse.core.launcher.Main.main(Main.java:706) | normal | VERIFIED | DUPLICATE |
{'$oid': '52e9c14a54dc1c25ebdc0cf9'} | 62,093 | On Integration build I200405060200
I have a very large class file (1400 lines - not my usual practice!) that has
been a complete pain as far as Eclipse goes - demonstrating many 'odd' issues
that make me think Eclipse has a problem with its size (or complexity). Might
not be - that's just a guess.
Anyway, the problem I am reporting here is a highlighting issue. The class
highlights properly on load, but the highlighting degrades and disappears as I
make changes to this file (have only noticed it on this one).
I will attach a screenshot or two, but essentially, the
highlighting 'disappears' in methods that get edited - leaving all text as
plain black.
In some cases, even chunks of commented-out code, or Javadoc start losing
their highlights and colouring too.
I'll attach the file, too, but I don't know how much use you will be able to
make of it as it has many dependencies on other classes | normal | RESOLVED | INVALID |
{'$oid': '52e9c14a54dc1c25ebdc0cfa'} | 62,110 | GLA generates error messages when launching a valid adapter file with a
converter command.
When launching a valid adapter file with a converter command, the follow errors
are produced in the command window:
IWAT0311E Context will not be run due to fatal configuration error.
IWAT0310E Adapter could not be started due to configuration problems.
IWAT0375E The SingleOSFileSensor configuration is incorrect. The directory or
fileName property is missing or invalid.
IWAT0310E Adapter could not be started due to configuration problems.
IWAT0375E The SingleOSFileSensor configuration is incorrect. The directory or
fileName property is missing or invalid. | normal | CLOSED | FIXED |
{'$oid': '52e9c14a54dc1c25ebdc0cfb'} | 62,108 | Updating of the contexts takes 15% of the time to open a text editor. This
appears to be doing the same thing twice
The two places are
1) Activation callback on the shell takes 5.82% of the time
(WorkbenchContextSupport.processEnabledSubmissions())
2) Mouse activation causes a setActiveControl on the shell. This also calls
WorkbenchContextSupport.processEnabledSubmissions()
If we removed one of these callbacks (or optimized the processing) this could
save quite a bit of time. | normal | RESOLVED | FIXED |
{'$oid': '52e9c14a54dc1c25ebdc0cfc'} | 62,109 | build I20040512-0800
- auto-build turned off
- Ctrl+B
- activate Problems view to clear any bolding of the tab
- activate some other view
- Ctrl+B
- the Problems view tab is bold again, even though there have been no changes to
problems
Tod, could you look into this one? Stefan is swamped for M9. | normal | RESOLVED | WORKSFORME |
{'$oid': '52e9c14a54dc1c25ebdc0cfd'} | 62,107 | With browser widget enabled JavaDoc view became quite convenient. However it is
annoying when it is jumping when selected context is changed.
Please add an option to pin current JavaDoc view.
If time permits, it will be great to remember previous pinned JavaDocs and show
them in a dropdown similar to the one used for Console view or even better in a
tabs. | enhancement | RESOLVED | FIXED |
{'$oid': '52e9c14a54dc1c25ebdc0cfe'} | 62,099 | Java perspective, click on "Filters" icon. | minor | RESOLVED | WORKSFORME |
{'$oid': '52e9c14a54dc1c25ebdc0cff'} | 62,111 | I20040513
In the progress view, the "Remove All Finished Tasks" button in the view toolbar
has a tooltip that has a mnemonic.
NewProgressView.RemoveAllJobsToolTip=Remove &All Finished Tasks
should be
NewProgressView.RemoveAllJobsToolTip=Remove All Finished Tasks
or even better
NewProgressView.RemoveAllJobsToolTip=Remove All Terminated Tasks
to fit the drop down menu entry. | trivial | RESOLVED | FIXED |
{'$oid': '52e9c14a54dc1c25ebdc0d00'} | 62,112 | build I20040512-0800
- new workspace
- loaded platform-runtime and platform-ui modules from head
- imported rest as binaries
- created PDE Hello World project
- ran target
Noticed this in the log some time later.
I couldn't see any projects whose plugin.xml was missing a version tag.
org.eclipse.core.internal.runtime.AssertionFailedException: null argument:A
plug-in version identifier must be non-empty.
at org.eclipse.core.internal.runtime.Assert.isNotNull(Assert.java:82)
at
org.eclipse.core.runtime.PluginVersionIdentifier.parseVersion(PluginVersionIdentifier.java:154)
at
org.eclipse.core.runtime.PluginVersionIdentifier.<init>(PluginVersionIdentifier.java:123)
at
org.eclipse.pde.internal.core.SourceLocationManager.getRelativePath(SourceLocationManager.java:66)
at
org.eclipse.pde.internal.core.SourceLocationManager.findSourceFile(SourceLocationManager.java:53)
at
org.eclipse.pde.internal.core.schema.SchemaRegistry.getSchemaFile(SchemaRegistry.java:233)
at
org.eclipse.pde.internal.core.schema.SchemaRegistry.loadWorkspaceDescriptors(SchemaRegistry.java:203)
at
org.eclipse.pde.internal.core.schema.SchemaRegistry.modelsChanged(SchemaRegistry.java:248)
at
org.eclipse.pde.internal.core.WorkspaceModelManager.fireModelProviderEvent(WorkspaceModelManager.java:740)
at
org.eclipse.pde.internal.core.WorkspaceModelManager.processModelChanges(WorkspaceModelManager.java:734)
at
org.eclipse.pde.internal.core.WorkspaceModelManager.resourceChanged(WorkspaceModelManager.java:357)
at
org.eclipse.jdt.internal.core.DeltaProcessingState$1.run(DeltaProcessingState.java:408)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:607)
at org.eclipse.core.runtime.Platform.run(Platform.java:668)
at
org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:403)
at
org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:319)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:607)
at org.eclipse.core.runtime.Platform.run(Platform.java:668)
at
org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:313)
at
org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:156)
at
org.eclipse.core.internal.resources.Workspace.broadcastChanges(Workspace.java:172)
at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:902)
at org.eclipse.core.internal.resources.Resource.setLocal(Resource.java:1245)
at org.eclipse.core.internal.resources.Folder.internalCreate(Folder.java:167)
at org.eclipse.core.internal.resources.Folder.create(Folder.java:101)
at org.eclipse.core.internal.resources.Folder.create(Folder.java:119)
at
org.eclipse.team.internal.ccvs.core.resources.EclipseFolder.mkdir(EclipseFolder.java:99)
at
org.eclipse.team.internal.ccvs.core.client.ResponseHandler.recreatePhatomFolders(ResponseHandler.java:111)
at
org.eclipse.team.internal.ccvs.core.client.ResponseHandler.getExistingFolder(ResponseHandler.java:96)
at
org.eclipse.team.internal.ccvs.core.client.UpdatedHandler.handle(UpdatedHandler.java:81)
at
org.eclipse.team.internal.ccvs.core.client.Request.executeRequest(Request.java:232)
at org.eclipse.team.internal.ccvs.core.client.Command.doExecute(Command.java:421)
at org.eclipse.team.internal.ccvs.core.client.Checkout.doExecute(Checkout.java:165)
at
org.eclipse.team.internal.ccvs.core.client.CheckoutWithOverwrite.doExecute(CheckoutWithOverwrite.java:52)
at org.eclipse.team.internal.ccvs.core.client.Command$1.run(Command.java:337)
at
org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer.run(EclipseSynchronizer.java:1403)
at
org.eclipse.team.internal.ccvs.core.resources.EclipseResource$2.run(EclipseResource.java:268)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1674)
at
org.eclipse.team.internal.ccvs.core.resources.EclipseResource.run(EclipseResource.java:265)
at org.eclipse.team.internal.ccvs.core.client.Command.execute(Command.java:349)
at
org.eclipse.team.internal.ccvs.ui.operations.CheckoutProjectOperation.performCheckout(CheckoutProjectOperation.java:218)
at
org.eclipse.team.internal.ccvs.ui.operations.CheckoutProjectOperation$1.run(CheckoutProjectOperation.java:132)
at
org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer.run(EclipseSynchronizer.java:1403)
at
org.eclipse.team.internal.ccvs.ui.operations.CheckoutProjectOperation.checkout(CheckoutProjectOperation.java:130)
at
org.eclipse.team.internal.ccvs.ui.operations.CheckoutMultipleProjectsOperation.checkout(CheckoutMultipleProjectsOperation.java:50)
at
org.eclipse.team.internal.ccvs.ui.operations.CheckoutOperation.checkout(CheckoutOperation.java:46)
at
org.eclipse.team.internal.ccvs.ui.operations.CheckoutOperation.execute(CheckoutOperation.java:31)
at
org.eclipse.team.internal.ccvs.ui.operations.CVSOperation.run(CVSOperation.java:81)
at
org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:159)
at
org.eclipse.team.internal.ui.actions.JobRunnableContext$3.runInWorkspace(JobRunnableContext.java:179)
at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) | normal | RESOLVED | FIXED |
{'$oid': '52e9c14b54dc1c25ebdc0d01'} | 62,113 | In I20040506 (and some previous M8 and later builds), I am finding that
decorators fall out of synch very easily.
I notice this mostly with CVS decorators, but I guess that is down to the sort
of activities that I'm doing.
These occurrences tend to happen for individual files, or perhaps whole
packages - but not whole projects - it is only on a small, random subset of
files (ie it is not that a project is losing info)
Typical examples:
- Individual files losing their "I'm in CVS" orange blob decorator
- Changed files not acquiring ">" changed indicator
- Warning/Error decorators not disappearing when code has been corrected
I have found, when this happens, that Refresh, Clean, Rebuild etc *do not*
correct the decorator state. The only thing that seems to reset it is a
workspace restart.
Although colleagues have noticed it with a few M8 and later builds, it seems
to me to be especially prevalent in I20040506
The fact that it happens with CVS ">" indicators is especially annoying - and
I guess is a little distinct compared to the actual icon overlays. Suggests it
is a file-state issue, not an icon-overlay-drawing one...but I'm just
speculating here | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9c14b54dc1c25ebdc0d02'} | 62,116 | build I20040512-0800
In the intro, when you hover over the Go To The Workbench button, it shifts
position in addition to getting a border. The other buttons do not do this. | normal | RESOLVED | INVALID |
{'$oid': '52e9c14b54dc1c25ebdc0d03'} | 62,115 | build I20040511
1) opened a workspace that had the following checked
org.eclipse.core.filebuffers
org.eclipse.jface
org.eclipse.platform
org.eclipse.swt
org.eclipse.swt.win32
org.eclipse.ui
org.eclipse.ui.editors
org.eclipse.ui.ide
org.eclipse.ui.intro
org.eclipse.ui.tests
org.eclipse.ui.versioncheck
org.eclipse.ui.views
org.eclipse.ui.workbench
org.eclipse.ui.workbench.texteditor
TESTS
1b) worked for a while 1 hour of development, running innerworkspaces
occasionally (also, this is not a new workspace)
2) checked out
org.eclipse.ant.optional.junit
org.eclipse.test
2b) wait till done
3) checked out
org.eclipse.swt
org.eclipse.swt.win32
4) while the CVS check was running in the background, selected
org.eclipse.ant.optional.junit
org.eclipse.test
projects and poped up a menu and chose export,
tried to export these two plug-ins to a "Deployable Plug-in and Fragment" zip
file
5) the export failed with the following error (see below). What is strange is
that I did not select SWT for export.. .it appears that that the registry is
not in a good state at this time.
6) after this occurred I found that the package explorer was not up-to-date as
when I expanded an item (org.eclipse.ui.workbench), it showed the contents of
the item two places above it.
---------- logged errors --------------
STACK 0
org.eclipse.osgi.service.pluginconversion.PluginConversionException: Could not
find a plugin.xml or a fragment.xml in C:\workspaces\HEAD\org.eclipse.swt.
at org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillPluginInfo
(PluginConverterImpl.java:88)
at org.eclipse.core.runtime.adaptor.PluginConverterImpl.convertManifest
(PluginConverterImpl.java:628)
at org.eclipse.pde.internal.build.site.PDEState.loadManifest
(PDEState.java:206)
at org.eclipse.pde.internal.build.site.PDEState.addBundle
(PDEState.java:109)
at org.eclipse.pde.internal.build.site.PDEState.addBundles
(PDEState.java:246)
at org.eclipse.pde.internal.build.site.BuildTimeSite.getRegistry
(BuildTimeSite.java:60)
at
org.eclipse.pde.internal.build.builder.FeatureBuildScriptGenerator.computeElemen
ts(FeatureBuildScriptGenerator.java:100)
at
org.eclipse.pde.internal.build.builder.FeatureBuildScriptGenerator.generateChild
renScripts(FeatureBuildScriptGenerator.java:709)
at
org.eclipse.pde.internal.build.builder.FeatureBuildScriptGenerator.generate
(FeatureBuildScriptGenerator.java:193)
at org.eclipse.pde.internal.build.BuildScriptGenerator.generateFeatures
(BuildScriptGenerator.java:114)
at org.eclipse.pde.internal.build.BuildScriptGenerator.generate
(BuildScriptGenerator.java:58)
at
org.eclipse.pde.internal.ui.wizards.exports.FeatureExportJob.makeScript
(FeatureExportJob.java:199)
at org.eclipse.pde.internal.ui.wizards.exports.FeatureExportJob.doExport
(FeatureExportJob.java:144)
at org.eclipse.pde.internal.ui.wizards.exports.PluginExportJob.doExports
(PluginExportJob.java:43)
at org.eclipse.pde.internal.ui.wizards.exports.FeatureExportJob.run
(FeatureExportJob.java:76)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
!ENTRY org.eclipse.pde.build 1 10 May 13, 2004 10:29:31.535
!MESSAGE File not read: C:\workspaces\HEAD\org.eclipse.swt.
!ENTRY org.eclipse.pde.build 2 0 May 13, 2004 10:29:31.585
!MESSAGE An error occured while generating manifest for
C:\workspaces\HEAD\org.eclipse.swt.win32.
!STACK 0
org.eclipse.osgi.service.pluginconversion.PluginConversionException: Could not
find a plugin.xml or a fragment.xml in C:\workspaces\HEAD\org.eclipse.swt.win32.
at org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillPluginInfo
(PluginConverterImpl.java:88)
at org.eclipse.core.runtime.adaptor.PluginConverterImpl.convertManifest
(PluginConverterImpl.java:628)
at org.eclipse.pde.internal.build.site.PDEState.loadManifest
(PDEState.java:206)
at org.eclipse.pde.internal.build.site.PDEState.addBundle
(PDEState.java:109)
at org.eclipse.pde.internal.build.site.PDEState.addBundles
(PDEState.java:246)
at org.eclipse.pde.internal.build.site.BuildTimeSite.getRegistry
(BuildTimeSite.java:60)
at
org.eclipse.pde.internal.build.builder.FeatureBuildScriptGenerator.computeElemen
ts(FeatureBuildScriptGenerator.java:100)
at
org.eclipse.pde.internal.build.builder.FeatureBuildScriptGenerator.generateChild
renScripts(FeatureBuildScriptGenerator.java:709)
at
org.eclipse.pde.internal.build.builder.FeatureBuildScriptGenerator.generate
(FeatureBuildScriptGenerator.java:193)
at org.eclipse.pde.internal.build.BuildScriptGenerator.generateFeatures
(BuildScriptGenerator.java:114)
at org.eclipse.pde.internal.build.BuildScriptGenerator.generate
(BuildScriptGenerator.java:58)
at
org.eclipse.pde.internal.ui.wizards.exports.FeatureExportJob.makeScript
(FeatureExportJob.java:199)
at org.eclipse.pde.internal.ui.wizards.exports.FeatureExportJob.doExport
(FeatureExportJob.java:144)
at org.eclipse.pde.internal.ui.wizards.exports.PluginExportJob.doExports
(PluginExportJob.java:43)
at org.eclipse.pde.internal.ui.wizards.exports.FeatureExportJob.run
(FeatureExportJob.java:76)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
!ENTRY org.eclipse.pde.build 1 10 May 13, 2004 10:29:31.615 | normal | RESOLVED | WORKSFORME |
{'$oid': '52e9c14b54dc1c25ebdc0d04'} | 62,114 | I20040511
The InputDialog does not set a background colour for the error message text,
which is created as a Text object rather than a Label. This must be set to the
default widget background colour on Gtk+, where the default background colour is
white. | trivial | RESOLVED | DUPLICATE |
{'$oid': '52e9c14b54dc1c25ebdc0d05'} | 62,118 | When I launch WSAD 6.0 on top of 3.0M8 into its J2EE perspective, I found an
expensive method in core.runtime:
org.eclipse.core.runtime.adaptor.EclipseStarter.logUnresolvedBundles
([Lorg.osgi.framework.Bundle;)V
That one uses 37% of my startup time, and 41% of all method calls.
This seems excessive. Can you please confirm?
WSAD was launched from the command line, warmed up a couple of times. | normal | RESOLVED | FIXED |
{'$oid': '52e9c14b54dc1c25ebdc0d06'} | 62,119 | Calling setCursor(Cursor) on org.eclipse.swt.widgets.Text objects does not
affect the cursor. The cursor remains the default I-beam. I'm using SWT 3.0M8
under GTK. | normal | RESOLVED | FIXED |
{'$oid': '52e9c14b54dc1c25ebdc0d07'} | 62,121 | M8a
- loaded latest from HEAD
- compiled against binaries from I20040512-0800
- the plugin.xml for org.eclipse.ui.ide has the following warning:
Unknown attribute 'quadrant'
Either this should be changed to location, or the schema needs changing. | normal | VERIFIED | FIXED |
{'$oid': '52e9c14b54dc1c25ebdc0d08'} | 62,117 | See attachment, the dialog came up as a result of another bug.. will add
reference here once it is created. | normal | RESOLVED | FIXED |
{'$oid': '52e9c14b54dc1c25ebdc0d09'} | 62,120 | I20040512_0010
The package explorer shows all projects except the first one double. This is
caused by a race condition:
- on startup autobuild kicks in which resolves libarary containers
- main thread is populating the package explorer and is getting deltas
sent out by the autobuild
An additional case happens when the package explorer has filters set. In this
case JFace fetches all children to check if the list is empty after filterung.
Although the package explorer is updating the viewer via async exec the
runnable can be processed in main since Debug passes a null progress monitor
to resolve the library container resulting in the fact the Core uses an
aninamted progress monitor which runs the event loop from time to time. To fix
the problem several alternatives exists:
- no free use of animated progress monitor
- JDT/Core doesn't sent deltas on reads (it doesn't sent deltas either when
we populated a CU the first time)
- the package explorer content provided is reentrant aware
- launching doesn't use null to avoid animated progress monitor | major | RESOLVED | WONTFIX |
{'$oid': '52e9c14b54dc1c25ebdc0d0a'} | 62,124 | I20040511, also I20040513
org.eclipse.help.webapp that has a custom build script shows error icon (it is
a parent project for build.xml that shows an error too. The error also
appears in the problems view.
The build.xml contains:
<loadfile
property="web.xml.fragment"
srcFile="${temp.folder}/jsp.jar.src/web.xml.fragment"/>
that is flagged as error in the ant editor.
This is not an error as the line is part of a task that is executed after the
file web.xml.fragment file gets created.
The fact that ant displays the error (it is not an error at all) obscures the
usefulness of an error marker on the project. I now don't know whether
project has some real errors without expanding and seeing whether it comes
from build.xml or else. | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9c14b54dc1c25ebdc0d0b'} | 62,125 | My system lost power and my dtree got corrupted. How do I start fix this
problem so I can start eclipse. Currently it just stops during start-up.
ENTRY org.eclipse.core.runtime 4 2 May 12, 2004 13:40:03.938
!MESSAGE Problems occurred when invoking code from plug-
in: "org.eclipse.core.runtime".
!STACK 0
org.eclipse.core.internal.dtree.ObjectNotFoundException: Tree
element /EBDA_DependencyProject/com/ibm/dependency/generator/ComponentEventTran
slator.java not found. | critical | RESOLVED | DUPLICATE |
{'$oid': '52e9c14b54dc1c25ebdc0d0c'} | 62,123 | ConfigurationElement.createExcecutableExtension will throw an NPE if the
bundle that the extension is for has been unresolved. I get the following log:
!SESSION May 13, 2004 10:49:51.958 --------------------------------------------
-
eclipse.buildId=unknown
java.version=1.4.2_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -update
!ENTRY org.eclipse.core.runtime 4 0 May 13, 2004 10:49:51.958
!MESSAGE Error notifying registry change listener.
!SUBENTRY 1 org.eclipse.core.runtime 4 0 May 13, 2004 10:49:51.958
!MESSAGE
!STACK 0
java.lang.NullPointerException
at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtensi
on(ConfigurationElement.java:119)
at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtensi
on(ConfigurationElement.java:113)
at org.eclipse.core.internal.preferences.PreferencesService.createNode
(PreferencesService.java:321)
at org.eclipse.core.internal.preferences.RootPreferences.getChild
(RootPreferences.java:63)
at org.eclipse.core.internal.preferences.RootPreferences.node
(RootPreferences.java:90)
at
org.eclipse.core.internal.preferences.PreferencesService.scopeRemoved
(PreferencesService.java:112)
at
org.eclipse.core.internal.preferences.PreferencesService.registryChanged
(PreferencesService.java:617)
at
org.eclipse.core.internal.registry.ExtensionRegistry$ExtensionEventDispatcherJo
b.run(ExtensionRegistry.java:55)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
To reproduce have the org.eclipse.core.tests.runtime project in your workspace
and start an eclipse runtime with the -console option. Uninstall the
org.eclipse.osgi.services bundle and then run the refresh command on the
console with no arguments. The org.eclipse.core.tests.runtime project
requires osgi.services. The refresh command will force the tests to become
unresolved and then the NPE occurs. | normal | RESOLVED | FIXED |
{'$oid': '52e9c14b54dc1c25ebdc0d0d'} | 62,122 | biuld i20040511
Start the build, ran an inner workspace, tried to put intro in standby mode...
got the following error.
Had UI code from head for May 12, as well
!MESSAGE Failed to create standby part: org.eclipse.platform.cheatsheet
!STACK 0
org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:2689)
at org.eclipse.swt.SWT.error(SWT.java:2614)
at org.eclipse.swt.SWT.error(SWT.java:2585)
at org.eclipse.swt.widgets.Widget.error(Widget.java:381)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:283)
at org.eclipse.swt.widgets.Widget.checkParent(Widget.java:223)
at org.eclipse.swt.widgets.Widget.<init>(Widget.java:111)
at org.eclipse.swt.widgets.Control.<init>(Control.java:88)
at org.eclipse.swt.widgets.Scrollable.<init>(Scrollable.java:72)
at org.eclipse.swt.widgets.Composite.<init>(Composite.java:86)
at org.eclipse.ui.forms.widgets.LayoutComposite.<init>
(LayoutComposite.java:24)
at org.eclipse.ui.forms.widgets.FormToolkit.createComposite
(FormToolkit.java:193)
at org.eclipse.ui.forms.widgets.FormToolkit.createComposite
(FormToolkit.java:181)
at
org.eclipse.platform.internal.CheatSheetStandbyContent.createPartControl
(CheatSheetStandbyContent.java:34)
at
org.eclipse.ui.internal.intro.impl.parts.StandbyPart.addStandbyContentPart
(StandbyPart.java:215)
at
org.eclipse.ui.internal.intro.impl.model.IntroURL.handleStandbyStateChanged
(IntroURL.java:188)
at org.eclipse.ui.internal.intro.impl.model.IntroURL.doExecute
(IntroURL.java:121)
at org.eclipse.ui.internal.intro.impl.model.IntroURL.access$0
(IntroURL.java:109)
at org.eclipse.ui.internal.intro.impl.model.IntroURL$1.run
(IntroURL.java:102)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.intro.impl.model.IntroURL.execute
(IntroURL.java:91)
at
org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartLocationListene
r.changing(BrowserIntroPartLocationListener.java:61)
at org.eclipse.swt.browser.Browser$3.handleEvent(Browser.java:169)
at org.eclipse.swt.ole.win32.OleEventTable.sendEvent
(OleEventTable.java:55)
at org.eclipse.swt.ole.win32.OleEventSink.notifyListener
(OleEventSink.java:146)
at org.eclipse.swt.ole.win32.OleEventSink.Invoke(OleEventSink.java:120)
at org.eclipse.swt.ole.win32.OleEventSink.access$1(OleEventSink.java:96)
at org.eclipse.swt.ole.win32.OleEventSink$1.method6
(OleEventSink.java:70)
at org.eclipse.swt.internal.ole.win32.COMObject.callback6
(COMObject.java:115)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1466)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2388)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:243)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:90)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:298)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:249)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:126)
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:722)
at org.eclipse.core.launcher.Main.main(Main.java:706)
!ENTRY org.eclipse.pde.build 2 0 May 13, 2004 10:29:31.495 | normal | RESOLVED | FIXED |
{'$oid': '52e9c14b54dc1c25ebdc0d0e'} | 62,126 | - checked out org.apache.ant
- opened plug-in manifest, clicked on dependancies tab
- opened another plug-in and other java editors
- delete org.apache.ant project
the following exception occured:
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable
(java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:2689)
at org.eclipse.swt.SWT.error(SWT.java:2614)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:109)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2702)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2394)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.block
(ModalContext.java:136)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:261)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run
(ProgressMonitorDialog.java:397)
at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run
(ProgressMonitorJobsDialog.java:238)
at org.eclipse.ui.actions.DeleteResourceAction.run
(DeleteResourceAction.java:428)
at org.eclipse.jdt.internal.ui.refactoring.reorg.DeleteAction.run
(DeleteAction.java:88)
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun
(SelectionDispatchAction.java:212)
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run
(SelectionDispatchAction.java:188)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
at org.eclipse.ui.actions.RetargetAction.runWithEvent
(RetargetAction.java:212)
at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:141)
at org.eclipse.ui.internal.commands.Command.execute(Command.java:132)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand
(WorkbenchKeyboard.java:468)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press
(WorkbenchKeyboard.java:886)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent
(WorkbenchKeyboard.java:927)
at org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent
(OutOfOrderListener.java:67)
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.Control.sendKeyEvent(Control.java:1724)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1720)
at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3499)
at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:1378)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2978)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3291)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1466)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2388)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:243)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:90)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:298)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:249)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:126)
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:722)
at org.eclipse.core.launcher.Main.main(Main.java:706) | normal | RESOLVED | WORKSFORME |
{'$oid': '52e9c14b54dc1c25ebdc0d0f'} | 62,128 | 20040513
When using this method I don't get paths resulting for required projects.
The line
IRuntimeClasspathEntry[] unresolved = computeUnresolvedRuntimeClasspath(jproject);
seems to not look at normal, resolved entries | normal | RESOLVED | WORKSFORME |
{'$oid': '52e9c14b54dc1c25ebdc0d10'} | 62,129 | build I20040511
when exporting a simple plugin that depents on
org.apache.ant
org.eclipse.core.runtime.compatibility
while neither of those plug-ins are loaded as source, however they are in the
target platform. I get the following messages in the log, the zip file exported
as deployable plug-in seems fine and contains .class files as expected.
!ENTRY org.eclipse.pde.build 0 10 May 13, 2004 12:06:55.338
!MESSAGE File not read: C:\eclipse\I20040511
\eclipse\plugins\org.eclipse.core.runtime.compatibility_3.0.0\build.properties.
!ENTRY org.eclipse.pde.build 0 10 May 13, 2004 12:06:55.368
!MESSAGE File not read: C:\eclipse\I20040511
\eclipse\plugins\org.eclipse.osgi_3.0.0\build.properties.
!ENTRY org.eclipse.pde.build 0 10 May 13, 2004 12:06:55.388
!MESSAGE File not read: C:\eclipse\I20040511
\eclipse\plugins\org.eclipse.update.configurator_3.0.0\build.properties.
!ENTRY org.eclipse.pde.build 0 10 May 13, 2004 12:06:55.408
!MESSAGE File not read: C:\eclipse\I20040511
\eclipse\plugins\org.apache.ant_1.6.1\build.properties. | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9c14b54dc1c25ebdc0d11'} | 62,127 | Note: I am using M8
From the Package Explorer, if I select a Java class and rename it to another
name, the old name is still visible (along with the new name). Worse, the
explorer view is out of sync with the model: if I click on the old name, I get
the file below it (and so on). Closing the explorer and reopening fixes the
problem, but resync does not. | normal | VERIFIED | FIXED |
{'$oid': '52e9c14c54dc1c25ebdc0d12'} | 62,132 | An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x4E06090A
Function=g_object_get_qdata+0x2A
Library=/usr/lib/libgobject-2.0.so.0
Current Java thread:
at org.eclipse.swt.internal.gtk.OS.g_object_get_qdata(Native Method)
at org.eclipse.swt.widgets.WidgetTable.get(WidgetTable.java:32)
- locked <0x48cdc0c0> (a java.lang.Class)
at org.eclipse.swt.widgets.Display.mouseHoverProc(Display.java:1584)
at org.eclipse.swt.internal.gtk.OS.gtk_widget_show_now(Native Method)
- locked <0x48c1d880> (a java.lang.Class)
at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:943)
at org.eclipse.swt.widgets.Shell.open(Shell.java:698)
at org.eclipse.jface.window.Window.open(Window.java:559)
at org.eclipse.ui.internal.dialogs.InternalErrorDialog.open
(InternalErrorDialog.java:71)
at org.eclipse.ui.internal.dialogs.InternalErrorDialog.openQuestion
(InternalErrorDialog.java:173)
at org.eclipse.ui.internal.ExceptionHandler.openQuestionDialog
(ExceptionHandler.java:186)
at org.eclipse.ui.internal.ExceptionHandler.handleException
(ExceptionHandler.java:91)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1463)
at org.eclipse.ui.internal.Workbench.run_next(Workbench.java:1443)
at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench$16.run(Workbench.java:1391)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:171)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:151)
at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
....
Heap at VM Abort:
Heap
def new generation total 4544K, used 4382K [0x44750000, 0x44c30000,
0x44c30000)
eden space 4096K, 100% used [0x44750000, 0x44b50000, 0x44b50000)
from space 448K, 63% used [0x44bc0000, 0x44c07868, 0x44c30000)
to space 448K, 0% used [0x44b50000, 0x44b50000, 0x44bc0000)
tenured generation total 60544K, used 60543K [0x44c30000, 0x48750000,
0x48750000)
the space 60544K, 99% used [0x44c30000, 0x4874fff8, 0x48750000, 0x48750000)
compacting perm gen total 34816K, used 34707K [0x48750000, 0x4a950000,
0x4c750000)
the space 34816K, 99% used [0x48750000, 0x4a934e58, 0x4a935000, 0x4a950000)
Local Time = Mon May 10 16:37:59 2004
Elapsed Time = 512
#
# 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)
# | normal | RESOLVED | WORKSFORME |
{'$oid': '52e9c14c54dc1c25ebdc0d13'} | 62,131 | Based on bug 38839, we should consider changing the CodeStream to do bounds
checks instead of catching IndexOutOfBounds exceptions.
Or at least make the initial size of the code stream & constant pool big
enough to handle most .class files... plus adjust the grow size so that the
exception is thrown once every 5-10,000 accesses & not every 500. | normal | VERIFIED | FIXED |
{'$oid': '52e9c14c54dc1c25ebdc0d14'} | 62,134 | The JUnit plugin ignores any custom environment variables in the debug
configuration.
I've made the necessary changes in the Environment settings to add the path to
a custom JNI library I'm using, but the plugin doesn't incorporate these into
the runtime debug environment properly.
I've verified that my settings work fine in normal debug mode and inspected the
java.library.path system property to confirm the missing path entries.
This bug may be related to bug #60243
I'm using Eclipse version 3.0 M8 | normal | RESOLVED | FIXED |
Subsets and Splits