issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
48,732 | Bug 48732 ChangeTypeRefactoring: shouldn't create Error exception | I20031211 The method collectAffectedUnits contains shouldn't contain code like if (selectedMethod == null){ throw new Error(RefactoringCoreMessages.getString ("ChangeTypeAction.exception")); //$NON-NLS-1$ } Bindins.finsMethod can return null and the code should handle the case and not throw an error which isn't very helpful for the user. So please check this in checkActivation/checkInput and generate a corresponding refactoring status. | resolved fixed | 42c4248 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testObjectReturnType_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testObjectReturnType_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ChangeTypeRefactoringTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-28T16:34:03Z" | "2003-12-15T12:06:40Z" |
59,326 | Bug 59326 DeferredMethodWrapper needs to update imports | We are going to move IElementCollector to org.eclipse.ui.progress in M9 so please update your imports accordingly in DeferredMethodWrapper . The org.eclipse.ui.progress.IElementCollector currently extends org.eclipse.jface.progress.IElementCollector but this dependency will be severed in M9 and the jface version will be deleted. | resolved fixed | 72784bd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/DeferredMethodWrapper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-27T17:26:51Z" | "2004-04-20T19:40:00Z" |
39,783 | Bug 39783 [preferences] template editor in preferences should honor partition type | 200307030800 1. Preferences, Java->Editor->Templates 2. Add a template for javadoc 3. syntax highlighting shows default (java) partition type highlighting -> should respect partition type setting, e.g. initialize the viewer with javadoc | resolved fixed | e1cf258 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaTemplatePreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-27T12:31:08Z" | "2003-07-09T05:53:20Z" |
60,078 | Bug 60078 NPE in ASTConverter | Failing test in N-N20040427-200404270010, org.eclipse.jdt.ui.tests. I disabled the test for the I-build. 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 java.lang.StringBuffer.append(StringBuffer.java:493) at org.eclipse.jdt.core.dom.TypeBinding.getKey(TypeBinding.java) at org.eclipse.jdt.core.dom.DefaultBindingResolver.resolveType(DefaultBindingResolver.java:457) at org.eclipse.jdt.core.dom.TypeDeclaration.resolveBinding(TypeDeclaration.java:779) at org.eclipse.jdt.core.dom.ASTConverter.convert(ASTConverter.java:277) at org.eclipse.jdt.core.dom.ASTConverter.buildBodyDeclarations(ASTConverter.java:338) at org.eclipse.jdt.core.dom.ASTConverter.convert(ASTConverter.java:271) at org.eclipse.jdt.core.dom.ASTConverter.convert(ASTConverter.java:1809) at org.eclipse.jdt.core.dom.ASTConverter.convert(ASTConverter.java:767) at org.eclipse.jdt.core.dom.ASTConverter.buildBodyDeclarations(ASTConverter.java:333) at org.eclipse.jdt.core.dom.ASTConverter.convert(ASTConverter.java:271) at org.eclipse.jdt.core.dom.ASTConverter.convert(ASTConverter.java:149) at org.eclipse.jdt.core.dom.ASTParser.convert(ASTParser.java:707) at org.eclipse.jdt.core.dom.ASTParser.internalCreateAST(ASTParser.java:677) at org.eclipse.jdt.core.dom.ASTParser.createAST(ASTParser.java:573) at org.eclipse.jdt.internal.corext.codemanipulation.OrganizeImportsOperation.<init>(OrganizeImportsOperation.java:516) at org.eclipse.jdt.internal.corext.codemanipulation.OrganizeImportsOperation.<init>(OrganizeImportsOperation.java:520) at org.eclipse.jdt.ui.tests.core.ImportOrganizeTest.testImportOfMemberFromLocal(ImportOrganizeTest.java:1093) 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 junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) at junit.extensions.TestSetup$1.protect(TestSetup.java:19) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.extensions.TestSetup.run(TestSetup.java:23) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:422) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:306) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:30) at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run(UITestApplication.java:91) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2569) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2274) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1437) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1408) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:244) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.pde.internal.junit.runtime.UITestApplication.run(UITestApplication.java:34) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:280) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:240) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at org.eclipse.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:699) at org.eclipse.core.launcher.Main.main(Main.java:683) | verified fixed | 9458409 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-27T11:03:36Z" | "2004-04-27T10:00:00Z" |
60,077 | Bug 60077 NPE in JavaSearchTableContentProvider | Smoke Test: I200404220800.from20040427_1125 - earlier, made one search for type "Test" in Java Browsing Perspective - switched to Java Perspective (Search view not visible) - some editing in TestResult.java - enabled "Show Source of Selected Element Only" and selected class TestResult in Outline - used regex find-replace: find: "\s(\w*)\(.*\)\s*\{\s*\n\s*", replace: "method: \1" - had cursor before method addError(..) - pressed Find, pressed Replace/Find (this replaced the "Test" reference in the parameters) -> error dialog and log: Error Apr 27, 2004 12:00:48.314 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.jdt.internal.ui.search.JavaSearchTableContentProvider.elementsChanged(JavaSearchTableContentProvider.java:32) at org.eclipse.jdt.internal.ui.search.JavaSearchResultPage.elementsChanged(JavaSearchResultPage.java:191) at org.eclipse.search.ui.text.AbstractTextSearchViewPage.runBatchedUpdates(AbstractTextSearchViewPage.java:834) at org.eclipse.search.ui.text.AbstractTextSearchViewPage.access$0(AbstractTextSearchViewPage.java:824) at org.eclipse.search.ui.text.AbstractTextSearchViewPage$UpdateUIJob.runInUIThread(AbstractTextSearchViewPage.java:111) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:82) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2569) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2274) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1437) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1408) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:244) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:280) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:240) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:699) at org.eclipse.core.launcher.Main.main(Main.java:683) | resolved fixed | d39062e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchTableContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-27T10:29:14Z" | "2004-04-27T10:00:00Z" |
52,611 | Bug 52611 [QuickDiff] Let QuickDiff hovers adapt to horizontal scrollbar | Test Case: - on a long line: make a change such that you have to scroll horizontally to see the change - use QuickDiff -> Hover shows line from its start and does not match the horizontally scrolled text in the editor | resolved fixed | 28e3818 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/CustomSourceInformationControl.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaChangeHover.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-27T08:16:01Z" | "2004-02-20T12:26:40Z" |
47,499 | Bug 47499 Quick Diff hovers don't use text editor font | Quick Diff difference hovers use the java editor's text font for hovers to provide an easy "visual diff" by hovering/unhovering. This doesn't work in *text* editors (e.g. on a *.properties file), since the hover uses a default font and doesn't take over the text editor's. | resolved fixed | 94306bf | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaChangeHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-26T16:14:07Z" | "2003-11-26T09:46:40Z" |
47,097 | Bug 47097 [content assist] Pressing Semicolon to commit content assist bypasses smart semicolon | When content assist is present, semicolon will commit the current proposal. But, the semicolon is not processed in the normal manner by the editor. setValue(rect.wid<<ASSIST>>) pressing ";" should add the semicolon at the end of the line when smart semicolon is enabled. 3.0 M4 | resolved fixed | 8f117f3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-26T14:35:22Z" | "2003-11-20T14:53:20Z" |
58,800 | Bug 58800 NLS Search: should support search again | 20040413 - do a NLS search (I got an unused key entry) - do a searh again observe: the unused key entry is doubled. | resolved fixed | 05b8e09 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchQuery.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultCollector2.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultLabelProvider2.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ElementNameSorter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchSorter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ParentNameSorter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/PathNameSorter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-23T13:34:10Z" | "2004-04-16T10:06:40Z" |
54,892 | Bug 54892 [call hierarchy] javadoc misleads Call Hierarchy | Using build I20040226 on a Win2K SP4 box, the Call Hierarchy view is consistently fooled by method names present in javadoc statement. Take this situation: a certain method A is mentioned in the javadoc comments for another method B (for example, in a {@link} tag). When using Call Hierarchy for method A, it lists method B as calling method A. This is of course not true, since method A only appears in method B's javadoc comments. Call Hierarchy should ignore any javadoc or regular comments appearing in the methods. | resolved fixed | b2e6244 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallerMethodWrapper.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/MethodReferencesSearchCollector.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/MethodReferencesSearchRequestor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-23T09:12:50Z" | "2004-03-15T19:46:40Z" |
59,369 | Bug 59369 The search view should not include an inner border | null | resolved fixed | 1f3d0d6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-22T08:23:51Z" | "2004-04-21T01:13:20Z" |
54,444 | Bug 54444 Extract local var and Convert local to field suggest bad name [refactoring] | I20040310 I have the following line, no errors. SortByDefiningTypeAction fSortByDefiningTypeAction= new SortByDefiningTypeAction(); When I convert this variable to a field the suggested name is fAction | resolved fixed | 6638e4e | ["org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_test22_in.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/PromoteTempToFieldTests.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/PromoteTempToFieldRefactoring.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractTempWizard.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PromoteTempWizard.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/FieldNameProcessor.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/TempNameProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-21T14:27:02Z" | "2004-03-11T10:13:20Z" |
59,229 | Bug 59229 AssertionFailed when restoring from local history | smoke for I20040420 1. open SimpleTest.java 2. select all in editor 3. delete 4. save 5. select SimpleTest.java in Package Explorer 6. context menu > Restore From Local Histore... 7. select all elements 8. click Restore ==> nothing restores and Assertion failure (see below) I looks as if restoring CU children always fails. Restoring elements for types works. org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed: at org.eclipse.jface.util.Assert.isTrue(Assert.java:168) at org.eclipse.jface.util.Assert.isTrue(Assert.java:154) at org.eclipse.jdt.internal.ui.compare.JavaAddElementFromHistory.getPlaceHolderType(JavaAddElementFromHistory.java:267) at org.eclipse.jdt.internal.ui.compare.JavaAddElementFromHistory.createASTNode(JavaAddElementFromHistory.java:204) at org.eclipse.jdt.internal.ui.compare.JavaAddElementFromHistory.run(JavaAddElementFromHistory.java:157) at org.eclipse.jdt.internal.ui.compare.JavaHistoryAction.run(JavaHistoryAction.java:361) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:269) 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:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2592) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2270) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1437) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1408) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:244) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:280) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:240) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:699) at org.eclipse.core.launcher.Main.main(Main.java:683) | verified fixed | 5da8f8a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-21T09:50:30Z" | "2004-04-20T11:20:00Z" |
56,397 | Bug 56397 [New Search] Lose sort order | 20040326 - 8am build I'm using the flat layout & choose to sort by parent name, but this setting is not propagated to new search views in other perspectives/windows. | resolved fixed | 035b113 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-21T09:50:03Z" | "2004-03-26T19:40:00Z" |
59,211 | Bug 59211 NPE from RemoveFromClasspathAction when double clicking on a new jar in a ClasspathContainer | I have written an IClasspathContainer with an Initializer to sync the classpath with an external file. When the file I am monitoring changes the contents of the container is updated with the new jars, but when I double click on the jar to see the contents I get the following exception: java.lang.NullPointerException at org.eclipse.jdt.ui.actions.RemoveFromClasspathAction.canRemove(RemoveFromClasspathAction.java:134) at org.eclipse.jdt.ui.actions.RemoveFromClasspathAction.checkEnabled(RemoveFromClasspathAction.java:78) at org.eclipse.jdt.ui.actions.RemoveFromClasspathAction.selectionChanged(RemoveFromClasspathAction.java:71) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchSelectionChanged(SelectionDispatchAction.java:200) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.selectionChanged(SelectionDispatchAction.java:195) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:159) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java(Inlined Compiled Code)) at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled Code)) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:157) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1310) at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:666) at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:690) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:178) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:173) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:309) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java: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:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:371) 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) As another point if I click the + button by the jar the + symbol disappears and I don't see any error. After restarting eclipse the jar's contents is correctly displayed. | resolved fixed | ed219a2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RemoveFromClasspathAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-20T17:13:56Z" | "2004-04-20T11:20:00Z" |
55,249 | Bug 55249 [Wizards] Radio button looses selection when page is disabled | 20040318 1. Open the new Java project wizard, enter a name 2. In the 'project layout' group, set the upper radio button 3. press 'next', the 'prev' 4. The radio has changed to the lower control This doesn't happen on the MAC | verified fixed | f6ac4ee | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-20T16:47:16Z" | "2004-03-18T17:13:20Z" |
58,921 | Bug 58921 Texts created with unsupported styles | - org.eclipse.jdt.internal.ui.text.AbstractInformationControl.createFilterText creates a Text with style SWT.FLAT - org.eclipse.jdt.internal.ui.filters.CustomFiltersDialog.createCheckBoxList creates a Text with style SWT.VERTICAL (perhaps V_SCROLL was meant?) | resolved fixed | 87dc30c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/CustomFiltersDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-20T13:34:09Z" | "2004-04-16T18:26:40Z" |
59,199 | Bug 59199 NPE in JavaDocView | java.lang.NullPointerException at org.eclipse.jdt.internal.ui.infoviews.JavadocView.findSelectedJavaEle ment(JavadocView.java:417) at org.eclipse.jdt.internal.ui.infoviews.AbstractInfoView$2.run(Abstract InfoView.java:406) java.lang.NullPointerException at org.eclipse.jdt.internal.ui.infoviews.JavadocView.findSelectedJavaEle ment(JavadocView.java:417) at org.eclipse.jdt.internal.ui.infoviews.AbstractInfoView$2.run(Abstract InfoView.java:406) | resolved fixed | e70df13 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-20T08:33:14Z" | "2004-04-20T08:33:20Z" |
59,050 | Bug 59050 Dead lock in JavaReconciler | Using build I200404131323. I was editing several files and haven't save them immediately when my eclipse hanged infinitely... Looking at console, the exception seems to show that I was trying to open a popup-menu on a new created class, but I'm not completely sure that dead-lock occurred exactly at this moment. I'll add complete console output including VM Dump Thread which identifies the dead-lock... Set severity 'critical' as I have to cancel my eclipse session without saving and lost my modifications in modified editors... | resolved fixed | 731eb53 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-20T06:48:24Z" | "2004-04-19T10:20:00Z" |
57,283 | Bug 57283 JavaDocExport: if destination path has spaces, the JavaDoc is generated into the incorrect (truncated) path or fails [javadoc] | Steps to reproduce (Eclipse3.0M8): Create a project with any name; Create some classes there; Execute Export->Javadoc. In the wizard, in the destination editbox, type any name that contains spaces. If the spaces are only in the last segment of the path (say, c:\tmp\my project), the javadoc is just generated in the incorrect (truncated) location (in this example, c:\tmp\my). If there are spaces before the last segment (e.g., c:\Documents and Settings\user\My Documents\my project), generation only produces 2 empty folders (in this example, C:\Documents and the destination that was typed) and fails to do anything else. | resolved fixed | 237e9df | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-19T15:01:11Z" | "2004-04-02T18:20:00Z" |
58,696 | Bug 58696 Override/Implement Methods dialog: better labels for insertion position [code manipulation] | The Override/Implement Methods dialog says: Insertion Point: - First Method - Last Method - a() - b() ... I *never* know whether that means before or after the selected method. Better labels would be: Insert after: - Class Declaration Header - a() - b() ... or Insert Before: - a() - b() ... - End of Class | resolved fixed | 47b5a2e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-19T12:14:38Z" | "2004-04-15T17:26:40Z" |
59,039 | Bug 59039 JUNIT_HOME has preceeding slash in value [JUnit] | The JUNIT_HOME variable has a preceeding slash in its value. Path with a device should not start with a slash JUNIT_HOME = /c:\dev\eclipse\plugins\org.junit_3.8.1\ | resolved fixed | c3a2195 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitHomeInitializer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-19T11:11:53Z" | "2004-04-19T10:20:00Z" |
58,293 | Bug 58293 Introduce Factory: create Java Model Exception | I20040413 Test Case: public class A { public A() { } public static void main(String[] args) { System.out.println("Hello World"); A a= new A(); } } class B extends A { } Encapsulate constructor A(). Observe: you get a JavaModelException | resolved fixed | 76a3850 | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/58293/ImplicitSuperCtorCall.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/58293/ImplicitSuperCtorCall_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceFactoryTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-19T09:44:06Z" | "2004-04-13T15:26:40Z" |
55,527 | Bug 55527 IntroduceFactoryRefactoring: contains e.printStackTrace() code | I20040318 This has to be removed for 3.0. | resolved fixed | 4810b0a | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-19T09:36:56Z" | "2004-03-22T15:40:00Z" |
38,237 | Bug 38237 [api] Code Assist images | Code Assist proposals are reflected as an Image and Text. The images that are used in the JDT proposals are generated by org.eclipse.jdt.internal.ui.text.java.ResultCollector. Though it makes use of the JavaElementImageProvider.getFieldImageDescriptor() to get the proper image for a particular IJavaElement, it does perform additional consideration for elements like static, deprecated, Local variable etc. We are interested to contribute to code assist by way of reusing the images (and semantics) that are in use by the (internal) ResultCollector. | resolved fixed | 1bfdc6d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ISharedImages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-18T21:29:01Z" | "2003-05-29T14:53:20Z" |
49,714 | Bug 49714 [Dialogs] JRE wizard page is leaking an Image [build path] | null | resolved fixed | 81f05e0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathContainerDescriptor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathContainerSelectionPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathContainerWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-18T17:23:23Z" | "2004-01-08T19:26:40Z" |
58,061 | Bug 58061 Getter/Setter code templates should provide access to ${enclosing_method} [code manipulation] | The auto-generated code template for getter/setters don't let you use ${enclosing_method} in the comment; whereas the comment for auto-genned methods or overriden methods does. I'll attach simple fix. | resolved fixed | 2ea7e9a | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/CodeTemplateContextType.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-16T13:26:04Z" | "2004-04-09T22:33:20Z" |
53,888 | Bug 53888 Mnemonic collision Text Editor -> Quick Diff | 20040303 The Make Default and Restore Defaults button have the same mnemonic | resolved fixed | 26c1ba9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/QuickdiffConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-16T13:01:10Z" | "2004-03-05T18:06:40Z" |
58,778 | Bug 58778 AFE in JavaHeuristicScanner.findOpeningPeer(..) | Copy & Paste these two lines into the condition field of a breakpoint properties dialog: control= getCellEditors()[0].getControl(); return false; -> Log: Error Apr 16, 2004 03:05:51.373 Assertion failed: org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed: at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at org.eclipse.jface.text.Assert$AssertionFailedException.<init>(Assert.java:54) at org.eclipse.jface.text.Assert.isTrue(Assert.java:175) at org.eclipse.jface.text.Assert.isTrue(Assert.java) at org.eclipse.jdt.internal.ui.text.JavaHeuristicScanner.findOpeningPeer(JavaHeuristicScanner.java:542) at org.eclipse.jdt.internal.ui.text.java.JavaAutoIndentStrategy.getPeerPosition(JavaAutoIndentStrategy.java:892) at org.eclipse.jdt.internal.ui.text.java.JavaAutoIndentStrategy.smartPaste(JavaAutoIndentStrategy.java:601) at org.eclipse.jdt.internal.ui.text.java.JavaAutoIndentStrategy.customizeDocumentCommand(JavaAutoIndentStrategy.java:1000) at org.eclipse.jface.text.TextViewer.customizeDocumentCommand(TextViewer.java) at org.eclipse.jface.text.TextViewer.handleVerifyEvent(TextViewer.java) at org.eclipse.jface.text.TextViewer$TextVerifyListener.verifyText(TextViewer.java:325) 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.Widget.notifyListeners(Widget.java) at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5539) at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6389) at org.eclipse.swt.custom.StyledText.paste(StyledText.java:5586) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java) at java.lang.reflect.Method.invoke(Method.java) at org.eclipse.ui.handlers.WidgetMethodHandler.execute(WidgetMethodHandler.java:81) at org.eclipse.ui.handlers.HandlerProxy.execute(HandlerProxy.java:111) at org.eclipse.ui.internal.commands.Command.execute(Command.java:172) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:465) 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.sendKeyEvent(Control.java) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java) at org.eclipse.swt.widgets.Control.windowProc(Control.java) at org.eclipse.swt.widgets.Display.windowProc(Display.java) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.jface.window.Window.runEventLoop(Window.java) at org.eclipse.jface.window.Window.open(Window.java:650) at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:164) at org.eclipse.jdt.internal.debug.ui.actions.JavaBreakpointPropertiesRulerAction.run(JavaBreakpointPropertiesRulerAction.java:56) at org.eclipse.ui.texteditor.AbstractRulerActionDelegate.run(AbstractRulerActionDelegate.java:98) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:269) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:550) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1561) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1532) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:279) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:241) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at org.eclipse.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) | resolved fixed | b19d729 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-16T08:02:28Z" | "2004-04-16T07:20:00Z" |
57,442 | Bug 57442 DBCS:Externalize String does not work with DBCS name class | Reporter: Brook Zhang OS: RHEL WS 3.0 -GTK Language: CHT/CHS/KOR Build level: wswb-3.0M8-200403291703 JDK Version: IBM JDK 1.4.2 Beta Test case #: Summary: DBCS:Externalize String does not work with DBCS name class Description: Steps to recreate problem: 1-Create a Java project with DBCS name 2-Add a new class with DBCS name in java project 3-Select the *.java that you create in the Package Explorer view 4-Select "Source"-->"Externalize Strings..." from the menu bar 5-When you finish the Externalization wizard , the *. properties file is created 6-Open the *.properties with Text Editor and Run as a Java Application (external.jpg&external1.jpg) <<Error>> Externalize String does not work with DBCS name class and The output is wrong. <<Expected Result>> Externalize String can work with DBCS name class correctly | closed fixed | 238e22a | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHint.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/PropertyFileDocumentModell.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/changes/CreateFileChange.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-15T16:54:47Z" | "2004-04-05T10:13:20Z" |
58,537 | Bug 58537 Migration to new source lookup facilities [JUnit] | New source lookup facilities have been added to the debug platform. The Java debugger provides a corresponding new implementation for source lookup. The following patch will migrate the JUnit launch config to use the new source lookup support. The changes are: * specify the platform source lookup tab in the tab group * no longer initialize the source locator attribute in launch shortcuts * specify the source locator and source path computer for the JUnit launch config type in plug-in XML | resolved fixed | e9f2db8 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitLaunchShortcut.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitTabGroup.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-15T09:14:29Z" | "2004-04-14T19:13:20Z" |
57,883 | Bug 57883 mysterious results for NLS search [nls search] | Build id: 200404070800 From a fresh workspace I did the following: - checked out the org.eclipse.ui.ide project - did an NLS search with the following value: Resource bundle accessor class: org.eclipse.ui.internal.ide. IDEWorkbenchMessages Property file name: /org.eclipse.ui. ide/src/org/eclipse/ui/internal/ide/messages.properties Scope: Workspace I haven't found documentation for this search so its quite possible that I'm using it incorrectly. However, I don't understand some of the results such as: 1) In this code (from the FeatureSelectionDialog ctor): if (name1 == null) -> name1 = ""; //$NON-NLS-1$ if (name2 == null) name2 = ""; //$NON-NLS-1$ The search results complain about the line marked with ->, but not about what looks to be the same case right after it. I'm not sure why the first line is flagged to begin with, but its even more mysterious to me that the second line doesn't produce the same result. 2) There are several lines (perhaps 35 files?) that are marked in the search. I would expect these to be cases of a string being used that doesn't exist in the file. However, when I do a manual search, I found that in most cases (all but one so far) the string does exist in my messages.properties file. The search seems to get confused if the string is on a line other than the class name, e.g. (from AboutDialog.createButtonsForButtonBar), -> createButton(parent, FEATURES_ID, IDEWorkbenchMessages .getString("AboutDialog.featureInfo"), false); //$NON-NLS-1$ But some cases do work, such as (from ChooseWorkspaceDialog. createWorkspaceBrowseRow): label.setText(IDEWorkbenchMessages .getString("ChooseWorkspaceDialog.workspaceEntryLabel")); //$NON-NLS-1$ 3) Finally, there are many lines (~80%) marked in the messages.properties file. I would expect that to indicate unused strings. However, when I do my own search I see that the strings are used. There were no related errors in my .log file. | resolved fixed | 0eb4357 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultCollector2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-14T08:06:18Z" | "2004-04-08T13:13:20Z" |
57,697 | Bug 57697 DBCS:The ok button disabled when Factory method name's first charactor is not lower case. [refactoring] | Reporter: Tony Liu OS: RHEL WS 3.0 -gtk Language: KOR Build level: wswb-30M8-200403291703 JDK Version: IBM JDK 1.4.2 Beta Test case #: JDT09 Summary: DBCS:The ok button disabled when Factory method name's first charactor is not lower case. Steps to recreate problem: 1- Open a DBCS java file. 2- Select constructor declaration or call in the java editor and choose Refactor > Introduce Factory.. 3- Specify Factory method name as DBCS name or SBCS name(but first charactor is not lower case). <<Error>> The ok button disabled. (jdt09.jpg) (jdt09-2.jpg) <<Expected Result>> The Factory method name allowed to first charactor is not lower case. | closed fixed | 7f634ac | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceFactoryInputPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-13T14:45:26Z" | "2004-04-07T06:40:00Z" |
58,262 | Bug 58262 NPE after showing empty refactoring menu | build i0407-1337, winxp, sun jdk 1.4.2_03 I got the following NPE in my console. Here are the steps that I did: - opened revision of code to look at (InternalPlatform 1.86) - no outline so I tried ctrl-o (didn't work...didn't expect either to work) - right clicked and saw 2 menu options...Copy and Refactoring - expanded the Refactoring menu and it said something like <no refactorings available> - left-clicked on the editor to get rid of the menu and place focus back on the editor - got the NPE !ENTRY org.eclipse.ui 4 4 Apr 13, 2004 09:08:47.311 !MESSAGE Unhandled event loop exception Unhandled event loop exception Reason: !ENTRY org.eclipse.ui 4 0 Apr 13, 2004 09:08:47.321 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringActions.co nvertToEnclosingOrPrimaryType(RefactoringActions.java:50) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringActions.ge tEnclosingOrPrimaryType(RefactoringActions.java:40) at org.eclipse.jdt.ui.actions.ExtractInterfaceAction.canEnable(ExtractIn terfaceAction.java:144) at org.eclipse.jdt.ui.actions.ExtractInterfaceAction.selectionChanged(Ex tractInterfaceAction.java:137) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchSelectionC hanged(SelectionDispatchAction.java:202) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.update(SelectionDi spatchAction.java:114) at org.eclipse.jdt.ui.actions.RefactorActionGroup.refactorMenuShown(Refa ctorActionGroup.java:501) at org.eclipse.jdt.ui.actions.RefactorActionGroup.access$1(RefactorActio nGroup.java:486) at org.eclipse.jdt.ui.actions.RefactorActionGroup$1.menuAboutToShow(Refa ctorActionGroup.java:441) at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java :286) at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.ja va:370) at org.eclipse.jface.action.MenuManager.access$0(MenuManager.java:367) at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:383 ) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java: 116) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:774) at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3295) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2967) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1446) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3155) at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method) at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:222) at org.eclipse.swt.widgets.Display.runPopups(Display.java:2613) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2258) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1561) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1532) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav a:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90 ) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformAct ivator.java:279) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:241) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) java.lang.NullPointerException | resolved fixed | b28b06b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/JavaUIHelp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-13T14:40:45Z" | "2004-04-13T12:40:00Z" |
57,899 | Bug 57899 Exception when removing muliple elements [reorg] [refactoring] | 20040408 - Open the GoToBackProgressMonitorDialog (in 20040407) - Select all children of the type in the outline - press delete java.lang.reflect.InvocationTargetException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.reflect.InvocationTargetException.<init>(InvocationTargetException.java:66) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:313) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java) at org.eclipse.ltk.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:267) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.performRefactoring(RefactoringWizard.java:540) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.performFinish(RefactoringWizard.java:428) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.performFinish(UserInputWizardPage.java:123) at org.eclipse.jdt.internal.ui.refactoring.reorg.DeleteWizard$DeleteInputPage.performFinish(DeleteWizard.java:145) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.performFinish(RefactoringWizard.java:492) at org.eclipse.ltk.ui.refactoring.RefactoringWizardDialog2.okPressed(RefactoringWizardDialog2.java:399) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:274) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:413) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.jface.window.Window.runEventLoop(Window.java) at org.eclipse.jface.window.Window.open(Window.java:650) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:62) at org.eclipse.jdt.internal.ui.refactoring.UserInterfaceStarter.activate(UserInterfaceStarter.java:54) at org.eclipse.jdt.internal.ui.refactoring.reorg.DeleteAction.run(DeleteAction.java:95) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:212) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:188) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.ui.actions.RetargetAction.runWithEvent(RetargetAction.java:212) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:73) at org.eclipse.ui.internal.commands.Command.execute(Command.java:172) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:465) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:898) at org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent(OutOfOrderListener.java:67) 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.Control.sendKeyEvent(Control.java) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java) at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java) at org.eclipse.swt.widgets.Control.windowProc(Control.java) at org.eclipse.swt.widgets.Display.windowProc(Display.java) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1561) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1532) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:279) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:241) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at org.eclipse.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) Caused by: java.util.ConcurrentModificationException at java.lang.Throwable.<init>(Throwable.java) at java.util.HashMap$HashIterator.nextEntry(HashMap.java) at java.util.HashMap$KeyIterator.next(HashMap.java) at org.eclipse.jdt.internal.corext.refactoring.reorg.JavaDeleteProcessor.removeAlreadySelectedMethods(JavaDeleteProcessor.java:558) at org.eclipse.jdt.internal.corext.refactoring.reorg.JavaDeleteProcessor.addGettersSetters(JavaDeleteProcessor.java:528) at org.eclipse.jdt.internal.corext.refactoring.reorg.JavaDeleteProcessor.recalculateElementsToDelete(JavaDeleteProcessor.java:400) at org.eclipse.jdt.internal.corext.refactoring.reorg.JavaDeleteProcessor.checkFinalConditions(JavaDeleteProcessor.java:361) at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFinalConditions(ProcessorBasedRefactoring.java:86) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:78) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:108) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:171) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:49) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java) at org.eclipse.ltk.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:267) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.performRefactoring(RefactoringWizard.java:540) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.performFinish(RefactoringWizard.java:428) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.performFinish(UserInputWizardPage.java:123) at org.eclipse.jdt.internal.ui.refactoring.reorg.DeleteWizard$DeleteInputPage.performFinish(DeleteWizard.java:145) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.performFinish(RefactoringWizard.java:492) at org.eclipse.ltk.ui.refactoring.RefactoringWizardDialog2.okPressed(RefactoringWizardDialog2.java:399) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:274) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:413) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.jface.window.Window.runEventLoop(Window.java) at org.eclipse.jface.window.Window.open(Window.java:650) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:62) at org.eclipse.jdt.internal.ui.refactoring.UserInterfaceStarter.activate(UserInterfaceStarter.java:54) at org.eclipse.jdt.internal.ui.refactoring.reorg.DeleteAction.run(DeleteAction.java:95) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:212) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:188) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.ui.actions.RetargetAction.runWithEvent(RetargetAction.java:212) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:73) at org.eclipse.ui.internal.commands.Command.execute(Command.java:172) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:465) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:898) at org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent(OutOfOrderListener.java:67) 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.Control.sendKeyEvent(Control.java) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java) at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java) at org.eclipse.swt.widgets.Control.windowProc(Control.java) at org.eclipse.swt.widgets.Display.windowProc(Display.java) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1561) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1532) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:279) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:241) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at org.eclipse.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) | resolved fixed | 2af3a32 | ["org.eclipse.jdt.ui.tests.refactoring/resources/Delete/testDeleteWithinCu23/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/Delete/testDeleteWithinCu23/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/reorg/DeleteTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaDeleteProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-13T14:37:24Z" | "2004-04-08T16:00:00Z" |
54,922 | Bug 54922 [implementation] Java editor disposes default StyledText caret's image | Build id: 200403040800 Java editor, according to the insert mode, sets a special Caret in the StyledText. I've two problem with that: 1- This caret is not bidi aware 2- At some point they dispose the image of the StyledText default Caret We (SWT Team) have some major changes (still to be release) in StyledText that will expose this UI bug. Here is the stack trace: java.lang.Exception: Stack trace at java.lang.Thread.dumpStack(Thread.java:1064) at org.eclipse.swt.graphics.Image.dispose(Image.java:825) at org.eclipse.ui.texteditor.AbstractTextEditor.disposeNonDefaultCaret (AbstractTextEditor.java:4378) at org.eclipse.ui.texteditor.AbstractTextEditor.updateCaret (AbstractTextEditor.java:4359) at org.eclipse.ui.texteditor.AbstractTextEditor.handleInsertModeChanged (AbstractTextEditor.java:4399) at org.eclipse.ui.texteditor.AbstractTextEditor.setInsertMode (AbstractTextEditor.java:4234) at org.eclipse.ui.texteditor.AbstractTextEditor.switchToNextInsertMode (AbstractTextEditor.java:4266) at org.eclipse.ui.texteditor.AbstractTextEditor.access$4 (AbstractTextEditor.java:4253) at org.eclipse.ui.texteditor.AbstractTextEditor$ToggleInsertModeAction.run (AbstractTextEditor.java:808) at org.eclipse.ui.texteditor.TextNavigationAction.runWithEvent (TextNavigationAction.java:106) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:68) at org.eclipse.ui.internal.commands.Command.execute(Command.java:160) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand (WorkbenchKeyboard.java:475) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press (WorkbenchKeyboard.java:887) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent (WorkbenchKeyboard.java:931) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings (WorkbenchKeyboard.java:568) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2 (WorkbenchKeyboard.java:500) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent (WorkbenchKeyboard.java:256) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:705) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:809) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:834) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:819) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1720) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1716) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3487) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2971) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2962) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1362) 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:1438) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2100) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1509) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1480) 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:48) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:260) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:173) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:106) 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:305) at org.eclipse.core.launcher.Main.run(Main.java:745) at org.eclipse.core.launcher.Main.main(Main.java:713) | resolved fixed | 295f482 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-13T09:16:34Z" | "2004-03-16T01:20:00Z" |
40,484 | Bug 40484 Provide a linked Javadoc output view | In order to make Javadoc better integrated w/ E, it would be great to have a a linked Javadoc output view. Instead of Javadoc output going to "Console" it would go to a "Javadoc" view where: o You can run and re-run the same Javadoc command as specified in an initial "Export..." o Javadoc warnings and errors can be clicked on like hyper-links. Thank you for considering this request. | resolved fixed | 30ec70e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocConsoleLineTracker.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-09T20:38:50Z" | "2003-07-18T17:40:00Z" |
55,219 | Bug 55219 Method rename refactorying problem with overloaded methods | Refactoring a method from an interface on a class with overloaded signatures will cause a warning that the method is part of the interface implemented by the class even though it is a completely different method. On the example below, trying to rename one of the first four method 'a' will result in a warning that the method is an implementation of method a(Long l) from the ISample interface which is clearly not the case. --- Interface --- public interface ISample { void a(Long l); } --- Class showing problem --- public class ClassA implements ISample { protected void a(Integer a) { } protected boolean a(String s) { return false; } protected void a(int[] a) { } protected void a(int a) { } protected void a(int a, int b) { } /* (non-Javadoc) * @see ISample#a(java.lang.Long) */ public void a(Long l) { // TODO Auto-generated method stub } } | resolved fixed | 8fa3d6b | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/MethodChecks.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-08T19:47:35Z" | "2004-03-18T14:26:40Z" |
56,732 | Bug 56732 Call Hierarchy doesn't show callees of method from anonymous type | 3.0M8: Call Hierarchy doesn't show callees of method from anonymous type. Callees of m() are correctly shown: println(String) and Runnable. However, callees of run() are empty, although run() calls println(String). class A { void m() { System.out.println("before"); Runnable runnable= new Runnable() { public void run() { System.out.println("run"); } }; runnable.run(); } } | resolved fixed | e4a7e4e | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/callhierarchy/CallHierarchyTestHelper.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CallHierarchyTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeAnalyzerVisitor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-08T08:23:16Z" | "2004-03-30T15:20:00Z" |
57,720 | Bug 57720 ArrayIndexOutOfBoundsException after code assist | 20040407 smoke while doing a code assist: java.lang.ArrayIndexOutOfBoundsException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.ArrayIndexOutOfBoundsException.<init>(ArrayIndexOutOfBoundsException.java) at org.eclipse.jface.text.templates.TemplateVariable.getDefaultValue(TemplateVariable.java:119) at org.eclipse.jdt.internal.ui.text.template.contentassist.MultiVariable.setValues(MultiVariable.java:57) at org.eclipse.jdt.internal.corext.template.java.JavaContextType$Array.resolve(JavaContextType.java:48) at org.eclipse.jface.text.templates.ContextType.resolve(ContextType.java:210) at org.eclipse.jdt.internal.corext.template.java.JavaContext.evaluate(JavaContext.java:119) at org.eclipse.jdt.internal.ui.text.template.contentassist.TemplateProposal.getAdditionalProposalInfo(TemplateProposal.java:274) at org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:221) at org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:734) at org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:724) at org.eclipse.jface.text.contentassist.AdditionalInfoController$1.run(AdditionalInfoController.java:173) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1561) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1532) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:279) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:241) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at org.eclipse.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) | resolved fixed | a9f949c | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/JavaContextType.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/MultiVariable.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-07T12:09:29Z" | "2004-04-07T12:13:20Z" |
57,622 | Bug 57622 ClassCastException using NLS tool | Using I20040406 Had a Compilation unit open that needed string externalized. Selected "Externalize Strings..." action and got the following error logged: java.lang.ClassCastException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSHint.getAccessorClass (NLSHint.java:212) at org.eclipse.jdt.internal.corext.refactoring.nls.NLSHint.findMessageClassHint (NLSHint.java:193) at org.eclipse.jdt.internal.corext.refactoring.nls.NLSHint.<init> (NLSHint.java:61) at org.eclipse.jdt.internal.corext.refactoring.nls.NLSRefactoring.getNlsHint (NLSRefactoring.java:720) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizardPage2.<init> (ExternalizeWizardPage2.java:100) at org.eclipse.jdt.internal.ui.refactoring.nls.ExternalizeWizard.addUserInputPages (ExternalizeWizard.java:50) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizard.addPages (RefactoringWizard.java:503) at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:466) at org.eclipse.jface.window.Window.create(Window.java:350) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:859) at org.eclipse.jface.window.Window.open(Window.java:639) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate (RefactoringStarter.java:62) at org.eclipse.jdt.ui.actions.ExternalizeStringsAction.openExternalizeStringsWizar d(ExternalizeStringsAction.java:152) at org.eclipse.jdt.ui.actions.ExternalizeStringsAction.run (ExternalizeStringsAction.java:123) at org.eclipse.jdt.ui.actions.ExternalizeStringsAction.run (ExternalizeStringsAction.java:105) 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.actions.RetargetAction.runWithEvent(RetargetAction.java:212) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent (WWinPluginAction.java:212) 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:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2587) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2265) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1561) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1532) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:279) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:241) 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) | verified fixed | 5f360e9 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/nls/NLSHintTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHint.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-07T08:14:29Z" | "2004-04-06T19:33:20Z" |
57,661 | Bug 57661 NLS refactoring: property files must use ISO-8859-1 encoding | null | resolved fixed | dfd15b5 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/LineReader.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultCollector.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultCollector2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-06T20:54:48Z" | "2004-04-06T22:20:00Z" |
53,742 | Bug 53742 [templates] add different ui for linked mode depending on usage | Linked mode should allow to be configured programmatically to have a different ui. This would allow the instance that is setting up linked mode to determine how it will look like. Use case is auto-closing: the box is too disturbing there, while it may be good for more complex templates. | resolved fixed | ba3c118 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-06T07:52:33Z" | "2004-03-04T14:20:00Z" |
57,299 | Bug 57299 Exception when displaying Javadoc after 'Generate Javadoc...' wizard [javadoc] | After creating a Javadoc documentation using the 'Generate Javadoc...' wizard, with the option 'Open generated index file in browser' activated, the index page doesn't show up and an exception is logged (see below). When the option 'Preferences > Help > Always use external browsers' is activated, the index page shows up correctly in the browser. Thus, it may be that the exception occurs because the Javadoc wizard is open and because it is a modal dialog, it prevents the internal browser window from being opened. Here's the exception: !ENTRY org.eclipse.core.runtime 4 2 Apr 02, 2004 21:32:08.78 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2625) at org.eclipse.swt.SWT.error(SWT.java:2555) at org.eclipse.swt.widgets.Widget.error(Widget.java:354) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:245) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:236) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:189) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:127) at org.eclipse.help.ui.internal.util.ErrorUtil.displayErrorDialog (ErrorUtil.java:48) at org.eclipse.help.ui.internal.util.ErrorUtil.displayError (ErrorUtil.java:23) at org.eclipse.help.internal.base.HelpDisplay.displayHelpURL (HelpDisplay.java:169) at org.eclipse.help.internal.base.HelpDisplay.displayHelpResource (HelpDisplay.java:88) at org.eclipse.help.ui.internal.DefaultHelpUI.displayHelpResource (DefaultHelpUI.java:56) at org.eclipse.ui.help.WorkbenchHelp.displayHelpResource (WorkbenchHelp.java:264) at org.eclipse.jdt.internal.ui.actions.OpenBrowserUtil$1.run (OpenBrowserUtil.java:31) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:51) at org.eclipse.jdt.internal.ui.actions.OpenBrowserUtil.open (OpenBrowserUtil.java:29) at org.eclipse.jdt.internal.ui.javadocexport.JavadocWizard.spawnInBrowser (JavadocWizard.java:502) at org.eclipse.jdt.internal.ui.javadocexport.JavadocWizard.access$3 (JavadocWizard.java:497) at org.eclipse.jdt.internal.ui.javadocexport.JavadocWizard$JavadocDebugEventListen er.handleDebugEvents(JavadocWizard.java:525) at org.eclipse.debug.core.DebugPlugin$EventNotifier.run (DebugPlugin.java:910) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:524) at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch (DebugPlugin.java:942) at org.eclipse.debug.core.DebugPlugin.fireDebugEventSet (DebugPlugin.java:311) at org.eclipse.debug.core.model.RuntimeProcess.fireEvent (RuntimeProcess.java:262) at org.eclipse.debug.core.model.RuntimeProcess.fireTerminateEvent (RuntimeProcess.java:270) at org.eclipse.debug.core.model.RuntimeProcess.terminated (RuntimeProcess.java:228) at org.eclipse.debug.core.model.RuntimeProcess$ProcessMonitorJob.run (RuntimeProcess.java:356) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62) !ENTRY org.eclipse.debug.core 4 120 Apr 02, 2004 21:32:08.78 !MESSAGE An exception occurred while dispatching debug events. !STACK 0 org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2625) at org.eclipse.swt.SWT.error(SWT.java:2555) at org.eclipse.swt.widgets.Widget.error(Widget.java:354) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:245) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:236) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:189) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:127) at org.eclipse.help.ui.internal.util.ErrorUtil.displayErrorDialog (ErrorUtil.java:48) at org.eclipse.help.ui.internal.util.ErrorUtil.displayError (ErrorUtil.java:23) at org.eclipse.help.internal.base.HelpDisplay.displayHelpURL (HelpDisplay.java:169) at org.eclipse.help.internal.base.HelpDisplay.displayHelpResource (HelpDisplay.java:88) at org.eclipse.help.ui.internal.DefaultHelpUI.displayHelpResource (DefaultHelpUI.java:56) at org.eclipse.ui.help.WorkbenchHelp.displayHelpResource (WorkbenchHelp.java:264) at org.eclipse.jdt.internal.ui.actions.OpenBrowserUtil$1.run (OpenBrowserUtil.java:31) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:51) at org.eclipse.jdt.internal.ui.actions.OpenBrowserUtil.open (OpenBrowserUtil.java:29) at org.eclipse.jdt.internal.ui.javadocexport.JavadocWizard.spawnInBrowser (JavadocWizard.java:502) at org.eclipse.jdt.internal.ui.javadocexport.JavadocWizard.access$3 (JavadocWizard.java:497) at org.eclipse.jdt.internal.ui.javadocexport.JavadocWizard$JavadocDebugEventListen er.handleDebugEvents(JavadocWizard.java:525) at org.eclipse.debug.core.DebugPlugin$EventNotifier.run (DebugPlugin.java:910) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:607) at org.eclipse.core.runtime.Platform.run(Platform.java:524) at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch (DebugPlugin.java:942) at org.eclipse.debug.core.DebugPlugin.fireDebugEventSet (DebugPlugin.java:311) at org.eclipse.debug.core.model.RuntimeProcess.fireEvent (RuntimeProcess.java:262) at org.eclipse.debug.core.model.RuntimeProcess.fireTerminateEvent (RuntimeProcess.java:270) at org.eclipse.debug.core.model.RuntimeProcess.terminated (RuntimeProcess.java:228) at org.eclipse.debug.core.model.RuntimeProcess$ProcessMonitorJob.run (RuntimeProcess.java:356) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62) | verified fixed | 2d421e0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenBrowserUtil.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-05T09:27:58Z" | "2004-04-02T21:06:40Z" |
57,362 | Bug 57362 organize import and class with first charachter '_' don't work [code manipulation] | Test case : -- Class a._AClass package a; public class _AClass { } -- Class b.BClass package b; public class BClass { private _AClass _aClass; } organize import in class b.BClass don't work (don't find a._AClass) regards | resolved fixed | 65f9b21 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-05T09:00:51Z" | "2004-04-03T13:46:40Z" |
57,115 | Bug 57115 Infinite loop during project import ? [build path] | null | resolved fixed | f5e9c7f | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/userlibrary/UserLibraryClasspathContainerInitializer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-02T12:57:46Z" | "2004-04-01T20:06:40Z" |
57,084 | Bug 57084 Bad focus in the 'New User Library' dialog [build path] | I20040330 window>preferences>java>build path>user libraries>new The focus is set on the checkbox by default. It should be on the text field. | resolved fixed | 9e1ec97 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-02T07:41:42Z" | "2004-04-01T20:06:40Z" |
57,176 | Bug 57176 NPE while editing Java source file | 3.0 M8 Happened a couple of times today, not sure what exact action I was executing. Except for an error dialog, and the log entry, it would go unnoticed (no noticeable change in behaviour). Sorry, no test case. !ENTRY org.eclipse.core.runtime 4 2 Apr 01, 2004 22:30:42.857 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.ru ntime". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.setSelection(JavaEd itor.java:2338) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.doSelectionChanged( JavaEditor.java:2482) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor$OutlineSelectionCha ngedListener.selectionChanged(JavaEditor.java:291) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.jav a:431) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatfo rm.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(S tructuredViewer.java:429) at org.eclipse.jface.viewers.StructuredViewer.handleInvalidSelection(Str ucturedViewer.java:636) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(Struct uredViewer.java:822) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.j ava:893) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.j ava:853) at org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage$JavaOutlineVie wer.reconcile(JavaOutlinePage.java:405) at org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage$1.run(JavaOutl inePage.java:168) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va:106) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2555) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2260) 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.jav a: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(PlatformAct ivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) | resolved fixed | e98978d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-02T07:32:12Z" | "2004-04-02T04:26:40Z" |
56,885 | Bug 56885 problematic use of platform encoding in CompareResultDialog.CompareElement [JUnit] | M8 org.eclipse.jdt.internal.junit.ui.CompareResultDialog.CompareElement uses platform encoding to encode Unicode string. This may result in data loss if platform encoding doesn't preserve Unicode. | resolved fixed | 1e79fc0 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/CompareResultDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-01T22:09:19Z" | "2004-03-31T10:46:40Z" |
57,131 | Bug 57131 Remove references to AST#parseCompilationUnit from java.compare | JDT Core wants to remove the following methods (that have been deprecated for several builds now) for next integration build: - AST#parseCompilationUnit(ICompilationUnit,boolean,WorkingCopyOwner) (use ASTParser instead) - ICompilationUnit#reconcile(boolean, IProgressMonitor) (use reconcile(boolean, boolean, WorkingCopyOwner, IProgressMonitor) instead) | resolved fixed | 806bade | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaHistoryAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaReplaceWithEditionAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureCreator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-01T22:01:15Z" | "2004-04-01T22:53:20Z" |
49,126 | Bug 49126 Javadoc > Project generation [javadoc] | Open generated index file in browser does not take in account the -d option when using a custom doclet. | resolved fixed | c3f8c4c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocSpecificsWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-01T15:36:14Z" | "2003-12-18T17:53:20Z" |
56,289 | Bug 56289 Organize imports with Javadoc link to member type generates unused import | build I20040325-2030 In the Javadoc IDEWorkbenchAdvisor.declareWorkbenchImages, there is a link in the Javadoc to a member type: (named in {@link IDE#SharedImages IDE.SharedImages}) - organize imports - it prompts to disambiguate SharedImages (there's on in the o.e.ui.internal as well as the member type of IDE) - choose IDE.SharedImages - it generates an import for the member type, but marks it as an unused import (which I have set to report as errors) | resolved fixed | 1683a54 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-01T14:58:55Z" | "2004-03-26T03:00:00Z" |
39,600 | Bug 39600 [misc] Java editor does not read lines in JAWS 4.5 | 3.0 M1 There has been a change in the Java editor since version 2.1.1 that now confuses the JAWS screen reader. It no longer gives the contents of each line but now says "begin" only. STEPS 1) Start JAWS 4.5 2) Open a Java Editor 3) Use the arrow keys to read each line In version 2.1.1 this works fine but not in 3.0 M1. Please note that Ialso tried this with the Window Eyes screen reader and it had no problem so I suspect it is related to the screen scraping algorithm JAWS uses. | verified fixed | 7aae711 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicJavaEditorActionContributor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-01T14:58:20Z" | "2003-07-03T13:46:40Z" |
57,007 | Bug 57007 Type Filter page should be empty by default | M8 The type filter page should be empty by default. | resolved fixed | 0b660b7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-01T14:42:53Z" | "2004-04-01T06:13:20Z" |
56,530 | Bug 56530 Only one User Library of many added to runtime classpath | DefaultProjectClasspathEntry#expandProject() by default compares containers by using the "variable name" of the classpath container. This leads to only one of "n" classpath containers beeing added to the runtime classpath. Solution: UserLibraryClasspathContainer should implement IRuntimeContainerComparator for example as follows: public boolean isDuplicate(IPath containerPath) { return containerPath != null && containerPath.equals(getPath()); } | resolved fixed | a70d3b8 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/userlibrary/UserLibraryClasspathContainer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-01T14:36:13Z" | "2004-03-29T08:46:40Z" |
56,965 | Bug 56965 Classpath variable name has to be a valid Java identifier | I20040330 window>preferences>java>classpath variables>new type '444' an error is displayed in the dialog : Invalid name: ''444' is not a valid Java identifier.'. I don't see any reason why the name of the variable has to be a valid Java identifier. | resolved fixed | d6440fa | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableCreationDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-04-01T14:32:22Z" | "2004-03-31T19:06:40Z" |
56,911 | Bug 56911 JUnit socket communication uses wrong encoding [JUnit] | M8 socket communication between client and server of jdt.junit uses default encoding. This does not work in general because arbitrary Unicode strings are sent between client and server and the default encoding may not be Unicode preserving. | resolved fixed | feb20d4 | ["org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/RemoteTestRunnerClient.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-31T20:49:36Z" | "2004-03-31T16:20:00Z" |
51,901 | Bug 51901 Breakpoint image specification is on jdt.ui instead of debug.ui | The breakpoint org.eclipse.ui.editors.markerAnnotationSpecification for org.eclipse.debug.core.breakpoint is currently in jdt.ui. since there is more then jdt the adds breakpoints (CDT) the image currently shows as a red square for cdt until the jdt plugin is loaded, if cdt adds the same specifcation, then the reverse happens jdt gets a red square until the cdt plugin is loaded. | verified fixed | d213475 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BreakpointImageProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-31T18:30:22Z" | "2004-02-12T21:06:40Z" |
56,589 | Bug 56589 Call Hierarchy should show root element in title | The Call Hierarchy is the only view which shows its input as root element. All other views (Search, Package Explorer, CVS Resource History, etc.) only show their input in the view title via ViewPart#setTitle(String). I think the Call Hierarchy should also follow this pattern and just add the current input to the title. The currently shown "declaration" node could the be removed, which makes the model cleaner (only one node type: method calls) and saves some horizontal screen space. Before: [Title:] Calls To Method - updateView() : void - ... + setCallMode(int) : void - ... + refresh() : void - ... Proposed change: [Title:] Calls to method 'updateView()' + setCallMode(int) : void - ... + refresh() : void - ... | resolved fixed | 744a214 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-31T17:14:17Z" | "2004-03-29T17:06:40Z" |
34,221 | Bug 34221 [code manipulation] Comment and uncomment code | The same key ctrl-/ should be used for both comments and uncommenting code. If code isn't commented ctrl-/ will comment. If already commented ctrl-/ will uncomment it. If two levels of comments, uncomment the first, then the second. For example //this is a comment ////this is a second comment hitting ctrl-/ would result in this is a comment //this is a second comment | resolved fixed | 329888a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ToggleCommentAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-31T09:24:41Z" | "2003-03-09T03:20:00Z" |
56,588 | Bug 56588 Call Hierarchy should remove redundant mode overlays | null | resolved fixed | 248cfbb | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeMethodWrapper.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallerMethodWrapper.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/MethodWrapper.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyImageDescriptor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyLabelDecorator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-31T09:07:56Z" | "2004-03-29T17:06:40Z" |
56,465 | Bug 56465 Compiler compiliance setting and 'assert' is missleading [build path] | The preference page for compiler compliance settings is missleading. Allthough they don't allow illegal combinations it is uncommon to change settings that are fixed in some states. Example (from a posting): ---- 3.0 M8 will not allow me to set "Compiler/Compliance and Classfiles/Source compatibility" to 1.4 when I have "Compiler Compliance Level" and "Source Compatibility" to 1.4 and "Disallow identifiers called 'assert'" to "ignore". The error I get is: When source compatibility is 1.4, 'assert' cannot be an identifier. This makes M8 completely unusable for me since I have tons of asserts in all my code. Any workaround? Steve Buroff ---- This is not a good UI. If the source compatibility is set to 1.4 then "Disallow identifiers called 'assert'" should be automatically set to "error" and the control should be disabled to indicate that this setting is not changable when source compatibility is set to 1.4. The current behavior confuses users (as seen above) and should be changed to a more smart behavior. We don't need to show error messages when we can solve them automatically. | resolved fixed | 0d055f4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-30T17:47:19Z" | "2004-03-27T15:06:40Z" |
56,463 | Bug 56463 First page of new project wizard does not use dialog font [dialogs] [code manipulation] | null | verified fixed | 9a8b723 | ["org.eclipse.jdt.ui.examples.projects/examples/org/eclipse/jdt/internal/ui/exampleprojects/ExampleProjectCreationWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-30T14:32:14Z" | "2004-03-27T15:06:40Z" |
49,461 | Bug 49461 [preferences] code formatter not configured with Java project options | null | resolved fixed | 7625617 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-30T13:53:44Z" | "2004-01-02T13:26:40Z" |
49,527 | Bug 49527 [formatting] Non-Javadoc-Headers are always formatted | Non-Javadoc-Headers are reformatted by the new code formatter, regardless of the 'Format header comment' option. I think this behaviour is not desired because such headers are often used to store version control information. The only current option to avoid this behaviour is to disable comment formatting completely (which is not a nice option). I'll append a test java file to check the described behaviour. | resolved fixed | 6ee6883 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentFormattingStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-30T12:49:17Z" | "2004-01-05T13:40:00Z" |
56,459 | Bug 56459 Pref Page Type Filters [code manipulation] | The buttons are not sized according to the dialog font. | verified fixed | cafc4db | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/SWTUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SpellingConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/SWTUtil.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-30T12:36:19Z" | "2004-03-27T15:06:40Z" |
56,691 | Bug 56691 Missing Java Formatter option when sort is by Java element [formatter] | In Preferences|Java|Code Style|Code Formatter, select "Edit". In the "Edit Profile" dialog, select the White Space tab. In the little list box, first select "Sort options by Syntax element." One of the 24 items in the resulting tree list is "Before opening brace". Expand this node, and note that there is a subitem "Array Initializer". Now select "Sort options by Java element" in the list box. Expand the "Arrays" node in the resulting tree list, then select the "Array Initializers" subnode. In the lower pane, there is a list of five possible positions for white space. It does not include "before opening brace". | resolved fixed | 2396586 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceOptions.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-30T12:26:02Z" | "2004-03-30T04:13:20Z" |
50,097 | Bug 50097 [junit] Cannot rerun test case (but can rerun test method) | It is very nice that one can right-click "Rerun" a test method. I have a test suite with many test case classes. I want to be able to right-click rerun on a test case class and rerun it. Version 3.0.m6. | resolved fixed | 0735bb9 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/HierarchyRunView.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenTestAction.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/RerunAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-29T22:33:57Z" | "2004-01-15T20:53:20Z" |
56,016 | Bug 56016 JUnitLaunchShortcut#launchConfiguration() should call DebugUITools#launch() instead of config.launch() [JUnit] | I20040324 ILaunchConfiguration#launch(String, IProgressMonitor) never performs a build prior to the launch. DebugUITools#launch(ILaunchConfiguratio, String) saves and builds the workspace according to the current preference settings. | resolved fixed | b2b2528 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitLaunchShortcut.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-29T22:25:42Z" | "2004-03-24T20:26:40Z" |
39,935 | Bug 39935 Package Explorer drop down Layout sub-menu should use radio buttons [package explorer] | Using build 200307090800, if you drop down the Package Explorer view menu, and open the Layout sub-menu, you will see Flat, and Hierarchical as toggle (check) style buttons. These should be radio buttons since only one can be selected at one time. If you are using the viewActions extension point, then there is a "style" attribute you can use to specify "radio" behavior. If you are contributing these via code, there is a new constructor on Action that you can specify the style. | verified fixed | e3155a4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/MultiActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/LayoutActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-29T22:17:50Z" | "2003-07-11T16:13:20Z" |
53,000 | Bug 53000 [templates] NLS template doesn't work in line comments | Build 20040219 I defined a template to map 'nls' to '//$NON-NLS-1$' In a code line where 2 string literals occur, I completed on nls first and inserted the template. Then right behind it (after one space) I tried again to complete on nls, and this time it did not work anymore. This used to be working fine before. | resolved fixed | b607bfa | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/CompoundContentAssistProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-29T17:12:34Z" | "2004-02-24T22:00:00Z" |
55,012 | Bug 55012 ResourceToItemMapper should take into account new IViewLabelProvider | ResourceToItemMapper should take into account new IViewLabelProvider to prevent the flashing in the packages view when decorators update. I will attach a modified version of the class. | resolved fixed | 16c2ebf | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ResourceToItemsMapper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-29T17:10:43Z" | "2004-03-16T20:46:40Z" |
55,895 | Bug 55895 import declarations are missing in quick outline | version: i2004-03-24 + plugin-export | resolved fixed | 9757e37 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-29T15:52:14Z" | "2004-03-24T14:53:20Z" |
47,729 | Bug 47729 Unable to ignore '*,D' files [filters] | I am using Aegis which produces files having the extension ',D', e.g. 'MyClass.java,D'. I want to ignore these files from being shown in the Package Explorer. I tried the filter in Project - Properties - Java Build Path - Source - Exclusion Filter but failed. I tried **/*,D **/*.java,D **/*.java?D without success. Seems as if this filter only ignores .java files. The only help I found was the filter for 'non-java elements', but then my .properties files disappear, too. | resolved fixed | e11540b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/CustomFiltersDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-29T14:46:37Z" | "2003-11-28T17:20:00Z" |
56,550 | Bug 56550 NPE when pressing Next on first Javadoc export page | 3.0 M8 I exported Javadoc for a class (checked the rt.jar on page 2). When exporting the next time I cannot go to page 2 and get an NPE in .log: !ENTRY org.eclipse.ui 4 4 Mrz 29, 2004 12:59:36.205 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Mrz 29, 2004 12:59:36.215 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javadocexport.JavadocStandardWizardPage.getCheckedReferences(JavadocStandardWizardPage.java:250) at org.eclipse.jdt.internal.ui.javadocexport.JavadocStandardWizardPage.updateHRefList(JavadocStandardWizardPage.java:412) at org.eclipse.jdt.internal.ui.javadocexport.JavadocStandardWizardPage.setVisible(JavadocStandardWizardPage.java:393) at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:957) at org.eclipse.jface.wizard.WizardDialog.access$1(WizardDialog.java:938) at org.eclipse.jface.wizard.WizardDialog$3.run(WizardDialog.java:927) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:925) at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:682) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:314) 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:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) 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.ExportResourcesAction.run(ExportResourcesAction.java:162) 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:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) 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) | resolved fixed | 28cbfb9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocLinkDialogLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocStandardWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-29T13:17:02Z" | "2004-03-29T11:33:20Z" |
55,604 | Bug 55604 [implementation] JavaOutlinePage should dispose CustomFiltersActionGroup | null | verified fixed | 745179e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-29T13:15:24Z" | "2004-03-23T00:00:00Z" |
56,543 | Bug 56543 [preferences] Switching to Java Editor preference page shows error for a short time | 3.0 M8 Switching to Text Editor preference page shows error for a short time | resolved fixed | dd999ad | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-29T09:48:45Z" | "2004-03-29T08:46:40Z" |
56,129 | Bug 56129 Callhierarchy: CallLocation#getLineNumber() must not create an AST | + clean up caching of fCallText, fLineNumber + remove unused ctor | resolved fixed | 14a2a15 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallHierarchy.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallLocation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallSearchResultCollector.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallerMethodWrapper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-29T09:03:03Z" | "2004-03-25T10:20:00Z" |
55,487 | Bug 55487 List from "Edit Working Set" doesn't show all projects [working sets] | I've noticed this on the I20040318 build, but might have been partially true before. If I try to create a new working set (or edit an existing one) not all projects show up to add to the working set. The one's I've noticed (tested) missing are 'simple' projects and 'feature' projects (as created with PDE). Is the "working set type" supposed to be that restrictive? If I select all the types, then they still don't show up, so no way I can add these 'simple' projects to any type of working set. This ie pretty important for the way we us projects and working sets. The work around for the above is to define/pretend the projects are java projects, even though they have no code in them. (Plus, I noticed while researching this, it seems once a working set is defined, there's no way to change it's type ... can't say there's a great need for it, but seem kind of inconsistent). BTW, I noticed this while using the filter in the package navigator while in Java perspective, which is why I picked JDT/UI .. not sure of source of problem. | resolved fixed | 3c0472e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPageContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-29T08:52:37Z" | "2004-03-22T01:46:40Z" |
56,323 | Bug 56323 [implementation] NPE when opening file from reprository view | 20040325 Got this NPE when opening an editor from the rep view 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.ui.javaeditor.ASTProvider.activeJavaEditorChanged(ASTProvider.java:210) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.access$0(ASTProvider.java:199) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider$ActivationListener.partVisible(ASTProvider.java:102) at org.eclipse.ui.internal.PartListenerList2$7.run(PartListenerList2.java:175) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java) at org.eclipse.core.runtime.Platform.run(Platform.java) at org.eclipse.ui.internal.PartListenerList2.firePartVisible(PartListenerList2.java) at org.eclipse.ui.internal.WWinPartService$1.partVisible(WWinPartService.java:68) at org.eclipse.ui.internal.PartListenerList2$7.run(PartListenerList2.java:175) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java) at org.eclipse.core.runtime.Platform.run(Platform.java) at org.eclipse.ui.internal.PartListenerList2.firePartVisible(PartListenerList2.java) at org.eclipse.ui.internal.WorkbenchPage$1.propertyChange(WorkbenchPage.java) at org.eclipse.ui.internal.LayoutPart.setVisible(LayoutPart.java) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:309) at org.eclipse.ui.internal.PresentableEditorPart.setVisible(PresentableEditorPart.java:93) at org.eclipse.ui.internal.presentations.BasicStackPresentation.selectPart(BasicStackPresentation.java:652) at org.eclipse.ui.internal.EditorWorkbook.setSelection(EditorWorkbook.java:777) at org.eclipse.ui.internal.EditorWorkbook.setVisibleEditor(EditorWorkbook.java:1118) at org.eclipse.ui.internal.EditorPresentation.setVisibleEditor(EditorPresentation.java:287) at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1048) at org.eclipse.ui.internal.WorkbenchPage.bringToTop(WorkbenchPage.java:586) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:454) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2142) at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2071) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2058) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2053) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2036) at org.eclipse.team.internal.ccvs.ui.actions.OpenRemoteFileAction$1.run(OpenRemoteFileAction.java:101) at org.eclipse.team.internal.ccvs.ui.repo.RepositoryManager.run(RepositoryManager.java:741) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction$1.run(CVSAction.java:225) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction$2.run(CVSAction.java:244) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.java:241) at org.eclipse.team.internal.ccvs.ui.actions.OpenRemoteFileAction.execute(OpenRemoteFileAction.java:73) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.java:52) at org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart.handleDoubleClick(RemoteViewPart.java:397) at org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart.access$1(RemoteViewPart.java:387) at org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart$8.doubleClick(RemoteViewPart.java:305) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:381) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java) at org.eclipse.core.runtime.Platform.run(Platform.java) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:379) at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:598) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:693) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:187) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.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:288) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:232) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:116) 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:315) at org.eclipse.core.launcher.Main.run(Main.java:740) at org.eclipse.core.launcher.Main.main(Main.java:724) | verified fixed | 96cad90 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-29T08:45:48Z" | "2004-03-26T11:20:00Z" |
55,968 | Bug 55968 [misc] segmented view does not work with new methods | i2004-03-24+plugin export - add a new method into a class by typing: public void test() {[enter] - the closing bracket is made automatically and the cursor is placed in the method - press "show source of selected element only" - observed behavior: the selected segment is the whole class rather than the method in which the cursor was | resolved fixed | 7333454 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-29T08:44:52Z" | "2004-03-24T17:40:00Z" |
56,195 | Bug 56195 NPE invoking search on working set and then cancelling | I20040325 1. select a method name 2. in the ctx menu select References > Working Set 3. Cancel the working set dialog 4. NPE is in log java.lang.NullPointerException at org.eclipse.search.ui.NewSearchUI.runQuery(NewSearchUI.java:43) at org.eclipse.jdt.ui.actions.FindAction.performNewSearch(FindAction.java:331) at org.eclipse.jdt.ui.actions.FindAction.run(FindAction.java:278) at org.eclipse.jdt.ui.actions.FindAction.run(FindAction.java:246) 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.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:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2584) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2262) 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:288) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:232) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:116) 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:315) at org.eclipse.core.launcher.Main.run(Main.java:740) at org.eclipse.core.launcher.Main.main(Main.java:724) | resolved fixed | 98a23a3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-29T08:31:54Z" | "2004-03-25T18:40:00Z" |
52,071 | Bug 52071 Cannot change default formatting preferences -- OK button disabled | I like the new options for the code formatter, but when I change them I am unable to click 'OK' as the button is greyed out when the preference window is opened and clicking checkboxes does not seem to un-enable it. I cannot change either the 'default' or 'Java' profiles (though I can create a new one and change that). I do not know if this is a bug or feature; but if it is a feature, I think a warning message should be displayed saying 'The default is not changeable' and it should not be possible to select any of the checkboxes, rather than not being able to commit the changes once they are made. | resolved fixed | 2725e76 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodingStyleConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/RenameProfileDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceTabPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-28T14:31:30Z" | "2004-02-15T01:53:20Z" |
52,074 | Bug 52074 Organise Imports inserts blank lines when code formatter preferences is to clear blank lines | I have Eclipse set up to clear all blank lines (which I think is the default Eclipse setting anyway) but when doing an Organise Import, the importer leaves a blank line between the top-level package name imports, e.g. import java.io.Something import java.util.SomethingElse import javax.ejb.Other import com.example.Another It would be useful if the Organise Imports didn't put a line in, if the code formatter preferences is to ignore all blank lines anyway. | resolved fixed | da526bb | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-28T14:26:51Z" | "2004-02-15T01:53:20Z" |
52,474 | Bug 52474 UI Blocked when opening Java Perspective during CVS check out | build I20040218 - start eclipse with a new workspace - switch to CVS Repository Exploring perspective - check out a number of projects ( i checkout Platform UI module) - now attempt to switch to the Java Perspective NOTE that at this point the "UI is blocked" dialog is opened. Probably due to the fact that starting the Java Perspective requires the workbench lock? The point here is that this will be a common pattern and it would be nice if we could investigate makeing this scenario work more smoothly. | verified fixed | fa8d043 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-25T15:21:36Z" | "2004-02-19T14:13:20Z" |
55,899 | Bug 55899 NPE & Assertion Failure in Call Hierarchy | i2003-04-24 + plugin export see attached stacktrace - dont know how to reproduce (but occured on a call hierarchy of Object.toString() with only JUnit example-project in the workspace) | verified fixed | 4ffc9d0 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallLocation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-25T14:07:33Z" | "2004-03-24T14:53:20Z" |
55,975 | Bug 55975 User Libraries lose jars after save, load [build path] | I20040324-0800 Saving and then re-loading the saved user library misses some of the jars. Steps: - new workspace, import org.apache.ant as binary - new java project "abc" - on abc: Properties, Buildpath, Libraries, Add Library - User Library, Next, User Libraries - New: "Ameisen" (not system) - Add Jars... - add ant.jar and ant-antlr.jar from org.apache.ant/lib - Save... into ameisen.userlibraries - Load... from ameisen.userlibraries, load "Ameisen" -> only ant-antlr.jar is loaded -> cannot remove ant-antlr.jar (no reaction, log empty) | verified fixed | b25dea7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-25T12:16:08Z" | "2004-03-24T17:40:00Z" |
55,867 | Bug 55867 [misc] Hang when clicking quickfix rollover | I 2004-03-24+plugin export 1) Import junit 3.8.1 into project JUnit with a source folder "src" 2) create the following two classes in the "src" folder: /* * Created on Mar 24, 2004 * * @todo To change the template for this generated file go to * Window - Preferences - Java - Code Generation - Code and Comments */ /** * @author TMA * * @todo To change the template for this generated type comment go to * Window - Preferences - Java - Code Generation - Code and Comments */ public class Bla { protected String foo; public void foo() { int foo= 13; } } /* * Created on Mar 24, 2004 * * @todo To change the template for this generated file go to * Window - Preferences - Java - Code Generation - Code and Comments */ /** * @author TMA * * @todo To change the template for this generated type comment go to * Window - Preferences - Java - Code Generation - Code and Comments */ public class Bar extends Bla { protected int foo; public void gogo() { foo= 32; } } 3) I have set up the compiler options such that I get an error against Bar.foo because it hides the Bla.foo 4) I use the rollover on the quickfix for the problem 5) Eclipse hangs in this state: Stack Traces of Threads: ThreadName=main(00035B5C) Status=Waiting Monitor=019E8170 (Object monitor for java/lang/Object @ 00E33630) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.getAST(Lorg/eclips e/jdt/core/IJavaElement;ZLorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclips e/jdt/core/dom/CompilationUnit; In org/eclipse/jdt/internal/ui/text/correction/AssistContext.getASTRoot( )Lorg/eclipse/jdt/core/dom/CompilationUnit; In org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProces sor.addHidingVariablesProposals(Lorg/eclipse/jdt/ui/text/java/IInvocationContext ;Lorg/eclipse/jdt/ui/text/java/IProblemLocation;Ljava/util/Collection;)V In org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.process (Lorg/eclipse/jdt/ui/text/java/IInvocationContext;Lorg/eclipse/jdt/ui/text/java/ IProblemLocation;Ljava/util/Collection;)V In org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.getCorr ections(Lorg/eclipse/jdt/ui/text/java/IInvocationContext;[Lorg/eclipse/jdt/ui/te xt/java/IProblemLocation;)[Lorg/eclipse/jdt/ui/text/java/IJavaCompletionProposal ; In org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.c ollectCorrections(Lorg/eclipse/jdt/ui/text/java/IInvocationContext;[Lorg/eclipse /jdt/ui/text/java/IProblemLocation;Ljava/util/ArrayList;)V In org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.p rocessProblemAnnotations(Lorg/eclipse/jdt/ui/text/java/IInvocationContext;Lorg/e clipse/jface/text/source/IAnnotationModel;Ljava/util/ArrayList;)V In org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.c omputeCompletionProposals(Lorg/eclipse/jface/text/ITextViewer;I)[Lorg/eclipse/jf ace/text/contentassist/ICompletionProposal; In org/eclipse/jface/text/contentassist/ContentAssistant.computeCompleti onProposals(Lorg/eclipse/jface/text/ITextViewer;I)[Lorg/eclipse/jface/text/conte ntassist/ICompletionProposal; In org/eclipse/jface/text/contentassist/CompletionProposalPopup.computeP roposals(I)[Lorg/eclipse/jface/text/contentassist/ICompletionProposal; In org/eclipse/jface/text/contentassist/CompletionProposalPopup.access$7 (Lorg/eclipse/jface/text/contentassist/CompletionProposalPopup;I)[Lorg/eclipse/j face/text/contentassist/ICompletionProposal; In org/eclipse/jface/text/contentassist/CompletionProposalPopup$1.run()V In org/eclipse/swt/custom/BusyIndicator.showWhile(Lorg/eclipse/swt/widge ts/Display;Ljava/lang/Runnable;)V In org/eclipse/jface/text/contentassist/CompletionProposalPopup.showProp osals(Z)Ljava/lang/String; In org/eclipse/jface/text/contentassist/ContentAssistant.showPossibleCom pletions()Ljava/lang/String; In org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionAssistant.s howPossibleCompletions()Ljava/lang/String; In org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor$AdaptedS ourceViewer.doOperation(I)V In org/eclipse/jdt/internal/ui/javaeditor/JavaSelectMarkerRulerAction2.a nnotationDefaultSelected(Lorg/eclipse/jface/text/source/AnnotationEvent;)V In org/eclipse/jface/text/source/CompositeRuler.annotationDefaultSelecte d(Lorg/eclipse/jface/text/source/AnnotationEvent;)V In org/eclipse/ui/internal/texteditor/AnnotationExpansionControl$Item.de faultSelected()V In org/eclipse/ui/internal/texteditor/AnnotationExpansionControl$MyMouse Listener.mouseUp(Lorg/eclipse/swt/events/MouseEvent;)V In org/eclipse/swt/widgets/TypedListener.handleEvent(Lorg/eclipse/swt/wi dgets/Event;)V In org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets /Event;)V In org/eclipse/swt/widgets/Widget.sendEvent(Lorg/eclipse/swt/widgets/Eve nt;)V In org/eclipse/swt/widgets/Display.runDeferredEvents()Z In org/eclipse/swt/widgets/Display.readAndDispatch()Z In org/eclipse/ui/internal/Workbench.runEventLoop(Lorg/eclipse/jface/win dow/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V In org/eclipse/ui/internal/Workbench.runUI()I In org/eclipse/ui/internal/Workbench.createAndRunWorkbench(Lorg/eclipse/ swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I In org/eclipse/ui/PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widg ets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I In org/eclipse/ui/internal/ide/IDEApplication.run(Ljava/lang/Object;)Lja va/lang/Object; In org/eclipse/core/internal/runtime/PlatformActivator$1.run(Ljava/lang/ Object;)Ljava/lang/Object; In org/eclipse/core/runtime/adaptor/EclipseStarter.run(Ljava/lang/Object ;)Ljava/lang/Object; In org/eclipse/core/runtime/adaptor/EclipseStarter.run([Ljava/lang/Strin g;Ljava/lang/Runnable;)Ljava/lang/Object; In sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Metho d;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; In sun/reflect/NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/ lang/Object;)Ljava/lang/Object; In sun/reflect/DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Lj ava/lang/Object;)Ljava/lang/Object; In java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object; )Ljava/lang/Object; In org/eclipse/core/launcher/Main.basicRun([Ljava/lang/String;)Ljava/lan g/Object; In org/eclipse/core/launcher/Main.run([Ljava/lang/String;)I In org/eclipse/core/launcher/Main.main([Ljava/lang/String;)V ThreadName=Gc Thread(00035CAC) Status=Waiting Monitor=00035168 (System monitor) Count=0 Owner=(00000000) ThreadName=Finalizer thread(00035D00) Status=Waiting Monitor=000359A8 (System monitor) Count=0 Owner=(00000000) ThreadName=Framework Event Dispatcher(00035D54) Status=Waiting Monitor=00035AF8 (Object monitor for org/eclipse/osgi/framework/eventmgr/EventTh read @ 009C1784) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/osgi/framework/eventmgr/EventThread.getNextEvent()Lorg/ec lipse/osgi/framework/eventmgr/EventThread$EventThreadItem; In org/eclipse/osgi/framework/eventmgr/EventThread.run()V ThreadName=Start Level Event Dispatcher(00035DA8) Status=Waiting Monitor=019E7B70 (Object monitor for org/eclipse/osgi/framework/eventmgr/EventTh read @ 009C1718) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/osgi/framework/eventmgr/EventThread.getNextEvent()Lorg/ec lipse/osgi/framework/eventmgr/EventThread$EventThreadItem; In org/eclipse/osgi/framework/eventmgr/EventThread.run()V ThreadName=Java indexing(00035DFC) Status=Waiting Monitor=019E8110 (Object monitor for org/eclipse/jdt/internal/core/search/indexi ng/IndexManager @ 00DC29BC) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/jdt/internal/core/search/processing/JobManager.run()V In java/lang/Thread.run()V ThreadName=Worker-29(000361EC) Status=Waiting Monitor=019E80B0 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 00BA6310) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/core/internal/jobs/WorkerPool.sleep(J)V In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/ internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=org.eclipse.jdt.internal.ui.text.JavaReconciler(00035FF4) Status=Waiting Monitor=01A9B598 (Object monitor for org/eclipse/jface/text/reconciler/DirtyRegi onQueue @ 06589C48) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/jface/text/reconciler/AbstractReconciler$BackgroundThread .run()V ThreadName=org.eclipse.jdt.internal.ui.text.JavaReconciler(00035EA4) Status=Waiting Monitor=01A9B3E8 (Object monitor for org/eclipse/jface/text/reconciler/DirtyRegi onQueue @ 07DAA000) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/jface/text/reconciler/AbstractReconciler$BackgroundThread .run()V ThreadName=Worker-37(00036144) Status=Waiting Monitor=019E80B0 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 00BA6310) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/core/internal/jobs/WorkerPool.sleep(J)V In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/ internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=org.eclipse.jdt.internal.ui.text.JavaReconciler(0003633C) Status=Waiting Monitor=01A9B4A8 (Object monitor for org/eclipse/jface/text/reconciler/DirtyRegi onQueue @ 0748E494) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/jface/text/reconciler/AbstractReconciler$BackgroundThread .run()V ThreadName=Worker-38(00036048) Status=Waiting Monitor=019E80B0 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 00BA6310) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/core/internal/jobs/WorkerPool.sleep(J)V In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/ internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=Worker-39(00036294) Status=Waiting Monitor=019E8170 (Object monitor for java/lang/Object @ 00E33630) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait()V In org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.getAST(Lorg/eclips e/jdt/core/IJavaElement;ZLorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclips e/jdt/core/dom/CompilationUnit; In org/eclipse/jdt/internal/ui/viewsupport/SelectionListenerWithASTManag er$PartListenerGroup.calculateASTandInform(Lorg/eclipse/jdt/core/IJavaElement;Lo rg/eclipse/jface/text/ITextSelection;Lorg/eclipse/core/runtime/IProgressMonitor; )Lorg/eclipse/core/runtime/IStatus; In org/eclipse/jdt/internal/ui/viewsupport/SelectionListenerWithASTManag er$1.run(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/I Status; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=org.eclipse.jdt.internal.ui.text.JavaReconciler(00036240) Status=Waiting Monitor=019E7A50 (System monitor) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/jface/text/reconciler/AbstractReconciler$BackgroundThread .run()V ThreadName=Worker-40(000360F0) Status=Waiting Monitor=019E80B0 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 00BA6310) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/core/internal/jobs/WorkerPool.sleep(J)V In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/ internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V ThreadName=Worker-41(00036390) Status=Waiting Monitor=019E80B0 (Object monitor for org/eclipse/core/internal/jobs/WorkerPool @ 00BA6310) Count=0 Owner=(00000000) In java/lang/Object.wait(JI)V In java/lang/Object.wait(J)V In org/eclipse/core/internal/jobs/WorkerPool.sleep(J)V In org/eclipse/core/internal/jobs/WorkerPool.startJob(Lorg/eclipse/core/ internal/jobs/Worker;)Lorg/eclipse/core/internal/jobs/InternalJob; In org/eclipse/core/internal/jobs/Worker.run()V | resolved fixed | cd8af8f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/IJavaReconcilingListener.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaReconcilingStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-25T11:40:47Z" | "2004-03-24T12:06:40Z" |
56,105 | Bug 56105 Shouldn't use @todo as a default todo tag | I20040324 We shouldn't used @todo as a default todo tag. Doing so causes grief when using @todo inside Javadoc tags. | verified fixed | 6a3679a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-25T11:37:19Z" | "2004-03-25T10:20:00Z" |
55,863 | Bug 55863 No content assist in dialog text fields and combos | null | verified fixed | c86359b | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-24T15:24:55Z" | "2004-03-24T12:06:40Z" |
53,473 | Bug 53473 [EditorMgmt] Leak editor++ on open/close | Build I20040226 1. Create a simple project P; create a file file.txt. 2. Open file.txt; close file.txt Using a profiler, check if there are any instances hanging around. I discover a left-over editor. In addition, I leak many ActionHandler and HandlerSubmissions (equal number). (I appear to leak 1 additional editor and N ActionHandler and HandlerSubmission instances for each pair of open/close operations) (I can also cause this with the java editor) | resolved fixed | 03aebf6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-24T09:48:46Z" | "2004-03-02T04:00:00Z" |
51,170 | Bug 51170 [implementation] AbstractMarkerAnnotationModel.updateMarker doesn't maintain Marker length | Using 3.0M5. I hope this is clear what my problem is. The problem I'm running into is that when I use the updateMarker(3 args) function to force a Marker up to date, the resource change listener isn't disabled. So the BasicMarkerUpdater sets the Marker CHAR_START, which causes the listener to be invoked, which causes the Position length to be recalculated based on the new CHAR_START and the old CHAR_END. Then the BasicMarkerUpdater attempts to set the new CHAR_END, but it uses the Position length, which is wrong because it was just set when the start was adjusted. The results is that the Marker length gets decreased when the Marker is moved forward, and increased when the Marker is moved backward. The updateMarker(3 args) version is public, so I assume that this should work as expected. Possible solution: The updateMarkers(IDocument) method disables the listener with listenToMarkerChanges(false) before iterating through all the Markers to update them. I think that the updateMarker(IMarker,IDocument,Position) method needs to do something similar, although some care must be taken since it is called by the updateMarkers(IDocument) method. Snippet: (I'm attempting to update only my markers when an edit occurs) public void adjustReadOnlyMarkersForEdit() { IDocumentProvider provider=editor.getDocumentProvider(); IAnnotationModel annotationModel=provider.getAnnotationModel (editor.getEditorInput()); AbstractMarkerAnnotationModel markerAnnotationModel= (AbstractMarkerAnnotationModel)annotationModel; try { ITextViewer viewer=(ITextViewer)editor.getAdapter (ITextOperationTarget.class); IDocument doc=viewer.getDocument(); // ((AbstractMarkerAnnotationModel)annotationModel).updateMarkers (viewer.getDocument()); //*************This statement works for (Iterator iter= mReadOnlyAnnotations.iterator(); iter.hasNext ();) { EditorReadOnlyMarker element= (EditorReadOnlyMarker) iter.next(); markerAnnotationModel.updateMarker (element.mStartMarker.getMarker(),doc,markerAnnotationModel.getMarkerPosition (element.mStartMarker.getMarker())); //*********This statement incorrectly updates the marker } } catch (CoreException e) { // TODO Auto-generated catch block e.printStackTrace(); } } | resolved fixed | 96d2584 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-23T15:28:32Z" | "2004-02-04T15:53:20Z" |
53,869 | Bug 53869 [EditorMgmt] Blank outliner when opening/switching to editor | Build 20040303 - multiple windows No exact steps sorry. The problem is that sometimes when opening an editor (ctrl-shift-T) or switching to an existing one will bring it to front, but the outliner doesn't refresh properly. It remains blank. Usually, closing the editor and reopening will make the outline show up after a few attempts. | verified fixed | de8851d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-23T15:05:42Z" | "2004-03-05T15:20:00Z" |
55,675 | Bug 55675 NPE in ASTProvider.reconciled | I20040323_0010 + export for smoke test. This was on the console, not in the log: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.reconciled(ASTProvider.java:413) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.reconciled(CompilationUnitEditor.java:1530) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile(JavaReconcilingStrategy.java:101) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.initialReconcile(JavaReconcilingStrategy.java:143) at org.eclipse.jface.text.reconciler.CompositeReconcilingStrategy.initialReconcile(CompositeReconcilingStrategy.java:111) at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.initialReconcile(JavaCompositeReconcilingStrategy.java:123) 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) | verified fixed | 8fa622a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-23T14:57:26Z" | "2004-03-23T13:53:20Z" |
55,628 | Bug 55628 Ctrl+o Filters not persistent when set via view menu | I20040322 | resolved fixed | 7fa55bd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CustomFiltersActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-23T11:47:55Z" | "2004-03-23T08:20:00Z" |
49,022 | Bug 49022 Extract Method: changed parameter name not used in return statement [refactoring] | I20031216-2000: void execute() { int i= 2; i= i * 2; // extract this statement int a= i; } Extract the line and change the parameter name from "i" to "jott". Expected: the extracted code uses 'jott' everywhere. Was: private int execute(int jott) { jott= jott * 2; // extract this statement return i; } | resolved fixed | a5069a1 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/parameterName_in/A_test906.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/parameterName_out/A_test906.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-22T20:12:28Z" | "2003-12-17T14:06:40Z" |
41,796 | Bug 41796 JavaDoc comment for TextBuffer.getLineCotent incomplete | The comment for TextBuffer.getLineContent() should include something to the effect that it does not include the line's delimiter in the String that is returned. | resolved fixed | d70a184 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/textmanipulation/TextBuffer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-22T19:33:24Z" | "2003-08-21T12:46:40Z" |
54,153 | Bug 54153 AssertionFailedException when canceling action from "lock window" | N20040309 1. Start a CVS refresh (long running) that will lock your project 2. Try to perform a refactoring (e.g. Extract Constant) 3. The progress "lock" window will show up, telling you that the workspace lock can not be obtained, with the option to cancel either the cvs or ui task. 4. Choose to cancel the UI task -> I get an AssertionFailedException. Since the option to cancel is offered in the ui, we should not throw, but abort gracefully. org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed: at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at org.eclipse.jface.util.Assert$AssertionFailedException.<init>(Assert.java:54) at org.eclipse.jface.util.Assert.isTrue(Assert.java:168) at org.eclipse.jface.util.Assert.isTrue(Assert.java) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.checkActivation(RefactoringStarter.java:73) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:47) at org.eclipse.jdt.ui.actions.ExtractConstantAction.run(ExtractConstantAction.java:94) 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.actions.RetargetAction.runWithEvent(RetargetAction.java:212) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:212) 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) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1451) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1422) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:258) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:79) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:260) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:173) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:106) 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:305) at org.eclipse.core.launcher.Main.run(Main.java:745) at org.eclipse.core.launcher.Main.main(Main.java:713) | resolved fixed | 7f38a95 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RefactoringStarter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-22T19:29:45Z" | "2004-03-09T16:33:20Z" |
55,532 | Bug 55532 JUnitAddLibraryProposal contains e.printStackTrace call | I20040316 | resolved fixed | d3151ec | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitAddLibraryProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-22T18:16:49Z" | "2004-03-22T15:40:00Z" |
55,555 | Bug 55555 NPE in JavaFormatter.plainFormat | I20040322 Found NPE in .log (related to scrapbook page) !ENTRY org.eclipse.ui 4 0 Mrz 22, 2004 17:57:21.152 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.template.java.JavaFormatter.plainFormat(JavaFormatter.java:174) at org.eclipse.jdt.internal.corext.template.java.JavaFormatter.format(JavaFormatter.java:154) at org.eclipse.jdt.internal.corext.template.java.JavaFormatter.format(JavaFormatter.java:78) at org.eclipse.jdt.internal.corext.template.java.JavaContext.evaluate(JavaContext.java:124) at org.eclipse.jdt.internal.ui.text.template.contentassist.TemplateProposal.getAdditionalProposalInfo(TemplateProposal.java:206) at org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:221) at org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:734) at org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:724) at org.eclipse.jface.text.contentassist.AdditionalInfoController$1.run(AdditionalInfoController.java:173) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2401) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2106) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1488) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1462) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:259) 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:262) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:213) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:115) 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:315) at org.eclipse.core.launcher.Main.run(Main.java:740) at org.eclipse.core.launcher.Main.main(Main.java:724) | resolved fixed | b89c4ae | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/JavaFormatter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-03-22T17:19:38Z" | "2004-03-22T18:26:40Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.