_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': '52e9c15754dc1c25ebdc0de7'}
62,343
Eclipse 200405140800 CDT 200405121551 Search in the sanity usually took 5-10 seconds to run. But, with this build, it took 30-55 seconds depending on the platform and machine. Steps: Import the bubblesort (attached) project inside a Managed Project Select the BubbleSort folder in the C/C++ Projects view. Open the C/C++ Search dialog. Enter '*' (no quotes) into the Search string field. Un-check the Any Element checkbox. Check the Class/Struct checkbox. Limit to All Occurrences. Click on the Selected Resources scope. Execute the search. Verify that there are 602 search results.
major
VERIFIED
WONTFIX
{'$oid': '52e9c15754dc1c25ebdc0de8'}
62,344
CDT 200405121551 Eclipse 200405140800 Test case: 1. Create a managed C++ project, call it MgdCpp 2. Add main.cpp to StdC and insert the following code: namespace Foo { class bar { public: bar() {}; }; } int main(int argc, char **argv) { Foo::bar * foobar; foobar = new Foo::[^SPC] // ** (A) ** } 3. Execute Content Assist on line (A) RESULT: "No completions available" EXPECTED: Auto-completion of class bar. Note: If I provide a prefix, then I get my completion.
normal
VERIFIED
FIXED
{'$oid': '52e9c15754dc1c25ebdc0de9'}
62,345
In the o.e.h.logging.core pluging, XmlUtility.java file the following correction needs to be made: public static String serialize(Document document, boolean format) throws TransformerException{ //return (serializeAsByteArray(document,format).toString()); return (new String(serializeAsByteArray(document,format))); }
critical
CLOSED
FIXED
{'$oid': '52e9c15754dc1c25ebdc0dea'}
62,348
Eclipse 200405140800 CDT 200405121551 When I launch a newly created debug session, I got this exception. It was reproduced by the rest of the team: !ENTRY org.eclipse.core.runtime 4 2 May 14, 2004 12:48:01.562 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.initViewCol lection(LaunchViewContextListener.java:330) at org.eclipse.debug.internal.ui.views.launch.LaunchViewContextListener.init (LaunchViewContextListener.java:318) at org.eclipse.debug.internal.ui.views.launch.LaunchView.partOpened (LaunchView.java:640) at org.eclipse.ui.internal.PartListenerList$5.run (PartListenerList.java:105) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.PartListenerList.firePartOpened (PartListenerList.java:103) at org.eclipse.ui.internal.WorkbenchPage.firePartOpened (WorkbenchPage.java:1384) at org.eclipse.ui.internal.PartPane.createChildControl (PartPane.java:119) at org.eclipse.ui.internal.ViewPane.createChildControl (ViewPane.java:143) at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:276) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.ViewFactory.busyRestoreView (ViewFactory.java:202) at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:454) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:452) at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart (ViewFactory.java:93) at org.eclipse.ui.internal.WorkbenchPage$1.propertyChange (WorkbenchPage.java:130) at org.eclipse.ui.internal.LayoutPart.setVisible(LayoutPart.java:248) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:259) at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:625) at org.eclipse.ui.internal.presentations.PresentableViewPart.setVisible (PresentableViewPart.java:114) at org.eclipse.ui.internal.presentations.DefaultPartPresentation.selectPart (DefaultPartPresentation.java:777) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection (PartStack.java:717) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:315) at org.eclipse.ui.internal.ViewStack.createControl(ViewStack.java:99) at org.eclipse.ui.internal.PartSashContainer.createControl (PartSashContainer.java:392) at org.eclipse.ui.internal.PerspectiveHelper.activate (PerspectiveHelper.java:156) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:718) at org.eclipse.ui.internal.WorkbenchPage.setPerspective (WorkbenchPage.java:2683) at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective (WorkbenchPage.java:728) at org.eclipse.ui.internal.WorkbenchPage.access$8 (WorkbenchPage.java:713) at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:2826) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.setPerspective (WorkbenchPage.java:2824) at org.eclipse.ui.internal.ChangeToPerspectiveMenu.run (ChangeToPerspectiveMenu.java:87) at org.eclipse.ui.actions.PerspectiveMenu.run(PerspectiveMenu.java:303) at org.eclipse.ui.actions.PerspectiveMenu$3.widgetSelected (PerspectiveMenu.java:119) 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:939) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2538) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2249) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
normal
VERIFIED
DUPLICATE
{'$oid': '52e9c15754dc1c25ebdc0deb'}
62,347
Eclipse 200405140800 CDT 200405121551 After a normal incremental build, I got this TypeCache error. Unfortunetaly I do not have a reproducible scenario. This was found in the sanity. !SESSION May 14, 2004 11:27:49.196 --------------------------------------------- eclipse.buildId=I200405140800 java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US !ENTRY org.eclipse.core.runtime 4 2 May 14, 2004 11:27:49.199 !MESSAGE An internal error occurred during: "TypeCache". !STACK 0 java.lang.ClassCastException: org.eclipse.core.internal.resources.ResourceInfo at org.eclipse.core.internal.resources.Project.internalGetDescription (Project.java:581) at org.eclipse.core.internal.localstore.FileSystemResourceManager.locationFor (FileSystemResourceManager.java:418) at org.eclipse.core.internal.resources.Resource.getLocation (Resource.java:873) at org.eclipse.cdt.core.browser.TypeInfo.getLocation(TypeInfo.java:115) at org.eclipse.cdt.core.browser.TypeInfo.getHashString (TypeInfo.java:311) at org.eclipse.cdt.core.browser.TypeInfo.hashCode(TypeInfo.java:302) at java.util.HashMap.hash(Unknown Source) at java.util.HashMap.get(Unknown Source) at org.eclipse.cdt.internal.core.browser.cache.TypeCache.addTypeReference (TypeCache.java:81) at org.eclipse.cdt.internal.core.browser.cache.TypeCache.insert (TypeCache.java:114) at org.eclipse.cdt.internal.core.browser.cache.TypeMatchCollector.doneParsing (TypeMatchCollector.java:46) at org.eclipse.cdt.internal.core.browser.cache.TypeMatchLocator.locateMatches (TypeMatchLocator.java:481) at org.eclipse.cdt.internal.core.browser.cache.TypeCacherJob.search (TypeCacherJob.java:200) at org.eclipse.cdt.internal.core.browser.cache.TypeCacherJob.run (TypeCacherJob.java:104) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
normal
VERIFIED
FIXED
{'$oid': '52e9c15754dc1c25ebdc0dec'}
62,350
Problem 1: Allows the user to create multiple projects of this example with the same name. i.e. Select this example -> leave all the fields to be set to their default value and finish the wizard -> try this again and leave the project name to be set as the default value. Problem 2: Select this example click next -> click next again -> You should be in the third page of the wizard. -> uncheck 'use default' for access log and type in an invalid name -> notice the error message at the top of the page -> do the same thing for error log -> now do this for symptom database file -> notice the inconsistency in the format of the error message
normal
CLOSED
FIXED
{'$oid': '52e9c15754dc1c25ebdc0ded'}
62,351
Problem: Go to Hyades logging examples and create two copies of the 'Apache log correlation/Analyzer Sample' with different project names -> In the log navigator view -> select the error log file -> right click on one of the records -> analyze all -> default log analyzer -> select analysis result. For one of the error log files notice that the analysis is repeated more than once in the
enhancement
CLOSED
WONTFIX
{'$oid': '52e9c15754dc1c25ebdc0dee'}
62,352
Select the profiling and logging perspective -> right click in navigator view -> new -> example -> select 'Hyades Apache Commons Logging Sample' under Hyades logging folder -> click next and finish -> when asked to whether you want to switch to Java perspective, click 'yes' -> notice that it doesn't switch to the Java perspective. I'm not sure whether we're responsible for this defect, but it could be our code that's causing it. It's worth noting that when the question is posed in the Java perspective and the user clicks on 'yes', it does do the right thing and switch to the Profiling and Logging perspective.
normal
CLOSED
WORKSFORME
{'$oid': '52e9c15754dc1c25ebdc0def'}
62,349
CDT 200405121551 Eclipse 200405140800 Test case: 1. Create a Managed C++ project, call it MgdCpp 2. From the C/C++ Projects view, expand MgdCpp->Includes. RESULT: You should see something that looks like the attached screen cap.
normal
VERIFIED
FIXED
{'$oid': '52e9c15754dc1c25ebdc0df0'}
62,346
If you drag the perspective bar all the way to the right, the elements disappear (aside from one element that becomes partially visible) and you do not see the chevron anymore. But if you click on that partially hidden item, the pop up menu appears. I am using build id: 200405140800
normal
RESOLVED
FIXED
{'$oid': '52e9c15754dc1c25ebdc0df1'}
62,353
Select 'Hyades JSR-047 Logging Sample' under the Hyades logging samples. Look at the explanation given at the top of the wizard page: "Information and dependencies to log Common Base Events to log Common Base Events to a JSR-047 logger implemented in JDK 1.4.0 or above (i.e. java.util.logging)." Notice the typo.
normal
CLOSED
FIXED
{'$oid': '52e9c15754dc1c25ebdc0df2'}
62,354
build I20040513-1200 - in the sync view, in outgoing mode, with some outgoing changes showing - cleared the selection and chose Synchronize... from the context menu - it had no effect - some time later, I noticed that the progress indicator at bottom right had a ! - clicked on it - it brought up the dialog saying that the sync was complete and no changes were found. Since I don't have the "Run in background if possible" pref check, I'd expect to get this dialog immediately. This may be a more general problem with the progress support.
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c15754dc1c25ebdc0df3'}
62,355
0513 It's the GC created in PerspectiveBarContributionItem.shortenText(...)
normal
VERIFIED
FIXED
{'$oid': '52e9c15754dc1c25ebdc0df4'}
62,356
Andre, would it be possible to at least convert the calling of prepareInput() to be run with the progress service. It will result in less progress dialogs for quick prepareInput calls. Thanks. Note, there are other areas in compare that could also be converted, but this was the most important to me.
normal
VERIFIED
FIXED
{'$oid': '52e9c15754dc1c25ebdc0df5'}
62,358
on CDT 2.0.0.200405121551 1. Create or import a MgdMake project on Unix or Linux, specifying Executable (Gnu) as target 2. Write and build a debuggable program 3. From the Debug perspective, create a new Debug configuration. 4. Hit the Search button to find your debuggable exe. Nothing is found. 5. Hit the Browse button to find it. Note that there is no Debug icon next to the file. 6. Go back to the Search button. Now, the Search dialog lists your executable, with a Debug icon next to it. EXPECTED #1: Search should find and list the Debuggable target(s). EXPECTED #2: Browse should indicate which files are Debuggable, with icons. This is a regression. I think I've determined that the source of the problem is: Managed Make for non Windows platforms uses the generic Gnu target, which results in lack of a specific Binary Parser. Sean? Mikhail?
normal
VERIFIED
FIXED
{'$oid': '52e9c15854dc1c25ebdc0df6'}
62,360
Team support needs to be an activity in M9 and the appropriate trigger pointes need to be defined in order to make the user experience sensible Attached you will find a modified plugin.xml and plugin.properties that defines a team activity that you can use. One of the trigger points needs to be in the ShareProject Action. Here is the code to explicitly enable an activity: String activityID = "org.eclipse.team.cvs"; IWorkbenchActivitySupport activitySupport = PlatformUI.getWorkbench().getActivitySupport(); IActivityManager activityManager = activitySupport.getActivityManager(); Set activities = new HashSet (activityManager.getEnabledActivityIds()); boolean changed = false; if (activities.add(activityID)) { changed = true; } if (changed) activitySupport.setEnabledActivityIds (activities);
critical
RESOLVED
FIXED
{'$oid': '52e9c15854dc1c25ebdc0df7'}
62,357
build I20040513-1200 - made some changes - in sync view, outgoing mode, I selected my changes and chose Commit - got an error since there had been concurrent changes in the repo - chose Synchronize... - it proceeded to do the synchronize without asking for further input The behaviour is fine, but if the action takes immediate effect then its label should not include an ellipsis. If the action sometimes takes input, and you can't tell when the action is displayed in the menu, then you can leave it.
normal
RESOLVED
FIXED
{'$oid': '52e9c15854dc1c25ebdc0df8'}
62,359
Eclipse 200405140800 CDT 200405121551 In SuSE linux, when doing Content Assist with iostream included, it fails (no completion available). We are assuming that the Parser fails. Here is the log in the .plugins/org.eclipse.cdt.core (part of it): ENTRY org.eclipse.cdt.core 1 1 May 14, 2004 12:27:16.905 MESSAGE Parser: Unexpected exception in simpleDeclaration:createSimpleTypeSpecifier:org.eclipse.cdt.core.parser.ast.ASTS emanticException::null. w/Scanner @file /medusa/disk8/compilers/gnu/linux- 3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/include/stdarg.h:43 ENTRY org.eclipse.cdt.core 1 1 May 14, 2004 12:27:16.905 MESSAGE Parser: Unexpected exception in simpleDeclaration:createSimpleTypeSpecifier:org.eclipse.cdt.core.parser.ast.ASTS emanticException::null. w/Scanner @file /medusa/disk8/compilers/gnu/linux- 3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/include/stdarg.h:43 ENTRY org.eclipse.cdt.core 1 1 May 14, 2004 12:27:16.905 MESSAGE Parser: Unexpected exception in simpleDeclaration:createSimpleTypeSpecifier:org.eclipse.cdt.core.parser.ast.ASTS emanticException::null. w/Scanner @file /medusa/disk8/compilers/gnu/linux- 3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/include/stdarg.h:43 ENTRY org.eclipse.cdt.core 1 1 May 14, 2004 12:27:16.935 MESSAGE Parser: Unexpected exception in simpleDeclaration:createSimpleTypeSpecifier:org.eclipse.cdt.core.parser.ast.ASTS emanticException::null. w/Scanner @file /medusa/disk8/compilers/gnu/linux- 3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/include/stdio.h:79 ENTRY org.eclipse.cdt.core 1 1 May 14, 2004 12:27:16.935 MESSAGE Parser: Unexpected exception in simpleDeclaration:createSimpleTypeSpecifier:org.eclipse.cdt.core.parser.ast.ASTS emanticException::null. w/Scanner @file /medusa/disk8/compilers/gnu/linux- 3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/include/stdio.h:79 ENTRY org.eclipse.cdt.core 1 1 May 14, 2004 12:27:16.935 MESSAGE Parser: Unexpected exception in simpleDeclaration:createSimpleTypeSpecifier:org.eclipse.cdt.core.parser.ast.ASTS emanticException::null. w/Scanner @file /medusa/disk8/compilers/gnu/linux- 3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/include/stdio.h:79 ENTRY org.eclipse.cdt.core 1 1 May 14, 2004 12:27:16.999 MESSAGE Parser: Unexpected exception in usingClause:createUsingDeclaration:org.eclipse.cdt.core.parser.ast.ASTSemanticEx ception::null. w/Scanner @file /medusa/disk8/compilers/gnu/linux- 3.2/include/c++/3.2/cstdio:140 ENTRY org.eclipse.cdt.core 1 1 May 14, 2004 12:27:16.999 MESSAGE Parser: Unexpected exception in usingClause:createUsingDeclaration:org.eclipse.cdt.core.parser.ast.ASTSemanticEx ception::null. w/Scanner @file /medusa/disk8/compilers/gnu/linux- 3.2/include/c++/3.2/cstdio:141 ENTRY org.eclipse.cdt.core 1 1 May 14, 2004 12:27:16.999 MESSAGE Parser: Unexpected exception in usingClause:createUsingDeclaration:org.eclipse.cdt.core.parser.ast.ASTSemanticEx ception::null. w/Scanner @file /medusa/disk8/compilers/gnu/linux- 3.2/include/c++/3.2/cstdio:142 ENTRY org.eclipse.cdt.core 1 1 May 14, 2004 12:27:17.00
major
VERIFIED
FIXED
{'$oid': '52e9c15854dc1c25ebdc0df9'}
62,361
I200405140800 To reproduce, start Eclipse and arrange your Workbench window so you have the Task view, Console view, Navigator view, and Outline view together in that order in a stack and nothing else open. I have them along the bottom of the Workbench window if it matters. Make Tasks the current view. Exit Eclipse and restart it. Tasks should still be the current view. Select the Console view. Console is now the current view and its content area is all grayed out. Select Navigator. The Navigator view flashes up momentarily, then is replaced by the Console view, which is now all white except for the title area which says "CVS". If you select Navigator again, it sticks this time.
trivial
RESOLVED
WORKSFORME
{'$oid': '52e9c15854dc1c25ebdc0dfa'}
62,363
CDT 200405121551 Eclipse 200405140800 Test case: 1. Open the New Project Wizard 2. Select a Standard C/C++ Project and click next. RESULT: The dialog height grows considerably for no reason. If you follow the wizard, you will notice that there is no need for the extra space.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c15854dc1c25ebdc0dfb'}
62,362
I just finished upgrading and tried to update one of my sourceforge projects (myfaces) and it failed withthe very descriptive message 'An internal error occurred during: "CVS Update".' To upgrade I copied my workspace directory from I20040506 (not sure of timestamp). I also exported my preferences from I20040506 and then imported them into 20040514. I tried the update with a pserver project I'm also working on and it worked fine. Here is the stack trace from my log file. java.lang.ArrayIndexOutOfBoundsException: 1854515904 at com.jcraft.jsch.Session.connect(Unknown Source) at org.eclipse.team.internal.ccvs.ssh2.JSchSession.getSession(JSchSession.java:255) at org.eclipse.team.internal.ccvs.ssh2.CVSSSH2ServerConnection.open(CVSSSH2ServerConnection.java:99) at org.eclipse.team.internal.ccvs.core.connection.Connection.open(Connection.java:127) at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.createConnection(CVSRepository Location.java:568) at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.openConnection(CVSRepositoryL ocation.java:819) at org.eclipse.team.internal.ccvs.core.client.Session.open(Session.java:142) at org.eclipse.team.internal.ccvs.ui.operations.SingleCommandOperation.execute(SingleCommandOperati on.java:40) at org.eclipse.team.internal.ccvs.ui.operations.RepositoryProviderOperation.execute(RepositoryProviderOp eration.java:55) at org.eclipse.team.internal.ccvs.ui.operations.CVSOperation.run(CVSOperation.java:81) at org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:159) at org.eclipse.team.internal.ui.actions.JobRunnableContext$3.runInWorkspace(JobRunnableContext.java: 179) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
normal
RESOLVED
INVALID
{'$oid': '52e9c15854dc1c25ebdc0dfc'}
62,364
Eclipse Build number: I200405140800 CDT Build number: 200405121551 After enabling & after building, Scanner Config does not put the include paths. It only happens on Windows.
major
VERIFIED
FIXED
{'$oid': '52e9c15854dc1c25ebdc0dfd'}
62,366
We need to be able to save a partial index with a list of files remaining to be indexed so that we can resume where we left off when reopening a workspace that was exited before the indexing was finished. This is most relevant after the user cancels the index job in the progress view, a partial index is saved to disk and when we close/open the CDT, we see that we have an index and never end up indexing the remaining files
normal
RESOLVED
FIXED
{'$oid': '52e9c15854dc1c25ebdc0dfe'}
62,365
Eclipse 200405140800 CDT 200405121551 The breakpoint margin is the same default color as the editor. This is a big problem because unfamiliar users will not know how to add breakpoints to their code if they can't see the margin (even more of an issue since 55096 has not been fixed yet) JDT does *not* have this problem.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c15854dc1c25ebdc0dff'}
62,367
Using 200405140800, inside the package explorer, when I copy a cu to the same directory, I get prompt to change the name because of the conflict with the existing cu, but then the new cu doesn't appear. If I close the project and reopen, it is there. Same problem when copying to another package and then deleting it. It is still there.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c15854dc1c25ebdc0e00'}
62,369
This bug is opened at the request of Pascal Rapicault... I'm using the eclipse 3.0 I20040514-0800 build - I have a workspace w/ SWT imported (as "Projects with source folders") and 3 projects that require SWT. All projects compile correctly in the IDE, but when I export them all as plugins & fragments, only my plugin projects report errors and all errors are due to "import org.eclipse.swt.*". One other observation, if I import the swt & swt.win32 as "binary projects" or as "binary projects with linked content", the swt & swt.win32 are NOT available in the "Available Plug-ins and Fragments:" list. Exporting my plugins now will succeed w/o errors. Pascal has informed me that this should not work. But, doing this exact same scenario worked using the Eclipse 3.0 M8 build. To clarify, my goal was to create a zip file that contained the swt, swt.win32, & my 3 plugins.
normal
RESOLVED
INVALID
{'$oid': '52e9c15854dc1c25ebdc0e01'}
62,371
I200405131200 I cannot use the arrow keys to switch tabs in the native TabFolder widget on Linux-GTK+. I verified that tabs can be switched correctly using the arrow keys in the GNOME Screensaver preferences dialog which uses a GtkNotebook, but in the Window - Preferences - Java - Compiler dialog which uses a TabFolder, the arrow keys do not switch between tabs.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c15854dc1c25ebdc0e02'}
62,372
If you synchronize with repository and there is only one change, then open the progress view, you'll see an entry: --------------------------------- Synchronizing CVS Workspace [-] 1 changes found. --------------------------------- Note the extra 's' in changes. In order to translate properly, there will have to be two separate entries in the plugin.properties, one for singular and one for plural. Some languages, like French, accord the gender and number on adjectives (i.e. 'found') as well as the nouns.
minor
CLOSED
FIXED
{'$oid': '52e9c15854dc1c25ebdc0e03'}
62,370
Eclipse build number: I200405140800 Test Case: 1.Open perspectives to the point where you get the arrows on the end of the toolbar with all the perspectives. Clicking on the arrow should show the list of the perspectives you opened. 2. Close all perspectives (Windows->Close all Perspectives) 3. The arrows are still there on the toolbar even though there are no perspective tabs on the toolbar. Please see the attached screen for more detail.
normal
RESOLVED
FIXED
{'$oid': '52e9c15854dc1c25ebdc0e04'}
62,375
>Import scenario one, create a URL/Time/appID correlation >go to the bottom of page one, expand the last node, and select the last log record, right click on GoToTarget link and select go to target. >in page two, expand the first node and select any record in the expanded nodes. >select to the GoToSource link, and right click, go to Source >back in page one now, make any selection in the last expanded node is not updating the correlation links, and view is not redrew.
normal
CLOSED
FIXED
{'$oid': '52e9c15854dc1c25ebdc0e05'}
62,374
In the launch configuration dialog, there is a type "Hyades URL Test". The word "Hyades" should never be seen by the user. There are probably more instances of this, and (unless there is a good reason) they should be removed.
normal
CLOSED
WONTFIX
{'$oid': '52e9c15854dc1c25ebdc0e06'}
62,373
File specs (file names/extensions) for content types may have to be case-insensitive (depending on the platform, maybe on the content type?).
normal
RESOLVED
FIXED
{'$oid': '52e9c15854dc1c25ebdc0e07'}
62,376
I did the following: - Created a simple java project. - Used wizard to create UML2 model. - Selected Model object as Model. - Selected Finish - Dialog did not go away, but model appeared on other window. - Selected Finish again. Dialog went away. - Selected Model in UML2 view. - In Properities tab saw error: Error in creating this view - Looked at log. The stack follows: !ENTRY org.eclipse.uml2.editor 2 0 May 14, 2004 16:11:23.787 !MESSAGE !STACK 0 java.lang.NullPointerException at org.eclipse.uml2.presentation.UML2Editor.getActionBars(UML2Editor.java:1701) at org.eclipse.uml2.presentation.UML2Editor.setStatusLineManager(UML2Editor.java:1628) at org.eclipse.uml2.presentation.UML2Editor.setSelection(UML2Editor.java:1619) at org.eclipse.uml2.presentation.UML2Editor.setCurrentViewer(UML2Editor.java:712) at org.eclipse.uml2.presentation.UML2Editor.setCurrentViewerPane(UML2Editor.java:667) at org.eclipse.uml2.presentation.UML2Editor$15.requestActivation(UML2Editor.java:999) at org.eclipse.emf.common.ui.ViewerPane.handleEvent(ViewerPane.java:210) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1195) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1219) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1200) at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1126) at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:1900) at org.eclipse.swt.widgets.Control.kEventControlSetFocusPart(Control.java:1349) at org.eclipse.swt.widgets.Composite.kEventControlSetFocusPart(Composite.java:352) at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:316) at org.eclipse.swt.widgets.Display.controlProc(Display.java:629) at org.eclipse.swt.internal.carbon.OS.SetKeyboardFocus(Native Method) at org.eclipse.swt.widgets.Control.forceFocus(Control.java:588) at org.eclipse.swt.widgets.Control.setFocus(Control.java:2219) at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:525) at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:523) at org.eclipse.uml2.presentation.UML2Editor.setFocus(UML2Editor.java:1573) at org.eclipse.ui.internal.EditorPresentation.setVisibleEditor(EditorPresentation.java:290) at org.eclipse.ui.internal.EditorPresentation.openEditor(EditorPresentation.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.java:539) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:635) 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.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2037) at org.eclipse.uml2.presentation.UML2ModelWizard.performFinish(UML2ModelWizard.java:252) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:606) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:319) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:413) 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:1195) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1219) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1204) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1052) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2327) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2037) at org.eclipse.jface.window.Window.runEventLoop(Window.java:670) at org.eclipse.jface.window.Window.open(Window.java:650) at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:163) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java: 550) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:502) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java: 435) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1195) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1219) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1204) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1052) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2327) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2037) at org.eclipse.jface.window.Window.runEventLoop(Window.java:670) at org.eclipse.jface.window.Window.open(Window.java:650) at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:285) at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:50) at org.eclipse.ui.internal.AbstractSelectionService$3.handleException(AbstractSelectionService.java:156) at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:345) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:612) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:151) at org.eclipse.ui.internal.AbstractSelectionService.partActivated(AbstractSelectionService.java:254) at org.eclipse.ui.internal.WorkbenchPage.firePartActivated(WorkbenchPage.java:1298) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2595) at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:2290) at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:290) at org.eclipse.ui.internal.EditorPane.requestActivation(EditorPane.java:167) at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:270) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1195) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1219) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1200) at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1126) at org.eclipse.swt.widgets.Control.kEventMouseDown(Control.java:1377) at org.eclipse.swt.widgets.Widget.mouseProc(Widget.java:1025) at org.eclipse.swt.widgets.Display.mouseProc(Display.java:1959) at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2019) 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)
blocker
VERIFIED
FIXED
{'$oid': '52e9c15854dc1c25ebdc0e08'}
62,368
I20040514 (with org.eclipse.ui.workbench from HEAD): A Self-hosted workspace is not responding because, according to the Threads and Monitors view, there is a deadlock condition. Here are all the stack frames, copied from the Debug view: org.eclipse.core.launcher.Main at localhost:3934 (Suspended) System Thread [Finalizer] (Suspended) Object.wait(long) line: not available [native method] ReferenceQueue.remove(long) line: not available ReferenceQueue.remove() line: not available Finalizer$FinalizerThread.run() line: not available System Thread [Reference Handler] (Suspended) Object.wait(long) line: not available [native method] Reference$Lock(Object).wait() line: not available Reference$ReferenceHandler.run() line: not available Thread [main] (Suspended) JobManager.endJob(InternalJob, IStatus, boolean) line: 392 ProgressViewUpdater$1(InternalJob).done(IStatus) line: 134 ProgressViewUpdater$1(Job).done(IStatus) line: 202 UIJob$1.run() line: 101 RunnableLock.run() line: 35 UISynchronizer(Synchronizer).runAsyncMessages() line: 106 Display.runAsyncMessages() line: 2702 Display.readAndDispatch() line: 2394 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 1363 Workbench.runUI() line: 1334 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 253 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 141 IDEApplication.run(Object) line: 90 PlatformActivator$1.run(Object) line: 298 EclipseStarter.run(Object) line: 249 EclipseStarter.run(String[], Runnable) line: 126 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available Method.invoke(Object, Object[]) line: not available Main.basicRun(String[]) line: 269 Main.run(String[]) line: 722 Main.main(String[]) line: 706 System Thread [Signal Dispatcher] (Suspended) Thread [Framework Event Dispatcher] (Suspended) Object.wait(long) line: not available [native method] EventThread(Object).wait() line: not available EventThread.getNextEvent() line: 149 EventThread.run() line: 107 Thread [Start Level Event Dispatcher] (Suspended) Object.wait(long) line: not available [native method] EventThread(Object).wait() line: not available EventThread.getNextEvent() line: 149 EventThread.run() line: 107 Thread [Thread-0] (Suspended) Object.wait(long) line: not available [native method] ReferenceQueue.remove(long) line: not available ReferenceQueue.remove() line: not available ActionContributionItem$ImageCache$ReferenceCleanerThread.run() line: 196 Thread [Thread-1] (Suspended) Object.wait(long) line: not available [native method] ReferenceQueue.remove(long) line: not available ReferenceQueue.remove() line: not available ActionContributionItem$ImageCache$ReferenceCleanerThread.run() line: 196 Thread [Worker-0] (Suspended) JobManager.findBlockingJob(InternalJob) line: 452 ThreadJob.joinRun(IProgressMonitor) line: 152 ImplicitJobs.begin(ISchedulingRule, IProgressMonitor, boolean) line: 87 JobManager.beginRule(ISchedulingRule, IProgressMonitor) line: 167 WorkManager.checkIn(ISchedulingRule, IProgressMonitor) line: 95 Workspace.prepareOperation(ISchedulingRule, IProgressMonitor) line: 1629 Workspace.run(IWorkspaceRunnable, ISchedulingRule, int, IProgressMonitor) line: 1669 Workspace.run(IWorkspaceRunnable, IProgressMonitor) line: 1694 JavaCore$4.run(IProgressMonitor) line: 3644 Worker.run() line: 66 Thread [Java indexing] (Suspended) JobManager.setPriority(InternalJob, int) line: 839 JobManager$1$ProgressJob(InternalJob).setPriority(int) line: 346 JobManager$1$ProgressJob(Job).setPriority(int) line: 440 IndexManager(JobManager).run() line: 363 Thread.run() line: not available Thread [Worker-1] (Suspended) JobManager.runNow(InternalJob) line: 747 ThreadJob.joinRun(IProgressMonitor) line: 149 ImplicitJobs.begin(ISchedulingRule, IProgressMonitor, boolean) line: 87 JobManager.beginRule(ISchedulingRule, IProgressMonitor) line: 167 LastSaveReferenceProvider.readDocument(IProgressMonitor, boolean) line: 225 LastSaveReferenceProvider.getReference(IProgressMonitor) line: 111 DocumentLineDiffer$1.run(IProgressMonitor) line: 370 Worker.run() line: 66 Thread [Worker-2] (Suspended) ProgressManager.refreshJobInfo(JobInfo) line: 526 ProgressManager$JobMonitor.beginTask(String, int) line: 186 DecorationScheduler$1.run(IProgressMonitor) line: 220 Worker.run() line: 66 Thread [Worker-3] (Suspended) ProgressManager.refreshJobInfo(JobInfo) line: 526 ProgressManager$JobMonitor.subTask(String) line: 270 JobManager$1$ProgressJob.run(IProgressMonitor) line: 319 Worker.run() line: 66 Thread [Worker-4] (Suspended) Object.wait(long) line: not available [native method] Semaphore.acquire(long) line: 38 JobManager.join(InternalJob) line: 514 TableContentProvider$1(InternalJob).join() line: 271 TableContentProvider$1(Job).join() line: 353 TableContentProvider.doUpdate(IProgressMonitor) line: 353 TableContentProvider.access$4(TableContentProvider, IProgressMonitor) line: 346 TableContentProvider$3.run(IProgressMonitor) line: 184 RestartableJob$2.run(IProgressMonitor) line: 86 Worker.run() line: 66 Thread [Worker-5] (Suspended) ProgressManager.refreshJobInfo(JobInfo) line: 526 JobInfo.cancel() line: 307 ProgressManager$JobMonitor.setCanceled(boolean) line: 236 JobManager.cancel(InternalJob) line: 183 RestartableJob$2(InternalJob).cancel() line: 122 RestartableJob$2(Job).cancel() line: 183 RestartableJob.cancel() line: 152 TableContentProvider.cancelPendingChanges() line: 336 ProblemView(TableView).haltTableUpdates() line: 92 ProblemView(MarkerView).internalRefresh(IProgressMonitor) line: 155 MarkerView.access$2(MarkerView, IProgressMonitor) line: 151 MarkerView$3.run(IProgressMonitor) line: 237 RestartableJob$2.run(IProgressMonitor) line: 86 Worker.run() line: 66 Thread [Worker-6] (Suspended) JobManager.setPriority(InternalJob, int) line: 839 ThreadJob(InternalJob).setPriority(int) line: 346 ThreadJob(Job).setPriority(int) line: 440 ThreadJob.<init>(JobManager, ISchedulingRule) line: 57 ImplicitJobs.newThreadJob(ISchedulingRule) line: 158 ImplicitJobs.begin(ISchedulingRule, IProgressMonitor, boolean) line: 67 JobManager.beginRule(ISchedulingRule, IProgressMonitor) line: 167 WorkManager.checkIn(ISchedulingRule, IProgressMonitor) line: 95 Workspace.prepareOperation(ISchedulingRule, IProgressMonitor) line: 1629 AutoBuildJob.doBuild(IProgressMonitor) line: 146 AutoBuildJob.run(IProgressMonitor) line: 196 Worker.run() line: 66 Thread [Worker-7] (Suspended) JobManager.nextJob() line: 647 JobManager.startJob() line: 936 WorkerPool.startJob(Worker) line: 237 Worker.run() line: 59 Thread [Worker-8] (Suspended) JobManager.schedule(InternalJob, long) line: 769 ProgressViewUpdater$1(InternalJob).schedule(long) line: 313 ProgressViewUpdater$1(Job).schedule(long) line: 417 ProgressViewUpdater.scheduleUpdate() line: 197 ProgressViewUpdater.refreshJobInfo(JobInfo) line: 302 ProgressManager.refreshJobInfo(JobInfo) line: 531 ProgressManager$1.aboutToRun(IJobChangeEvent) line: 344 JobListeners$1.notify(IJobChangeListener, IJobChangeEvent) line: 34 JobListeners.doNotify(JobListeners$IListenerDoit, IJobChangeEvent) line: 101 JobListeners.aboutToRun(Job) line: 151 JobManager.startJob() line: 942 WorkerPool.startJob(Worker) line: 230 Worker.run() line: 59 Thread [Worker-9] (Suspended) JobManager.nextJob() line: 647 JobManager.startJob() line: 936 WorkerPool.startJob(Worker) line: 230 Worker.run() line: 59 Thread [All Types Caching] (Suspended) Thread.sleep(long) line: not available [native method] IndexManager(JobManager).performConcurrentJob(IJob, int, IProgressMonitor) line: 243 SearchEngine.searchAllTypeNames(IWorkspace, char[], char[], int, boolean, int, IJavaSearchScope, ITypeNameRequestor, int, IProgressMonitor) line: 865 AllTypesCache.search(ITypeNameRequestor, int, IProgressMonitor) line: 519 AllTypesCache$TypeCacher.doSearchTypes() line: 188 AllTypesCache$TypeCacher.run() line: 157 Unfortunately the Threads and Monitors view doesn't support copy (!). So I'll attach screenshots shortly.
major
VERIFIED
FIXED
{'$oid': '52e9c15854dc1c25ebdc0e09'}
62,379
Build: 200405060200 If you go to the dependencies tab and do a "Find unused dependencies" on a very large project, and immediately hit cancel, it still runs through to completion (including showing the dialog for removing unused dependencies when it's done). Normally this wouldn't matter much, but in my case it takes two minutes to complete and maxes out the CPU, preventing me from doing anything else while I wait.
normal
CLOSED
FIXED
{'$oid': '52e9c15854dc1c25ebdc0e0a'}
62,377
I opened my plugin.xml with the PDE's editor, went to the dependencies tab and clicked Add. I selected several plugins (about 7) and clicked ok. Then I looked at the source and noticed the entries were added in the middle of the plugin.xml file, not where the dependencies belong. Here's the resulting file.. note the imports somewhere in the middle. <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> <plugin id="com.ibm.etools.pd.server.util" name="%PLUGIN_NAME" provider-name="%PROVIDER_NAME" version="6.0.0" class="com.ibm.etools.pd.server.util.PDServerUtilPlugin"> <runtime> <library name="pdserver.jar"> <export name="*"/> </library> </runtime> <requires> <import plugin="com.ibm.etools.pd.security"/> <import plugin="com.ibm.etools.websphere.tools.common"/> <import plugin="com.ibm.etools.websphere.tools.v5"/> <import plugin="com.ibm.etools.websphere.tools.v5.common"/> <import plugin="com.ibm.etools.websphere.tools.v51"/> <import plugin="com.ibm.ws.ast.st.v6"/> <import plugin="com.ibm.wtp.server.core"/> <import plugin="com.ibm.wtp.server.tomcat.core"/> <import plugin="com.ibm.wtp.server.ui"/> <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.core.runtime.compatibility"/> <import plugin="org.eclipse.debug.core"/> <import plugin="org.eclipse.debug.ui"/> <import plugin="org.eclipse.hyades.log.ui"/> <import plugin="org.eclipse.hyades.logging.parsers"/> <import plugin="org.eclipse.hyades.models.hierarchy"/> <import plugin="org.eclipse.hyades.trace.ui"/> <import plugin="org.eclipse.jdt.debug.ui"/> <import plugin="org.eclipse.jdt.launching"/> <import plugin="org.eclipse.ui"/> </requires> <!-- =================================================================== --> <!-- Extension point: org.eclipse.debug.ui.launchConfigurationTabGroups --> <!-- Purpose: Add Launch Profile server tab group support --> <!-- =================================================================== --> <extension point="org.eclipse.debug.ui.launchConfigurationTabGroups"> <!-- The Tomcat server launch configuration tab group --> <launchConfigurationTabGroup type="com.ibm.wtp.server.tomcat.core.launchConfigurationType" class="com.ibm.etools.pd.server.util.internal.launching.ProfileTomcatServerTabGr oup" id="com.ibm.etools.pd.server.util.profileTomcatServerTabGroup"> <launchMode perspective="org.eclipse.hyades.trace.internal.ui.tracePerspective" mode="profile"> </launchMode> </launchConfigurationTabGroup> <!-- The WAS 5 App Client launch configuration tab group --> <launchConfigurationTabGroup type="com.ibm.etools.websphere.tools.v5.launchConfigurationType" class="com.ibm.etools.pd.server.util.internal.launching.ProfileWebSphere5AppClie ntTabGroup" id="com.ibm.etools.pd.server.util.profileWebSphere5AppClientTabGroup"> <launchMode perspective="org.eclipse.hyades.trace.internal.ui <import plugin="com.ibm.websphere.ast.base"/> <import plugin="com.ibm.websphere.rt.v6"/> <import plugin="com.ibm.websphere.v5"/> <import plugin="com.ibm.websphere.v51"/> <import plugin="com.ibm.websphere.v6"/> <import plugin="com.ibm.websphere.webservice.rt.v5.1"/> <import plugin="com.ibm.websphere.webservice.rt.v5.1.dependencies"/> <import plugin="com.ibm.websphere.webservice.rt.v6"/>.tracePerspective" mode="profile"> </launchMode> </launchConfigurationTabGroup> <!-- The WAS 5.1 App Client launch configuration tab group --> <launchConfigurationTabGroup type="com.ibm.etools.websphere.tools.v51.launchConfigurationType" class="com.ibm.etools.pd.server.util.internal.launching.ProfileWebSphere51AppCli entTabGroup" id="com.ibm.etools.pd.server.util.profileWebSphere51AppClientTabGroup"> <launchMode perspective="org.eclipse.hyades.trace.internal.ui.tracePerspective" mode="profile"> </launchMode> </launchConfigurationTabGroup> <!-- The WAS 6 App Client launch configuration tab group --> <launchConfigurationTabGroup type="com.ibm.ws.ast.st.v6.AppClientLaunchConfigurationType" class="com.ibm.etools.pd.server.util.internal.launching.ProfileWebSphere6AppClie ntTabGroup" id="com.ibm.etools.pd.server.util.profileWebSphere6AppClientTabGroup"> <launchMode perspective="org.eclipse.hyades.trace.internal.ui.tracePerspective" mode="profile"> </launchMode> </launchConfigurationTabGroup> </extension> <!-- =============================================================== --> <!-- Extension point: org.eclipse.debug.core.launchDelegates --> <!-- Purpose: Add Launch Profile server configuration support --> <!-- =============================================================== --> <extension point="org.eclipse.debug.core.launchDelegates"> <!-- The Tomcat server launch configuration type --> <launchDelegate type="com.ibm.wtp.server.tomcat.core.launchConfigurationType" delegate="com.ibm.etools.pd.server.util.internal.launching.ProfileTomcatServerDe legate" modes="profile" id="com.ibm.etools.pd.server.util.profileTomcatServerDelegate"> </launchDelegate> <!-- The WebSphere v5 Application Client launch configuration type --> <launchDelegate type="com.ibm.etools.websphere.tools.v5.launchConfigurationType" delegate="com.ibm.etools.pd.server.util.internal.launching.ProfileWebSphere5AppC lientDelegate" modes="profile" id="com.ibm.etools.pd.server.util.profileWebSphere5AppClientDelegate"> </launchDelegate> <!-- The WebSphere v5.1 Application Client launch configuration type --> <launchDelegate type="com.ibm.etools.websphere.tools.v51.launchConfigurationType" delegate="com.ibm.etools.pd.server.util.internal.launching.ProfileWebSphere51App ClientDelegate" modes="profile" id="com.ibm.etools.pd.server.util.profileWebSphere51AppClientDelegate"> </launchDelegate> <!-- The WebSphere v6.0 Application Client launch configuration type --> <launchDelegate type="com.ibm.ws.ast.st.v6.AppClientLaunchConfigurationType" delegate="com.ibm.etools.pd.server.util.internal.launching.ProfileWebSphere6AppC lientDelegate" modes="profile" id="com.ibm.etools.pd.server.util.profileWebSphere6AppClientDelegate"> </launchDelegate> </extension> <!-- =============================================================== --> <!-- Extension point: com.ibm.etools.server.core.startup --> <!-- Purpose: Add server listeners --> <!-- =============================================================== --> <extension point="com.ibm.wtp.server.core.startup"> <startup class="com.ibm.etools.pd.server.util.Startup" id="com.ibm.etools.pd.server.util.startup"> </startup> </extension> <!--=============================================================--> <!-- Open activity log file on server objects (IWebSphereServer) --> <!--=============================================================--> <extension point="org.eclipse.ui.popupMenus"> <objectContribution objectClass="com.ibm.wtp.server.core.IServer" id="com.ibm.etools.pd.server.util.open_was_log"> <action label="%STR_SHOW_WAS_LOG_ACTION" icon="icons/full/obj16/log_parser.gif" class="com.ibm.etools.pd.server.util.actions.OpenWASLogAction" enablesFor="1" id="com.ibm.etools.pd.server.util.actions.OpenWASLogAction"> </action> </objectContribution> </extension> </plugin>
normal
CLOSED
DUPLICATE
{'$oid': '52e9c15854dc1c25ebdc0e0b'}
62,378
A string literal "\?\?<" causes the OutOfBoundException in ungetChar() in ScannerContextInclusion.java. e.g. static unsigned char *str[] = {"\?\?<", }; void main(){}
normal
RESOLVED
FIXED
{'$oid': '52e9c15954dc1c25ebdc0e0c'}
62,383
The menu items (i.e., profiling views) display in what appears to be a random order to the user. The views should be sorted in alphabetical order.
normal
CLOSED
FIXED
{'$oid': '52e9c15954dc1c25ebdc0e0d'}
62,382
The "Open with>" cascade menu on the context menu of an agent currently displays all possible views, even if the view is not relevant for the Profiling Types associated with the agent. The "Open with>" should be sensitive to the Profiling Types associated with the agent and only display relevant views. This will allow the list to be shorter, more readable, and also only display views that the user can open with useful information. For example, if an agent only has memory analysis profiling type, only the views related to memory analysis would be displayed.
normal
CLOSED
FIXED
{'$oid': '52e9c15954dc1c25ebdc0e0e'}
62,380
I200405140800 (and for some time back) The view menu shortcut (Ctrl+F10) doesn't work in fast views. Test case: - Open Navigator view (or any other view) as non-fast view. - Press Ctrl+F10 -> View menu opens - Change Navigator view to fast view. - Press Ctrl+F10 -> Nothing happens. In JDT UI's pop up outline and type hierarchy the view menu keyboard short doesn't work either. This may not be related to this issue. I'm willing to open another bug report if that's the case.
normal
VERIFIED
FIXED
{'$oid': '52e9c15954dc1c25ebdc0e0f'}
62,384
A huge integer constant "18446744073709551615" causes a NumberFormatException in TokenFactory.createIntegerToken(). Even though the parser does not support type long long, it should be able to scan the source lines below. unsigned long long int huge_int; huge_int = ( unsigned long long ) 18446744073709551615LL ; As for type long long, the ISO C9X commmitte has voted to include long long and unsigned long long as standard C types awhile back. Some compilers, notably Cray, support long long as 64-bit integer. Is it possible to add support for these types?
normal
RESOLVED
FIXED
{'$oid': '52e9c15954dc1c25ebdc0e10'}
62,381
I searched and didn't find a comparable bug. When I use code folding, if I collapse the last foldable unit in the editor (whatever the last expanded arrow is), I get this error (I apologize for the length) - this has been true for every release since it came out, which confuses me as to why I couldn't find a bug for it yet - my release information is: eclipse.buildId=I200405140800 - Here is the error - !ENTRY org.eclipse.core.runtime 4 2 May 14, 2004 16:45:25.984 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.ClassCastException: org.eclipse.jdt.internal.core.util.ClassFileAttribute at org.eclipse.jdt.internal.core.util.Disassembler.disassemble(Disassembler.java:780) at org.eclipse.jdt.internal.core.util.Disassembler.disassembleTypeMembers(Disassembler.java:1069) at org.eclipse.jdt.internal.core.util.Disassembler.disassemble(Disassembler.java:528) at org.eclipse.jdt.internal.core.util.Disassembler.disassemble(Disassembler.java:414) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor$SourceAttachmentForm.updateCodeView(ClassFileEditor.java:400) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor$SourceAttachmentForm.createControl(ClassFileEditor.java:212) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.verifyInput(ClassFileEditor.java:706) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.createPartControl(ClassFileEditor.java:663) at org.eclipse.ui.internal.PartPane$1.run(PartPane.java:93) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:89) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:150) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:710) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:692) at org.eclipse.ui.internal.EditorStack.setVisibleEditor(EditorStack.java:218) at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:319) at org.eclipse.ui.internal.EditorAreaHelper.openEditor(EditorAreaHelper.java:259) at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:550) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:539) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:635) 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:2137) at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2080) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2067) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2062) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:149) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:119) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49) at org.eclipse.jdt.internal.ui.javaeditor.OverrideIndicatorManager$OverrideIndicator.open(OverrideIndicatorManager.java:123) at org.eclipse.jdt.internal.ui.javaeditor.JavaSelectAnnotationRulerAction.run(JavaSelectAnnotationRulerAction.java:69) at org.eclipse.ui.texteditor.AbstractRulerActionDelegate.run(AbstractRulerActionDelegate.java:98) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:276) at org.eclipse.ui.internal.PluginAction.run(PluginAction.java:238) at org.eclipse.ui.texteditor.AbstractTextEditor$10.triggerAction(AbstractTextEditor.java:2030) at org.eclipse.ui.texteditor.AbstractTextEditor$10.mouseUp(AbstractTextEditor.java:2037) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:136) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2725) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706) !ENTRY org.eclipse.core.runtime 4 2 May 14, 2004 16:45:26.15 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.ClassCastException: org.eclipse.ui.internal.EditorPane$1$ErrorEditorPart at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.activeJavaEditorChanged(ASTProvider.java:216) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.access$0(ASTProvider.java:211) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider$ActivationListener.partOpened(ASTProvider.java:100) at org.eclipse.ui.internal.PartListenerList2$5.run(PartListenerList2.java:101) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.PartListenerList2.firePartOpened(PartListenerList2.java:99) at org.eclipse.ui.internal.WWinPartService$1.partOpened(WWinPartService.java:62) at org.eclipse.ui.internal.PartListenerList2$5.run(PartListenerList2.java:101) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.PartListenerList2.firePartOpened(PartListenerList2.java:99) at org.eclipse.ui.internal.WorkbenchPage.firePartOpened(WorkbenchPage.java:1385) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:119) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:150) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:710) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:692) at org.eclipse.ui.internal.EditorStack.setVisibleEditor(EditorStack.java:218) at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:319) at org.eclipse.ui.internal.EditorAreaHelper.openEditor(EditorAreaHelper.java:259) at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:550) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:539) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:635) 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:2137) at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2080) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2067) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2062) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:149) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:119) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49) at org.eclipse.jdt.internal.ui.javaeditor.OverrideIndicatorManager$OverrideIndicator.open(OverrideIndicatorManager.java:123) at org.eclipse.jdt.internal.ui.javaeditor.JavaSelectAnnotationRulerAction.run(JavaSelectAnnotationRulerAction.java:69) at org.eclipse.ui.texteditor.AbstractRulerActionDelegate.run(AbstractRulerActionDelegate.java:98) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:276) at org.eclipse.ui.internal.PluginAction.run(PluginAction.java:238) at org.eclipse.ui.texteditor.AbstractTextEditor$10.triggerAction(AbstractTextEditor.java:2030) at org.eclipse.ui.texteditor.AbstractTextEditor$10.mouseUp(AbstractTextEditor.java:2037) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:136) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2725) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c15954dc1c25ebdc0e11'}
62,385
The new Profiling Type objects in the Profiling Monitor should have * a "Show view>" menu item (showing only relevant views) * have an associated double-click action that opens up the most appropriate view e.g., for Leak Detection object, double-clicking would open the appropriate Leak Detection view. Related to bug 62382, but at the Profiling Type object level.
normal
CLOSED
FIXED
{'$oid': '52e9c15954dc1c25ebdc0e12'}
62,387
In the Edit Profiling Type Tree, on clicking on a Checkbox, the check the checkbox should become checked AND the item should be selected (thereby populating the right-side of the UI with the contents relative to the checked item). This allows users to check items and also discover there are settings on the right. Clicking on the label of the node should only select the item (and show contents on the right) but should not change the state of the checkbox. This allows users to select the items and change options without turning the Profiling Type on or off.
normal
CLOSED
DUPLICATE
{'$oid': '52e9c15954dc1c25ebdc0e13'}
62,386
Version: 3.0.0 Build id: 200405140800 Linux Gtk+ Turned on Filter Imports in the search view, now I can't turn it off. Option to turn off Filter Imports is unavailable.
normal
RESOLVED
FIXED
{'$oid': '52e9c15954dc1c25ebdc0e14'}
62,388
I had created the file using the simple File->New->File action, then pasted the contents of another schema file into the source tab and made the appropriate edits. When I switched to the definition tab to have a look at the result, the following NPE occurred. java.lang.NullPointerException at org.eclipse.pde.internal.ui.editor.schema.SchemaFormOutlinePage. getChildren(SchemaFormOutlinePage.java:21) at org.eclipse.pde.internal.ui.editor.FormOutlinePage$BasicContentProvider. getChildren(FormOutlinePage.java:35) at org.eclipse.pde.internal.ui.editor.FormOutlinePage$BasicContentProvider. hasChildren(FormOutlinePage.java:38) at org.eclipse.jface.viewers.AbstractTreeViewer.isExpandable(AbstractTreeViewer.java: 1136) at org.eclipse.jface.viewers.AbstractTreeViewer.updatePlus(AbstractTreeViewer.java:1585) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java: 378) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:357) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java: 343) at org.eclipse.jface.viewers.AbstractTreeViewer$5.run(AbstractTreeViewer.java:783) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:788) at org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged(AbstractTreeViewer.java:773) at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:238) at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:972) at org.eclipse.pde.internal.ui.editor.FormOutlinePage.createControl(FormOutlinePage.java:73) at org.eclipse.pde.internal.ui.editor.PDEMultiPageContentOutline. setPageActive(PDEMultiPageContentOutline.java:117) at org.eclipse.pde.internal.ui.editor.PDEFormEditor.updateContentOutline(PDEFormEditor.java: 458) at org.eclipse.pde.internal.ui.editor.PDEFormEditor.pageChange(PDEFormEditor.java:162) at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:419) at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:284) at org.eclipse.pde.internal.ui.editor.PDEFormEditor.pageChange(PDEFormEditor.java:160) at org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:151) 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:939) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:963) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:948) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:818) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:2916) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1823) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:287) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:939) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2538) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2249) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
normal
RESOLVED
FIXED
{'$oid': '52e9c15954dc1c25ebdc0e15'}
62,391
I200405140800 Windows XP 1. launch Eclipse on a new workspace 2. close the introduction view 3. switch to the Java perspective 4. create a project 'Test' 5. create a class 'Test' in the project 6. add a main method to Test 7. add a breakpoint in the main method 8. open a new window 9. in the new window, switch to the Debug perspective 10. in the first window, open the Debug view 11. from the first window, launch 'test' in debug mode When the breakpoint is hit, the variable, the breakpoints and the display views are open in the first window, then the window with the debug perspective is activated. The 3 views shouldn't be open in the Java perspective, the view management is only set to be use in the Debug perspective.
normal
VERIFIED
FIXED
{'$oid': '52e9c15954dc1c25ebdc0e16'}
62,390
An invalid C source containing various preprocessor directives causes the parser to terminate with ClassCastException at ContextStack.getMostRelevantFileContext(). Prior versions of CDT did not cause this source to terminate with ClassCastException. e.g. #define f(x) x #if f( 5) == 5 true1 #endif #if A #elif f( 5) == 5 true2 #endif #undef f #define f(x) "A0I70_001.h" #include f( 5 ) #undef f #define f(x) 1467 #line f( 5 ) #pragma f( 5 )
normal
RESOLVED
FIXED
{'$oid': '52e9c15954dc1c25ebdc0e17'}
62,389
Note: *This is a separate issue from bug 62138.* Launch LargeHeapTest with a parameter of 100000. After 'About to..' message appears, press Enter, hit Collect object references, and then deattach quickly before the process has a chance to finish the heap dump. On reattach there is a high likelihood that the JVM will crash. (This bug is separate from 62138 and appears even with the fix for 62138. This problem appears to have been in our code for a *long* time as it has been discovered by users of the 1.0.4 stream. I reproduced it on the latest 3.0 build.) This is not reproducable with the smaller test cases in our test suite (such as InOut, StartStop) since it requires that the heap dump not finish quickly (i.e., it requires the application use a large amount of heap space, which are test suite cases do not.)
normal
CLOSED
FIXED
{'$oid': '52e9c15954dc1c25ebdc0e18'}
62,393
If a JFace wizard has an embedded Swing JTextArea the wizard buttons are activated when enter is pressed, which causes the wizard to finish. The expected behaviour is to have a newline in the JTextArea.
normal
RESOLVED
FIXED
{'$oid': '52e9c15954dc1c25ebdc0e19'}
62,392
When handling the command RA_DETACH_FROM_AGENT, the function cleanUpAllTraceResources, in JvmpiWriter.c must delete the currently open (for write) optHeapFile.
major
CLOSED
FIXED
{'$oid': '52e9c15954dc1c25ebdc0e1a'}
62,394
The program itself runs just as I would expect, the problem is that I expected the debugger to stop on the line and in the stack frame where the exception is hit. Instead, it unwinds to the frame with the try-finally. In this simple example, it's obvious what happened anyway, but if the leaf frame is compex, I must comment out the try-finally or I can't debug it... Environment: XP, j2sdk1.4.2_04, and both 2.1.3 and 3.0M8 have the same problem. The compiler compliance level is 1.4 and I ran with -ea. public class StopTest { String nullString; void f() { String s = "I really want to see this string in the debugger" + "...but I'm not going to be able to"; assert true; assert false; // boom! debugger _should_ stop here assert true; } void g() { String s = "Turns out, any exception has the same problem" + " i can't see this in the debugger either"; s += nullString.trim(); // boom! debugger _should_ stop here System.out.println(s); } void run() { try { f(); // g(); } finally { // DEBUGGER STOPS HERE -- NOT IN f() OR g() System.out.println("How now"); } } public static void main(String[] args) { new StopTest().run(); } }
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c15954dc1c25ebdc0e1b'}
62,395
normal
RESOLVED
INVALID
{'$oid': '52e9c15954dc1c25ebdc0e1c'}
62,396
Similar to the Java compiler settings, we should create a preference page that allows the user to configure the level of resolution of determination and indication of problems.
normal
VERIFIED
FIXED
{'$oid': '52e9c15a54dc1c25ebdc0e1d'}
62,400
During iteration through an Enumeration or an Iterator, in eclipse AutoCompletion , everytime the variable is defined inside the while loop . Instead it would be nice if the auto-completion puts the element outside the loop and initialize as null.
enhancement
RESOLVED
INVALID
{'$oid': '52e9c15a54dc1c25ebdc0e1e'}
62,398
Build id: 200405130010 While editing a java file the UI became unresponsive. I had just removed some projects then started typing into a java editor that was already open. As soon as i started typing the UI locked up. I don't have a reproducible test case, but luckily i was running with a console and got a thread dump.
normal
RESOLVED
FIXED
{'$oid': '52e9c15a54dc1c25ebdc0e1f'}
62,399
After the JVM running eclipse (3.0M8) gets interrupted (kill, reboot, ctrl-c) I cannot restart eclipse anymore using the same workspace. Stacktrace shown: org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.compatibility.PluginActivator.start() at org.eclipse.osgi.framework.internal.core.BundleContext.startActivator(BundleContext.java:1009) at org.eclipse.osgi.framework.internal.core.BundleContext.start(BundleContext.java:971) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:404) at org.eclipse.osgi.framework.internal.core.Bundle.start(Bundle.java:304) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:89) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:315) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:346) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:116) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:251) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:332) at org.eclipse.osgi.framework.internal.core.Bundle.loadClass(Bundle.java:1294) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:132) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:125) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:114) at org.eclipse.jdt.core.JavaCore.getClasspathContainerInitializer(JavaCore.java:1241) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1161) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1841) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1764) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1736) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3316) at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:51) at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:1176) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1171) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1841) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1764) at org.eclipse.jdt.internal.core.JavaProject.computeExpandedClasspath(JavaProject.java:350) at org.eclipse.jdt.internal.core.JavaProject.getExpandedClasspath(JavaProject.java:1315) at org.eclipse.jdt.internal.core.builder.NameEnvironment.computeClasspathLocations(NameEnvironment.java:90) at org.eclipse.jdt.internal.core.builder.NameEnvironment.<init>(NameEnvironment.java:38) at org.eclipse.jdt.internal.core.builder.JavaBuilder.initializeBuilder(JavaBuilder.java:454) at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:132) at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:504) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:137) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:224) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:165) at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:194) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:197) at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:242) at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:270) at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:137) at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:168) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62) java.lang.ExceptionInInitializerError at org.eclipse.ui.internal.SharedImages.getImageDescriptor(SharedImages.java:44) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider.<init>(JavaElementImageProvider.java:76) at org.eclipse.jdt.internal.ui.JavaWorkbenchAdapter.<init>(JavaWorkbenchAdapter.java:35) at org.eclipse.jdt.internal.ui.JavaElementAdapterFactory.<clinit>(JavaElementAdapterFactory.java:60) at org.eclipse.jdt.internal.ui.JavaPlugin.registerAdapters(JavaPlugin.java:558) at org.eclipse.jdt.internal.ui.JavaPlugin.startup(JavaPlugin.java:263) at org.eclipse.core.internal.compatibility.PluginActivator.start(PluginActivator.java:49) at org.eclipse.osgi.framework.internal.core.BundleContext$1.run(BundleContext.java:992) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.framework.internal.core.BundleContext.startActivator(BundleContext.java:988) at org.eclipse.osgi.framework.internal.core.BundleContext.start(BundleContext.java:971) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:404) at org.eclipse.osgi.framework.internal.core.Bundle.start(Bundle.java:304) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:89) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:315) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:346) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:116) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:251) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:332) at org.eclipse.osgi.framework.internal.core.Bundle.loadClass(Bundle.java:1294) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:132) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:125) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:114) at org.eclipse.jdt.core.JavaCore.getClasspathContainerInitializer(JavaCore.java:1241) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1161) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1841) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1764) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1736) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3316) at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:51) at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:1176) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1171) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1841) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1764) at org.eclipse.jdt.internal.core.JavaProject.computeExpandedClasspath(JavaProject.java:350) at org.eclipse.jdt.internal.core.JavaProject.getExpandedClasspath(JavaProject.java:1315) at org.eclipse.jdt.internal.core.builder.NameEnvironment.computeClasspathLocations(NameEnvironment.java:90) at org.eclipse.jdt.internal.core.builder.NameEnvironment.<init>(NameEnvironment.java:38) at org.eclipse.jdt.internal.core.builder.JavaBuilder.initializeBuilder(JavaBuilder.java:454) at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:132) at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:504) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:137) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:224) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:165) at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:194) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:197) at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:242) at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:270) at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:137) at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:168) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62) Caused by: org.eclipse.jface.util.Assert$AssertionFailedException: null argument; at org.eclipse.jface.util.Assert.isNotNull(Assert.java:139) at org.eclipse.jface.util.Assert.isNotNull(Assert.java:116) at org.eclipse.jface.resource.ImageRegistry.<init>(ImageRegistry.java:66) at org.eclipse.jface.resource.ImageRegistry.<init>(ImageRegistry.java:58) at org.eclipse.ui.internal.WorkbenchImages.initializeImageRegistry(WorkbenchImages.java:359) at org.eclipse.ui.internal.WorkbenchImages.<clinit>(WorkbenchImages.java:92) ... 58 more
major
RESOLVED
WORKSFORME
{'$oid': '52e9c15a54dc1c25ebdc0e20'}
62,401
When the standalone application exit, the display disposed, will call ReferenceCleanerThread.stopCleaning() method, it simply set the running field to false, but "reference = referenceQueue.remove();" in line 196 still blocking. And you must call System.exit() explicitlly to terminate the currently running Java Virtual Machine. so I think it is a bug. My env: XP home edition, jdk 1.4.2_04, and eclipse-SDK-I20040514-win32 Regards, Eric
normal
VERIFIED
FIXED
{'$oid': '52e9c15a54dc1c25ebdc0e21'}
62,402
I200405140800 on WXP I was closing down Eclipse, and received an error during shutdown with the following in the log: java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointerException.java:60) at org.eclipse.debug.internal.ui.views.breakpoints.BreakpointsView.dispose (BreakpointsView.java:188) at org.eclipse.ui.internal.WorkbenchPartReference.dispose (WorkbenchPartReference.java:162) at org.eclipse.ui.internal.ViewFactory$ViewReference.dispose (ViewFactory.java:73) at org.eclipse.ui.internal.WorkbenchPage$6.run(WorkbenchPage.java:1189) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java) at org.eclipse.core.runtime.Platform.run(Platform.java) at org.eclipse.ui.internal.WorkbenchPage.dispose (WorkbenchPage.java:1187) at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages (WorkbenchWindow.java:588) at org.eclipse.ui.internal.WorkbenchWindow.hardClose (WorkbenchWindow.java:1066) at org.eclipse.ui.internal.WorkbenchWindow.busyClose (WorkbenchWindow.java:485) at org.eclipse.ui.internal.WorkbenchWindow.access$0 (WorkbenchWindow.java:467) at org.eclipse.ui.internal.WorkbenchWindow$1.run (WorkbenchWindow.java:555) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java) at org.eclipse.ui.internal.WorkbenchWindow.close (WorkbenchWindow.java:553) at org.eclipse.jface.window.WindowManager.close(WindowManager.java:101) at org.eclipse.ui.internal.Workbench$10.run(Workbench.java:450) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java) at org.eclipse.core.runtime.Platform.run(Platform.java) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:447) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:389) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:561) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java) at org.eclipse.ui.internal.Workbench.close(Workbench.java:559) at org.eclipse.ui.internal.Workbench.close(Workbench.java:535) at org.eclipse.ui.internal.WorkbenchWindow.busyClose (WorkbenchWindow.java:482) at org.eclipse.ui.internal.WorkbenchWindow.access$0 (WorkbenchWindow.java:467) at org.eclipse.ui.internal.WorkbenchWindow$1.run (WorkbenchWindow.java:555) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java) at org.eclipse.ui.internal.WorkbenchWindow.close (WorkbenchWindow.java:553) at org.eclipse.jface.window.Window.handleShellCloseEvent (Window.java:593) at org.eclipse.jface.window.Window$2.shellClosed(Window.java:544) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1506) at org.eclipse.swt.widgets.Control.windowProc(Control.java) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java) at org.eclipse.swt.widgets.Display.windowProc(Display.java) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java) at org.eclipse.swt.widgets.Control.windowProc(Control.java) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java) at org.eclipse.swt.widgets.Display.windowProc(Display.java) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java) at org.eclipse.swt.widgets.Control.windowProc(Control.java) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java) at org.eclipse.swt.widgets.Display.windowProc(Display.java) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:84) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:59) at java.lang.reflect.Method.invoke(Method.java:390) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c15a54dc1c25ebdc0e22'}
62,403
To better mimic the Java editor, move the Code Assist tab to a full fledged sub preference page
normal
VERIFIED
FIXED
{'$oid': '52e9c15a54dc1c25ebdc0e23'}
62,404
CommonBaseEventLogRecord.java overwrites the log record's level, sequence and thread ID in CBE constructor. In the code below, setLevel, setSequenceNumber, and setThreadId should not be called if there are corresponding JSR47 EDEs in the CBE. (This is necessary for reflexivity when serializing a CBE that was in a CBELogRecord, then deserializing and putting back into a new CBELogRecord). /** * Constructor to create a CBE log record with the parameter CBE. * <p> * * @param commonBaseEvent The CBE of the newly created log record. */ public CommonBaseEventLogRecord(CommonBaseEvent commonBaseEvent) { super(Level.OFF,null); if(commonBaseEvent != null){ this.commonBaseEvent = commonBaseEvent; short severity = commonBaseEvent.getSeverity(); if(severity >= 50){ setLevel(Level.SEVERE); } else if((severity >= 30) && (severity <= 49)){ setLevel(Level.WARNING); } else{ setLevel(Level.INFO); } setSequenceNumber(super.getSequenceNumber()); setThreadID(super.getThreadID()); if(!commonBaseEvent.isSetCreationTime()){ commonBaseEvent.setCreationTimeAsLong (System.currentTimeMillis()); } } } New version: /** * Constructor to create a CBE log record with the parameter CBE. * <p> * * @param commonBaseEvent The CBE of the newly created log record. */ public CommonBaseEventLogRecord(CommonBaseEvent commonBaseEvent) { super(Level.OFF,null); if(commonBaseEvent != null){ this.commonBaseEvent = commonBaseEvent; List levelExtendedDataElements = commonBaseEvent.getExtendedDataElements(EXTENDED_DATA_ELEMENT_NAME_LEVEL); if((levelExtendedDataElements == null) || (levelExtendedDataElements.size() <= 0)){ short severity = commonBaseEvent.getSeverity(); if(severity >= 50){ setLevel(Level.SEVERE); } else if((severity >= 30) && (severity <= 49)) { setLevel(Level.WARNING); } else{ setLevel(Level.INFO); } } List sequenceNumberExtendedDataElements = commonBaseEvent.getExtendedDataElements (EXTENDED_DATA_ELEMENT_NAME_SEQUENCE_NUMBER); if((sequenceNumberExtendedDataElements == null) || (sequenceNumberExtendedDataElements.size() <= 0)){ setSequenceNumber(super.getSequenceNumber()); } List threadIDExtendedDataElements = commonBaseEvent.getExtendedDataElements(EXTENDED_DATA_ELEMENT_NAME_THREAD_ID); if((threadIDExtendedDataElements == null) || (threadIDExtendedDataElements.size() <= 0)){ setThreadID(super.getThreadID()); } if(!commonBaseEvent.isSetCreationTime()){ commonBaseEvent.setCreationTimeAsLong (System.currentTimeMillis()); } } }
normal
CLOSED
FIXED
{'$oid': '52e9c15a54dc1c25ebdc0e24'}
62,408
Build id: 200405140800 If a patch defines a new class, that class is not created when the patch is applied. I'll attach a sample patch, do the following to reproduce: - load the org.eclipse.ui.workbench project - select Team -> Apply patch from the project's popup menu (in the package explorer) - choose the patch and click apply The project and package get a '>' modification marker, but the class isn't there. It should add a class 'org.eclipse.ui.AAASampleClass', its not in the package explorer and is not found with Ctrl-Shift-T. The patch was also created from this build, but I orginally found the problem in a patch created from the may11 integration build.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c15a54dc1c25ebdc0e25'}
62,407
Build id: 200405140800 If a patch defines a new class, that class is not created when the patch is applied. I'll attach a sample patch, do the following to reproduce: - load the org.eclipse.ui.workbench project - select Team -> Apply patch from the project's popup menu (in the package explorer) - choose the patch and click apply The project and package get a '>' modification marker, but the class isn't there. It should add a class 'org.eclipse.ui.AAASampleClass', its not in the package explorer and is not found with Ctrl-Shift-T. The patch was also created from this build, but I orginally found the problem in a patch created from the may11 integration build.
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c15a54dc1c25ebdc0e26'}
62,397
I attempted to externalize a string "my little string" to pderesources.properties. I make the required changes in the externalize wizard such that I get PDEPlugin.getResourceString("MYCLASS.littleString"); in the place of the string above (GREAT!). However, I look in my properties file and nothing's changed. Comparing with head shows that it's the exact same as before. Shouldn't the wizard put something to the effect of "MYCLASS.littleString = my little string" in the properties file? Let me know if I'm misunderstanding the wizard here? :) Thanks!
major
RESOLVED
FIXED
{'$oid': '52e9c15a54dc1c25ebdc0e27'}
62,409
Performance improvements needed to CBE logging implementation as necessitated/indicated by early experience of some key logging consumers.
major
CLOSED
FIXED
{'$oid': '52e9c15a54dc1c25ebdc0e28'}
62,410
Create a new fragment project. In the general info section of the editor, click on the "Plug-in ID" hyperlink. The manifest of the plugin does not open.
normal
RESOLVED
FIXED
{'$oid': '52e9c15a54dc1c25ebdc0e29'}
62,405
I wonder if the fix to bug 44915 introduced a performance regression. I'm using I20040513 GTK and the UI is sluggish in a number of places. The most apparent is when using the "Open Editor Drop Down" command to bring up the list of open editors. 1. Open 5 or so files. 2. Open Editor Drop Down. 3. Move the mouse cursor up and down over the list of editors quickly a few times. Notice that the highlighting of the list elements trails behind the mouse movement significantly. That is, if I move the mouse over the first, then second, then third, etc. editor in the list and then reverse the direction back up to the first editor in the list, the highlight moves from the first to the second to the third, etc., but it lags behind the mouse. This kind of behavior seems suspiciously likely to be a result of queuing UI events, as I understand the fix for 44915 does.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c15a54dc1c25ebdc0e2a'}
62,412
If a build file contains an a doctype with an entity declaration, the problems view does not get updated with information about other errors. To reproduce: 1. Paste the exhibit a. text into a new build.xml file in the ant editor. The problems view identifies the error: "Default target go does not exist in this project." 2. Correct the problem by changing the target name 'start' to 'go'. Save the document. The problems view removes the error. 3. Undo to recreate the error and save again. The problems view identifies the error. 4. Paste in Exhibit B. which resolves the error but adds an entity declaration. Create a file called "greeting.ent" which contains the text "hi" and place it in the same directory as the build file. Save and run the build to verify that the document is well-formed. Ant echos the contents of your entity file. Notice that though you have corrected the problem identified in the problems view, it is not updated. 5. Remove the doctype declaration and save. Notice that the problems view updates with only the error "Reference to undefined entity "&myEntity;". Exhibit A. -------------- <project default="go"> <target name="start"> <echo>hi!</echo> </target> </project> Exhibit B. -------------- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE docWithEntity [ <!ENTITY myEntity SYSTEM "greeting.ent"> ]> <project default="go"> <target name="go"> <echo>&myEntity;</echo> </target> </project>
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c15a54dc1c25ebdc0e2b'}
62,406
When running any Eclipse build newer than M8 on a new PowerBook G4 15" with OS X 10.3.3 (build 7G43) trees don't have any nodes. This makes it very difficult to use any of these builds ;-) Last Eclipse build tested is I-I20040514-200405140800.
major
RESOLVED
WONTFIX
{'$oid': '52e9c15a54dc1c25ebdc0e2d'}
62,413
A build file with a doctype declaration (as below) isn't seen as ant build file when it comes to enabling the Run Ant... option in the "Run" item on the navigator context menu. To reproduce: 1. Paste the text below into a new build.xml file and save. 2. Attempt to execute the build from the navigator context menu. The option to do so will not appear. 3. Delete the doctype declaration and save. 4. Attempt to execute the build from the navigator context menu. The option appears. (Running the build will result in BUILD FAILED: java.io.FileNotFoundException unless a greeting.ent file is in the same directory as your build.xml file. This is expected behavior.) --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE docWithEntity [ <!ENTITY myEntity SYSTEM "greeting.ent"> ]> <project default="go"> <target name="go"> <echo>&myEntity;</echo> </target> </project>
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c15a54dc1c25ebdc0e2e'}
62,415
To reproduce.. fire up I200405140800 in an empty workspace Choose, File->Import->External Plug-ins and Fragments Leave "Import From" alone (default settings) Choose, "Select from all plug-ins and fragments at the specified location" In "Import As" Choose "Binary projects with linked content" or "Projects with source folders" Hit "Next" Choose a plugin, click "Add" Click "Finish" The one plugin selected is imported. Appears to be ok. (Aside: if its imported as "Project with source folders" no compile errors appear even though none of its dependencies have been imported). Now try and import the dependencies.. Choose File->Import->External Plug-ins and Fragments Again, leave "Import From" alone (default settings) This time choose "Import plug-ins and fragments required by existing workspace plu-ins" Hit "Next" Nothing happens, the following NPE is seen in the log file (will attach).
normal
RESOLVED
FIXED
{'$oid': '52e9c15a54dc1c25ebdc0e2f'}
62,414
I200405150800 on WXP I attempted to refactor a method which resulted in the following failure. When I attempt to enter Alt-Shift-R, I get the second error. java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointerException.java:60) at org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.superInterfaces (BinaryTypeBinding.java) at org.eclipse.jdt.internal.core.hierarchy.HierarchyResolver.resolve (HierarchyResolver.java:679) at org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder.buildForProj ect(IndexBasedHierarchyBuilder.java:195) at org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder.buildFromPot entialSubtypes(IndexBasedHierarchyBuilder.java:302) at org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder.build (IndexBasedHierarchyBuilder.java:131) at org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.compute (TypeHierarchy.java:319) at org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.refresh (TypeHierarchy.java:1234) at org.eclipse.jdt.internal.core.CreateTypeHierarchyOperation.executeOperation (CreateTypeHierarchyOperation.java:90) at org.eclipse.jdt.internal.core.JavaModelOperation.run (JavaModelOperation.java) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation (JavaModelOperation.java) at org.eclipse.jdt.internal.core.SourceType.newTypeHierarchy (SourceType.java:649) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameMethodProcessor.hierar chyDeclaresMethodName(RenameMethodProcessor.java:575) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameNonVirtualMethodProces sor.checkFinalConditions(RenameNonVirtualMethodProcessor.java:61) at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFi nalConditions(ProcessorBasedRefactoring.java:134) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run (CheckConditionsOperation.java:84) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run (CreateChangeOperation.java:114) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run (PerformChangeOperation.java:182) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run (WorkbenchRunnableAdapter.java:58) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:101) java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointerException.java:60) at org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.superInterfaces (BinaryTypeBinding.java) at org.eclipse.jdt.internal.core.hierarchy.HierarchyResolver.resolve (HierarchyResolver.java:679) at org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder.buildForProj ect(IndexBasedHierarchyBuilder.java:195) at org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder.buildFromPot entialSubtypes(IndexBasedHierarchyBuilder.java:302) at org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder.build (IndexBasedHierarchyBuilder.java:131) at org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.compute (TypeHierarchy.java:319) at org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.refresh (TypeHierarchy.java:1234) at org.eclipse.jdt.internal.core.CreateTypeHierarchyOperation.executeOperation (CreateTypeHierarchyOperation.java:90) at org.eclipse.jdt.internal.core.JavaModelOperation.run (JavaModelOperation.java) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation (JavaModelOperation.java) at org.eclipse.jdt.internal.core.SourceType.newTypeHierarchy (SourceType.java:649) at org.eclipse.jdt.internal.corext.refactoring.rename.MethodChecks.isDeclaredInInt erface(MethodChecks.java:98) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameVirtualMethodProcessor .checkInitialConditions(RenameVirtualMethodProcessor.java:70) at org.eclipse.jdt.internal.ui.refactoring.reorg.RenameMethodUserInterfaceStarter. activate(RenameMethodUserInterfaceStarter.java:37) at org.eclipse.jdt.ui.refactoring.RenameSupport.openDialog (RenameSupport.java:108) at org.eclipse.jdt.internal.ui.refactoring.actions.RenameJavaElementAction.run (RenameJavaElementAction.java:175) at org.eclipse.jdt.internal.ui.refactoring.actions.RenameJavaElementAction.run (RenameJavaElementAction.java:128) at org.eclipse.jdt.ui.actions.RenameAction.run(RenameAction.java:127) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:216) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:188) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.ui.commands.ActionHandler.execute (ActionHandler.java:141) at org.eclipse.ui.internal.commands.Command.execute(Command.java:132) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand (WorkbenchKeyboard.java:468) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press (WorkbenchKeyboard.java) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent (WorkbenchKeyboard.java) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings (WorkbenchKeyboard.java) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2 (WorkbenchKeyboard.java) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent (WorkbenchKeyboard.java) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Display.filterEvent(Display.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Control.traverse(Control.java) at org.eclipse.swt.widgets.Control.translateMnemonic(Control.java:2545) at org.eclipse.swt.widgets.Composite.translateMnemonic(Composite.java) at org.eclipse.swt.widgets.Control.translateMnemonic(Control.java) at org.eclipse.swt.widgets.Display.translateMnemonic(Display.java) at org.eclipse.swt.widgets.Display.filterMessage(Display.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:84) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:59) at java.lang.reflect.Method.invoke(Method.java:390) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c15a54dc1c25ebdc0e30'}
62,417
Chapter 2. The AspectJ Language Join Points and Pointcuts Pointcut composition The code snippet Test and A does not work. It results in a StackOverflowError. Should not call println in the advice. One possible code snippet that works is: public aspect A { pointcut fooPC(): execution(void Test.foo()); pointcut gooPC(): execution(void Test.goo()); pointcut printPC(): call(void java.io.PrintStream.println(String)); before(): cflow(fooPC()) && cflow(gooPC()) && printPC() { System.out.print("should occur\n"); } before(): cflow(fooPC() && gooPC()) && printPC() { System.out.print("should not occur\n"); } }
minor
RESOLVED
WORKSFORME
{'$oid': '52e9c15b54dc1c25ebdc0e31'}
62,416
I tested Cheetah 04 with eclipse.buildId=I200405140800 java.version=1.4.2_05-ea , and I couldn't open a Java editor with the following error log. I found that jdtcore.jar in plugins\org.eclipse.jdt.core_3.0.0.cheetah04 had no org/eclipse/jdt/internal/codeassist/IExtendedCompletionRequestor.class file while that of plugins\org.eclipse.jdt.core_3.0.0 had. Regards, Ias ---error message--- java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ko_KR !ENTRY org.eclipse.compare 4 1 5&#65533;›” 16, 2004 12:48:59.328 !MESSAGE content type 'org.eclipse.jdt.core.javaSource' not found !ENTRY org.eclipse.compare 4 1 5&#65533;›” 16, 2004 12:48:59.328 !MESSAGE content type 'org.eclipse.jdt.core.javaSource' not found !ENTRY org.eclipse.core.runtime 4 2 5&#65533;›” 16, 2004 12:49:09.171 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/codeassist/IExtendedCompletionRequestor at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:537) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.defineCla ss(DefaultClassLoader.java:292) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.defineClass (EclipseClassLoader.java:207) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClass Impl(DefaultClassLoader.java:281) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClass (DefaultClassLoader.java:172) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.findLocalClass (AbstractClassLoader.java:220) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass (EclipseClassLoader.java:59) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:368) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:399) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass (AbstractClassLoader.java:93) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:537) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.defineCla ss(DefaultClassLoader.java:292) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.defineClass (EclipseClassLoader.java:207) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClass Impl(DefaultClassLoader.java:281) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClass (DefaultClassLoader.java:172) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.findLocalClass (AbstractClassLoader.java:220) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass (EclipseClassLoader.java:59) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:368) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:399) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass (AbstractClassLoader.java:93) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) at org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration.getContentAssistant (JavaSourceViewerConfiguration.java:380) at org.eclipse.jface.text.source.SourceViewer.configure (SourceViewer.java:315) at org.eclipse.jdt.internal.ui.javaeditor.JavaSourceViewer.configure (JavaSourceViewer.java:172) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewe r.configure(CompilationUnitEditor.java:287) at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl (AbstractTextEditor.java:2221) at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl (StatusTextEditor.java:53) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl (AbstractDecoratedTextEditor.java:279) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.createPartControl (JavaEditor.java:3263) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.createPartControl (CompilationUnitEditor.java:1594) at org.eclipse.ui.internal.PartPane$1.run(PartPane.java:93) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.PartPane.createChildControl (PartPane.java:89) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:150) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection (PartStack.java:710) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:692) at org.eclipse.ui.internal.PartStack.add(PartStack.java:152) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:100) at org.eclipse.ui.internal.EditorSashContainer.addEditor (EditorSashContainer.java:56) at org.eclipse.ui.internal.EditorAreaHelper.openEditor (EditorAreaHelper.java:257) at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:550) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.ui.internal.EditorManager.createEditorTab (EditorManager.java:539) at org.eclipse.ui.internal.EditorManager.openInternalEditor (EditorManager.java:635) 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:2137) at org.eclipse.ui.internal.WorkbenchPage.access$6 (WorkbenchPage.java:2080) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2067) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:2062) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:301) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor (EditorUtility.java:137) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor (EditorUtility.java:115) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open (OpenActionUtil.java:49) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:161) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:147) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:212) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:188) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen (PackageExplorerActionGroup.java:277) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open (PackageExplorerPart.java:302) at org.eclipse.jface.viewers.StructuredViewer$2.run (StructuredViewer.java:396) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.jface.viewers.StructuredViewer.fireOpen (StructuredViewer.java:394) at org.eclipse.jface.viewers.StructuredViewer.handleOpen (StructuredViewer.java:592) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen (StructuredViewer.java:681) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent (OpenStrategy.java:211) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:206) at org.eclipse.jface.util.OpenStrategy$1.handleEvent (OpenStrategy.java:238) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2725) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706) !ENTRY org.eclipse.core.runtime 4 2 5&#65533;›” 16, 2004 12:49:09.203 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.ClassCastException at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.activeJavaEditorChanged (ASTProvider.java:216) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.access$0 (ASTProvider.java:211) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider$ActivationListener.partOpene d(ASTProvider.java:100) at org.eclipse.ui.internal.PartListenerList2$5.run (PartListenerList2.java:101) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.PartListenerList2.firePartOpened (PartListenerList2.java:99) at org.eclipse.ui.internal.WWinPartService$1.partOpened (WWinPartService.java:62) at org.eclipse.ui.internal.PartListenerList2$5.run (PartListenerList2.java:101) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.PartListenerList2.firePartOpened (PartListenerList2.java:99) at org.eclipse.ui.internal.WorkbenchPage.firePartOpened (WorkbenchPage.java:1385) at org.eclipse.ui.internal.PartPane.createChildControl (PartPane.java:119) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:150) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection (PartStack.java:710) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:692) at org.eclipse.ui.internal.PartStack.add(PartStack.java:152) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:100) at org.eclipse.ui.internal.EditorSashContainer.addEditor (EditorSashContainer.java:56) at org.eclipse.ui.internal.EditorAreaHelper.openEditor (EditorAreaHelper.java:257) at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:550) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.ui.internal.EditorManager.createEditorTab (EditorManager.java:539) at org.eclipse.ui.internal.EditorManager.openInternalEditor (EditorManager.java:635) 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:2137) at org.eclipse.ui.internal.WorkbenchPage.access$6 (WorkbenchPage.java:2080) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2067) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:2062) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:301) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor (EditorUtility.java:137) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor (EditorUtility.java:115) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open (OpenActionUtil.java:49) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:161) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:147) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:212) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:188) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen (PackageExplorerActionGroup.java:277) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open (PackageExplorerPart.java:302) at org.eclipse.jface.viewers.StructuredViewer$2.run (StructuredViewer.java:396) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.jface.viewers.StructuredViewer.fireOpen (StructuredViewer.java:394) at org.eclipse.jface.viewers.StructuredViewer.handleOpen (StructuredViewer.java:592) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen (StructuredViewer.java:681) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent (OpenStrategy.java:211) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:206) at org.eclipse.jface.util.OpenStrategy$1.handleEvent (OpenStrategy.java:238) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2725) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
critical
RESOLVED
FIXED
{'$oid': '52e9c15b54dc1c25ebdc0e32'}
62,418
with the latest builds now using 200405140800 i get an Exception and a Dialog in eclipse that i should terminate eclipse because of a SWT error.. It seems that it does put the right data into the clipboard (or i can use the clipboard right after that pretty normally) org.eclipse.swt.SWTError: Cannot set data in clipboard at org.eclipse.swt.dnd.DND.error(DND.java:225) at org.eclipse.swt.dnd.DND.error(DND.java:181) at org.eclipse.swt.dnd.Clipboard.setContents(Clipboard.java:267) at org.eclipse.jdt.internal.ui.javaeditor.ClipboardOperationAction.doCut CopyWithImportsOperation(ClipboardOperationAction.java:304) at org.eclipse.jdt.internal.ui.javaeditor.ClipboardOperationAction.inter nalDoOperation(ClipboardOperationAction.java:246) at org.eclipse.jdt.internal.ui.javaeditor.ClipboardOperationAction$1.run (ClipboardOperationAction.java:224) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jdt.internal.ui.javaeditor.ClipboardOperationAction.run(C lipboardOperationAction.java:222) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:141) at org.eclipse.ui.internal.commands.Command.execute(Command.java:132) 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:712) 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:3048) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2951) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3291) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1390) at org.eclipse.swt.internal.BidiUtil.windowProc(BidiUtil.java:647) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1466) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2388) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav a:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90 ) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformAct ivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:126) 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:494) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c15b54dc1c25ebdc0e33'}
62,419
default workplace directory is not saved. -> everytime i start eclipse i am asked to enter my workplace, regardless of the checkbox setting (use as default) happened in: Version 3.0.0 Build id: 200403261517
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c15b54dc1c25ebdc0e34'}
62,420
Win XP, Eclipse Platform 3.0M8 CDT 2.0 M8 1. No Welcome option in the Help pull-down menu. Although Help contains several references to Help > Welcome invocation (please see examples below) there is no Welcome option in the Help pull-down menu. 2. The CDT option line in the Welcome dialog box is empty. In the Eclipse Platform Welcome editor click on Help > Welcome hyperlink. The Welcome dialog box appears. Notice that in the first line of the four available welcome editors choices is empty. The empty line is supposed to display the CDT Welcome editor choice. If you either select the empty line and click OK, or double click the empty line, the CDT Welcome editor would be displayed. Examples for problem 1. (described above) a) References to Help > Welcome: From Workbench User Guide, Rearranging views and editors ... If necessary, the welcome page can be returned to by choosing Help > Welcome... and selecting Eclipse Platform. b) From Workbench User Guide, Help menu Help menu This menu provides help on using the Workbench. Welcome This command is used to open a Welcome editor containing a brief tutorial intended to introduce new users to some facet of Eclipse.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c15b54dc1c25ebdc0e35'}
62,421
Build 20040513 Method stubs are inserted before overriden method declarations. This shouldn't be the case. e.g. class X { void someMethod() {} } class Y extends X { some<CODEASSIST> --> first proposal shouldn't be #some() }
normal
RESOLVED
FIXED
{'$oid': '52e9c15b54dc1c25ebdc0e36'}
62,422
Eliminate the use of runtime compatibility within EMF. Change plugin dependencies to support RCP.
enhancement
VERIFIED
FIXED
{'$oid': '52e9c15b54dc1c25ebdc0e37'}
62,424
I have two issues with gc.drawFocus on linux. 1) There is a difference in behavior from win32. On win32 when I call gc.drawFocus on an area of the gc that already has a focus rect displayed, the focus rect will XOR off (The gc is created from the canvas that is being painted (lgc = new GC(getCanvas());). On linux this will not happen, the focus will continue to be displayed. To try to work around the problem I set the xor mode to true to try to explicitly XOR the existing focus rect. This did not work. To work around the problem I added, SWT.getPlatform, to test for the "gtk" platform and in that case I redraw the area of the canvas containing the focus rect instead of simply XORing it away. 2) The focus rect on linux is solid line, not dotted line. The OS applications use a dotted line for focus and SWT should as well.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c15b54dc1c25ebdc0e38'}
62,425
I Build id: 200405111200 Externalizing Strings fails on a java file that I have, but it is hard to isolate the problem. Im opening the defect just for the stack dump: Internal Error: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:283) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:749) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.createChange (RefactoringWizard.java:559) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.computeUserInputSuccessorPage (RefactoringWizard.java:405) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.computeSuccessorPage (UserInputWizardPage.java:72) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.getNextPage (UserInputWizardPage.java:112) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage.getNextPage (ExternalizeWizardPage.java:1066) at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:672) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:300) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:505) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2725) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390) at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run (RefactoringWizardOpenOperation.java:120) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate (RefactoringStarter.java:40) at org.eclipse.jdt.ui.actions.ExternalizeStringsAction.openExternalizeStringsWizar d(ExternalizeStringsAction.java:157) at org.eclipse.jdt.ui.actions.FindStringsToExternalizeAction$NonNLSListDialog.open Wizard(FindStringsToExternalizeAction.java:406) at org.eclipse.jdt.ui.actions.FindStringsToExternalizeAction$NonNLSListDialog.butt onPressed(FindStringsToExternalizeAction.java:400) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:505) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2725) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390) at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.jdt.ui.actions.FindStringsToExternalizeAction.showResults (FindStringsToExternalizeAction.java:196) at org.eclipse.jdt.ui.actions.FindStringsToExternalizeAction.run (FindStringsToExternalizeAction.java:150) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:212) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:188) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:891) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:842) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:761) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2725) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706) Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.PropertyFileDocumentModel$KeyVa luePairModell.unwindEscapeChars(PropertyFileDocumentModel.java:216) at org.eclipse.jdt.internal.corext.refactoring.nls.PropertyFileDocumentModel$KeyVa luePairModell.getEncodedText(PropertyFileDocumentModel.java:158) at org.eclipse.jdt.internal.corext.refactoring.nls.PropertyFileDocumentModel.inser t(PropertyFileDocumentModel.java:41) at org.eclipse.jdt.internal.corext.refactoring.nls.NLSPropertyFileModifier.addInse rtEdits(NLSPropertyFileModifier.java:95) at org.eclipse.jdt.internal.corext.refactoring.nls.NLSPropertyFileModifier.addChan ges(NLSPropertyFileModifier.java:66) at org.eclipse.jdt.internal.corext.refactoring.nls.NLSPropertyFileModifier.create (NLSPropertyFileModifier.java:44) at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.createChange (NLSRefactoring.java:215) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run (CreateChangeOperation.java:117) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1674) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run (WorkbenchRunnableAdapter.java:52) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:101) Root exception: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.nls.PropertyFileDocumentModel$KeyVa luePairModell.unwindEscapeChars(PropertyFileDocumentModel.java:216) at org.eclipse.jdt.internal.corext.refactoring.nls.PropertyFileDocumentModel$KeyVa luePairModell.getEncodedText(PropertyFileDocumentModel.java:158) at org.eclipse.jdt.internal.corext.refactoring.nls.PropertyFileDocumentModel.inser t(PropertyFileDocumentModel.java:41) at org.eclipse.jdt.internal.corext.refactoring.nls.NLSPropertyFileModifier.addInse rtEdits(NLSPropertyFileModifier.java:95) at org.eclipse.jdt.internal.corext.refactoring.nls.NLSPropertyFileModifier.addChan ges(NLSPropertyFileModifier.java:66) at org.eclipse.jdt.internal.corext.refactoring.nls.NLSPropertyFileModifier.create (NLSPropertyFileModifier.java:44) at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.createChange (NLSRefactoring.java:215) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run (CreateChangeOperation.java:117) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1674) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run (WorkbenchRunnableAdapter.java:52) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:101)
normal
RESOLVED
FIXED
{'$oid': '52e9c15b54dc1c25ebdc0e39'}
62,426
This NPE occurs when an anonymous type is found as the search result. The PatternLocator class fails to create a match in: protected void matchReportReference(ASTNode reference, IJavaElement element, int accuracy, MatchLocator locator) throws CoreException { SearchMatch match = locator.newReferenceMatch(referenceType(), element, accuracy, reference.sourceStart, reference.sourceEnd+1); locator.report(match); } The reference and element parameters look good to me as far as I can tell: reference is shown as: { public int compare(Object o1, Object o2) { AbstractMetricSource left = (AbstractMetricSource) o1; AbstractMetricSource right = (AbstractMetricSource) o2; Metric lm = left.getValue(id); Metric rm = right.getValue(id); int result; if ((lm == null)) { result = ((rm == null) ? 0 : (- 1)); } else { result = (- lm.compareTo(rm)); } if ((result != 0)) return result; return left.getHandle().compareTo(right.getHandle()); } } and element is shown as: printValues(List, String, XMLPrintStream, MetricDescriptor) (not open) [in MetricsFirstExporter [in MetricsFirstExporter.java [in net.sourceforge.metrics.internal.xml [in src [in net.sourceforge.metrics]]]]] which is the surrounding method of the anonymous inner class. match being null results in an NPE in MatchLocator: SearchEngine$ResultCollectorAdapter.acceptSearchMatch(SearchMatch) line: 59 MatchLocator.report(SearchMatch) line: 1033 TypeDeclarationLocator(PatternLocator).matchReportReference(ASTNode, IJavaElement, int, MatchLocator) line: 230 MatchLocator.reportMatching(AbstractMethodDeclaration, IJavaElement, int, boolean, MatchingNodeSet) line: 1214 MatchLocator.reportMatching(TypeDeclaration, IJavaElement, int, MatchingNodeSet, int) line: 1422 MatchLocator.reportMatching(CompilationUnitDeclaration, boolean) line: 1279 MatchLocator.process(PossibleMatch, boolean) line: 968 MatchLocator.locateMatches(JavaProject, PossibleMatch[], int, int) line: 622 MatchLocator.locateMatches(JavaProject, PossibleMatchSet) line: 656 MatchLocator.locateMatches(SearchDocument[]) line: 747 JavaSearchParticipant.locateMatches(SearchDocument[], SearchPattern, IJavaSearchScope, SearchRequestor, IProgressMonitor) line: 157 QualifiedTypeDeclarationPattern(InternalSearchPattern).findMatches (SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) line: 107 SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) line: 739 The anonymous inner class being reported as the search result looks like this: Collections.sort(values, new Comparator() { public int compare(Object o1, Object o2) { AbstractMetricSource left = (AbstractMetricSource)o1; AbstractMetricSource right = (AbstractMetricSource)o2; Metric lm = left.getValue(id); Metric rm = right.getValue(id); int result; if (lm == null) { // BUG #826997 result = (rm == null) ? 0 : -1; } else { result = -lm.compareTo(rm); // BUG 746394 } if (result != 0) return result; return left.getHandle().compareTo (right.getHandle()); } });
normal
RESOLVED
WORKSFORME
{'$oid': '52e9c15b54dc1c25ebdc0e3a'}
62,428
I'm using eclipse eclipse I20040514 on osx 10.3.3 with java 1.4.2. I once got the following exception when quiting eclipse: !ENTRY org.eclipse.jdt.core 4 4 May 16, 2004 23:13:51.806 !MESSAGE Exception occurred during problem detection: !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.core.JavaConventions.validateClassFileName(JavaConventions.java:191) at org.eclipse.jdt.internal.core.util.Util.isValidClassFileName(Util.java:1002) at org.eclipse.jdt.internal.core.ClassFile.isValidClassFile(ClassFile.java:467) at org.eclipse.jdt.internal.core.ClassFile.buildStructure(ClassFile.java:76) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:183) at org.eclipse.jdt.internal.core.BinaryMember.generateInfos(BinaryMember.java:46) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:573) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:310) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:296) at org.eclipse.jdt.internal.core.BinaryType.isInterface(BinaryType.java:537) at org.eclipse.jdt.internal.core.BinaryType.isClass(BinaryType.java:521) at org.eclipse.jdt.internal.core.NameLookup.acceptType(NameLookup.java:121) at org.eclipse.jdt.internal.core.NameLookup.seekTypesInBinaryPackage(NameLookup.java:605) at org.eclipse.jdt.internal.core.NameLookup.seekTypes(NameLookup.java:549) at org.eclipse.jdt.internal.core.NameLookup.findType(NameLookup.java:382) at org.eclipse.jdt.internal.core.NameLookup.findType(NameLookup.java:353) at org.eclipse.jdt.internal.core.SearchableEnvironment.find(SearchableEnvironment.java:78) at org.eclipse.jdt.internal.core.SearchableEnvironment.findType(SearchableEnvironment.java:157) at org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.askForType(LookupEnvironment.java:95) at org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getType(PackageBinding.java:117) at org.eclipse.jdt.internal.compiler.lookup.Scope.findType(Scope.java:770) at org.eclipse.jdt.internal.compiler.lookup.Scope.getTypeOrPackage(Scope.java:1460) at org.eclipse.jdt.internal.compiler.lookup.Scope.getType(Scope.java:1271) at org.eclipse.jdt.internal.compiler.ast.SingleTypeReference.getTypeBinding(SingleTypeReference.java:43) at org.eclipse.jdt.internal.compiler.ast.TypeReference.resolveType(TypeReference.java:99) at org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.resolve(LocalDeclaration.java:137) at org.eclipse.jdt.internal.compiler.ast.Block.resolve(Block.java:101) at org.eclipse.jdt.internal.compiler.ast.IfStatement.resolve(IfStatement.java:226) at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolveStatements(AbstractMethodDeclaration.java:381) at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.resolveStatements(MethodDeclaration.java:137) at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolve(AbstractMethodDeclaration.java:358) at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:922) at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:971) at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.resolve(CompilationUnitDeclaration.java:273) at org.eclipse.jdt.internal.compiler.Compiler.resolve(Compiler.java:562) at org.eclipse.jdt.internal.compiler.Compiler.resolve(Compiler.java:601) at org.eclipse.jdt.internal.core.CompilationUnitProblemFinder.process(CompilationUnitProblemFinder.java:166) at org.eclipse.jdt.internal.core.CompilationUnitProblemFinder.process(CompilationUnitProblemFinder.java:206) at org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.executeOperation(ReconcileWorkingCopyOperation.java:76) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:700) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:739) at org.eclipse.jdt.internal.core.CompilationUnit.reconcile(CompilationUnit.java:1097) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile(JavaReconcilingStrategy.java:88) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.initialReconcile(JavaReconcilingStrategy.java:156) at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.initialReconcile(CompositeReconcilingStrategy.java:114) at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.initialReconcile(JavaCompositeReconcilingStrategy.java:122) at org.eclipse.jface.text.reconciler.MonoReconciler.initialProcess(MonoReconciler.java:104) at org.eclipse.jdt.internal.ui.text.JavaReconciler.initialProcess(JavaReconciler.java:280) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:155) java.lang.NullPointerException at org.eclipse.ui.editors.text.TextFileDocumentProvider.<init>(TextFileDocumentProvider.java:347) at org.eclipse.ui.editors.text.TextFileDocumentProvider.<init>(TextFileDocumentProvider.java:337) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider.<init>(CompilationUnitDocumentProvider.java:761) at org.eclipse.jdt.internal.ui.JavaPlugin.getCompilationUnitDocumentProvider(JavaPlugin.java:514) at org.eclipse.jdt.internal.ui.JavaPlugin.getWorkingCopyManager(JavaPlugin.java:526) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.getInputJavaElement(CompilationUnitEditor.java:1310) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.reconciled(CompilationUnitEditor.java:1730) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile(JavaReconcilingStrategy.java:117) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.initialReconcile(JavaReconcilingStrategy.java:156) at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.initialReconcile(CompositeReconcilingStrategy.java:114) at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.initialReconcile(JavaCompositeReconcilingStrategy.java:122) at org.eclipse.jface.text.reconciler.MonoReconciler.initialProcess(MonoReconciler.java:104) at org.eclipse.jdt.internal.ui.text.JavaReconciler.initialProcess(JavaReconciler.java:280) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:155)
normal
RESOLVED
INVALID
{'$oid': '52e9c15b54dc1c25ebdc0e3b'}
62,427
I'm using eclipse eclipse I20040514 on osx 10.3.3 with java 1.4.2. I once got the following exception when quiting eclipse: java.lang.NoClassDefFoundError at org.eclipse.jdt.core.dom.AST.newTypeDeclaration(AST.java:1480) at org.eclipse.jdt.core.dom.ASTConverter.convert(ASTConverter.java:249) at org.eclipse.jdt.core.dom.ASTConverter.convert(ASTConverter.java:151) at org.eclipse.jdt.core.dom.AST.convertCompilationUnit(AST.java:251) at org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.executeOperation(ReconcileWorkingCopyOperation.java:81) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:700) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:739) at org.eclipse.jdt.internal.core.CompilationUnit.reconcile(CompilationUnit.java:1097) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile(JavaReconcilingStrategy.java:88) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.initialReconcile(JavaReconcilingStrategy.java:156) at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.initialReconcile(CompositeReconcilingStrategy.java:114) at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.initialReconcile(JavaCompositeReconcilingStrategy.java:122) at org.eclipse.jface.text.reconciler.MonoReconciler.initialProcess(MonoReconciler.java:104) at org.eclipse.jdt.internal.ui.text.JavaReconciler.initialProcess(JavaReconciler.java:280) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:155) java.lang.ExceptionInInitializerError at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:141) at org.eclipse.jdt.core.dom.TypeDeclaration.<clinit>(TypeDeclaration.java:140) at org.eclipse.jdt.core.dom.AST.newTypeDeclaration(AST.java:1480) at org.eclipse.jdt.core.dom.ASTConverter.convert(ASTConverter.java:249) at org.eclipse.jdt.core.dom.ASTConverter.convert(ASTConverter.java:151) at org.eclipse.jdt.core.dom.AST.convertCompilationUnit(AST.java:251) at org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.executeOperation(ReconcileWorkingCopyOperation.java:81) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:700) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:739) at org.eclipse.jdt.internal.core.CompilationUnit.reconcile(CompilationUnit.java:1097) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile(JavaReconcilingStrategy.java:88) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.initialReconcile(JavaReconcilingStrategy.java:156) at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.initialReconcile(CompositeReconcilingStrategy.java:114) at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.initialReconcile(JavaCompositeReconcilingStrategy.java:122) at org.eclipse.jface.text.reconciler.MonoReconciler.initialProcess(MonoReconciler.java:104) at org.eclipse.jdt.internal.ui.text.JavaReconciler.initialProcess(JavaReconciler.java:280) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:155) Caused by: java.lang.NullPointerException at org.eclipse.jdt.core.dom.ASTNode.addProperty(ASTNode.java:1735) at org.eclipse.jdt.core.dom.TypeParameter.<clinit>(TypeParameter.java:56) ... 18 more java.lang.NoClassDefFoundError at org.eclipse.jdt.core.dom.AST.newTypeDeclaration(AST.java:1480) at org.eclipse.jdt.core.dom.ASTConverter.convert(ASTConverter.java:249) at org.eclipse.jdt.core.dom.ASTConverter.convert(ASTConverter.java:151) at org.eclipse.jdt.core.dom.AST.convertCompilationUnit(AST.java:251) at org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.executeOperation(ReconcileWorkingCopyOperation.java:81) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:700) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:739) at org.eclipse.jdt.internal.core.CompilationUnit.reconcile(CompilationUnit.java:1097) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile(JavaReconcilingStrategy.java:88) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.initialReconcile(JavaReconcilingStrategy.java:156) at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.initialReconcile(CompositeReconcilingStrategy.java:114) at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.initialReconcile(JavaCompositeReconcilingStrategy.java:122) at org.eclipse.jface.text.reconciler.MonoReconciler.initialProcess(MonoReconciler.java:104) at org.eclipse.jdt.internal.ui.text.JavaReconciler.initialProcess(JavaReconciler.java:280) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:155)
normal
RESOLVED
INVALID
{'$oid': '52e9c15b54dc1c25ebdc0e3c'}
62,423
PROBLEM: While the about dialog has some flexibility for branding, our application requires more. In our about dialog box we need a canvas in place of the top part of the standard about dialog that contains the branding image and/or branding text. It is our desire to display our version and license text at certain offsets over the image instead of having the image and text displayed side by side. In addition, we desire the flexibility to have only specific elements of the about dialog visible. We do not want the feature image buttons row and the "Feature Details" button to be visible but do want the "Plug-in Details" and "Configuration Details" buttons visible. We have also bumped into the bug that the about dialog box is in org.eclipse.ui.ide (bug #54052). SOLUTION: Needed to modify the code in AboutDialog.java to add a canvas, AboutCanvas.java, and comment out unwanted ui elements. AboutDialog.java required the following files to be moved out of org.eclipse.ui.ide and modified to work outside that environment. AboutAction.java AboutPluginsDialog.java ProductInfoDialog.java SystemSummaryDialog.java
normal
RESOLVED
WONTFIX
{'$oid': '52e9c15b54dc1c25ebdc0e3d'}
62,429
An editor is entitled to assume that its document partitioner will be set. But when the user associates an extension, e.g., "*.foo", with an editor using preferences, the partitioner for the editor is never set and there is no API (plugin.xml or otherwise) to make it happen. This is fundamentally broken in Eclipse and must be fixed before 3.0 ships. Prior to 3.0, an editor could solve the problem by always forcing its own IDocumentProvider when the editor class was initialized. The documentprovider then attached the partitioner to the document when it was created. This was a well-known idiom, used by many editors and in the editor sample code. However, in 3.0, there is a new philosophy: that the documentprovider is chosen by Eclipse, with hooks provided, e.g., IDocumentSetupParticipant, that allow a plugin to get its partitioner established without needing to override the system-provided IDocumentProvider. However, this scheme has the same flaw that previous releases have shared, it is driven by file extension and therefore doesn't work when the user just makes up a new extension for, e.g., Java or XML files. This puts an editor plugin in an awkward position. If it forces a particular documentprovider, the editor won't work with the new TextFileDocumentProvider and therefore won't work with Open External File. If it doesn't, it won't work correctly with user-invented file extensions.
normal
RESOLVED
FIXED
{'$oid': '52e9c15b54dc1c25ebdc0e3e'}
62,430
When creating a new plugin/fragment project WITH a manifest.mf, we set the encoding of the manifest.mf to be UTF-8. This causes the creation of a .settings directory and a core.resources.pref file. When I have such a project in my workspace, I get nthe following stack upon startup. !SESSION May 16, 2004 19:34:40.432 -------------------------------------------- - eclipse.buildId=unknown 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.resources 4 4 May 16, 2004 19:34:40.432 !MESSAGE Exception occurred while saving project preferences: /com.example.ui.fragment/.settings/org.eclipse.core.resources.pref s. !STACK 1 org.eclipse.core.internal.resources.ResourceException: The resource tree is locked for modifications. at org.eclipse.core.internal.resources.WorkManager.checkIn (WorkManager.java:93) at org.eclipse.core.internal.resources.Workspace.prepareOperation (Workspace.java:1629) at org.eclipse.core.internal.resources.File.setContents(File.java:329) at org.eclipse.core.internal.resources.ProjectPreferences.save (ProjectPreferences.java:258) at org.eclipse.core.internal.preferences.EclipsePreferences.flush (EclipsePreferences.java:334) at org.eclipse.core.internal.preferences.EclipsePreferences.create (EclipsePreferences.java:291) at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode (EclipsePreferences.java:517) at org.eclipse.core.internal.preferences.EclipsePreferences.node (EclipsePreferences.java:647) at org.eclipse.core.resources.ProjectScope.getNode (ProjectScope.java:66) at org.eclipse.core.internal.resources.CharsetManager.getPreferences (CharsetManager.java:161) at org.eclipse.core.internal.resources.CharsetManager.access$0 (CharsetManager.java:160) at org.eclipse.core.internal.resources.CharsetManager$Listener.processEntryChanges (CharsetManager.java:86) at org.eclipse.core.internal.resources.CharsetManager$Listener.resourceChanged (CharsetManager.java:134) at org.eclipse.core.internal.events.NotificationManager$2.run (NotificationManager.java:319) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.core.internal.events.NotificationManager.notify (NotificationManager.java:313) at org.eclipse.core.internal.events.NotificationManager.broadcastChanges (NotificationManager.java:156) at org.eclipse.core.internal.resources.Workspace.broadcastChanges (Workspace.java:172) at org.eclipse.core.internal.resources.Workspace.endOperation (Workspace.java:902) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1683) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:3232) at org.eclipse.jdt.core.JavaCore.setClasspathContainer (JavaCore.java:3402) at org.eclipse.pde.internal.core.ModelEntry.updateClasspathContainer (ModelEntry.java:109) at org.eclipse.pde.internal.core.RequiredPluginsInitializer.initialize (RequiredPluginsInitializer.java:40) at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer (JavaModelManager.java:1187) at org.eclipse.jdt.internal.core.JavaModelManager.initializeAllContainers (JavaModelManager.java:1161) at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer (JavaModelManager.java:824) at org.eclipse.jdt.core.JavaCore.getClasspathContainer (JavaCore.java:1182) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1877) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1788) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1739) at org.eclipse.jdt.internal.core.JavaProject.buildStructure (JavaProject.java:266) at org.eclipse.jdt.internal.core.Openable.generateInfos (Openable.java:183) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed (JavaElement.java:573) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:310) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:296) at org.eclipse.jdt.internal.core.JavaElement.getChildren (JavaElement.java:251) at org.eclipse.jdt.internal.core.JavaProject.getPackageFragmentRoots (JavaProject.java:1569) at org.eclipse.jdt.ui.StandardJavaElementContentProvider.getPackageFragmentRoots (StandardJavaElementContentProvider.java:250) at org.eclipse.jdt.ui.StandardJavaElementContentProvider.getChildren (StandardJavaElementContentProvider.java:168) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerContentProvider.getChild ren(PackageExplorerContentProvider.java:115) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$5.getFilteredChildr en(PackageExplorerPart.java:345) at org.eclipse.jface.viewers.AbstractTreeViewer.isExpandable (AbstractTreeViewer.java:1138) at org.eclipse.jface.viewers.AbstractTreeViewer.updatePlus (AbstractTreeViewer.java:1585) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem (AbstractTreeViewer.java:378) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run (AbstractTreeViewer.java:357) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren (AbstractTreeViewer.java:343) at org.eclipse.jface.viewers.AbstractTreeViewer$5.run (AbstractTreeViewer.java:783) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection (StructuredViewer.java:788) at org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged (AbstractTreeViewer.java:773) at org.eclipse.jface.viewers.ContentViewer.setInput (ContentViewer.java:238) at org.eclipse.jface.viewers.StructuredViewer.setInput (StructuredViewer.java:972) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.createPartControl (PackageExplorerPart.java:287) at org.eclipse.ui.internal.PartPane$1.run(PartPane.java:93) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.PartPane.createChildControl (PartPane.java:89) at org.eclipse.ui.internal.ViewPane.createChildControl (ViewPane.java:143) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:150) at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:131) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection (PartStack.java:710) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:315) at org.eclipse.ui.internal.ViewStack.createControl(ViewStack.java:99) at org.eclipse.ui.internal.PartSashContainer.createControl (PartSashContainer.java:392) at org.eclipse.ui.internal.PerspectiveHelper.activate (PerspectiveHelper.java:156) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:718) at org.eclipse.ui.internal.WorkbenchPage.onActivate (WorkbenchPage.java:1974) at org.eclipse.ui.internal.WorkbenchWindow$7.run (WorkbenchWindow.java:1910) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:1897) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1465) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1206) at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1173) at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1084) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1017) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState (WorkbenchConfigurer.java:167) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows (WorkbenchAdvisor.java:648) at org.eclipse.ui.internal.Workbench.init(Workbench.java:807) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1301) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706) !SUBENTRY 1 org.eclipse.core.resources 4 380 May 16, 2004 19:34:40.442 !MESSAGE The resource tree is locked for modifications. !ENTRY org.eclipse.core.runtime 4 4 May 16, 2004 19:34:40.452 !MESSAGE Exception loading preferences from: D:/Eclipse/UpdatedSource/runtime- workspace/com.example.ui.fragment/.settings/org.eclipse.core.resources.prefs. !STACK 0 org.osgi.service.prefs.BackingStoreException: Exception occurred while saving project preferences: /com.example.ui.fragment/.settings/org.eclipse.core.resources.pref s. at org.eclipse.core.internal.resources.ProjectPreferences.save (ProjectPreferences.java:274) at org.eclipse.core.internal.preferences.EclipsePreferences.flush (EclipsePreferences.java:334) at org.eclipse.core.internal.preferences.EclipsePreferences.create (EclipsePreferences.java:291) at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode (EclipsePreferences.java:517) at org.eclipse.core.internal.preferences.EclipsePreferences.node (EclipsePreferences.java:647) at org.eclipse.core.resources.ProjectScope.getNode (ProjectScope.java:66) at org.eclipse.core.internal.resources.CharsetManager.getPreferences (CharsetManager.java:161) at org.eclipse.core.internal.resources.CharsetManager.access$0 (CharsetManager.java:160) at org.eclipse.core.internal.resources.CharsetManager$Listener.processEntryChanges (CharsetManager.java:86) at org.eclipse.core.internal.resources.CharsetManager$Listener.resourceChanged (CharsetManager.java:134) at org.eclipse.core.internal.events.NotificationManager$2.run (NotificationManager.java:319) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.core.internal.events.NotificationManager.notify (NotificationManager.java:313) at org.eclipse.core.internal.events.NotificationManager.broadcastChanges (NotificationManager.java:156) at org.eclipse.core.internal.resources.Workspace.broadcastChanges (Workspace.java:172) at org.eclipse.core.internal.resources.Workspace.endOperation (Workspace.java:902) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1683) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:3232) at org.eclipse.jdt.core.JavaCore.setClasspathContainer (JavaCore.java:3402) at org.eclipse.pde.internal.core.ModelEntry.updateClasspathContainer (ModelEntry.java:109) at org.eclipse.pde.internal.core.RequiredPluginsInitializer.initialize (RequiredPluginsInitializer.java:40) at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer (JavaModelManager.java:1187) at org.eclipse.jdt.internal.core.JavaModelManager.initializeAllContainers (JavaModelManager.java:1161) at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer (JavaModelManager.java:824) at org.eclipse.jdt.core.JavaCore.getClasspathContainer (JavaCore.java:1182) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1877) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1788) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1739) at org.eclipse.jdt.internal.core.JavaProject.buildStructure (JavaProject.java:266) at org.eclipse.jdt.internal.core.Openable.generateInfos (Openable.java:183) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed (JavaElement.java:573) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:310) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:296) at org.eclipse.jdt.internal.core.JavaElement.getChildren (JavaElement.java:251) at org.eclipse.jdt.internal.core.JavaProject.getPackageFragmentRoots (JavaProject.java:1569) at org.eclipse.jdt.ui.StandardJavaElementContentProvider.getPackageFragmentRoots (StandardJavaElementContentProvider.java:250) at org.eclipse.jdt.ui.StandardJavaElementContentProvider.getChildren (StandardJavaElementContentProvider.java:168) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerContentProvider.getChild ren(PackageExplorerContentProvider.java:115) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$5.getFilteredChildr en(PackageExplorerPart.java:345) at org.eclipse.jface.viewers.AbstractTreeViewer.isExpandable (AbstractTreeViewer.java:1138) at org.eclipse.jface.viewers.AbstractTreeViewer.updatePlus (AbstractTreeViewer.java:1585) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem (AbstractTreeViewer.java:378) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run (AbstractTreeViewer.java:357) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren (AbstractTreeViewer.java:343) at org.eclipse.jface.viewers.AbstractTreeViewer$5.run (AbstractTreeViewer.java:783) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection (StructuredViewer.java:788) at org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged (AbstractTreeViewer.java:773) at org.eclipse.jface.viewers.ContentViewer.setInput (ContentViewer.java:238) at org.eclipse.jface.viewers.StructuredViewer.setInput (StructuredViewer.java:972) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.createPartControl (PackageExplorerPart.java:287) at org.eclipse.ui.internal.PartPane$1.run(PartPane.java:93) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.PartPane.createChildControl (PartPane.java:89) at org.eclipse.ui.internal.ViewPane.createChildControl (ViewPane.java:143) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:150) at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:131) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection (PartStack.java:710) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:315) at org.eclipse.ui.internal.ViewStack.createControl(ViewStack.java:99) at org.eclipse.ui.internal.PartSashContainer.createControl (PartSashContainer.java:392) at org.eclipse.ui.internal.PerspectiveHelper.activate (PerspectiveHelper.java:156) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:718) at org.eclipse.ui.internal.WorkbenchPage.onActivate (WorkbenchPage.java:1974) at org.eclipse.ui.internal.WorkbenchWindow$7.run (WorkbenchWindow.java:1910) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:1897) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1465) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1206) at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1173) at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1084) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1017) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState (WorkbenchConfigurer.java:167) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows (WorkbenchAdvisor.java:648) at org.eclipse.ui.internal.Workbench.init(Workbench.java:807) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1301) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
normal
RESOLVED
FIXED
{'$oid': '52e9c15b54dc1c25ebdc0e3f'}
62,432
MsgDataElementImpl.getMsgCatalogTokensAsStrings() throws a NullPointerException. MsgDataElementImpl.getMsgCatalogTokensAsStrings() throws a NullPointerException on line 609 if any of the elements in the tokens ArrayList are null. Consider setting the element in the strToken array to null is an element in the tokens ArrayList is null.
normal
CLOSED
FIXED
{'$oid': '52e9c15c54dc1c25ebdc0e41'}
62,435
Selecting fonts like Courier New displays English correctly, but all Chinese fonts are displayed in Kai, which is very hard to read if size <12. Especially in java Editor.
enhancement
RESOLVED
FIXED
{'$oid': '52e9c15c54dc1c25ebdc0e42'}
62,434
When using the 0514 M9 integration build and targeting a 0506 M9 build, I get the following error when trying to launch the target in either debug or run mode. "Unable to restore Java source locator - invalid format." I have found no way to get around this problem and the error doesn't point me to a solution. I launched to a new workspace and I have tried deleting the configuration file but no difference was found.
major
RESOLVED
WONTFIX
{'$oid': '52e9c15c54dc1c25ebdc0e43'}
62,438
Build: I-20040514-0800 Since the osgi.bundles key is commented out from the configuration/config.ini file of the Eclipse install, PDE resorts to the eclipse.properties file in the org.eclipse.osgi plug-in to get the list of autostart plug-ins. In this file, however, the line containing the new syntax (elg. @2:start) is commented out, while the old one is not. This should be reversed, since when PDE populates the configuration tab of the launcher, it will now look for ones specifying "start" only.
normal
RESOLVED
FIXED
{'$oid': '52e9c15c54dc1c25ebdc0e44'}
62,439
Build: I-20040514 - 0800 Create a new plug-in project WITH a manifest.mf Go to the extensions tab. Try to add an extension. You will get the exception below. Ahh, those listener transfers... Error May 17, 2004 01:58:51.975 java.util.ConcurrentModificationException java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification(Unknown Source) at java.util.AbstractList$Itr.next(Unknown Source) at org.eclipse.pde.internal.core.AbstractModel.fireModelChanged (AbstractModel.java:62) at org.eclipse.pde.internal.core.bundle.BundlePluginModelBase.fireModelChanged (BundlePluginModelBase.java:141) at org.eclipse.pde.internal.core.bundle.BundlePluginBase.modelChanged (BundlePluginBase.java:43) at org.eclipse.pde.internal.ui.model.AbstractEditingModel.fireModelChanged (AbstractEditingModel.java:180) at org.eclipse.pde.internal.ui.model.plugin.PluginObjectNode.fireModelChanged (PluginObjectNode.java:178) at org.eclipse.pde.internal.ui.model.plugin.PluginObjectNode.fireStructureChanged (PluginObjectNode.java:170) at org.eclipse.pde.internal.ui.model.plugin.PluginBaseNode.add (PluginBaseNode.java:186) at org.eclipse.pde.internal.core.bundle.BundlePluginBase.add (BundlePluginBase.java:371) at org.eclipse.pde.internal.ui.wizards.extension.PointSelectionPage.finish (PointSelectionPage.java:356) at org.eclipse.pde.internal.ui.wizards.extension.NewExtensionWizard.performFinish (NewExtensionWizard.java:73) at org.eclipse.jface.wizard.WizardDialog.finishPressed (WizardDialog.java:607) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:305) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:505) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2725) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390) at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.pde.internal.ui.editor.plugin.ExtensionsSection$3.run (ExtensionsSection.java:378) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.pde.internal.ui.editor.plugin.ExtensionsSection.handleNew (ExtensionsSection.java:368) at org.eclipse.pde.internal.ui.editor.plugin.ExtensionsSection.buttonSelected (ExtensionsSection.java:183) at org.eclipse.pde.internal.ui.editor.TreeSection$PartAdapter.buttonSelected (TreeSection.java:36) at org.eclipse.pde.internal.ui.parts.SharedPartWithButtons$SelectionHandler.button Selected(SharedPartWithButtons.java:34) at org.eclipse.pde.internal.ui.parts.SharedPartWithButtons$SelectionHandler.widget Selected(SharedPartWithButtons.java:27) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2725) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2390) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
normal
RESOLVED
FIXED
{'$oid': '52e9c15c54dc1c25ebdc0e45'}
62,436
I created new plugin project, and, using PDE Editor's dependancy page, was adding pre-req plugins to list. when I tried to save, I got error message basically saying it couldn't save to do exception. This was with 5/6 build in my daily working environment. I could not recreate on 5/14 I-build with fresh workspace, so not sure if its something that was fixed, or something that has to do with fresh (near empty) workspace, but thought I'd report all exceptions in my log file, in case it rings any bells.
normal
RESOLVED
DUPLICATE
{'$oid': '52e9c15c54dc1c25ebdc0e46'}
62,437
My development environment "hung". I did ctrl-break and will attache stack dumps. I can't read these (easily) in detail, but looked related to JDT indexing, so thought I'd route to JDT first. The only thing "unusuall" I was doing in IDE was that I'd just copied a java source file form one plugin/package to another plugin/package. The first was open in an editor before the copy, after the copy I opened the second one, then closed the first one. Then it hung. Hopefully the stack traces will be more revealing. This was with 0506 I-build, using following VM: java version "1.4.2" J9 - VM for the Java(TM) platform (build 2.1) IBM J9SE VM (build 2.1, J2RE 1.4.2 IBM J9 build 20040422 (JIT enabled))
major
VERIFIED
FIXED
{'$oid': '52e9c15c54dc1c25ebdc0e47'}
62,433
I've tried to define a new "content type" for JSPs, but if the file is actually empty, then its parent' type is queried for content type, instead of using the default as defined in the plugin extension. Is this intentional for some use-case I can't imagine? From looking at the code in File's getCharset, it seems to be. Secondly, it also seems like if the resource does not exist its parent type is also used, but again, the new content type's default should apply. Is there a why to "override" this behavior or is it a design bug? (I would think it'd be typical case, and unit tests should test this). My extentension point looks like the following, (and if the content is empty, is seems my describer is never called, which is fine, but I'd still want my specified charset to apply). <extension point="org.eclipse.core.runtime.contentTypes"> <content-type file-extensions="jsp" priority="high" name="JSP Content Type" id="jsp" base-type="org.eclipse.core.runtime.text" default-charset="ISO-8859-1"> <describer class="com.ibm.sse.model.jsp.contenttype. ContentDescriberForJSP"/> </content-type> </extension> I've marked as 'blocker' since this would prohibit use of new content type/charset APIs. (And, apologies in advance if I misunderstood again how extension point is to be defined ... I assumed any "text" its to extend 'text'?)
blocker
RESOLVED
FIXED
{'$oid': '52e9c15c54dc1c25ebdc0e48'}
62,441
enhancement
RESOLVED
FIXED
{'$oid': '52e9c15c54dc1c25ebdc0e49'}
62,442
I downloaded and tried out the Integration build I20040514 (on a Mac), for a quick test on how things were progressing towards M9/RC0. The first thing I noticed was that the Checkstyle plugin did not work. On checking the log, this plugin had been disabled because it declared a dependency on the plugin org.apache.xerces. M9 has removed this plugin, as documented in bug 37696. Given that Checkstyle is probably not the only plugin to use the previous Xerces stuff, the 'What's New in M9' document needs to highlight this change between M8 and M9, and preferably describe to plugin writers how to switch from Xerces to the XML parser(s) built in to Java 1.4.
normal
RESOLVED
FIXED
{'$oid': '52e9c15c54dc1c25ebdc0e4a'}
62,444
I20040514 SetFocus is called on PackageExplorerPart before createPartControl is called which results in the following NPE. This was different in the past. !SESSION May 17, 2004 09:23:49.312 -------------------------------------------- - eclipse.buildId=unknown java.fullversion=J2RE 1.4.1 IBM J9 build 20040510 (JIT enabled) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !ENTRY org.eclipse.core.runtime 4 2 May 17, 2004 09:23:49.322 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 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.jdt.internal.ui.packageview.PackageExplorerPart.setFocus (PackageExplorerPart.java) at org.eclipse.ui.internal.WorkbenchPage$2.run(WorkbenchPage.java:469) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.WorkbenchPage.activatePart (WorkbenchPage.java:466) at org.eclipse.ui.internal.WorkbenchPage.onActivate (WorkbenchPage.java:1991) at org.eclipse.ui.internal.WorkbenchWindow$7.run (WorkbenchWindow.java:1910) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:1897) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1465) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1206) at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1173) at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1084) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:668) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1017) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState (WorkbenchConfigurer.java:167) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows (WorkbenchAdvisor.java:648) at org.eclipse.ui.internal.Workbench.init(Workbench.java:807) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1301) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java: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:722) at org.eclipse.core.launcher.Main.main(Main.java:706) Steps to reproduce: - shutdown workbench with package explorer active - restart workbench.
major
RESOLVED
DUPLICATE
{'$oid': '52e9c15c54dc1c25ebdc0e4b'}
62,445
The class viewer (which is opened when "Open Declaration" of some type/class whose source is not attatched), would be more useful if we can search it for a certain field or method, I think.
enhancement
RESOLVED
DUPLICATE
{'$oid': '52e9c15c54dc1c25ebdc0e4d'}
62,447
JBuilder don't recognize aspect keyword, For ex when we create new aspect: public aspect MyAspect { } It gives error on aspect keyword.
critical
RESOLVED
INVALID