_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': '52e9c12454dc1c25ebdc0a3e'}
61,406
It will be handy to have an option to refresh ANY comparison editor without starting comparison again. It should inclide compare to each other comparison as well as comparison to CVS head or branch.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c12454dc1c25ebdc0a3f'}
61,407
build i0506-0200 I have a Scheduled Synchronize job in my progress view and it won't go away. It wasn't there, then I "showed verbose" on the view and now its always there. (verbose or not) When I clicked on the little-blue/green rectangle to remove it from the list it just greyed out that button but it remained in the list. Will attach screen shot.
normal
RESOLVED
FIXED
{'$oid': '52e9c12454dc1c25ebdc0a40'}
61,408
Test case : public class ProfileDataRulerColumn { private class MouseHandler{ }; /** This column's parent ruler */ protected Object _parent_ruler = null; } If you parse out this class, Javadoc is not be parsed. However, if you add a method in front of the field "_parent_ruler", and parse again, Javadoc will be parsed.
major
VERIFIED
FIXED
{'$oid': '52e9c12454dc1c25ebdc0a41'}
61,413
PropertySheetEntry is now API. So we should be able to subclass it. Investigate next week when this change makes its way into an integration build.
normal
RESOLVED
FIXED
{'$oid': '52e9c12454dc1c25ebdc0a42'}
61,410
I20040505 JDT/UI has still its own LocalSelectionTransfer class. To allow clients to fully participate in DnD JDT should convert to this class (best for 3.0). However to avoid accidental DnD operations the JDT/UI class manages a time stamp to check when the seleciton transfer got created. This is necessary since you can drag and drop a method onto a method which can cause unwanted drop operations in the outliner. The two methods are: /** * Returns the time when the selection operation * this transfer is associated with has started. * * @return the time when the selection operation has started * * @see org.eclipse.swt.events.TypedEvent#time */ public int getSelectionSetTime() { return fSelectionSetTime; } /** * Sets the time when the selection operation this * transfer is associated with has started. * * @param time the time when the selection operation has started * * @see org.eclipse.swt.events.TypeddEvent#time */ public void setSelectionSetTime(int time) { fSelectionSetTime= time; } Can the two method be added to LocalSelectionTransfer for 3.0
normal
RESOLVED
FIXED
{'$oid': '52e9c12454dc1c25ebdc0a43'}
61,411
Using AspectJ 1.2rc1 on Windows XP This report highlights a problem that I've seen using ajdoc.bat on Windows but the issue applies equally to the ajc.bat and ajbrowser.bat files as well. The %ASPECTJ_HOME%\bin\ajdoc.bat file that users run to launch the ajdoc tool imposes a limit of only 9 command line arguments that may be passed to the class org.aspectj.tools.ajdoc.Main. In scenarios where there the -sourcepath, -classpath, -d etc options are used it is easy for these to "eat up" the list of arguments that are passed into the JVM. A long list of packages entered at the end of the ajdoc.bat command can be truncated or possibly even ignored (in which case an error message will be output telling the user that no classes or packages have been specified). In order to prevent a limit being put on the number of arguments passed to the launched JVM, the invocation line needs to end with %* rather than the %1 %2 %3 %4 %5 %6 %7 %8 %9 list it currently uses. The proposed fix also *seems* (could somebody else confirm this ?) to sort out another problem regarding the ajdoc.bat file which is this : long semi- colon delimited paths supplied as the arguments for the -sourcepath and -classpath options seem to get split apart and passed into the JVM as separate arguments unless the entire path list is supplied inside quotes. This should not be necessary. It seems that the batch file processor interprets the semi-colons in a path list as delimiters between arguments. Consequently each element in the path list is treated as a separate argument instead of being part of one big string representing the sourcepath or classpath.
trivial
RESOLVED
FIXED
{'$oid': '52e9c12454dc1c25ebdc0a44'}
61,412
Just going to the source lookup tab causes a launch config to need saving (even though nothing has been changed).
normal
VERIFIED
FIXED
{'$oid': '52e9c12454dc1c25ebdc0a45'}
61,409
This invidious one took me time to solve! I have got an interface I that imports a class C from package p1: import p1.C; interface I { void method1(C parameter); } And I have got a class Impl, that imports a class C with the same name from another package p2: import p2.C; class Impl implements I { void method1(C parameter); } The compiler and the IDE says method1 from I is missing, which is correct, since method1 from Impl has a parameter from a different type than method1 from I! And now, the IDE suggests to insert the missing methods, which is correct, too. But if I do so, it inserts exactly the same source code: import p2.C; class Impl implements I { void method1(C parameter); void method1(C parameter); } which is wrong, since the inserted method must absolutly qualify the other parmaeter type! Consequently, the IDE shows an error: "method is doubled"! This source code should be correct: import p2.C; class Impl implements I { void method1(C parameter); void method1(p1.C parameter); } best regards Thorsten van Ellen
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c12454dc1c25ebdc0a46'}
61,414
I have seen this bug, and so has Billy. It happens intermittently, and we've yet to find a reproducible test case. I200405060200 (and others) With a bunch of editors open, press "Ctrl+Shift+W" to "Close All". Instead of all editors closing at once, it is possible to watch each editor close one at a time.
normal
VERIFIED
FIXED
{'$oid': '52e9c12454dc1c25ebdc0a47'}
61,415
Eclipse build number: I200404281424 CDT build number: I200404281729 Test Case: 1. Start(launch) eclipse because this problem happens only when eclipse is started initially. 2. Add a Managed make project & add a main.cpp to it. 3. Add a Standard Make Project with main.cpp & makefile. 4. Build & run the Standard make project. Problem: A build on the Managed make project gets kicked off automatically when no build should have been kicked off.
major
VERIFIED
WORKSFORME
{'$oid': '52e9c12454dc1c25ebdc0a48'}
61,416
When saving a java file, no build is triggered. This require to make manually a clean and a build project. This is really a nightmare
major
RESOLVED
INVALID
{'$oid': '52e9c12454dc1c25ebdc0a49'}
61,418
When cloning, the feedback will snap to guides and the guides will be properly highlighted. However, when the command is executed, it does not attach the new part to those guides.
normal
RESOLVED
FIXED
{'$oid': '52e9c12454dc1c25ebdc0a4a'}
61,417
Note:This defect was originally filed against bluerat, filed here per developer request. Launch Workbench Import Codeflow Java application or simplecalltree application from the pplus- file-1\groups\qe location. Profile; check at least one profiling option I selected Coverage. In the profile tab; send the profiling data to file my.trcxml; this file is attached; it has three trace contents files; only one of them has some data where I had selected all profiling except leak detection. Open the file using winzip; Following is found at the bottom of the file; sometimes I do not get any data at all just these lines. 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. Developer Comments: This defect belongs to Hyades, as I could replicate it when just doing Code Coverage profiling, so could you submit it as a Bugzilla defect, and put the Bugzilla ID in the External Reference IDs field of the configuration tab? Geary
normal
CLOSED
FIXED
{'$oid': '52e9c12454dc1c25ebdc0a4b'}
61,420
This defect was originally logged against bluerat, logged it here per developer comments Platform: Red Hat AS 3 Build: BR 160 When trying to test the connection to the Remote Agent Controller, the process fails to connect to the RAC eventhough the RAServer process is running (see attachment). Below is the output that was displayed on the terminal window ************************************************************************ RASERVER Terminal output: ********************************* Referenced part does not exist yet: org.eclipse.hyades.trace.ui.internal.console.TraceConsoleView. Connection refused Connection refused ************************************************************************* Setup: - Configured and ran RAServer according to "getting_started.txt" in RAC dir - Verified the server was running ( using ps command ) - Run eclipse - In the Profiling and Logging perspective, Select 'Run'->'Profile' menu item - In the Profile dialog, select "External Java Application" and create a new configuration - In the Host tab, select the 'localhost:10002' and click on the Test Connection button - You should see the error dialog ( see attachment ). - I've attached the .log file from the raserver also. Developer comments: This is a Hyades defect, and as such should be filed in Bugzilla. Geary
normal
CLOSED
WORKSFORME
{'$oid': '52e9c12454dc1c25ebdc0a4c'}
61,421
This defect was originally logged against bluerat, logged it here per developer comments. n the workbench Do Run Profile External Java Application Choose Leaksample In profiling tab, choose method coverage Run the application After it is terminated, right click and open with Coverage Statistics In the coverage table, right click on Leaksample and open source Get a Profiling Message: "IWAT0020I Unable to open or locate source in the workbench for LeakSample.main" Developer comments: This should be an Hyades bug, recorded on Bugzilla and associated to 'UI' or model I don't know. It's not specific to Coverage Statistics and should be reproducible with any statistic view. -Sylvain
normal
CLOSED
INVALID
{'$oid': '52e9c12454dc1c25ebdc0a4d'}
61,419
From bug 61397 Environment: Eclipse I200405060200-gtk gtk+ 2.4.0 kde 3.2.1 Gentoo 1.4.10 3. When just starting Eclipse, the window appears and is all-grey. It isn't until I actually move the window that the contents appears.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c12454dc1c25ebdc0a4e'}
61,422
This defect was originally logged against bluerat, logged it here per developer comments Using the Run->Profile dialog for External Java Application doesn't allow the user to create a new monitor. It keeps reporting 'invalid monitor path' in the dialog box "Monitor Selection'. How to Reproduce: - Open the 'Profiling and Logging' perspective - Select from the menu Run->Profile - Right click on the 'External Java Application' and select 'New' - When the dialog appears, choose Profiling->Destination tab. - Click on the browse button for "Monitor" - When the "Monitor Selection" dialog appears, you will be unable to select or create a new monitor. If you try to create a new monitor, it complains of 'invalid monitor path'. Developer comments: This is a Hyades defect, and as such should be filed in Bugzilla. Geary
normal
CLOSED
WORKSFORME
{'$oid': '52e9c12554dc1c25ebdc0a4f'}
61,424
We want to remove IPlatform from the "new" runtime API. I will attach a patch to get update off of it. Bascially you can just reference Platform instead of acquiring the IPlatform service.
normal
RESOLVED
FIXED
{'$oid': '52e9c12554dc1c25ebdc0a50'}
61,426
20040507 While working in the editr the UI got blocked (no refresh). Ctrl + break showed the following. The main thread seems to wait for a lock that is hold by the reconciler thread. ThreadName=main(0003616C) Status=Blocked on flat lock Monitor=04450160 (Object monitor for org/eclipse/jdt/internal/core/CompilationUnit @ 0CC1A48C) Count=1 Owner=org.eclipse.jdt.internal.ui.text.JavaReconciler(083C4400) In org/eclipse/jdt/internal/ui/javaeditor/JavaEditor$MouseClickListener.getCurrentTextRegion(Lorg/eclipse/jface/ text/source/ISourceViewer;)Lorg/eclipse/jface/text/IRegion; In org/eclipse/jdt/internal/ui/javaeditor/JavaEditor$MouseClickListener.mouseMove(Lorg/eclipse/swt/events/MouseE vent;)V In org/eclipse/swt/widgets/TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V In org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V In org/eclipse/swt/widgets/Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V In org/eclipse/swt/widgets/Display.runDeferredEvents()Z In org/eclipse/swt/widgets/Display.readAndDispatch()Z In org/eclipse/ui/internal/Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclips e/swt/widgets/Display;)V In org/eclipse/ui/internal/Workbench.runUI()I In org/eclipse/ui/internal/Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/appl ication/WorkbenchAdvisor;)I In org/eclipse/ui/PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/ WorkbenchAdvisor;)I In org/eclipse/ui/internal/ide/IDEApplication.run(Ljava/lang/Object;)Ljava/lang/Object; In org/eclipse/core/internal/runtime/PlatformActivator$1.run(Ljava/lang/Object;)Ljava/lang/Object; In org/eclipse/core/runtime/adaptor/EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object; In org/eclipse/core/runtime/adaptor/EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object ; In sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;) Ljava/lang/Object; In sun/reflect/NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; In sun/reflect/DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; In java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; In org/eclipse/core/launcher/Main.basicRun([Ljava/lang/String;)Ljava/lang/Object; In org/eclipse/core/launcher/Main.run([Ljava/lang/String;)I In org/eclipse/core/launcher/Main.main([Ljava/lang/String;)V ThreadName=Gc Thread(000362BC) Status=Waiting Monitor=00035778 (System monitor) Count=0 Owner=(00000000) ThreadName=Finalizer thread(00036310) Status=Waiting Monitor=00036078 (System monitor) Count=0 Owner=(00000000) ThreadName=Framework Event Dispatcher(00036364) Status=Waiting Monitor=00036108 (Object monitor for org/eclipse/osgi/framework/eventmgr/EventThread @ 008EE190) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/osgi/framework/eventmgr/EventThread.getNextEvent()Lorg/eclipse/osgi/framework/eventmgr/EventThrea d$Queued; In org/eclipse/osgi/framework/eventmgr/EventThread.run()V ThreadName=Start Level Event Dispatcher(000363B8) Status=Waiting Monitor=04422048 (Object monitor for org/eclipse/osgi/framework/eventmgr/EventThread @ 00986A00) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/osgi/framework/eventmgr/EventThread.getNextEvent()Lorg/eclipse/osgi/framework/eventmgr/EventThrea d$Queued; In org/eclipse/osgi/framework/eventmgr/EventThread.run()V ThreadName=Java indexing(0003640C) Status=Waiting Monitor=04422648 (Object monitor for org/eclipse/jdt/internal/core/search/indexing/IndexManager @ 015C5584) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/jdt/internal/core/search/processing/JobManager.run()V In java/lang/Thread.run()V ThreadName=org.eclipse.jdt.internal.ui.text.JavaReconciler(00036754) Status=Waiting Monitor=05181F90 (System monitor) Count=0 Owner=(00000000) In org/eclipse/jdt/core/dom/ASTConverter.recordNodes(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/internal /compiler/ast/ASTNode;)V In org/eclipse/jdt/core/dom/ASTConverter.convert(Lorg/eclipse/jdt/internal/compiler/ast/MessageSend;)Lorg/eclips e/jdt/core/dom/Expression; In org/eclipse/jdt/core/dom/ASTConverter.convert(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)Lorg/eclipse /jdt/core/dom/Expression; In org/eclipse/jdt/core/dom/ASTConverter.convert(Lorg/eclipse/jdt/internal/compiler/ast/Statement;)Lorg/eclipse/ jdt/core/dom/Statement; In org/eclipse/jdt/core/dom/ASTConverter.convert(Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaratio n;)Lorg/eclipse/jdt/core/dom/MethodDeclaration; In org/eclipse/jdt/core/dom/ASTConverter.buildBodyDeclarations(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclar ation;Lorg/eclipse/jdt/core/dom/TypeDeclaration;)V In org/eclipse/jdt/core/dom/ASTConverter.convert(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)Lorg/ec lipse/jdt/core/dom/TypeDeclaration; In org/eclipse/jdt/core/dom/ASTConverter.convert(Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclarati on;[C)Lorg/eclipse/jdt/core/dom/CompilationUnit; In org/eclipse/jdt/core/dom/AST.convertCompilationUnit(ILorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDe claration;[CLjava/util/Map;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit; In org/eclipse/jdt/internal/core/CompilationUnit.buildStructure(Lorg/eclipse/jdt/internal/core/OpenableElementIn fo;Lorg/eclipse/core/runtime/IProgressMonitor;Ljava/util/Map;Lorg/eclipse/core/resources/IResource;)Z In org/eclipse/jdt/internal/core/Openable.generateInfos(Ljava/lang/Object;Ljava/util/HashMap;Lorg/eclipse/core/r untime/IProgressMonitor;)V In org/eclipse/jdt/internal/core/JavaElement.openWhenClosed(Ljava/lang/Object;Lorg/eclipse/core/runtime/IProgres sMonitor;)Ljava/lang/Object; In org/eclipse/jdt/internal/core/CompilationUnit.makeConsistent(ZILorg/eclipse/core/runtime/IProgressMonitor;)Lo rg/eclipse/jdt/core/dom/CompilationUnit; In org/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation.executeOperation()V In org/eclipse/jdt/internal/core/JavaModelOperation.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/jdt/internal/core/JavaModelOperation.runOperation(Lorg/eclipse/core/runtime/IProgressMonitor;)V In org/eclipse/jdt/internal/core/CompilationUnit.reconcile(IZLorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse /core/runtime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit; In org/eclipse/jdt/internal/ui/text/java/JavaReconcilingStrategy.reconcile()V In org/eclipse/jdt/internal/ui/text/java/JavaReconcilingStrategy.reconcile(Lorg/eclipse/jface/text/IRegion;)V In org/eclipse/jdt/internal/ui/text/CompositeReconcilingStrategy.reconcile(Lorg/eclipse/jface/text/IRegion;)V In org/eclipse/jdt/internal/ui/text/JavaCompositeReconcilingStrategy.reconcile(Lorg/eclipse/jface/text/IRegion;) V In org/eclipse/jface/text/reconciler/MonoReconciler.process(Lorg/eclipse/jface/text/reconciler/DirtyRegion;)V In org/eclipse/jface/text/reconciler/AbstractReconciler$BackgroundThread.run()V ThreadName=org.eclipse.jdt.internal.ui.text.JavaReconciler(000368F8) Status=Waiting Monitor=05181230 (System monitor) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/jface/text/reconciler/AbstractReconciler$BackgroundThread.run()V ThreadName=Thread-4(000364B4) Status=Running In java/net/SocketInputStream.socketRead0(Ljava/io/FileDescriptor;[BIII)I In java/net/SocketInputStream.read([BII)I In com/jcraft/jsch/IO.getByte([BII)V In com/jcraft/jsch/Session.read(Lcom/jcraft/jsch/Buffer;)Lcom/jcraft/jsch/Buffer; In com/jcraft/jsch/Session.run()V In java/lang/Thread.run()V
major
RESOLVED
WORKSFORME
{'$oid': '52e9c12554dc1c25ebdc0a51'}
61,423
This defect was originally logged against bluerat, logged it here per developer comments. This is a usability issue When choosing Thread events information; I can only display the thread viewer, UML2 Sequence Diagram view is empty. Then I found out that I have to go back to the Launch Configuration Dialog Choose the Performance Analysis From Execution time analysis; check the radio button of "Show execution flow graphical details" After that when I ran my program, I was able to display the SD. It seems to me that there should be the "show execution flow graphical details" present under the thread events option. To replicate: Use any java application Launch the Run Profile dialog Choose Thread events Run From eclipse menu, choose show view other UML2 Sequence diagram Choose thread viewer Developer comments: SD and Thread Analysis are unrelated in the launch dialog. Data collected for trace interactions is the same than for Execution Flow view, this explains the label. Should enter a bug on Hyades for the label name? -Sylvain
normal
CLOSED
INVALID
{'$oid': '52e9c12554dc1c25ebdc0a52'}
61,428
The buttons for adding classes and adding packages to the restricted locations for a breakpoint should have "..." as both open dialogs.
minor
VERIFIED
FIXED
{'$oid': '52e9c12554dc1c25ebdc0a53'}
61,425
build I20040506-0200 - Runtime, SWT and UI in source - rest imported as binaries, including org.eclipse.platform - launch target - open about dialog - it's blank - also, the preference set in org.eclipse.platform's plugin_customization.ini is not read (set breakpoint in PerspectiveRegistry.verifyDefaultPerspective). - Same problem if org.eclipse.platform is loaded from head. - Works OK if org.eclipse.platform is deleted from the workspace. We will be putting more preference settings in the plugin_customization.ini, and this makes testing/debugging these cases difficult.
major
RESOLVED
INVALID
{'$oid': '52e9c12554dc1c25ebdc0a54'}
61,429
I20040505 - 1045 The Display view is really insisting on showing up when it is not needed. I rarely use this view, so I always close it. However, it reopens every time you launch a debug session. Hoping to outsmart it, I made it a fast view. Now it reveals itself every time I click on a stack frame in the Debug view. Is there a way to stop this view from popping up? My setup - I use a unified view for both development and debugging, with debug view stacked behind other development views. I don't use the debug perspective.
normal
VERIFIED
FIXED
{'$oid': '52e9c12554dc1c25ebdc0a55'}
61,427
The SourceLookupPanel is not removing itself as a listener to the working set manager. This keeps the whole lcd in memory for each use.
major
VERIFIED
FIXED
{'$oid': '52e9c12554dc1c25ebdc0a56'}
61,430
I20040506 + jdt.core, jdt.ui from HEAD In the following piece of code, 'unnecessary else statement' problem is only reported for the first 'else', no the second one. boolean test= true; if (test) { return; } else { // problem correctly reported here } if (test) { return; } else if (test) { // problem no reported here }
normal
RESOLVED
INVALID
{'$oid': '52e9c12554dc1c25ebdc0a57'}
61,431
Multi-dimensioned array declaration with unmatched braces for initialization causes the C parser to run out of memory. e.g. int k[][] = {{0, {1}, {2,3}};
critical
RESOLVED
WORKSFORME
{'$oid': '52e9c12554dc1c25ebdc0a58'}
61,433
The doc for this method doesn't take into account the new API constants. Also, could these constants be in the new IWorkbenchPart2 interface instead?
normal
RESOLVED
FIXED
{'$oid': '52e9c12554dc1c25ebdc0a59'}
61,438
I20040505 I have noticed a dozen or so stack traces like the one below in my log file since this morning. I didn't notice any problems within the editor itself. I use the "Source source of selected element only" method-level Java editor. I also have annotation roll-overs enabled. I am not using code folding. !STACK 0 java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:2675) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.custom.StyledText.redrawRange(StyledText.java:5983) at org.eclipse.ui.texteditor.SourceViewerDecorationSupport$IBeamStrategy.draw(SourceViewerDecorationSupport.java:135) at org.eclipse.jface.text.source.AnnotationPainter.handleDrawRequest(AnnotationPainter.java:1170) at org.eclipse.jface.text.source.AnnotationPainter.enablePainting(AnnotationPainter.java:361) at org.eclipse.jface.text.source.AnnotationPainter.updatePainting(AnnotationPainter.java:770) at org.eclipse.jface.text.source.AnnotationPainter.access$1(AnnotationPainter.java:762) at org.eclipse.jface.text.source.AnnotationPainter$1.run(AnnotationPainter.java:871) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2571) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2276) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.ui 4 4 May 06, 2004 12:29:04.440
normal
RESOLVED
FIXED
{'$oid': '52e9c12554dc1c25ebdc0a5b'}
61,435
A macro specified with its name #define'd causes the parser to not recognized it as a macro. e.g. #define DEFINE define #define INCLUDE include #INCLUDE <stdio.h> #DEFINE DEF 1 #ifdef DEF int DEF_is_defined; #endif
normal
RESOLVED
INVALID
{'$oid': '52e9c12554dc1c25ebdc0a5c'}
61,436
normal
RESOLVED
FIXED
{'$oid': '52e9c12554dc1c25ebdc0a5e'}
61,434
Undo for plug-in manifest editor works only for structural changes (add/remove). Property changes did work at all because the element node was not recongized in the undo manager. I made a change in PluginObjectNode implementation of 'setXMLAttribute' to handle new value==null by removing the attribute from the list. Then, I added support in 'executeChange' of the undo manager by directly calling 'setXMLAttribute' and passing the old value (for undo) or new value (for redo). This should work well but unfortunately the 'addTextOperation' in the XMLInputContext is not ready to handle this case and chokes with the class cast exception. Example: 1) Sync up with CVS 2) Open plugin.xml 3) Switch to Dependencies 4) Select a plug-in 5) Reexport it by selecting the checkbox 6) Undo the change Expectation: the checkbox should get unchecked Behaviour: a class cast exception
normal
RESOLVED
FIXED
{'$oid': '52e9c12554dc1c25ebdc0a5f'}
61,439
Recorder problem. Missing SSL cipherSuite and Protocol information when connecting to some SSL sites through HTTP Proxy.
normal
CLOSED
FIXED
{'$oid': '52e9c12554dc1c25ebdc0a60'}
61,440
Honestly, I'm not sure how I muddled my workbench because it was behaving so well earlier! Build: I05060200 My Story: I was happily coding when I realized Ctrl-S didn't work. I had to use context menu save. Then I tried to close my workbench and that did nothing. I opened up my Error Log and couldn't even open the event details dialog. In the end I needed to open my error log in an external editor to copy and paste the stack trace below: :-( Where did I go wrong? !ENTRY org.eclipse.ui 4 0 May 07, 2004 14:43:13.798 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.PerspectivePresentation.removePart(PerspectivePresentation.java:1031) at org.eclipse.ui.internal.Perspective.hideView(Perspective.java:463) at org.eclipse.ui.internal.WorkbenchPage.hideView(WorkbenchPage.java:1797) at org.eclipse.ui.internal.WorkbenchPage.hideView(WorkbenchPage.java:1749) at org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.contextsDisabled(LaunchViewContextListener.java:482) at org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.contextManagerChanged(LaunchViewContextListener.java:353) at org.eclipse.ui.internal.contexts.AbstractContextManager.fireContextManagerChanged(AbstractContextManager.java:46) at org.eclipse.ui.internal.contexts.ProxyContextManager$1.contextManagerChanged(ProxyContextManager.java:41) at org.eclipse.ui.internal.contexts.AbstractContextManager.fireContextManagerChanged(AbstractContextManager.java:46) at org.eclipse.ui.internal.contexts.MutableContextManager.setEnabledContextIds(MutableContextManager.java:310) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.processEnabledSubmissions(WorkbenchContextSupport.java:557) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.checkWindowType(WorkbenchContextSupport.java:353) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.access$0(WorkbenchContextSupport.java:294) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport$1.handleEvent(WorkbenchContextSupport.java:129) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:705) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:795) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801) at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:913) at org.eclipse.swt.widgets.Shell.WM_MOUSEACTIVATE(Shell.java:1452) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2989) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1449) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1454) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3030) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1454) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3030) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1454) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3030) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1454) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3030) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1454) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3030) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1454) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3030) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1454) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3030) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1454) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3030) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1454) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3030) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:1868) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2266) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
major
RESOLVED
DUPLICATE
{'$oid': '52e9c12554dc1c25ebdc0a61'}
61,441
The jface MessageDialogWithToggle is missing a convenience method for displaying a warning dialog with Ok/Cancel buttons. Also there is a bug in the existing convenience method openWarning. It sets the preference store and key too late. Will submit patch for both
enhancement
RESOLVED
INVALID
{'$oid': '52e9c12654dc1c25ebdc0a62'}
61,443
Recorder problem. Missing SSL cipherSuite and Protocol information when connecting to some SSL sites through HTTP Proxy.
normal
CLOSED
DUPLICATE
{'$oid': '52e9c12654dc1c25ebdc0a63'}
61,442
If a <probe> has no fragments, no staticInitializer, nothing, then the verifier should report an error.
normal
CLOSED
FIXED
{'$oid': '52e9c12654dc1c25ebdc0a64'}
61,445
I20040506 When the Gtk+ theme is changed, many custom controls such as CTabFolder do not have their colours updated. On Linux-Gtk+, the ::style-set signal is emitted when the system colours are changed: http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html#GtkWidget-style-set http://mail.gnome.org/archives/gtk-devel-list/2002-October/msg00115.html This could be used to implement an event which indicates that the system colour constants in SWT have been updated. I believe this is similar to bug 37457 which describes a similar event which is not propagated under Windows.
enhancement
RESOLVED
DUPLICATE
{'$oid': '52e9c12654dc1c25ebdc0a65'}
61,444
Build I20040506 Invalid thread access is PDE manifest editor (trigger by a resource delta). !SESSION May 06, 2004 16:43:46.67 --------------------------------------------- - java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !ENTRY org.eclipse.core.runtime 4 2 May 06, 2004 16:43:46.67 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 org.eclipse.swt.SWTException: Invalid thread access 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:284) at org.eclipse.swt.widgets.Widget.getData(Widget.java:411) at org.eclipse.ui.part.MultiPageEditorPart.getEditor (MultiPageEditorPart.java:291) at org.eclipse.ui.part.MultiPageEditorPart.removePage (MultiPageEditorPart.java:482) at org.eclipse.pde.internal.ui.editor.MultiSourceEditor.removePage (MultiSourceEditor.java:42) at org.eclipse.pde.internal.ui.editor.plugin.ManifestEditor.contextRemoved (ManifestEditor.java:116) at org.eclipse.pde.internal.ui.editor.context.InputContextManager.fireContextChang e(InputContextManager.java:212) at org.eclipse.pde.internal.ui.editor.plugin.PluginInputContextManager.fireContext Change(PluginInputContextManager.java:43) at org.eclipse.pde.internal.ui.editor.context.InputContextManager.removeContext (InputContextManager.java:191) at org.eclipse.pde.internal.ui.editor.context.InputContextManager.structureChanged (InputContextManager.java:176) at org.eclipse.pde.internal.ui.editor.context.InputContextManager.access$0 (InputContextManager.java:166) at org.eclipse.pde.internal.ui.editor.context.InputContextManager$1.visit (InputContextManager.java:155) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java:68) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java:77) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java:77) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java:49) at org.eclipse.pde.internal.ui.editor.context.InputContextManager.resourceChanged (InputContextManager.java:147) at org.eclipse.core.internal.events.NotificationManager$2.run (NotificationManager.java:268) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.core.internal.events.NotificationManager.notify (NotificationManager.java:260) at org.eclipse.core.internal.events.NotificationManager.broadcastChanges (NotificationManager.java:148) at org.eclipse.core.internal.resources.Workspace.broadcastChanges (Workspace.java:159) at org.eclipse.core.internal.resources.Workspace.endOperation (Workspace.java:884) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1665) at org.eclipse.ui.actions.WorkspaceModifyOperation.run (WorkspaceModifyOperation.java:105) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:101)
normal
RESOLVED
FIXED
{'$oid': '52e9c12654dc1c25ebdc0a66'}
61,447
Instead of having duplicate mappings for mac keybindings, should use M1 = CTRL/COMMAND M2 = SHIFT M3 = ALT M4 = Platform-specific fourth key ie: toggle breakpoint should be "M1+M2+B" instead of mapping to both "Ctrl+Shift+B" and "Command- Shift-B" (on carbon) also - globalScope should probably be replaced by "in windows" or "in windows and dialogs" as appropriate now.
minor
VERIFIED
FIXED
{'$oid': '52e9c12654dc1c25ebdc0a67'}
61,446
i200405051600 With this build, opening an editor seems to take much more time than with other recent builds. I didn't do any profiling, but taking thread dumps several times between firing the action and the editor actually opened shows stack traces similar to this: "main" prio=7 tid=0x00035370 nid=0xc2c waiting on condition [7e000..7fc3c] at java.lang.StringBuffer.expandCapacity(StringBuffer.java:202) at java.lang.StringBuffer.append(StringBuffer.java:401) - locked <0x109dfda8> (a java.lang.StringBuffer) at org.eclipse.swt.widgets.Widget.toString(Widget.java:1059) at org.eclipse.ui.internal.util.Util.compare(Util.java:148) at org.eclipse.ui.internal.commands.ws.WorkbenchCommandSupport.processHa ndlerSubmissions(WorkbenchCommandSupport.java:385) at org.eclipse.ui.internal.commands.ws.WorkbenchCommandSupport.processHa ndlerSubmissions(WorkbenchCommandSupport.java:278) at org.eclipse.ui.internal.commands.ws.WorkbenchCommandSupport.addHandle rSubmissions(WorkbenchCommandSupport.java:255) at org.eclipse.ui.internal.commands.ws.WorkbenchCommandSupport.addHandle rSubmission(WorkbenchCommandSupport.java:231) at org.eclipse.ui.internal.KeyBindingService.registerAction(KeyBindingSe rvice.java:486) at org.eclipse.ui.texteditor.AbstractTextEditor$ActivationCodeTrigger.re gisterActionForKeyActivation(AbstractTextEditor.java:601) at org.eclipse.ui.texteditor.AbstractTextEditor.setAction(AbstractTextEd itor.java:3503) at org.eclipse.ui.texteditor.AbstractTextEditor.createNavigationActions( AbstractTextEditor.java:3772) at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(Abstra ctTextEditor.java:2344) at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTe xtEditor.java:53) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartContr ol(AbstractDecoratedTextEditor.java:279) at org.eclipse.ui.internal.PartPane$1.run(PartPane.java:93) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatfo rm.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:89) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:150) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartSt ack.java:659) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:649) at org.eclipse.ui.internal.EditorWorkbook.setSelection(EditorWorkbook.ja va:131) at org.eclipse.ui.internal.EditorWorkbook.setVisibleEditor(EditorWorkboo k.java:232) at org.eclipse.ui.internal.EditorPresentation.setVisibleEditor(EditorPre sentation.java:287) at org.eclipse.ui.internal.EditorPresentation.openEditor(EditorPresentat ion.java:227) at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:550) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.j ava:539) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManage r.java:635) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(Editor Manager.java:438) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:4 26) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.ja va:2146) at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:208 9) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2076) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2 071) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:265) at org.eclipse.ui.internal.ide.actions.OpenWorkspaceFileAction.run(OpenW orkspaceFileAction.java:96) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:2 76) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginActio n.java:206) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:141) at org.eclipse.ui.internal.commands.Command.execute(Command.java:127) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(Workben chKeyboard.java:468) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboar d.java:886) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(Workbe nchKeyboard.java:927) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindi ngs(WorkbenchKeyboard.java:545) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2(WorkbenchKeyb oard.java:493) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent(Workbenc hKeyboard.java:258) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:705) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:795) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1722) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1718) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3047) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2950) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1459) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2270) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav a: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(PlatformAct ivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
normal
VERIFIED
FIXED
{'$oid': '52e9c12654dc1c25ebdc0a68'}
61,448
build i0506-0200 I've noticed that with this build there is a significant delay when opening a new editor. It seems to take a lot longer than it used to. This happens with both a normal text editor and a java editor. This is (of course) magnified when you select multiple files in the Navigator and hit F3. (I selected 10 files)
major
RESOLVED
DUPLICATE
{'$oid': '52e9c12654dc1c25ebdc0a69'}
61,450
Using integration build 20040428 Create an editor entry in your plugin.xml file. Make sure all is specified correctly, except for the icon attribute, specify an icon filename that does not exist in your plugin. Launch a workbench and open the editor. You will get the following error: java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java:73) at java.lang.NullPointerException.<init>(NullPointerException.java:60) at org.eclipse.ui.part.WorkbenchPart.setInitializationData (WorkbenchPart.java:229) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtensi on(ConfigurationElement.java:146) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtensi on(ConfigurationElement.java:122) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtensi on(ConfigurationElement.java:111) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension (WorkbenchPlugin.java:189) at org.eclipse.ui.internal.EditorManager$3.run(EditorManager.java:643) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:599) at org.eclipse.core.runtime.Platform.run(Platform.java:543) at org.eclipse.ui.internal.EditorManager.createPart (EditorManager.java:641) at org.eclipse.ui.internal.EditorManager.openInternalEditor (EditorManager.java:628) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor (EditorManager.java:438) at org.eclipse.ui.internal.EditorManager.openEditor (EditorManager.java:426) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor (WorkbenchPage.java:2129) at org.eclipse.ui.internal.WorkbenchPage.access$6 (WorkbenchPage.java:2072) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2059) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:2054) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:265) at com.ibm.wbit.br.ui.wizard.AbstractRulesFileWizard.selectAndOpenNewFile (AbstractRulesFileWizard.java:152) at com.ibm.wbit.br.ui.wizard.AbstractRulesFileWizard.performFinish (AbstractRulesFileWizard.java:136) at org.eclipse.jface.wizard.WizardDialog.finishPressed (WizardDialog.java:613) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:330) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:448) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) 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:668) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:161) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.ui.commands.ActionHandler.execute (ActionHandler.java:123) at org.eclipse.ui.internal.commands.Command.execute(Command.java:127) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand (WorkbenchKeyboard.java:468) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press (WorkbenchKeyboard.java:886) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent (WorkbenchKeyboard.java:927) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings (WorkbenchKeyboard.java:545) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2 (WorkbenchKeyboard.java:493) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent (WorkbenchKeyboard.java:258) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:705) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:795) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1724) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1720) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3049) at org.eclipse.swt.widgets.Tree.WM_CHAR(Tree.java:1292) at org.eclipse.swt.widgets.Control.windowProc(Control.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:240) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:240) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
normal
CLOSED
FIXED
{'$oid': '52e9c12654dc1c25ebdc0a6a'}
61,451
Build I20040506 My ws has syncs scheduled at 30 minute intervals. I exited Eclipse, and then restarted a 10-15 minutes later. Shortly after startup, it commenced to resync with the repository. Is this how it is supposed to work? I'd kinda expected it to wait for 30 minutes from the start of the session.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c12654dc1c25ebdc0a6b'}
61,452
20040506 When I double click on a match, the focus changes to the editor. If I then hit delete to remove the match, I end up changing the code. This is different from the old search view & means that if I want to walk thru & remove several results, I need to give focus back to the search view.
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c12654dc1c25ebdc0a6c'}
61,449
I am trying to solve a problem regarding importing preferences for file associations (Bug: 48116). The current issue is that any imported file association will not be reflected on the workbench unless it's restarted. I have traced this back to the "EditorRegistry" not being updated when an "epf" file is imported. I tried adding the following line to "PlatformUIPreferenceListener#propertyChange(PropertyChangeEvent event)": "if (IPreferenceConstants.EDITORS.equals(propertyName)) { ((EditorRegistry)WorkbenchPlugin.getDefault().getEditorRegistry()). initializeFromStorage(); }" However, that solution partially worked. Calling the "initializeFromStorage()" method introduced a new error where the "EditorRegistry#loadAssociations()" would complain about not finding: "java.io.FileNotFoundException:/home/dpollock/Source/Eclipse/Workspaces/SelfHosted/.metadata/.plugins/org.eclipse.ui.workbench/resourcetypes.xml (No such file or directory)" Another introduced problem is that calling the "initializeFromStorage()" directly seemed to duplicate the editor registry's content (after the Import/Export of file associations, the "Editor Selection" dialog's list grew after every operation). I am looking for a method that will update the content of the editor registry with the newly imported file associations without introducing the described problems.
normal
VERIFIED
FIXED
{'$oid': '52e9c12654dc1c25ebdc0a6d'}
61,453
EMF 2.0 (20040127_1738SL) is supposed to work with Eclipse 3.0 M7 but IDE can not identify the EMF. Reasons for that are unknown.
blocker
RESOLVED
WORKSFORME
{'$oid': '52e9c12654dc1c25ebdc0a6e'}
61,454
Since we have multiple input contexts in manifest and feature editors, the sections that in any way depend on these contexts must react to changes. There is code already to add and remove pages when contexts are added or removed (i.e. build page is added/removed when build.properties is added/removed). A more complex situation is with manifest editor where some of the sections depend on the data that may be coming from different files. It is not practical to ask from sections to deregister and re-register on MANIFEST.MF addition/removal. This change causes models to be switched. It is easier to make the switch at the source i.e. in PluginInputContextManager. This class is responsible for switching the models in the first place because it returns the aggregate model that all sections depend upon. The following scenario is desirable: 1) Open editor - no bundle manifest. All sections register with the plug-in model 2) Bundle manifest is added. Plugin input context manager reacts and creates a bundle plugin model. It removes all the listeners from the plugin model and adds them to the bundle plug-in model. 3) World change event is fired from the new model. This causes all sections to becomes stale. 4) Modifications made in the sections that are bundle manifest sensitive (e.g. Overview page) are now going to the adapter model, and from it to the new bundle context. 5) Bundle manifest is removed. Plugin input context manager reacts and drops the bundle plugin model. It removes the listeners from it and adds them to the plug-in model. 6) World change event is fired from the plugin model. All sections are stale. 7) Changes made in the sections are now going into the plug-in model.
normal
RESOLVED
FIXED
{'$oid': '52e9c12654dc1c25ebdc0a6f'}
61,456
The probekit plugin jar includes two documentation files that shouldn't be there - a DOC file and an HTML file telling people how to use probekit in Hyades. Take them out.
normal
CLOSED
FIXED
{'$oid': '52e9c12654dc1c25ebdc0a70'}
61,457
Most places I have worked in use some sort of reference to a bug tracking system in CVS checkin comments. It would be great if these could be used to create a URL link back to the bug tracker from within Eclipse's CVS resource history. The Trac project (http://www.edgewall.com/products/trac/) has done something like this with SubVersion. There would have to be a couple of config items associated with this such as - The URL template - The pattern in the comment that indicates a bug tracker reference (i.e. Bug XXX)
enhancement
RESOLVED
DUPLICATE
{'$oid': '52e9c12654dc1c25ebdc0a71'}
61,458
In EclipseStarter.loadBundles the revert the workaround start=true to be start=false after PDE has caught up to the osgi.bundles syntax chnage.
normal
RESOLVED
FIXED
{'$oid': '52e9c12654dc1c25ebdc0a72'}
61,455
I20040505 1045 1) Open a plugin manifest editor. 2) Switch to the "plugin.xml" tab (BTW, "Source" made much more sense) 3) Place the caret inside the editor area 4) Switch to the "Extensions" tab 5) Select an extension 6) Hit the delete key -> A character is deleted in the source tab instead of the extensions tab.
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c12654dc1c25ebdc0a73'}
61,459
Open C/C++ Build properties for a mananged make project. Click Manage... The MSAA name for Artifact extension input field is ".". It should be "Artifact Extension". Screen readers read in z-order (left to right, top to bottom) and finds the nearest label in z-order if no MSAA name is assigned. You could assign an MSAA name using: inputArea.getAccessible().addAccessibleListener( new AccessibleAdapter() { public void getName(AccessibleEvent e) { e.result = "Artifact Extension" }});
normal
VERIFIED
FIXED
{'$oid': '52e9c12654dc1c25ebdc0a74'}
61,460
If the Standard Windows (extra large) scheme is used on Windows the following dialogs will contain truncated text: - Find dialog in the log viewer - Advanced Filter in the log viewer - Find in the sdb editor
normal
CLOSED
FIXED
{'$oid': '52e9c12654dc1c25ebdc0a75'}
61,461
Open a managed build C/C++ project properties. Sleect C/C++ build. Click Manage... Tab to the "Current" listbox. The "Manage configurations" isn't read by a screen reader. The listboxes should both be a direct child of the group with a label "Manage Configurations". If there are intermediate composites, make sure they have labels, or "Manage Configurations" won't be read.
normal
RESOLVED
FIXED
{'$oid': '52e9c12654dc1c25ebdc0a76'}
61,462
The GLA editor provides a menu item "Adapter editor" on the Eclipse main menu and uses &A as a mnemonic which is also used by the Eclipse "Search" menu item.
normal
CLOSED
INVALID
{'$oid': '52e9c12754dc1c25ebdc0a77'}
61,465
If a GenFeature accessor collides an operation in the root implements interface, mangle the name with "_" just like for a collision with getClass() where we produce getClass_. That way this schema, with SDO Default set, will produce a result that compiles: <?xml version="1.0" encoding="UTF-8"?> <xsd:schema targetNamespace="http://www.example.com/Conflict" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:conflict="http://www.example.com/Conflict" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:complexType name="ReallyBadAPI"> <xsd:sequence> <xsd:element name="container" type="xsd:string"/> <xsd:element name="containmentProperty" type="xsd:string"/> <xsd:element name="type" type="xsd:string"/> <xsd:element name="dataGraph" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:schema> i.e., public interface ReallyBadAPI { String getContainer_(); void setContainer(String value); String getContainmentProperty_(); void setContainmentProperty(String value); String getType_(); void setType(String value); String getDataGraph_(); void setDataGraph(String value); } // ReallyBadAPI
normal
VERIFIED
FIXED
{'$oid': '52e9c12754dc1c25ebdc0a78'}
61,463
in i05051045 I am trying to replace the string "IPlatform.PI_RUNTIME" with "Platform.PI_RUNTIME". I opened the searhc dialog using the toolbar button. in the file tab entered the search string and then clicked Replace... This searched and found many entries and put them in the search view. There was no obvious way to specify the replacement string or get any action to happen. The search view context menu has Replace... and Replace Selection... entries but these did not seem to do anything. Looked in the log and found: !ENTRY org.eclipse.ui 4 4 May 07, 2004 17:17:17.168 !MESSAGE Unhandled event loop exception Unhandled event loop exception Reason: !ENTRY org.eclipse.ui 4 0 May 07, 2004 17:17:17.178 !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:2571) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2276) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:243) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) Failed to execute runnable (java.lang.NullPointerException) !ENTRY org.eclipse.ui 4 4 May 07, 2004 17:17:17.188 !MESSAGE *** SWT nested exception *** SWT nested exception Reason: !ENTRY org.eclipse.ui 4 0 May 07, 2004 17:17:17.198 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.search.internal.ui.text.ReplaceDialog2.<init> (ReplaceDialog2.java:113) at org.eclipse.search.internal.ui.text.ReplaceAction2.run (ReplaceAction2.java:151) at org.eclipse.search.internal.ui.text.TextSearchPage$1.run (TextSearchPage.java:237) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:106) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2571) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2276) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:243) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) java.lang.NullPointerException
normal
RESOLVED
FIXED
{'$oid': '52e9c12754dc1c25ebdc0a79'}
61,464
I have several runtime utilities which I mix into VM using -XrunFoo where foo is a DLL. For example the YourKit DLL. With this VM argument present, I cannot debug. So I have to create a complete copy of the launch profile or edit it every time. It would be nice if I could specify VM arguments which only apply to running and not debugging, and vice-versa. I also tried using X-Ray. I couldn't debug with its DLL present either. When I removed the DLL, the plug-in threw an exception anyway, although this is probably just a bug. I'm not sure, but perhaps -Xj9 is an option which should be specified only when debugging. Does the Sov. VM get used if you Run with -Xj9?
normal
CLOSED
WONTFIX
{'$oid': '52e9c12754dc1c25ebdc0a7a'}
61,466
Set the "Windows standard (extra large fonts)" open the "Profile" wizard and select "Profiling"->"Overview", the "Remove" button is truncated for resolutions lower then 1280x1024.
normal
CLOSED
WORKSFORME
{'$oid': '52e9c12754dc1c25ebdc0a7b'}
61,468
build i0506-0200 I used the menu in the Synchronize view to stop my scheduled synchronize. When I did this I noticed that a finished job appeared in my progress view with no new changes detected. I presume that this is expected but I thought that I would enter a bug in case there is some way not to add the job to the view.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c12754dc1c25ebdc0a7c'}
61,467
The "Merge the log file..." check box labvel is truncated when extra large fonts are used in Windows.
normal
CLOSED
FIXED
{'$oid': '52e9c12754dc1c25ebdc0a7d'}
61,469
I200405060200 while (tokenizer.hasMoreTokens()) { String id= tokenizer.nextToken(); if (fFilterDescriptorMap.containsKey(id) && !fLRUFilterIdsStack.contains(id)); fLRUFilterIdsStack.push(id); } See original code. Either formatting is wrong, or - which looks more likely to me - the semicolon should be removed. Don't know if this even causes a visible bug, just discovered this piece of code randomly.
normal
RESOLVED
FIXED
{'$oid': '52e9c12754dc1c25ebdc0a7e'}
61,470
enhancement
RESOLVED
DUPLICATE
{'$oid': '52e9c12754dc1c25ebdc0a7f'}
61,471
Provide read only text boxes instead of labels for read only properties in both GLA and SDB editors, as labels don't get focus and as a consequence properties displayed in labels are not readable by screen readers (JAWS)!
normal
CLOSED
WONTFIX
{'$oid': '52e9c12754dc1c25ebdc0a80'}
61,472
To produce this defect follow the instructions below: - Create an adapter file - Under the Extractor Result view, keep on pressing the 'Show Next Event' button until you get to the last log record. - Press the 'Show Next Event' button again. This will pass the last log record and the Extractor Result view will display a message such as: "View shows event 12 of 11 known events"
normal
CLOSED
FIXED
{'$oid': '52e9c12754dc1c25ebdc0a81'}
61,475
To create this defect follow the instructions below: - Under the log view click on the advanced filter properties button - click on add - notice that the value field is empty and the OK button is visible. Now type in something in the value field and erase it. - notice now that the OK button is made invisible. This implies that an empty value field is an illegal entry for a filter, but an empty value field can be entered for a filter by simply clicking on the add button and pressing the OK button. I'm not sure if an empty value should be a legal entry for a filter, but nevertheless there is an inconsistency as outlined above.
normal
CLOSED
FIXED
{'$oid': '52e9c12754dc1c25ebdc0a82'}
61,474
IWorkbenchPage#showActionSet(...) doesn't appear to be working. In my code, I'm calling this method and passing in the debug action set, but the action set isn't getting shown.
major
RESOLVED
INVALID
{'$oid': '52e9c12754dc1c25ebdc0a83'}
61,476
I was wondering why it is not possible to see the number of problems as well as warning as they are discovered during a build. The only message currently shown is "OK". Since the "Problems View" does not seem to update itself real time, it would be nice to still have that information updated during a build. I had found that to be useful, since I could go check out other packages if I noticed any errors during a build operation. I am running: Eclipse Platform Version: 3.0.0 Build id: 200405060200
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c12754dc1c25ebdc0a84'}
61,473
How to reproduce the problem : 1. Eclipse 4/13 driver + additional plugins. 2. File->Import -> External Plug-ins and Fragments 3. Edit one of the Java file. Make some dummy changes . For example type some spaces. 4. Save Get the following in the console window. org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2659) at org.eclipse.swt.SWT.error(SWT.java(Inlined Compiled Code)) at org.eclipse.swt.SWT.error(SWT.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.error(Display.java(Inlined Compiled C ode)) at org.eclipse.swt.widgets.Display.checkDevice(Display.java(Inlined Comp iled Code)) at org.eclipse.swt.widgets.Display.getActiveShell(Display.java(Inlined C ompiled Code)) at org.eclipse.ui.internal.Workbench.getActiveWorkbenchWindow(Workbench. java(Compiled Code)) at org.eclipse.jdt.internal.ui.text.HTMLPrinter.insertPageProlog(HTMLPri nter.java:97) at org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover.getHoverInfo (JavadocHover.java:74) at org.eclipse.jdt.internal.ui.text.java.hover.AbstractJavaEditorTextHov er.getHoverInfo(AbstractJavaEditorTextHover.java:119) at org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverIn fo(BestMatchHover.java:102) at org.eclipse.jdt.internal.ui.text.java.hover.JavaEditorTextHoverProxy. getHoverInfo(JavaEditorTextHoverProxy.java:69) at org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverMa nager.java:161) org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2659) at org.eclipse.swt.SWT.error(SWT.java(Inlined Compiled Code)) at org.eclipse.swt.SWT.error(SWT.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.error(Display.java(Inlined Compiled C ode)) at org.eclipse.swt.widgets.Display.checkDevice(Display.java(Inlined Comp iled Code)) at org.eclipse.swt.widgets.Display.getActiveShell(Display.java(Inlined C ompiled Code)) at org.eclipse.ui.internal.Workbench.getActiveWorkbenchWindow(Workbench. java(Compiled Code)) at org.eclipse.jdt.internal.ui.text.HTMLPrinter.insertPageProlog(HTMLPri nter.java:97) at org.eclipse.jdt.internal.ui.text.HTMLPrinter.addPageProlog(HTMLPrinte r.java:110) at org.eclipse.jdt.internal.ui.text.java.hover.AnnotationHover.formatMes sage(AnnotationHover.java:49) at org.eclipse.jdt.internal.ui.text.java.hover.AnnotationHover.getHoverI nfo(AnnotationHover.java:90) at org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverIn fo(BestMatchHover.java:102) at org.eclipse.jdt.internal.ui.text.java.hover.JavaEditorTextHoverProxy. getHoverInfo(JavaEditorTextHoverProxy.java:69) at org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverMa nager.java:161) org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2659) at org.eclipse.swt.SWT.error(SWT.java(Inlined Compiled Code)) at org.eclipse.swt.SWT.error(SWT.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.error(Display.java(Inlined Compiled C ode)) at org.eclipse.swt.widgets.Display.checkDevice(Display.java(Inlined Comp iled Code)) at org.eclipse.swt.widgets.Display.getActiveShell(Display.java(Inlined C ompiled Code)) at org.eclipse.ui.internal.Workbench.getActiveWorkbenchWindow(Workbench. java(Compiled Code)) at org.eclipse.jdt.internal.ui.text.HTMLPrinter.insertPageProlog(HTMLPri nter.java:97) at org.eclipse.jdt.internal.ui.text.HTMLPrinter.addPageProlog(HTMLPrinte r.java:110) at org.eclipse.jdt.internal.ui.text.java.hover.AnnotationHover.formatMes sage(AnnotationHover.java:49) at org.eclipse.jdt.internal.ui.text.java.hover.AnnotationHover.getHoverI nfo(AnnotationHover.java:90) at org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverIn fo(BestMatchHover.java:102) at org.eclipse.jdt.internal.ui.text.java.hover.JavaEditorTextHoverProxy. getHoverInfo(JavaEditorTextHoverProxy.java:69) at org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverMa nager.java:161)
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c12754dc1c25ebdc0a85'}
61,477
Version 3.0.m8. On XP, I right-clicked on Eclipse window-button in the taskbar and choose to close. Nothing happened. Now, when I right-clicked on Eclipse window-button in the taskbar, nothing happens. Clicking on the Eclipse window-button in the taskbar does not maximize the window. So I cannot quit eclipse. Here is a thread dump from the console: Full thread dump Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode): "Worker-960" prio=5 tid=0x03748628 nid=0x1268 in Object.wait() [5ecf000..5ecfd8c] at java.lang.Object.wait(Native Method) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:184) - locked <0x1151d6a8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:210) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon prio=2 tid=0x040301f0 nid=0x132c in Object.wait() [4b8f000..4b8 fd8c] at java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:161) - locked <0x1b89af48> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue) "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon prio=2 tid=0x03cb8990 nid=0x12e8 in Object.wait() [5d7f000..5d7 fd8c] at java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:161) - locked <0x1b851dd8> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue) "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon prio=2 tid=0x03f2c5f0 nid=0x11a0 in Object.wait() [5c8f000..5c8 fd8c] at java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:161) - locked <0x1ad289d0> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue) "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon prio=2 tid=0x03e1dc88 nid=0x11f0 in Object.wait() [49bf000..49b fd8c] at java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:161) - locked <0x1acbef88> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue) "StandardManager[/help]" daemon prio=5 tid=0x035c6790 nid=0xeb0 waiting on condition [490f000..490fd8c] at java.lang.Thread.sleep(Native Method) at org.apache.catalina.session.StandardManager.threadSleep(StandardManager.java:810) at org.apache.catalina.session.StandardManager.run(StandardManager.java:869) at java.lang.Thread.run(Thread.java:534) "TP-Monitor" daemon prio=5 tid=0x036dfb00 nid=0xdec in Object.wait() [48cf000..48cfd8c] at java.lang.Object.wait(Native Method) at org.apache.tomcat.util.threads.ThreadPool$MonitorRunnable.run(ThreadPool.java:560) - locked <0x13578eb8> (a org.apache.tomcat.util.threads.ThreadPool$MonitorRunnable) at java.lang.Thread.run(Thread.java:534) "TP-Processor4" daemon prio=5 tid=0x02f03540 nid=0xaf4 runnable [488f000..488fd8c] at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353) - locked <0x13578f68> (a java.net.PlainSocketImpl) at java.net.ServerSocket.implAccept(ServerSocket.java:448) at java.net.ServerSocket.accept(ServerSocket.java:419) at org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket(DefaultServerSocketFactory.java:107) at org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:387) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:557) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:534) "TP-Processor3" daemon prio=5 tid=0x02f033b0 nid=0x1704 in Object.wait() [484f000..484fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x13579138> (a org.apache.tomcat.util.threads.ThreadPool$ControlRunnable) at java.lang.Object.wait(Object.java:429) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:656) - locked <0x13579138> (a org.apache.tomcat.util.threads.ThreadPool$ControlRunnable) at java.lang.Thread.run(Thread.java:534) "TP-Processor2" daemon prio=5 tid=0x035ca980 nid=0x144c in Object.wait() [47af000..47afd8c] at java.lang.Object.wait(Native Method) - waiting on <0x135791b8> (a org.apache.tomcat.util.threads.ThreadPool$ControlRunnable) at java.lang.Object.wait(Object.java:429) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:656) - locked <0x135791b8> (a org.apache.tomcat.util.threads.ThreadPool$ControlRunnable) at java.lang.Thread.run(Thread.java:534) "TP-Processor1" daemon prio=5 tid=0x0350bc88 nid=0x10b8 in Object.wait() [476f000..476fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x13579238> (a org.apache.tomcat.util.threads.ThreadPool$ControlRunnable) at java.lang.Object.wait(Object.java:429) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:656) - locked <0x13579238> (a org.apache.tomcat.util.threads.ThreadPool$ControlRunnable) at java.lang.Thread.run(Thread.java:534) "StandardManager[]" daemon prio=5 tid=0x0350b008 nid=0x1150 waiting on condition [472f000..472fd8c] at java.lang.Thread.sleep(Native Method) at org.apache.catalina.session.StandardManager.threadSleep(StandardManager.java:810) at org.apache.catalina.session.StandardManager.run(StandardManager.java:869) at java.lang.Thread.run(Thread.java:534) "Java indexing" daemon prio=4 tid=0x02e4dd08 nid=0x1034 in Object.wait() [37ef000..37efd8c] at java.lang.Object.wait(Native Method) - waiting on <0x12a40e10> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Object.wait(Object.java:429) at org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobManager.java:327) - locked <0x12a40e10> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Thread.run(Thread.java:534) "Start Level Event Dispatcher" daemon prio=5 tid=0x02da7008 nid=0xe38 in Object.wait() [2fdf000..2fdfd8c] at java.lang.Object.wait(Native Method) - waiting on <0x1143d8e0> (a org.eclipse.osgi.framework.eventmgr.EventThread) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent(EventThread.java:167) - locked <0x1143d8e0> (a org.eclipse.osgi.framework.eventmgr.EventThread) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:118) "Framework Event Dispatcher" daemon prio=5 tid=0x00a37028 nid=0xdf8 in Object.wait() [2f9f000..2f9fd8c] at java.lang.Object.wait(Native Method) - waiting on <0x1142ec58> (a org.eclipse.osgi.framework.eventmgr.EventThread) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent(EventThread.java:167) - locked <0x1142ec58> (a org.eclipse.osgi.framework.eventmgr.EventThread) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:118) "Signal Dispatcher" daemon prio=10 tid=0x0003dff0 nid=0x130c waiting on condition [0..0] "Finalizer" daemon prio=9 tid=0x009c0e40 nid=0x13dc in Object.wait() [2c5f000..2c5fd8c] at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x113cb008> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) "Reference Handler" daemon prio=10 tid=0x009bfa10 nid=0x12c8 in Object.wait() [2c1f000..2c1fd8c] at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:429) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115) - locked <0x113cb070> (a java.lang.ref.Reference$Lock) "main" prio=5 tid=0x00035a60 nid=0x8f4 in Object.wait() [7d000..7fc3c] at java.lang.Object.wait(Native Method) - waiting on <0x1a81d500> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue) at java.lang.Object.wait(Object.java:429) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.suspendCallerWhileDirty(AbstractReconci ler.java:106) - locked <0x1a81d500> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue) at org.eclipse.jface.text.reconciler.AbstractReconciler$Listener.inputDocumentAboutToBeChanged(AbstractReconcile r.java:250) at org.eclipse.jface.text.TextViewer.fireInputDocumentAboutToBeChanged(TextViewer.java:2279) at org.eclipse.jface.text.TextViewer.setDocument(TextViewer.java:2334) at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:443) at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:389) at org.eclipse.jface.text.TextViewer$1.widgetDisposed(TextViewer.java:1355) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:100) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java: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.Widget.notifyListeners(Widget.java:586) at org.eclipse.swt.custom.StyledText.handleDispose(StyledText.java:4848) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4719) 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:774) at org.eclipse.swt.widgets.Widget.releaseWidget(Widget.java:681) at org.eclipse.swt.widgets.Control.releaseWidget(Control.java:1466) at org.eclipse.swt.widgets.Scrollable.releaseWidget(Scrollable.java:188) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:373) at org.eclipse.swt.widgets.Canvas.releaseWidget(Canvas.java:118) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:646) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:367) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372) at org.eclipse.swt.widgets.Canvas.releaseWidget(Canvas.java:118) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:646) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:367) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:646) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:367) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:646) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:367) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:646) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:367) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:341) at org.eclipse.ui.internal.PartPane.dispose(PartPane.java:173) at org.eclipse.ui.internal.EditorPresentation.closeEditor(EditorPresentation.java:77) at org.eclipse.ui.internal.EditorPresentation.closeEditor(EditorPresentation.java:65) at org.eclipse.ui.internal.EditorManager.closeEditor(EditorManager.java:160) at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:852) at org.eclipse.ui.internal.WorkbenchPage.closeAllEditors(WorkbenchPage.java:799) at org.eclipse.ui.internal.WorkbenchPage.dispose(WorkbenchPage.java:1139) at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages(WorkbenchWindow.java:492) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:970) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:390) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:372) at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:459) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:457) at org.eclipse.jface.window.WindowManager.close(WindowManager.java:101) at org.eclipse.ui.internal.Workbench$10.run(Workbench.java:458) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:455) at org.eclipse.ui.internal.Workbench.access$6(Workbench.java:403) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:570) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.Workbench.close(Workbench.java:568) at org.eclipse.ui.internal.Workbench.close(Workbench.java:544) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:387) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:372) at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:459) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:457) at org.eclipse.jface.window.Window.handleShellCloseEvent(Window.java:595) at org.eclipse.jface.window.Window$2.shellClosed(Window.java:546) 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: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.Decorations.WM_CLOSE(Decorations.java:1496) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2946) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1439) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1445) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:397) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3024) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1439) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) 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) "VM Thread" prio=5 tid=0x009fb720 nid=0xd24 runnable "VM Periodic Task Thread" prio=10 tid=0x009fc810 nid=0xfc4 waiting on condition "Suspend Checker Thread" prio=10 tid=0x0003d6a8 nid=0xdfc runnable
normal
RESOLVED
FIXED
{'$oid': '52e9c12754dc1c25ebdc0a87'}
61,480
The 'Find log record' functionality in the log view doesn't seem to work. Also note that when a filter is added to the filtration windows, the UI doesn't allow the operator and the value fields to be changed under the filtration windows. It only allows the attribute field to be changed.
major
CLOSED
FIXED
{'$oid': '52e9c12754dc1c25ebdc0a88'}
61,479
To create this defect follow the instructions below: - In the log view click on the filter properties button - move a property all the up in the list - click on ok - Click on the filter properties button again and move another property all the way up to the beginning of the list - click on ok - notice that the position of the first property that was moved is not preserved.
normal
CLOSED
FIXED
{'$oid': '52e9c12854dc1c25ebdc0a89'}
61,485
Build: I-20040506 Create a minimal UI plug-in project Go to the extensions tab. Add... > Extension Wizards tab > Multi-page editor template. When you click finish, there are compilation errors of course, because the plugin.xml has not been saved yet. Save it. There would still be some compilation errors due to the fact that the template did not org.eclipse.core.resources to the list of dependencies.
normal
RESOLVED
FIXED
{'$oid': '52e9c12854dc1c25ebdc0a8a'}
61,481
To reproduce : 1. Eclipse 04/13 + plugins 2. Check-out a plugin from CVS 3. Go to plug-in development perspective 4. Edit one of the .java file 5. Double-click on one of the methods from the Outline view 6. Enter spaces. 7. CTRL + S to save See the following in the console : !ENTRY org.eclipse.jdt.core 4 4 May 07, 2004 16:45:09.09 !MESSAGE Background Indexer Crash Recovery !STACK 0 java.lang.IllegalArgumentException: Buffer size <= 0 at java.io.BufferedInputStream.<init>(BufferedInputStream.java(Inlined C ompiled Code)) at java.io.BufferedInputStream.<init>(BufferedInputStream.java(Inlined C ompiled Code)) at org.eclipse.jdt.internal.core.index.DiskIndex.readCategoryTable(DiskI ndex.java(Compiled Code)) at org.eclipse.jdt.internal.core.index.DiskIndex.mergeCategory(DiskIndex .java:360) at org.eclipse.jdt.internal.core.index.DiskIndex.mergeCategories(DiskInd ex.java:352) at org.eclipse.jdt.internal.core.index.DiskIndex.mergeWith(DiskIndex.jav a(Compiled Code)) at org.eclipse.jdt.internal.core.index.Index.save(Index.java(Inlined Com piled Code)) at org.eclipse.jdt.internal.core.search.indexing.IndexManager.saveIndex( IndexManager.java(Compiled Code)) at org.eclipse.jdt.internal.core.search.indexing.SaveIndex.execute(SaveI ndex.java:40) at org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobMan ager.java:340) at java.lang.Thread.run(Thread.java:566) java.lang.IllegalArgumentException: Buffer size <= 0 at java.io.BufferedInputStream.<init>(BufferedInputStream.java(Inlined C ompiled Code)) at java.io.BufferedInputStream.<init>(BufferedInputStream.java(Inlined C ompiled Code)) at org.eclipse.jdt.internal.core.index.DiskIndex.readCategoryTable(DiskI ndex.java(Compiled Code)) at org.eclipse.jdt.internal.core.index.DiskIndex.mergeCategory(DiskIndex .java:360) at org.eclipse.jdt.internal.core.index.DiskIndex.mergeCategories(DiskInd ex.java:352) at org.eclipse.jdt.internal.core.index.DiskIndex.mergeWith(DiskIndex.jav a(Compiled Code)) at org.eclipse.jdt.internal.core.index.Index.save(Index.java(Inlined Com piled Code)) at org.eclipse.jdt.internal.core.search.indexing.IndexManager.saveIndex( IndexManager.java(Compiled Code)) at org.eclipse.jdt.internal.core.search.indexing.SaveIndex.execute(SaveI ndex.java:40) at org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobMan ager.java:340) at java.lang.Thread.run(Thread.java:566)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c12854dc1c25ebdc0a8b'}
61,484
Part of a post from the platform-core-dev mailing list. Looks like changes in config.ini syntax break something in PDE? ---------------- Actually there are more problems with this. It looks like PDE also parses this file and needs to be updated accordingly. Here is a stack trace I get. java.lang.NumberFormatException: For input string: "2:start" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:4 8) at java.lang.Integer.parseInt(Integer.java:477) at java.lang.Integer.<init>(Integer.java:609) at org.eclipse.pde.internal.ui.launcher.LauncherUtils.getAutoStartPlugins(Laun cherUtils.java:283) at org.eclipse.pde.internal.ui.launcher.LauncherUtils.getPluginsToRun(Launcher Utils.java:212) at org.eclipse.pde.internal.ui.launcher.WorkbenchLaunchConfigurationDelegate.g etProgramArguments(WorkbenchLaunchConfigurationDelegate.java:120) at org.eclipse.pde.internal.ui.launcher.WorkbenchLaunchConfigurationDelegate.c reateVMRunner(WorkbenchLaunchConfigurationDelegate.java:80) at org.eclipse.pde.internal.ui.launcher.WorkbenchLaunchConfigurationDelegate.l aunch(WorkbenchLaunchConfigurationDelegate.java:51) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurat ion.java:569) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurat ion.java:150) at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.ja va:770) at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:932) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
normal
RESOLVED
FIXED
{'$oid': '52e9c12854dc1c25ebdc0a8c'}
61,483
When I choose Team / Synchronize in the Navigator, I get a dialog offering to change to the Synchronize perspective. That dialog has "Yes / No / Always / Never" instead of a "Don't ask me again" checkbox. The UI paradigm pendulum appears to have swung a couple of times on this, but according to bug 57272 I think it's back to "Don't ask me again." Thus the Team/Synchronize dialog is old-fashioned and uncommon in the new world. This might already be fixed - I have an old Eclipse drop from 4/13 or so.
normal
RESOLVED
FIXED
{'$oid': '52e9c12854dc1c25ebdc0a8d'}
61,482
The new private method icon (red square with rounded angles) is too close in shape of the new public method icon (green circle). This is a problem for color blind persons like myself. Under some conditions (brightness & contrast of the colors, level of color blindness), we are no able to distinguish red and green. Colors on computer screens can be specialy bad. The way to resolve this problem on software is usualy to use a shape coding system in addition of the color coding system. So color blind persons can rely on the shapes instead of having to try to determine the color. The old icon where perfect: a plain (green), round :), circle and a plain (green), right angles, square. The new icons are no so good. The square has now rounded angles, and at first glance, this rounded square is close to a circle.
normal
RESOLVED
FIXED
{'$oid': '52e9c12854dc1c25ebdc0a8e'}
61,486
i think this is somehow on purpose that you have to go through the progress view and open it there. But this is very annoying. I don't want to look at the small icon in the bottom/right corner to see do i need to check something. If i compare with something i expect a compare editor to open instead of multiply clicks to open it myself. But this is not all if i do Compare->latest from XXXX (head or own branch) then in the compare window i will get a "x changes found" link where i can click on. But if i do Compare->Another branch or version i also do get "x changes found" but that is not a link.. So i can't open the compare editor at all. Of course you can (and i think will) fix the last part. But i don't mind that to much if the compare window just opens. I don't want to do all those extra clicks of going through the progress view.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c12854dc1c25ebdc0a8f'}
61,487
If i save a launchconfiguration into my project. And then commit it to cvs that launchconfiguration works perfectly if everybody checksout the project by the exact same name. But if they checkout as or they checkout a branch of the project with the branchname in the projects name (my case currently) so something like "eclipse" and "eclipse_M8" then the launchconfiguration don't work quite right because of the hard links to "eclipse" It would be nice to have an option that there is something like "current project" and that all the things that are in the launchfile pointing to the current projects name then are filled in with the right value at launch. The current project should be something where the launchconfiguration resides in. So of course it is only possible with launchconfigurations saved to local workspace and when it is saved into the project itself (in my eyes the most common used thing if saved to local)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c12854dc1c25ebdc0a90'}
61,488
I don't know exactly when the configure classpath panel was changed but we now have "Bootstrap Entries" and "User Entries" and in the user entries we have default the "projectname (default classpath)" with all iets source dirs and libs But what i always did was delete one jar of the projects classpath from a specific launchconfiguration classpath because one main class that i have may not find the classes in that jar.. What i did was select the entry and then delete the jar. The restore to default button enabled itself because it was not default anymore so that was it. Now if i select that entry i can't delete it because the button remove is disabled. So now when i want the same effect is completely remove the "projectname (default classpath)" and then add everything by hand. So the jars the special classpath variables ect. But leave just the one out of it. So i can't say that i find this dialog an improvement. It is a big step backwards.
enhancement
RESOLVED
WONTFIX
{'$oid': '52e9c12854dc1c25ebdc0a91'}
61,490
When a cheat sheet item does not declare a href attribute in the XML content file then the item is rendered incorrectly. Instead of the little help icon (for items having a href attribute) big empty space is shown, which overlaps the remaining item renderding. screenshot is attached
minor
RESOLVED
FIXED
{'$oid': '52e9c12854dc1c25ebdc0a92'}
61,491
I200405060020, linux-gtk-x86 After restarting the IDE, Problems View columns widths are very narrow (as at first the IDE start).
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c12854dc1c25ebdc0a93'}
61,492
Build 200405060200. The code fails because "images" is null: /* * Feature in Windows. LVM_GETSUBITEMRECT returns a small width * value even when the subitem does not contain an image. The * fix is to set the width to zero. */ if (index != 0 && images != null & images [index] == null) { width = 0; } The stack trace: Thread [main] (Suspended (exception NullPointerException)) TableItem.getImageBounds(int) line: 409 TableEditor.computeBounds() line: 103 TableEditor(ControlEditor).resize() line: 218 TableEditor.resize() line: 219 TableEditor(ControlEditor).setEditor(Control) line: 246 TableEditor.setEditor(Control, TableItem, int) line: 211 TableViewer$2.setEditor(Control, Item, int) line: 389 TableViewer$2(TableViewerImpl).activateCellEditor() line: 76 TableViewer$2(TableViewerImpl).activateCellEditor(MouseEvent) line: 134 TableViewer$2(TableViewerImpl).handleMouseDown(MouseEvent) line: 234 TableViewer$1.mouseDown(MouseEvent) line: 338 TypedListener.handleEvent(Event) line: 132 EventTable.sendEvent(Event) line: 82 Table(Widget).sendEvent(Event) line: 796 Display.runDeferredEvents() line: 2594 Display.readAndDispatch() line: 2272 LaunchConfigurationsDialog(Window).runEventLoop(Shell) line: 668 LaunchConfigurationsDialog(Window).open() line: 648 LaunchConfigurationsDialog.open() line: 419 DebugUITools$1.run() line: 381 BusyIndicator.showWhile(Display, Runnable) line: 84 DebugUITools.openLaunchConfigurationDialogOnGroup(Shell, IStructuredSelection, String, IStatus) line: 385 DebugUITools.openLaunchConfigurationDialogOnGroup(Shell, IStructuredSelection, String) line: 327 DebugUITools.openLaunchConfigurationDialog(Shell, IStructuredSelection, String) line: 297 RMIServerLaunchShortcut.launch(IType, String) line: 62 RMIServerLaunchShortcut.searchAndLaunch(Object[], String, boolean) line: 180 RMIServerLaunchShortcut.launch(IEditorPart, String) line: 99 LaunchShortcutExtension.launch(IEditorPart, String) line: 305 LaunchShortcutAction.run() line: 60 LaunchShortcutAction(Action).runWithEvent(Event) line: 881 ActionContributionItem.handleWidgetSelection(Event, boolean) line: 612 ActionContributionItem.access$2(ActionContributionItem, Event, boolean) line: 563 ActionContributionItem$6.handleEvent(Event) line: 482 EventTable.sendEvent(Event) line: 82 MenuItem(Widget).sendEvent(Event) line: 796 Display.runDeferredEvents() line: 2594 Display.readAndDispatch() line: 2272 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 1353 Workbench.runUI() line: 1324 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 243 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 140 IDEApplication.run(Object) line: 90 PlatformActivator$1.run(Object) line: 283 EclipseStarter.run(Object) line: 242 EclipseStarter.run(String[], Runnable) line: 119 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 Method.invoke(Object, Object[]) line: 324 Main.basicRun(String[]) line: 269 Main.run(String[]) line: 700 Main.main(String[]) line: 684
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c12854dc1c25ebdc0a94'}
61,493
The diagnositician should recursively validate contained children, but this isn't happening because of some flawed logic in org.eclipse.emf.ecore.util.Diagnostician#doValidateContents(EObject, DiagnosticChain, Map). The guard for the while clause should be i.hasNext() && (result || diagnostics != null) (instead of i.hasNext() && (!result || diagnostics == null)).
normal
VERIFIED
FIXED
{'$oid': '52e9c12854dc1c25ebdc0a95'}
61,494
I20040506++ (HEAD as of today)
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c12854dc1c25ebdc0a96'}
61,489
I200405060200 I was doing something that caused the UI to block, but rather than the usual "user operation is blocked" dialog, I got two of them at the same time. Check out the attached screenshot.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c12854dc1c25ebdc0a97'}
61,495
The Validate action results in a NullPointerException when trying to create a URI for a marker when the data for a diagnostic is empty. Note also that there is a deleteMarkers(String, boolean, int) method that can be used instead of iterating over old markers and deleting them individually.
normal
VERIFIED
FIXED
{'$oid': '52e9c12854dc1c25ebdc0a98'}
61,498
Distributed Annotations preference pages have been replaced by a single Annotations preference page (Workbench > Editors > Annotations). The same applies for the Quick Diff preference page. In order to use this new feature for the CDT editor you simply have to 1. remove the Annotations preference page 2. call EditorsUI.use*PreferenceStore(cdtui_preferencestore) Where * stands for Annotations and QuickDiff (if you use quick diff at all). Important note: above call must be done before any setting the store's default values. Best way to do this is your plug-in's: /** * @see AbstractUIPlugin#initializeDefaultPreferences(org.eclipse.jface.preference.IPreferenceStore) */ protected void initializeDefaultPreferences(IPreferenceStore store) { super.initializeDefaultPreferences(store); EditorsUI.useAnnotationsPreferencePage(store); EditorsUI.useQuickDiffPreferencePage(store); <your init code> } This requires latest Eclipse N-build or HEAD of org.eclipse.ui.editors
normal
RESOLVED
FIXED
{'$oid': '52e9c12854dc1c25ebdc0a99'}
61,500
The severity of markers created by the Validate action does not reflect the severity of the diagnostics they represent. The ValidateAction#createMarkers (IFile, Diagnostic) method should use equals comparisons (==) instead of less than comparisons (<) when testing the severity of diagnostics.
normal
VERIFIED
FIXED
{'$oid': '52e9c12854dc1c25ebdc0a9a'}
61,499
The former is an "up" triangle, while the latter are down or side triangle. this is very confusing having so many triangles. also when i click on the folding triangle when there is an "implements" triangle, the code indeed folds, but the editor jumps to the "super" method in another class.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c12854dc1c25ebdc0a9b'}
61,497
I can't describe it well in words, so I attach a screenshot. The space pointed by arrows is IMHO wasted. The dots also occupy precious space. In no way I can tell what file I edit by just two or three letters that are left visible.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c12854dc1c25ebdc0a9c'}
61,496
When I resize the eclipse window to make it bigger, the edior tabs do not adjust themselves. Screenshot attached: Build: 200405060200
enhancement
RESOLVED
FIXED
{'$oid': '52e9c12854dc1c25ebdc0a9d'}
61,501
The Validate action should be available from the generated editor menu in addition to being available from its context menu.
normal
VERIFIED
FIXED
{'$oid': '52e9c12954dc1c25ebdc0a9e'}
61,502
The Validate action should present the user with an indication of progress (or at least that it is busy) when executing long validation operations.
normal
VERIFIED
FIXED
{'$oid': '52e9c12954dc1c25ebdc0a9f'}
61,503
The logic for validating that proxies can be resolved is incorrect. The test for the if clause in EObjectValidator#validate_EveryProxyResolves(EObject, DiagnosticChain, Map) should be eCrossReferenceObject.eIsProxy() (instead of ! eCrossReferenceObject.eIsProxy()).
normal
VERIFIED
FIXED
{'$oid': '52e9c12954dc1c25ebdc0aa0'}
61,505
I have a managed make CDT project which is a cygwin executable. I am including several libraries and directories. When I close and reopen the project the make configuration doesn't get reloaded properly. None of the include directories or the libraries are showing in the build properties dialog and the make file that gets generated has null inside: I am using the I200405060200 version of eclipse and the 200405070300 version of CDT there are some exceptions in the log as well: ----------------------------- java.lang.IllegalArgumentException at java.util.Date.parse(Date.java:587) at java.util.Date.<init>(Date.java:249) at org.eclipse.update.internal.configurator.ConfigurationParser.processConfig (ConfigurationParser.java:277) at org.eclipse.update.internal.configurator.ConfigurationParser.startElement (ConfigurationParser.java:102) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement (AbstractSAXParser.java:478) at com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.startElement (XIncludeHandler.java:568) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartEleme nt(XMLNSDocumentScannerImpl.java:318) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDispa tcher.scanRootElementHook(XMLNSDocumentScannerImpl.java:614) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$Fragment ContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1639) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocu ment(XMLDocumentFragmentScannerImpl.java:345) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse (XML11Configuration.java:827) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse (XML11Configuration.java:757) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse (XMLParser.java:148) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse (AbstractSAXParser.java:1169) at javax.xml.parsers.SAXParser.parse(SAXParser.java:353) at org.eclipse.update.internal.configurator.ConfigurationParser.parse (ConfigurationParser.java:68) at org.eclipse.update.internal.configurator.PlatformConfiguration.loadConfig (PlatformConfiguration.java:1166) at org.eclipse.update.internal.configurator.PlatformConfiguration.initialize (PlatformConfiguration.java:741) at org.eclipse.update.internal.configurator.PlatformConfiguration.<init> (PlatformConfiguration.java:115) at org.eclipse.update.internal.configurator.PlatformConfigurationFactory.getPlatfo rmConfiguration(PlatformConfigurationFactory.java:26) at org.eclipse.update.configurator.ConfiguratorUtils.getPlatformConfiguration (ConfiguratorUtils.java:72) at org.eclipse.update.internal.model.InstallConfigurationModel.initialize (InstallConfigurationModel.java:241) at org.eclipse.update.internal.model.InstallConfigurationModel.isCurrent (InstallConfigurationModel.java:101) at org.eclipse.ui.internal.ide.dialogs.SystemSummaryDialog.appendUpdateManagerLog (SystemSummaryDialog.java:286) at org.eclipse.ui.internal.ide.dialogs.SystemSummaryDialog.getSystemSummary (SystemSummaryDialog.java:113) at org.eclipse.ui.internal.ide.dialogs.SystemSummaryDialog.createDialogArea (SystemSummaryDialog.java:101) at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:617) at org.eclipse.jface.window.Window.create(Window.java:348) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:910) at org.eclipse.jface.window.Window.open(Window.java:637) at org.eclipse.ui.internal.ide.dialogs.AboutDialog.buttonPressed (AboutDialog.java:119) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:491) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2594) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2272) at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.ui.internal.ide.actions.AboutAction.run(AboutAction.java:68) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:612) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:563) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:482) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2594) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2272) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:494) 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) ------------------------------------------------------- here is the makefile: ------------------------------------- ############################################################################### # # Automatically-generated file. Do not edit! ############################################################################### # ROOT := .. -include $(ROOT)/makefile.init RM := rm -rf # Each subdirectory must contribute its source files here C_SRCS := CC_SRCS := CXX_SRCS := CAPC_SRCS := CPP_SRCS := LIBS := USER_OBJS := OBJS = $(C_SRCS:$(ROOT)/%.c=%.o) $(CC_SRCS:$(ROOT)/%.cc=%.o) $(CXX_SRCS:$(ROOT)/%.cxx=%.o) $(CAPC_SRCS:$(ROOT)/%.C=%.o) $(CPP_SRCS:$(ROOT)/%.cpp=%.o) # Every subdirectory with source files must be described here SUBDIRS := \ src/C/SCCTester \ # Include the makefiles for each source subdirectory -include ${patsubst %, %/subdir.mk, $(SUBDIRS)} -include $(ROOT)/makefile.defs all: SCCTester.exe SCCTester.exe: $(OBJS) null null $@ $(OBJS) $(USER_OBJS) $(LIBS) clean: -$(RM) $(OBJS) SCCTester.exe .PHONY: all clean deps # Include automatically-generated dependency list: -include ${patsubst %, %/subdir.dep, $(SUBDIRS)} -include $(ROOT)/makefile.targets -------------------------------------------------------
major
RESOLVED
FIXED
{'$oid': '52e9c12954dc1c25ebdc0aa1'}
61,506
Typically, opening an editor on "file" from repository explorer opens the file in 'read only mode'. (for viewing contents). Seems to work ok for plugin.xml, etc., but feature.xml reports "can not open editor". I'm marking as 'major' since as far as I know, there's no work around for viewing the contents of that file (for example, can not just open basic text editor from repository explorer). I'll attach log messages.
major
RESOLVED
FIXED
{'$oid': '52e9c12954dc1c25ebdc0aa2'}
61,507
I'm using I200405060200 plus v_150_0507 from CVS. This testcase public class U { static <T> T notNull(T t) { return t; } } public class T { void t() { String s = U.notNull(""); } } raises an "method not applicable" error marker in the editor but not in the problems view. If I replace "" with null, I get an internal compiler error. Internal compiler error java.lang.NullPointerException at org.eclipse.jdt.internal.compiler.lookup.Scope.computeCompatibleMethod(Scope.java:93) at org.eclipse.jdt.internal.compiler.lookup.Scope.findMethod(Scope.java:764) at org.eclipse.jdt.internal.compiler.lookup.Scope.getMethod(Scope.java:1451) at org.eclipse.jdt.internal.compiler.ast.MessageSend.resolveType(MessageSend.java:254) at org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.resolve(LocalDeclaration.java:190) at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolveStatements(AbstractMethodDeclaration.java:382) at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.resolveStatements(MethodDeclaration.java:133) If I put both methods into one class, I can't even save the code and get a "save problem: Save could not be completed" error. From the log: !ENTRY org.eclipse.jdt.core 4 4 Mai 08, 2004 18:55:24.227 !MESSAGE Exception occurred during problem detection: !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.compiler.lookup.Scope.computeCompatibleMethod(Scope.java:93) at org.eclipse.jdt.internal.compiler.lookup.Scope.findMethod(Scope.java:764) at org.eclipse.jdt.internal.compiler.lookup.BlockScope.getImplicitMethod(BlockScope.java:776) at org.eclipse.jdt.internal.compiler.ast.MessageSend.resolveType(MessageSend.java:253) at org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.resolve(LocalDeclaration.java:190) at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolveStatements(AbstractMethodDeclaration.java:382) at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.resolveStatements(MethodDeclaration.java:133) at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolve(AbstractMethodDeclaration.java:359) at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:925) at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:974) at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.resolve(CompilationUnitDeclaration.java:280)
normal
RESOLVED
FIXED
{'$oid': '52e9c12954dc1c25ebdc0aa3'}
61,508
I20040506 + Plug-in Export 05.07 While importing plug-in and fragments via PDE I got the following exception: !ENTRY org.eclipse.core.runtime 4 2 Mai 08, 2004 19:00:00.334 !MESSAGE An internal error occurred during: "Semantic Highlighting Job". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightingReconciler$PositionC ollector.visit(SemanticHighlightingReconciler.java:75) at org.eclipse.jdt.core.dom.SimpleName.accept0(SimpleName.java:145) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2456) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2503) at org.eclipse.jdt.core.dom.MethodInvocation.accept0 (MethodInvocation.java:241) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2456) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2503) at org.eclipse.jdt.core.dom.ExpressionStatement.accept0 (ExpressionStatement.java:141) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2456) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2503) at org.eclipse.jdt.core.dom.IfStatement.accept0(IfStatement.java:187) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2456) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2526) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:133) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2456) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2503) at org.eclipse.jdt.core.dom.MethodDeclaration.accept0 (MethodDeclaration.java:499) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2456) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2526) at org.eclipse.jdt.core.dom.TypeDeclaration.accept0 (TypeDeclaration.java:474) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2456) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2526) at org.eclipse.jdt.core.dom.CompilationUnit.accept0 (CompilationUnit.java:290) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2456) at org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightingReconciler.reconcile Positions(SemanticHighlightingReconciler.java:212) at org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightingReconciler.reconcile d(SemanticHighlightingReconciler.java:178) at org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightingReconciler$1.run (SemanticHighlightingReconciler.java:311) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
normal
VERIFIED
FIXED
{'$oid': '52e9c12954dc1c25ebdc0aa4'}
61,509
1. I downloaded the latest integration build (200405060200) 2. Updated to org.eclipse.jdt.cheetah04 (0.0.4). 3. Upon restart, I imported a .java file with generic class and generic methods, to test generic usage in Eclipse. 4. I went into the preferences menu, and selected Java/Compiler. On the Compliance and Classfiles page I chose Compiler compliance level: 1.5. I pressed the "Apply" button and the "OK" button is immediatly highlighted. I press the "OK" button and the button lights up as if the command is recieved but does nothing (preference pane remains open). The only way to exit is to press the "Cancel" button or to close the window. Expected Results: Expected source to recompile file and remove source errors. Actual Results: Forced to close preference window, applying source change to 1.5 has no effect.
normal
CLOSED
FIXED