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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
51,683 | Bug 51683 Occurences In Exceptions: Not Javadoc aware | 20040211 - Enable 'Mark Occurences' - Open java.ui.FileInputStream, close() - In the Javadoc comment select 'IOException' - In the signature select 'IOException': Not the same result | resolved fixed | 73829cb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ExceptionOccurrencesFinder.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-13T17:42:37Z" | "2004-02-11T17:20:00Z" |
48,069 | Bug 48069 [reconciling] Reconciling too much | Build 20031202 Whenever the editor gains focus; it is triggering a forced reconciliation. This is too naive, and wastes lots of cycles. e.g.: - open editor - select one element in outliner - go back to editor A reconciliation is triggered even though nothing has changed which requires this. | resolved fixed | 391135f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaReconciler.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-13T15:42:59Z" | "2003-12-04T15:00:00Z" |
51,644 | Bug 51644 [typing] The word "squigglies" does not exist | I200402102000 We can either use "squiggles" or "squiggly lines" | resolved fixed | 9f1ca64 | ["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-02-13T14:19:04Z" | "2004-02-11T14:33:20Z" |
51,093 | Bug 51093 [typing] Pressing enter after an opening curly brace closes the curly brace repeatedly. | Pressing enter after an opening curly brace closes the curly brace repeatedly. IF you are about to define a method and you open a curly brace, the completion closing curly brace is added automatically. If you go and press "enter" again in front of the opening curly brace , it adds another closing brace repeatedly. | resolved fixed | 3377f2d | ["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-02-13T09:42:10Z" | "2004-02-03T09:20:00Z" |
51,648 | Bug 51648 ClassCastException after aborted local rename | null | verified fixed | 597f55e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedNamesAssistProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-12T18:42:09Z" | "2004-02-11T14:33:20Z" |
51,637 | Bug 51637 Quick Fix compilation unit rename throws CoreException | Test case: - create class Foo - manually rename class from Foo to Bar - use Quick Fix to "Rename compilation unit to 'Bar.java'" -> CoreException: !SESSION Feb 11, 2004 15:32:14.486 --------------------------------------------- java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -dev bin -os win32 -ws win32 -arch x86 -nl en_US !ENTRY org.eclipse.jdt.ui 4 10001 Feb 11, 2004 15:32:14.486 !MESSAGE Internal Error !STACK 1 org.eclipse.core.runtime.CoreException: /IAE/src/x/Foo.java is unsaved at org.eclipse.jdt.internal.ui.text.correction.ChangeCorrectionProposal.apply(ChangeCorrectionProposal.java:69) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertProposal(CompletionProposalPopup.java:375) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.selectProposalWithMask(CompletionProposalPopup.java:339) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.verifyKey(CompletionProposalPopup.java:639) at org.eclipse.jface.text.contentassist.ContentAssistant$InternalListener.verifyKey(ContentAssistant.java:622) at org.eclipse.jface.text.TextViewer$VerifyKeyListenersManager.verifyKey(TextViewer.java:378) at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener.java:55) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:857) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:650) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5321) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5066) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:857) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1716) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1712) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3037) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2940) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2865) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1371) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2019) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1530) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:265) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:221) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:101) 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:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) !ENTRY org.eclipse.jdt.ui 4 4 Feb 11, 2004 15:32:14.486 !MESSAGE /IAE/src/x/Foo.java is unsaved | verified fixed | b705204 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/AbstractJavaElementRenameChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/base/JDTChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameCompilationUnitChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenamePackageChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameSourceFolderChange.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-12T18:39:36Z" | "2004-02-11T14:33:20Z" |
51,853 | Bug 51853 Support new compiler option PREF_PB_UNUSED_DECLARED_THROWN_EXCEPTION_WHEN_OVERRIDING | 20040212 Add the new setting to the compiler preference page | verified fixed | 2573160 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-12T16:10:05Z" | "2004-02-12T15:33:20Z" |
51,451 | Bug 51451 [formatting] unstable comment formatting | - open TestCase - in the editor set the carret in a method declaration's name (e.g., ru|n()) - press CTRL-SHIFT-F multiple times -> the formatting changes in each `format' | resolved fixed | d354501 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaFormattingStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-12T15:43:44Z" | "2004-02-10T13:33:20Z" |
51,622 | Bug 51622 Organize import misses type references in javadoc | 20040211 - organize import the following coe - IClassFile and ICompilationUnit go away import org.eclipse.jdt.core.IClassFile; import org.eclipse.jdt.core.ICompilationUnit; /** * Implemented by {@link IClassFile} and {@link ICompilationUnit} */ public interface IOpenable { } | verified fixed | 1aed45f | ["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-02-12T11:23:46Z" | "2004-02-11T14:33:20Z" |
51,763 | Bug 51763 Source -> Override methods fails in inner classes [code manipulation] | In Version: 3.0.0 Build id: 200312182000 Type the following in the Java editor, in the header of a class : private MouseTrackAdapter mouseTrackListener = new MouseTrackAdapter() { XXX }; right mouse click where the XXX in the above line is and choose Source -> Override/Implement methods. You get the correct methods in the pop up. choose some, and say ok. You get an error and the methods are not generated. | verified fixed | 45461e2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OverrideMethodsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-12T11:10:18Z" | "2004-02-11T20:06:40Z" |
51,704 | Bug 51704 multiple beginCompoundChange in LinkedUIKeyListener | build used: eclipse-SDK-I20040210-win32 I noticed some strange undo/redo behavior in the JDT Editor. I don't have a simple testcase to demonstrate the problem in the JDT Editor. But, I noticed if I set a breakpoint at the implementation of IRewriteTarget.beginCompoundChange, it's called multiple times while I'm in the linked edit mode of Local Rename (one time for each keystroke). But, endCompoundChange was only called one time at the end. I traced and noticed the origin of the multiple beginCompoundChange calls came from the LinkedUIKeyListener#controlUndoBehavior(int, int). LinkedUIKeyListener is an inner class in LinkedUIControl. I understand org.eclipse.jdt.internal.ui.text.link is an internal package. But, I hope the developer may agree that it's a simple problem to fix. That may avoid some hard- to-explain problems in the future because of this unmatching beginCompoundChange/endCompoundChange calls. Here is a copy of LinkedUIKeyListener#controlUndoBehavior(int, int). You may notice that target.beginCompoundChange() is called everytime position is not null. private boolean controlUndoBehavior(int offset, int length) { LinkedPosition position= fEnvironment.findPosition(new LinkedPosition( fCurrentTarget.getViewer().getDocument(), offset, length, LinkedPositionGroup.NO_STOP)); if (position != null) { ITextViewerExtension extension= (ITextViewerExtension) fCurrentTarget.getViewer(); IRewriteTarget target= extension.getRewriteTarget(); if (fPreviousPosition != null && !fPreviousPosition.equals(position)) target.endCompoundChange(); target.beginCompoundChange(); } fPreviousPosition= position; return fPreviousPosition != null; } | closed fixed | ac783da | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedUIControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-12T11:09:57Z" | "2004-02-11T17:20:00Z" |
51,811 | Bug 51811 NPE attempting to search NLS | I200402102000 With the RefactoringMessages.properties from org.eclipse.jdt.internal.debug.core.refactoring (renamed from RefractoringMessages.properties) selected in the PackageExplorer, I clicked on the Search toolbar button. From the NLS keys page, I clicked search. Related to the fact that there is another RefactoringMessages class? java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:283) at org.eclipse.search.internal.ui.util.ExtendedDialogWindow.run (ExtendedDialogWindow.java:180) at org.eclipse.jdt.internal.ui.refactoring.nls.search.NLSSearchPage.performAction (NLSSearchPage.java:199) at org.eclipse.search.internal.ui.SearchDialog.performAction (SearchDialog.java:363) at org.eclipse.search.internal.ui.util.ExtendedDialogWindow.buttonPressed (ExtendedDialogWindow.java:147) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:402) 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:833) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2029) at org.eclipse.jface.window.Window.runEventLoop(Window.java:647) at org.eclipse.jface.window.Window.open(Window.java:627) at org.eclipse.search.internal.ui.OpenSearchDialogAction.run (OpenSearchDialogAction.java:60) at org.eclipse.search.internal.ui.OpenSearchDialogAction.run (OpenSearchDialogAction.java:46) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:273) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent (WWinPluginAction.java:207) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:536) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:460) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2029) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1550) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1526) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:265) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:257) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:104) 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:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.refactoring.nls.search.NLSSearchResultCollector.fin dKey(NLSSearchResultCollector.java:199) at org.eclipse.jdt.internal.ui.refactoring.nls.search.NLSSearchResultCollector.acc ept(NLSSearchResultCollector.java:108) at org.eclipse.jdt.core.search.SearchEngine$ResultCollectorAdapter.acceptSearchMat ch(SearchEngine.java:58) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.report (MatchLocator.java:967) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.report (MatchLocator.java:948) at org.eclipse.jdt.internal.core.search.matching.PatternLocator.matchReportReferen ce(PatternLocator.java:228) at org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator.matchReportR eference(TypeReferenceLocator.java:168) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatching (MatchLocator.java:1136) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatching (MatchLocator.java:1337) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatching (MatchLocator.java:1348) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatching (MatchLocator.java:1201) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.process (MatchLocator.java:887) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches (MatchLocator.java:619) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches (MatchLocator.java:653) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches (MatchLocator.java:744) at org.eclipse.jdt.internal.core.search.JavaSearchParticipant.locateMatches (JavaSearchParticipant.java:157) at org.eclipse.jdt.internal.core.search.pattern.InternalSearchPattern.findMatches (InternalSearchPattern.java:190) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:716) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:684) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:665) at org.eclipse.jdt.internal.ui.refactoring.nls.search.NLSSearchOperation.execute (NLSSearchOperation.java:84) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run (WorkspaceModifyOperation.java:91) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1567) at org.eclipse.ui.actions.WorkspaceModifyOperation.run (WorkspaceModifyOperation.java:105) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:101) | resolved fixed | 70db708 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultCollector.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-12T08:54:13Z" | "2004-02-12T04:26:40Z" |
51,448 | Bug 51448 Creating java project doesn't switch to java perspective [build path] | Smoke test for 2004-01-10 08:00 1) Create a java project in a new workspace 2) observe: you're not asked to switch to the java perspective. | verified fixed | e2c1594 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-11T20:44:38Z" | "2004-02-10T10:46:40Z" |
51,573 | Bug 51573 [formatter] built-in profile; OK button enablement | Please disable the OK button on the "Show Profile ... [built-in]" dialog for the built-in profiles. This should be in addition to the warning. It's easy to read over a message, but a disabled OK button is a clear message that one cannot save changes. | verified fixed | c9b175e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-11T20:14:37Z" | "2004-02-11T03:26:40Z" |
51,607 | Bug 51607 project creation wizard: too tall [build path] | M7 test pass, I200402102000 1. Ctrl+N, choose Java Project -> The first page is too tall, filling out almost the entire screen although the space is not used. | verified fixed | 56aab35 | ["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-02-11T19:28:17Z" | "2004-02-11T11:46:40Z" |
51,608 | Bug 51608 project creation wizard: add folder button lets one add existing folder the first time | M7 test pass, I200402102000 1. Create a new java project 2. configure using src and bin folders 3. on the second page, press "add folder" 4. enter "src" as the folder name into the mask -> there is no complaint about the added folder, although it already existed -> when pressing "add folder" a second time, a different dialog comes up, allowing to specify where to add a new folder. Entering an existing folder name here gets flagged as an error. -> it seems that although there is an entry for the preconfigured "src" folder, it does not yet exist really. | verified fixed | 9263607 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-11T18:37:54Z" | "2004-02-11T11:46:40Z" |
51,619 | Bug 51619 Vertical ruler Roll-Overs should only appear for vertical ruler annotations | I200402102000 Roll-over shows all annotations also those which I explicitly disabled to show up in the vertical ruler. M7 candidate. | verified fixed | b013f6d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaExpandHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-11T16:23:35Z" | "2004-02-11T11:46:40Z" |
50,904 | Bug 50904 IllegalArgumentException during refactoring | build i0129, winxp, j9sc20031212 - create package /org.eclipse.core.runtime.compatibility/src-runtime/org.eclipse.core.runtime - in packages explorer, select org.eclipse.core.runtime.Preferences - Refactor -> move - destination is new package - Preview In the Preview, there were a lot (maybe 12?) classes selected but there wasn't any differences in the compare. I expanded one class and it had "updated imports". I selected that line (not sure if it was the line or the checkbox) and I got the following error in my log file. !ENTRY org.eclipse.core.runtime 4 2 Jan 29, 2004 14:50:25.641 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.IllegalArgumentException: at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java) at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java) at org.eclipse.core.runtime.Status.setMessage(Status.java:156) at org.eclipse.core.runtime.Status.<init>(Status.java:75) at org.eclipse.jdt.internal.corext.refactoring.changes.Changes.asCoreException(Changes.java:25) at org.eclipse.jdt.internal.corext.refactoring.changes.TextChange.getContent(TextChange.java:655) at org.eclipse.jdt.internal.corext.refactoring.changes.TextChange.getCurrentContent(TextChange.java:402) at org.eclipse.jdt.internal.ui.refactoring.TextChangePreviewViewer.setInput(TextChangePreviewViewer.java:155) at org.eclipse.jdt.internal.ui.refactoring.TextEditChangeElement.feedInput(TextEditChangeElement.java:68) at org.eclipse.jdt.internal.ui.refactoring.PreviewWizardPage.showPreview(PreviewWizardPage.java:387) at org.eclipse.jdt.internal.ui.refactoring.PreviewWizardPage.access$2(PreviewWizardPage.java:366) at org.eclipse.jdt.internal.ui.refactoring.PreviewWizardPage$2.selectionChanged(PreviewWizardPage.java:357) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java) at org.eclipse.core.runtime.Platform.run(Platform.java) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java) 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.CheckboxTreeViewer.handleSelect(CheckboxTreeViewer.java:261) 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) 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.jface.window.Window.runEventLoop(Window.java) at org.eclipse.jface.window.Window.open(Window.java:566) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:56) at org.eclipse.jdt.internal.ui.refactoring.reorg.ReorgMoveAction.startRefactoring(ReorgMoveAction.java:135) at org.eclipse.jdt.internal.ui.refactoring.reorg.ReorgMoveAction.run(ReorgMoveAction.java:119) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:212) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:188) at org.eclipse.jdt.ui.actions.MoveAction.run(MoveAction.java:123) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:212) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:188) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:536) 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:1530) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:265) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:221) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:101) 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:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) | resolved fixed | 6019623 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/Changes.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/TextChange.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PreviewWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-11T16:02:44Z" | "2004-01-29T21:00:00Z" |
50,988 | Bug 50988 3.0M6 - Refactor rename for class members ignore non java files, and java files which are not in the same source folder. | null | verified fixed | 66f82e9 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RefactoringScopeFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-11T15:57:03Z" | "2004-01-30T19:13:20Z" |
51,612 | Bug 51612 [preferences] Indent new annotation style combo | I200402102000 The combo for text styles on the annotation preference page depends on the above check box. This should be shown by indenting the combo. Nice to have for M7 since it is in N&NW. | verified fixed | d3561a7 | ["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-02-11T15:26:34Z" | "2004-02-11T11:46:40Z" |
51,453 | Bug 51453 Find Occurrences in File: Can't jump to location in class file | I20040209-1020: - select a java field in the java editor - Search > Occurrences in File - (Old) Search view appears with correct results - Doubleclicking a result or choosing 'Open File' from the context menu doesn't work. | verified fixed | bc1fe45 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindOccurrencesEngine.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-11T14:44:23Z" | "2004-02-10T13:33:20Z" |
51,541 | Bug 51541 NPE restoring scrapbook editor | build I20040210-0800 plus latest UI and Text from HEAD When running my target eclipse, I got an error restoring a scrapbook editor that had been saved during the previous session. The log has the following. The line in question is: StyledText styledText= fSourceViewer.getTextWidget(); *** int caret= widgetOffset2ModelOffset(fSourceViewer, styledText.getCaretOffset()); !ENTRY org.eclipse.core.runtime 4 2 Feb 10, 2004 15:49:26.780 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.texteditor.AbstractTextEditor.getCursorPosition (AbstractTextEditor.java:4399) at org.eclipse.ui.texteditor.AbstractTextEditor.updateStatusField (AbstractTextEditor.java:4357) at org.eclipse.ui.texteditor.AbstractTextEditor.setStatusField (AbstractTextEditor.java:4104) at org.eclipse.ui.texteditor.BasicTextEditorActionContributor.doSetActiveEditor (BasicTextEditorActionContributor.java:215) at org.eclipse.ui.texteditor.BasicTextEditorActionContributor.setActiveEditor (BasicTextEditorActionContributor.java:229) at org.eclipse.jdt.internal.ui.javaeditor.BasicJavaEditorActionContributor.setActiv eEditor(BasicJavaEditorActionContributor.java:187) at org.eclipse.jdt.internal.ui.javaeditor.BasicEditorActionContributor.setActiveEdi tor(BasicEditorActionContributor.java:83) at org.eclipse.jdt.internal.debug.ui.snippeteditor.SnippetEditorActionContributor.s etActiveEditor(SnippetEditorActionContributor.java:74) at org.eclipse.ui.internal.EditorActionBars.partChanged (EditorActionBars.java:291) at org.eclipse.ui.internal.WorkbenchPage$2.run(WorkbenchPage.java:474) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:819) at org.eclipse.core.runtime.Platform.run(Platform.java:493) at org.eclipse.ui.internal.WorkbenchPage.activatePart (WorkbenchPage.java:466) at org.eclipse.ui.internal.WorkbenchPage.onActivate (WorkbenchPage.java:1953) at org.eclipse.ui.internal.WorkbenchWindow$6.run (WorkbenchWindow.java:1824) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:1811) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1406) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1369) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:1337) at org.eclipse.ui.internal.Workbench$11.run(Workbench.java:1259) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:819) at org.eclipse.core.runtime.Platform.run(Platform.java:493) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:1215) at org.eclipse.ui.internal.Workbench.init(Workbench.java:894) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1503) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:265) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:257) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:108) 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:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) | verified fixed | 1a81c08 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellReconcileStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-10T23:27:51Z" | "2004-02-10T21:53:20Z" |
49,242 | Bug 49242 NPE when canceling a reference search for a Java Type in the workspace [search] | When performing a reference search for an ambiguous Type (such as "List") using the context menu of the java editor and you cancel the dialog box, a NullPointerException is thrown. This happens on both M5 and M6. Steps to replicate: 1. Create a new class file 2. Type in "List" 3. Right click on List 4. Select References->Workspace 5. A dialog box should pop up asking you to qualify the type 6. Press Cancel 7. Dialog will pop up indicating an error has occured and to check the log It looks like the problem is that SelectionConverter.codeResolve will return null if cancel is selected. ActionUtil.isProcessable does not check that the object being checked is null, so the operation continues instead of cancelling. I added a null check in the run method in FindAction#run(ITextSelection) and it seemed to fix the problem. here is the stacktrace, if it helps: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:283) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run (ProgressMonitorDialog.java:394) at org.eclipse.jdt.ui.actions.FindAction.run(FindAction.java:293) at org.eclipse.jdt.ui.actions.FindReferencesAction.run (FindReferencesAction.java:84) at org.eclipse.jdt.ui.actions.FindAction.run(FindAction.java:239) 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:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:509) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:461) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:408) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:246) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.basicRun(Main.java:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) Caused by: java.lang.NullPointerException at org.eclipse.jdt.core.search.SearchEngine.createSearchPattern (SearchEngine.java:381) at org.eclipse.jdt.internal.ui.search.JavaSearchOperation.execute (JavaSearchOperation.java:99) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run (WorkspaceModifyOperation.java:91) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1555) at org.eclipse.ui.actions.WorkspaceModifyOperation.run (WorkspaceModifyOperation.java:105) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:101) | resolved fixed | e9a7b2b | ["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-02-09T19:49:14Z" | "2003-12-21T01:26:40Z" |
51,076 | Bug 51076 Quick fix misses and presents wrong name for target field class | Observe this example: public class Test { class Foo { void foo() { x = 4; } } void foo() { bar(new Runnable() { public void run() { x = 5; } }); } void bar(Runnable runner) { } } Quick-fix markers are activated for "x = 4" and "x = 5". For "x = 4", there is no suggestion to add a field to 'Test'. For "x = 5", there is a suggestion to add a field to ''. This should be 'Test' | resolved fixed | e0b6656 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-09T18:59:36Z" | "2004-02-02T19:26:40Z" |
47,785 | Bug 47785 Exception in Extract Interface refactoring [refactoring] | Eclipse M5 1) Import JUnit 3.8.1 (as per Smoke test) 2) In the package explorer, select junit.runner.BaseTestRunner 3) From the context menu, select Refactor->Extract Interface 4) Input a name for the interface, select all methods 5) press the preview button 6) observe: you get an exception: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:283) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:271) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizard.createChange(RefactoringWizard.java:377) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizard.computeUserInputSuccessorPage(RefactoringWizard.java:297) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizard.computeUserInputSuccessorPage(RefactoringWizard.java:293) at org.eclipse.jdt.internal.ui.refactoring.UserInputWizardPage.getNextPage(UserInputWizardPage.java:79) at org.eclipse.jdt.internal.ui.refactoring.ExtractInterfaceWizard$ExtractInterfaceInputPage.getNextPage(ExtractInterfaceWizard.java:278) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizardDialog2.previewPressed(RefactoringWizardDialog2.java:418) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizardDialog2.access$3(RefactoringWizardDialog2.java:416) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizardDialog2$1.widgetSelected(RefactoringWizardDialog2.java:547) 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:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2187) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1877) at org.eclipse.jface.window.Window.runEventLoop(Window.java:586) at org.eclipse.jface.window.Window.open(Window.java:566) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:56) at org.eclipse.jdt.ui.actions.ExtractInterfaceAction.startRefactoring(ExtractInterfaceAction.java:173) at org.eclipse.jdt.ui.actions.ExtractInterfaceAction.run(ExtractInterfaceAction.java:105) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:194) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:172) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:542) at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:494) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:466) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2187) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1877) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1405) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1381) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:237) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) 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:299) at org.eclipse.core.launcher.Main.run(Main.java:767) at org.eclipse.core.launcher.Main.main(Main.java:601) Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -4 at java.lang.String.<init>(String.java:192) at org.eclipse.jdt.internal.core.Buffer.getText(Buffer.java:168) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceRefactoring.createInterfaceMethodDeclarationsSource(ExtractInterfaceRefactoring.java:568) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceRefactoring.createInterfaceMemberDeclarationsSource(ExtractInterfaceRefactoring.java:545) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceRefactoring.createInterfaceMemberDeclarationsSource(ExtractInterfaceRefactoring.java:519) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceRefactoring.createInterfaceSource(ExtractInterfaceRefactoring.java:501) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceRefactoring.createExtractedInterfaceCUSource(ExtractInterfaceRefactoring.java:477) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceRefactoring.createChangeManager(ExtractInterfaceRefactoring.java:309) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceRefactoring.checkInput(ExtractInterfaceRefactoring.java:215) at org.eclipse.jdt.internal.ui.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:65) at org.eclipse.jdt.internal.ui.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:100) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101) | verified fixed | 395246d | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test100/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test100/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test100/out/I.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractInterfaceTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-09T18:08:10Z" | "2003-12-01T12:00:00Z" |
51,001 | Bug 51001 prefix parameter [code manipulation] | When implementing a methode or overriding a methode the prefixes of the parametersnames are wrongly changed. In the preferences I put an,a,some as prefix for parameters interface: public interface iTestInterFace { public void foo( String aParameter, Integer anInteger ) ; } when I implement this interface I get ( auto generated ): public class TestImplementation implements iTestInterFace { /* (non-Javadoc) * @see iTestInterFace#doStuff(java.lang.String, java.lang.Integer) */ public void foo( String someParameter, Integer someAnInteger ) { ^^^^ ^^^^^^ // TODO Auto-generated method stub } } When I extend this class and use override/implent methode from the source menu I get : public class TestExtender extends TestImplementation { /* (non-Javadoc) * @see iTestInterFace#foo(java.lang.String, java.lang.Integer) */ public void foo( String someSomeParameter, Integer someSomeAnInteger ) { ^^^^^^^^ ^^^^^^^^^^ // TODO Auto-generated method stub super.foo( someSomeParameter, someSomeAnInteger ); } } I would like that if the parameter starts with one of the prefixes that it is not changed. I use Eclipse Version: 3.0.0 Build id: 200401290841 | resolved fixed | 0649db2 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-09T18:00:19Z" | "2004-01-30T22:00:00Z" |
50,911 | Bug 50911 New search: can't search for a search result | I20040128 (5pm) -> New search view turned on The "search" context menu doesn't appear on selections in the search results view. I use this frequently for back-tracing when browsing code. Search for references to a method, and then search for references to the referencing method, etc. Ctrl+Shift+G to search on a selection in the search results view also used to work. | resolved fixed | 21d44a0 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/AutomatedSuite.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/SearchTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/WorkspaceScopeTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ReferenceScopeFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsInHierarchyAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReadReferencesInProjectAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesInHierarchyAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-09T16:02:34Z" | "2004-01-29T21:00:00Z" |
50,574 | Bug 50574 quick fix for removing local variable that is never read changes side effects | You'll need to set the "Local variable is never read" option in Window>Preferences>Java>Compiler>Unused Code to something other than "Ignore" to reproduce this. The quick fix "Remove variable <variable name> and assignments without possible side effects" that is offered if a local variable is never read makes two types of mistakes: 1. Some side effects are not recognized, e.g. "fixing" int k = 3; int n; n = k++; System.out.println (k); yields int k = 3; System.out.println (k); 2. The variable definition is removed even if it has side effects, e.g. int n = System.in.read (); is removed, whereas if a later assignment has side effects, it is left unchanged, including the now undefined reference to the local variable, e.g. int n; n = System.in.read (); becomes n = System.in.read (); What I think *should* happen is that the initializing assignment and later assignments should be treated alike; the left-hand side referring to the local variable should *always* be removed, and the right-hand side should be removed if and only if it has no side effects. This may result in invalid code if the right-hand side expression has side effects but does not form a statement; a deluxe version might extract the parts that have side effects and insert them as statements in the correct order, but even without this there would be a significant improvement over the current behaviour, which changes side effects and leaves references to undefined variables around. | resolved fixed | e47f476 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/RemoveDeclarationCorrectionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-09T14:21:06Z" | "2004-01-25T19:46:40Z" |
38,200 | Bug 38200 quick fix: make method abstract [quick fix] | 20030527 abstract class A{ String getText();//error here } it's likely that i want to make getText() abstract but there's no qf for it | resolved fixed | bca6140 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-09T13:03:31Z" | "2003-05-28T16:40:00Z" |
48,831 | Bug 48831 Introduce Factory: doesn't generate needed imports | I20031216 + patch Example code: package p1; public class A { public A() { } } package p2; public class B { void foo() { } } Create a factory method for A() in B. B is missing the import to A. | resolved fixed | d873746 | ["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-02-09T04:34:20Z" | "2003-12-16T10:20:00Z" |
48,968 | Bug 48968 "Focus on" in typehierarchy doesn't show name for anonymous inners [type hiearchy] | I2003-12-16-20:00 1) Import Junit 2) Create a Java working set containing junit.framework 3) open a type hierarchy on junit.framework.Protectable. 4) In the type hierarchy, select the working set created in step 2). 5) Observe: Protectable has an anonymous inner subclass 6) open the context menu on the anonymous class 7) observe: the menu contains an entry like this: "Focus on ''". I.e. there is no label for the anonymous inner class. | resolved fixed | 4739f58 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/FocusOnSelectionAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-09T04:33:22Z" | "2003-12-17T11:20:00Z" |
51,160 | Bug 51160 IllegalArgumentException inlining method | Build 20040203 Got the following IllegalArgumentException attempting to show the preview of an inline method refactoring: Caused by: java.lang.IllegalArgumentException at org.eclipse.jdt.core.dom.ASTNode.checkNewChild(ASTNode.java:1101) at org.eclipse.jdt.core.dom.ASTNode$NodeList.add(ASTNode.java:828) at org.eclipse.jdt.internal.corext.refactoring.code.CallInliner.addNewLocals (CallInliner.java:518) at org.eclipse.jdt.internal.corext.refactoring.code.CallInliner.perform (CallInliner.java:448) at org.eclipse.jdt.internal.corext.refactoring.code.InlineMethodRefactoring.checkIn put(InlineMethodRefactoring.java:229) at org.eclipse.jdt.internal.ui.refactoring.CheckConditionsOperation.run (CheckConditionsOperation.java:64) at org.eclipse.jdt.internal.ui.refactoring.CreateChangeOperation.run (CreateChangeOperation.java:99) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:101) Apparently, the child that is being added already has a parent. | verified fixed | 226dbe4 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-09T04:32:45Z" | "2004-02-04T15:53:20Z" |
50,892 | Bug 50892 Search empty using Search perspective | Build 20040129 Here is my setup: - I have my own Search perspective defined. - I set the preference to use this perspective to report matches. - I'm NOT using the new search view. - I have one window per perspective. When I search for references to a method from the Java perspective, it briefly switches to the Search perspective, then come back to the Java perspctive, continue progress reporting (saying that matches are found), but at the end no result is shown in the Search perspective. | resolved fixed | 55e5e63 | ["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-02-06T17:29:30Z" | "2004-01-29T18:13:20Z" |
49,826 | Bug 49826 Type filter ignores some filters | null | resolved fixed | 11a869d | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/TypeFilter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TypeFilterInputDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TypeFilterPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-05T21:17:11Z" | "2004-01-11T19:40:00Z" |
38,458 | Bug 38458 enhance 'remove from classpath' [reorg] [ccp] | 20030604 No delete offered on external JAR's: It could ask to remove them from the class path | resolved fixed | d0d275b | ["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-02-05T21:09:50Z" | "2003-06-05T08:00:00Z" |
50,676 | Bug 50676 Out of memory during "Use supertype where possible" | null | resolved fixed | 6244a6f | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceUtil.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/CompositeOrTypeConstraint.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/ConstraintVariableFactory.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/FullConstraintCreator.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/ITypeConstraintFactory.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/SimpleTypeConstraint.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/TypeConstraintFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-05T18:01:29Z" | "2004-01-27T13:26:40Z" |
51,184 | Bug 51184 Fonts on Preference Pages | Eclipse 3.0 M6. The following preference pages do not inherit their font settings from their parent Composite. Of course, this could be by design, but I doubt it. You can see this by changing the Dialog Font preference (Workspace > Fonts) from the default, 8 points, to something big such as 16 points. Next time you open the preferences you'll see that most other pages respect the Dialog Font setting. The offenders are as follows: Java > Code Formatter - Preview text area. Java > Code Formatter (WIP turned on) - Preview text area. - Dialog that opens after Clicking the "Edit..." button. Java > Editor > Syntax tab - Preview text area. Java > Editor > Templates - Preview text area. Java > Work in Progress - The whole page. There are other preference page offenders in Platform and Team, for which I'll submit individual bug reports. | resolved fixed | 8a176da | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/WorkInProgressPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-05T17:24:29Z" | "2004-02-04T18:40:00Z" |
51,209 | Bug 51209 Unhandled event loop exception while trying to open a new file | i am using: I20040203 Tue, 3 Feb 2004 -- 09:05 (-0500) Version: 3.0.0 Build id: 200402030905 I had the IDE open, and the "work in progress" preference for auto refresh was turned on. I created a new java source file using another text editor (ie from outside Eclipse). After waiting for a few minutes, I used Ctrl+Shift+T to open the new class. The new class did appear in the "open java class dialog", but when I clicked on the OK button, nothing happened. | closed fixed | 7fc1cd0 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/IFileTypeInfo.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-05T16:56:20Z" | "2004-02-05T03:00:00Z" |
51,092 | Bug 51092 [reconciling] JavaMultiPassReconciler removes annotations | I20040130 + plug-in export Open a CU which has errors and warnings. Observe: the annotations in overview and annotation ruler are quickly visible and then get removed. This is caused by JavaMultiPassReconciler. | verified fixed | 831623e | ["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-02-03T19:00:30Z" | "2004-02-03T09:20:00Z" |
28,716 | Bug 28716 [misc] 'Goto Matching Bracket' fails when 'Show Source of Selected Element Only' is selected | When the 'Show Source of Selected Element Only' button is pressed and the editor is narrowed down to the selected method the Goto Matching Bracket action fails. It reports 'No Matching Bracket' found in the status bar. Invoking the same action on the same bracket when the editor shows the whole of the source file works as expected. | resolved fixed | 68178cb | ["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-02-03T18:30:58Z" | "2002-12-20T10:26:40Z" |
46,753 | Bug 46753 [misc] Typing should not be blocked by background activity | Build 20031111 1. Open an editor 2. Start a CVS background activity (e.g. Synchronize several projects) 3. Start typing in the editor Observe: The whole UI freezes and what you typed is not shown in the editor until the end of the backgroung activity | verified fixed | f10329d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/filebuffers/CompilationUnitDocumentProvider2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-02-03T18:24:55Z" | "2003-11-17T06:20:00Z" |
50,768 | Bug 50768 [navigation] outline popup cannot be scrolled | I20040128 If I open the content outline popup on a class with a large number of methods (such as core.internal.resources.Workspace.java), it fills the height of the screen, and there is no way to scroll down in the list (no scrollbars, and arrow down does not cause it to scroll). | verified fixed | 16240c9 | ["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-01-30T15:41:46Z" | "2004-01-28T17:13:20Z" |
31,818 | Bug 31818 [navigation] Open Type Hierarchy loses selection | build I20030211 - open a CU (e.g. BookmarkNavigator.java) - position the cursor between methods - F4 - it opens the type hierarchy on the class, but also changes the text editor's selection to select the class name It should not affect the text editor selection. | resolved fixed | f433653 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/OpenTypeHierarchyUtil.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-30T11:41:31Z" | "2003-02-13T21:00:00Z" |
46,935 | Bug 46935 Change method signature: More comfort for entering types [refactoring] | 20031119 In the 'Refactoring > Change Method Signature' dialog, entering the return type as well as entering parameter type is very cumbersome. - No browse to choose a type - No combo for 'int', 'void' ect - Not clear how imports are handled. Do I have to enter qualified types to get imports, or will this result in qualified names in the code? - No validation as you type in for parameter fields. As this is a refactoring it looks strange that you can enter a non-existing file name. I would suggest that always fully qualified type are shown and that the refactoring creates imports but uses simple names. | resolved fixed | 35d8e13 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testImport01_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testImport01_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testImport02_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testImport02_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testImport03_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testImport03_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testImport04_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testImport04_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/cannotModify/A_testFailImport01.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-30T08:53:51Z" | "2003-11-19T11:06:40Z" |
50,745 | Bug 50745 [misc] StringIndexOutOfBoundsException while indenting | Note: I had plenty of compile and syntax errors in my source (-> refactoring using regexprs and other brute force methods). But all the parens/braces/brackets were matched, so I nevertheless expected the indenter to produce valid output. !MESSAGE Action for command 'org.eclipse.jdt.ui.edit.text.java.indent' failed to execute properly. !STACK 0 java.lang.StringIndexOutOfBoundsException: String index out of range: 0 at java.lang.StringBuffer.charAt(StringBuffer.java:283) at org.eclipse.jdt.internal.ui.actions.IndentAction.indentLine(IndentAction.java:257) at org.eclipse.jdt.internal.ui.actions.IndentAction.access$1(IndentAction.java:211) at org.eclipse.jdt.internal.ui.actions.IndentAction$1.run(IndentAction.java:133) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.jdt.internal.ui.actions.IndentAction.run(IndentAction.java:172) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.ui.internal.commands.ActionHandler.execute(ActionHandler.java:40) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:414) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:778) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:815) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:505) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2(WorkbenchKeyboard.java:444) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent(WorkbenchKeyboard.java:233) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:699) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:832) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:857) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1716) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1712) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3037) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2940) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2865) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1371) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2019) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1530) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:265) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:248) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:85) 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:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) Action for command 'org.eclipse.jdt.ui.edit.text.java.indent' failed to execute properly. | verified fixed | fce0c2a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IndentAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-28T10:27:06Z" | "2004-01-28T08:53:20Z" |
50,212 | Bug 50212 [formatting] Repeated insertion of new line when formatting javadoc comment | Formatting the following javadoc comment multiple times results in the insertion of a new line before 'test' *each* time: /** * <pre></pre> * test */ | verified fixed | d65091a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentRegion.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/MultiCommentRegion.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-27T09:47:29Z" | "2004-01-19T13:46:40Z" |
50,658 | Bug 50658 3 type constraint tests failing | 20040126 TypeConstraintTests.testConstraints4 TypeConstraintTests.testConstraints8 TypeConstraintTests.testConstraints19 are failing. I disabled them for now as the refactoring tests suites are unaffected. | resolved fixed | 38cd8fd | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/typeconstraints/TypeConstraintTests.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-27T07:41:30Z" | "2004-01-27T07:53:20Z" |
50,100 | Bug 50100 [Performance] Huge performance issue with problem decorators | Using 0106 build, it takes minutes to update the markers for a compilation unit containing 250 problems (maximum limit). Each time I save the unit, the UI dies for several minutes. There is a running job in the background that I cannot identify. This is something new. I was not that bad with M5. I set it as critical, because it makes the editor unusable. | resolved fixed | 5fc0fa9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ProblemsLabelDecorator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-26T14:23:48Z" | "2004-01-15T20:53:20Z" |
49,658 | Bug 49658 Incorrect decorator for inner classes of an interface [render] | public interface I { class IC {} } In Package Explorere and Members IC shows up with a blue triangle (package private). It is of course public. When public is added it shows up with no decorator. In any case it is questionalbe both here and when IC is a member of a class wether the decorator should be abasent in the latter case or whether it should be the gree circle. | resolved fixed | bcb8cb0 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaTypeCompletionProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedCorrectionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-26T11:23:10Z" | "2004-01-08T00:00:00Z" |
50,386 | Bug 50386 Autoindent/Smart Tab in case statement | 1: case SWT.TRAVERSE_ESCAPE : 2: fTableViewer.cancelEditing(); 3: e.doit= true; Pressing Tab at beginning of line 3 removes one tab character from line 3. It shouldn't. Same indentation error for Smart Return, Correct Indentation, ... for all lines which are 2+ lines after the case keyword. | resolved fixed | eb60839 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-26T11:14:25Z" | "2004-01-22T11:13:20Z" |
42,233 | Bug 42233 JUnit code generated for TestSuite is wrong [JUnit] | null | resolved fixed | 9a55400 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/MethodStubsSelectionButtonGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-22T23:17:38Z" | "2003-08-28T19:46:40Z" |
6,579 | Bug 6579 Packages view: can't open MANIFEST.MF of JAR file | 1. Drill into a JAR with a manifest file (MANIFEST.MF) in the Packages view. Note: The JAR must be on the build path. 2. Double-click MANIFEST.MF -> nothing happens 3. From the context menu select "Open" -> nothing happens I used ant.jar in org.eclipse.ant.core as my test case. | resolved fixed | c4846da | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-20T18:04:24Z" | "2001-12-05T08:13:20Z" |
50,230 | Bug 50230 Paste omits a character | 20040119 - In the following text, double click on 'rel' to get the word selected. - CTRL + C - Set cursor between empty brackets, paste -> only pastes 'el', the letter 'r' is gone protected Object getAttribute(Object parent, int childProperty) { if (child instanceof List) { } else if (rel != null && !rel.equals(child)) { } else if () return child; } | verified fixed | df434eb | ["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-01-20T09:38:38Z" | "2004-01-19T19:20:00Z" |
50,194 | Bug 50194 Indenting Java breaks comments | When correcting indentation (ctrl-I in my configuration), java comments are not properly preserved. My original code [1] is 'indented' to code [2], which is unexpected and syntactically incorrect. thanks PhF .. [1] try{ /* for(int i=0; i<8; i++){ System.out.println("something");} */ somethingElse(); .. [2] try{ /* */ for(int i=0; i<8; i++){ System.out.println("something");} */ somethingElse(); | verified fixed | 1f57f57 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IndentAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocAutoIndentStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-19T14:14:41Z" | "2004-01-19T08:13:20Z" |
49,975 | Bug 49975 Java Editor "hangs" and JavaEditorTextHoverDescriptor | Software: Windows 2000, Eclipse build id I200401060800, Sun JDK 1.4.1_05. Hardware: Celeron 1,7Ghz, 512MB Ram, -Xms64M -Xmx380M vm parameters At various tasks (simple editing, saving, changing to other java editor) sometimes Eclipse "hangs" on several seconds. After some investigating I think that it maybe related to the org.eclipse.jdt.internal.ui.text.java.hover.JavaEditorTextHoverDescriptor class. I imported the jdt.ui plugin as a source plugin and and enhance the following function with one System.out: private boolean dependsOn(IPluginDescriptor descriptor0, IPluginDescriptor descriptor1) { System.out.println("# Enter: " + descriptor0.getLabel() + ", " + descriptor1.getLabel()); ... - the other remains the same } When running the runtime workbench every occured "hang" produces a large list (over 1600 elements). After this list completes I can continue my work. A sample list fraction I got for a simple "hang" (after switching two java editor with Ctrl+F6). The full list consists of 1764 lines): # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Text, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Eclipse UI, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Text, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Resource Management, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Default Text Editor, JDI Debug UI # Enter: Eclipse IDE UI, JDI Debug UI # Enter: Views, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Eclipse UI, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: Install/Update Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: Install/Update Configurator, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Resource Management, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Eclipse UI, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: JFace Text, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Text, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: Text Editor Framework, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: JFace Text, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Text, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Eclipse UI, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Text, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Resource Management, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: File Buffers, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: Core Resource Management, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Text, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Eclipse UI, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Text, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Eclipse UI, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Text, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Compare Support, JDI Debug UI # Enter: Eclipse IDE UI, JDI Debug UI # Enter: Views, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Eclipse UI, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: Install/Update Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: Install/Update Configurator, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Resource Management, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Eclipse UI, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: JFace Text, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Text, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: Text Editor Framework, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: JFace Text, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Text, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Eclipse UI, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Text, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Resource Management, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Eclipse UI, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Text, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Eclipse IDE UI, JDI Debug UI # Enter: Views, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Eclipse UI, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: Install/Update Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: Install/Update Configurator, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Resource Management, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Eclipse UI, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Search Support, JDI Debug UI # Enter: Eclipse IDE UI, JDI Debug UI # Enter: Views, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Eclipse UI, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Help System Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: Install/Update Core, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: Install/Update Configurator, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Core Resource Management, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Eclipse UI, JDI Debug UI # Enter: JFace, JDI Debug UI # Enter: Standard Widget Toolkit, JDI Debug UI # Enter: Core Runtime Plug-in Compatibility, JDI Debug UI # Enter: org.eclipse.core.runtime, JDI Debug UI # Enter: Workbench, JDI Debug UI # Enter: JFace, JDI Debug UI # Ent | resolved fixed | 417760c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BestMatchHover.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaEditorTextHoverDescriptorComparator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-15T17:37:58Z" | "2004-01-14T14:20:00Z" |
49,966 | Bug 49966 Assertion failed while creating copy of compilation unit | CreateCopyOfCompilationUnitChange.createChangeManager passed a negative offset to the constructor of ReplaceEdit. This is reproducible with one specific compilation unit (a modified AbstractTextEditor, no errors, no warnings): - start eclipse - click on AbstractTextEditor in Package Explorer - Ctrl-C, Ctrl-V - confirm suggested new name with Enter -> Error dialog box with undo/abort buttons: "An exception has been caught while processing the change 'Create file:/test/src/test4/CopyOfAbstractTextEditor'. Reason: Assertion failed: " - and nothing more apart from the description of the buttons. From the log: org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed: at org.eclipse.jface.text.Assert.isTrue(Assert.java:175) at org.eclipse.jface.text.Assert.isTrue(Assert.java:160) at org.eclipse.text.edits.TextEdit.<init>(TextEdit.java:137) at org.eclipse.text.edits.ReplaceEdit.<init>(ReplaceEdit.java:35) at org.eclipse.jdt.internal.corext.refactoring.reorg.CreateCopyOfCompilationUnitChange.createChangeManager(CreateCopyOfCompilationUnitChange.java:103) at org.eclipse.jdt.internal.corext.refactoring.reorg.CreateCopyOfCompilationUnitChange.getCopiedFileSource(CreateCopyOfCompilationUnitChange.java:81) at org.eclipse.jdt.internal.corext.refactoring.reorg.CreateCopyOfCompilationUnitChange.getOldFile(CreateCopyOfCompilationUnitChange.java:63) at org.eclipse.jdt.internal.corext.refactoring.nls.changes.CreateFileChange.perform(CreateFileChange.java:79) at org.eclipse.jdt.internal.corext.refactoring.CompositeChange.createUndoList(CompositeChange.java:122) at org.eclipse.jdt.internal.corext.refactoring.CompositeChange.perform(CompositeChange.java:149) at org.eclipse.jdt.internal.ui.refactoring.RefactoringExecutionHelper$1.run(RefactoringExecutionHelper.java:80) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:34) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:698) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1555) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1574) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:3129) at org.eclipse.jdt.internal.ui.refactoring.RefactoringExecutionHelper$Operation.run(RefactoringExecutionHelper.java:78) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:394) at org.eclipse.jdt.internal.ui.refactoring.RefactoringExecutionHelper.perform(RefactoringExecutionHelper.java:130) at org.eclipse.jdt.internal.ui.refactoring.reorg.ReorgCopyStarter.run(ReorgCopyStarter.java:70) at org.eclipse.jdt.internal.ui.refactoring.reorg.PasteAction$JavaElementAndResourcePaster.paste(PasteAction.java:402) at org.eclipse.jdt.internal.ui.refactoring.reorg.PasteAction.run(PasteAction.java:189) 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:842) at org.eclipse.ui.actions.RetargetAction.runWithEvent(RetargetAction.java:212) at org.eclipse.ui.internal.commands.ActionHandler.execute(ActionHandler.java:40) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:390) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:763) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:803) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:486) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$0(WorkbenchKeyboard.java:421) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent(WorkbenchKeyboard.java:215) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:692) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:846) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:856) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1716) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1712) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3036) at org.eclipse.swt.widgets.Tree.WM_CHAR(Tree.java:1292) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2939) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2836) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1369) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1990) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:85) 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:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) | verified fixed | 0abeada | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/CreateCopyOfCompilationUnitChange.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-14T17:11:21Z" | "2004-01-14T11:33:20Z" |
50,000 | Bug 50000 PostSelectionWithAST causes IllegalArgumentException | I20040113 Opening a class file from a JAR which has no source causes IAE. !ENTRY org.eclipse.core.runtime 4 2 Jan 14, 2004 17:43:55.905 !MESSAGE An internal error occurred during: "Java AST creation". !STACK 0 java.lang.IllegalArgumentException at org.eclipse.jdt.core.dom.AST.parseCompilationUnit(AST.java:528) at org.eclipse.jdt.core.dom.AST.parseCompilationUnit(AST.java:439) at org.eclipse.jdt.internal.ui.viewsupport.SelectionListenerWithASTManager$PartListenerGroup.computeAST(SelectionListenerWithASTManager.java:122) at org.eclipse.jdt.internal.ui.viewsupport.SelectionListenerWithASTManager$PartListenerGroup.calculateASTandInform(SelectionListenerWithASTManager.java:133) at org.eclipse.jdt.internal.ui.viewsupport.SelectionListenerWithASTManager$1.run(SelectionListenerWithASTManager.java:93) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62) | resolved fixed | e223827 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/SelectionListenerWithASTManager.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-14T17:07:55Z" | "2004-01-14T17:06:40Z" |
44,535 | Bug 44535 [misc] Wrong message displayed while opening a class file outside classapth | null | verified fixed | 9a60ab1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/ResourceLocator.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-14T15:24:24Z" | "2003-10-09T11:46:40Z" |
49,840 | Bug 49840 refactoring "Convert local variable to field" is buggy for arrays [refactoring] | When refactoring the code below to "Convert local variable to field", the type of the variable is not preserved. The type of the field is int, NOT array of int as expected. <my code> void someMethod(){ int someArray[]; } </my code> | resolved fixed | 5dd25e4 | ["org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_test19_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_test19_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_test20_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_test20_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/PromoteTempToFieldTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/PromoteTempToFieldRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-14T10:42:58Z" | "2004-01-12T09:33:20Z" |
49,869 | Bug 49869 NPE showing Type Hierarchies history after layout change | M6 - I retrieve the org.eclipse.swt project from cvs, though this should happen with any java project - select the project in the Package Explorer and press F4 to open a hierarchy view on it - drop down the hierarchy view's Previous Type Hierarchies tool item, it will show 1+ item(s), good - drop down the hierarchy view's dropdown (ie.- the down-pointing triangle in the toolbar) and select Layout -> Horizontal View Orientation - now try to drop down the Previous Type Hierarchies tool item and the attached exception will occur | resolved fixed | 65b4d52 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryDropDownAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-14T09:56:15Z" | "2004-01-12T17:53:20Z" |
49,352 | Bug 49352 [typing] Smart quotes problem | M6: write this: System.out.println(filter:) Now let's fix this: - enter a '"' between the ':' and the ')' System.out.println(filter:"") To correct this try to enter a '"' between '(' and 'f' System.out.println(filter:"""") | resolved fixed | 65d4593 | ["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-01-14T07:56:52Z" | "2003-12-26T20:20:00Z" |
44,035 | Bug 44035 [formatting] Error in formatting parts of java code snippets in comment | This is for build I20030930. The Java code formatter options are set to Format java code snippets. Taking the following comment: /** * The following is a Java snipet. * * <pre> * while ((size = availableSize(stream, size)) > 0) { * System.out.println("available"); * } * </pre> */ public void test() { } And trying to format it here is what we got: /** * The following is a Java snipet. * * <pre> * while ((size = availableSize(stream, size)) > 0) { * System.out.println("available"); } * </pre> */ public void test() { } | resolved fixed | 8cecdcd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentFormattingStrategy.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentRange.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/HTMLEntity2JavaReader.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/ICommentAttributes.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/Java2HTMLEntityReader.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/JavaDocRegion.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/JavaSnippetFormattingStrategy.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/MultiCommentLine.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/MultiCommentRegion.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-01-14T07:55:00Z" | "2003-10-01T20:26:40Z" |
49,945 | Bug 49945 Typing a brace destroys subsequent character | I20040106 + plugin-export 20040108_1804 Typing a brace destroys the subsequent '/' character: public class Example { public Example() { } // <- insert '{' before comment public static void main(String[] args) { } } All Preferences 'Java > Editor > Typing' have the default setting. | verified fixed | 70f988b | ["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-01-14T06:30:56Z" | "2004-01-13T21:40:00Z" |
46,929 | Bug 46929 refactoring: anonymous subclass of local type can be made nested [refactoring] | I20031119 (M5 testpass) 1. Have this code: public class Test { public void foobar() { class Listener2 { public int bar() { return 0; } } this.addListener(new Listener2() { public int bar() { return 1; } }); } public void addListener(Object o) { } } 2. Select the anonymous class extending the local type 3. Choose Refactor->Convert Anonymous Class to Nested -> The refactoring is possible and does the semi-expected, creating a new nested type -> This is wrong, because the Listener type is not visible outside the method | resolved fixed | 3ec0f18 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ConvertAnonymousToNestedRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-13T20:32:57Z" | "2003-11-19T11:06:40Z" |
38,513 | Bug 38513 JavaModel not updated when creating an "empty" IClasspathContainer [package explorer] | I have implemented IClasspathContainer. When I add my container to a java project via Project Properties > JavaBuild Path > Libraries > Add Library wizard, the Package Explorer view is not updated if my container resolves to an empty classpath and the container does not appear in the view. If I then close and then reopen the java project the container appears in the Package Explorer view correctly, even if the container resolves to an empty classpath. This problem can be reproduced in Eclipse 2.1 as follows: 1. Open the Java Perspective, Package Explorer view. 2. Create a new Java Project. 3. Right-click the project and select Properties > Java Build Path > Libraries (tab). 4. Note the default JRE System Libraries container should appear in the list. 5. Select the Add Library button and then select the Required Plug-ins container from the Add Library page. 6. Then select Next and then Finish to return to the Properties page. 7. In the Properties page select OK to return to the Package Explorer view. 8. Note the Package Explorer view has not updated and the Required Plug-ins container is not displayed. 9. Right-click on the java project and select Close Project form the menu. 10. Then right-click on the java project and select Open Project form the menu. 11. Note the Package Explorer view has now updated and the Required Plug-ins container is now displayed. I believe the JavaModel is not being updated if a newly added container resolves to an empty classpath. This is probably incorrect or lacking functionality in the special case of an "empty" IClasspathContainer and therefore some notification to update the JavaModel, under these circumstances, may be required. This problem was recreated under Windows 2000 SP1, Eclipse 2.1 Build 200303272130, and Sun Java 2 SDK Standard Edition v1.3.1. Regards, Joss Wright | resolved fixed | 0abbaef | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-12T17:07:07Z" | "2003-06-05T13:33:20Z" |
49,719 | Bug 49719 wrong-sounding phrase in string externalization dialog [refactoring] [nls] | M6, this is a bit picky - select a java project in the Package Explorer, right-click, invoke Source -> Find Strings to Externalize... - the text on the next dialog should say "X non-externalized string(s) found." | resolved fixed | 6d73a50 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindStringsToExternalizeAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-12T11:47:29Z" | "2004-01-08T19:26:40Z" |
49,802 | Bug 49802 comparing with local history leaks an Image | M6 - open a java file - make a change to it and save it - in the open editor right-click -> Local History > Compare With... - Close the subsequent dialog This leaks the image from the "Java Source Compare" title bar each time it's invoked. Here's the creation trace: at org.eclipse.swt.graphics.Device.new_Object(Device.java:648) at org.eclipse.swt.graphics.Image.<init>(Image.java:629) at org.eclipse.jface.resource.ImageDescriptor.createImage (ImageDescriptor.java:135) at org.eclipse.jface.resource.ImageDescriptor.createImage (ImageDescriptor.java:94) at org.eclipse.jface.resource.ImageDescriptor.createImage (ImageDescriptor.java:83) at org.eclipse.jdt.internal.ui.compare.JavaCompareUtilities.getImage (JavaCompareUtilities.java:230) at org.eclipse.jdt.internal.ui.compare.JavaCompareWithEditionAction.run (JavaCompareWithEditionAction.java:76) at org.eclipse.jdt.internal.ui.compare.JavaHistoryAction.run (JavaHistoryAction.java:341) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:509) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:461) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:408) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2318) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1999) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:85) 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:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) | resolved fixed | 159696c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareWithEditionAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-12T11:11:46Z" | "2004-01-09T23:13:20Z" |
45,585 | Bug 45585 [syntax highlighting] Task Tags parsing bug | 1) Add "BUG" to your Task Tags 2) Comment the following code case Level.DEBUG_INT : it will recognize "BUG" in "DEBUG" as a Task Tag. | resolved fixed | 3900959 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-09T17:20:07Z" | "2003-10-27T10:20:00Z" |
47,208 | Bug 47208 Generate Javadoc dialog lays out too wide [javadoc] | If one uses a custom doclet and sets the doclet class path to a long path (e.g. with many JAR files on it), the "Generate Javadoc" dialog lays out to try and fit the full doclet class path on the screen; this results in a very wide dialog. | resolved fixed | 40faefa | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocTreeWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-09T11:59:07Z" | "2003-11-21T13:06:40Z" |
49,708 | Bug 49708 Deadlock saving compilation unit | It appears there is contention for the lock on the changed compilation unit resulting in the deadlock. The JUnit thread has the lock on the CU and attempts a synchExec. The UI thread is waiting for the lock on the CU. Full thread dump Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode): "Worker-254" prio=5 tid=0x0511c210 nid=0xd08 in Object.wait() [497f000..497fd94] at java.lang.Object.wait(Native Method) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:184) - locked <0x124fbd70> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob (WorkerPool.java:21 0) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon prio=2 tid=0x040d0188 n id=0xe48 in Object.wait() [617f000..617fd94] at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:429) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:149) - locked <0x109711f8> (a org.eclipse.swt.widgets.RunnableLock) at org.eclipse.ui.internal.UISynchronizer.syncExec (UISynchronizer.java:2 5) at org.eclipse.swt.widgets.Display.syncExec(Display.java:2628) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.postSyncRunnable (TestRunnerViewPart.java:685) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.codeHasChanged (T estRunnerViewPart.java:1094) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart$DirtyListener.pr ocessDelta(TestRunnerViewPart.java:285) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart$DirtyListener.el ementChanged(TestRunnerViewPart.java:260) at org.eclipse.jdt.internal.core.DeltaProcessor$2.run (DeltaProcessor.jav a:1388) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatfo rm.java:813) at org.eclipse.core.runtime.Platform.run(Platform.java:457) at org.eclipse.jdt.internal.core.DeltaProcessor.notifyListeners (DeltaPro cessor.java:1383) at org.eclipse.jdt.internal.core.DeltaProcessor.fireReconcileDelta (Delta Processor.java:1245) at org.eclipse.jdt.internal.core.DeltaProcessor.fire (DeltaProcessor.java :1203) at org.eclipse.jdt.internal.core.JavaModelOperation.run (JavaModelOperati on.java:723) at org.eclipse.jdt.internal.core.JavaElement.runOperation (JavaElement.ja va:524) at org.eclipse.jdt.internal.core.CompilationUnit.reconcile (CompilationUn it.java:1050) at org.eclipse.jdt.internal.core.CompilationUnit.reconcile (CompilationUn it.java:1022) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconci le(JavaReconcilingStrategy.java:72) - locked <0x177f7f50> (a org.eclipse.jdt.internal.core.CompilationUnit) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconci le(JavaReconcilingStrategy.java:99) at org.eclipse.jface.text.reconciler.MonoReconciler.process (MonoReconcil er.java:76) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread .run(AbstractReconciler.java:189) "Worker-224" prio=5 tid=0x04058e28 nid=0x818 waiting on condition [60ff000..60ff d94] at java.lang.Thread.sleep(Native Method) at org.eclipse.ui.internal.progress.AnimationManager.animateLoop (Animati onManager.java:321) at org.eclipse.ui.internal.progress.AnimationManager$3.run (AnimationMana ger.java:471) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62) "Java indexing" daemon prio=4 tid=0x00a2fd10 nid=0x1d4 in Object.wait() [387f000 ..387fd94] at java.lang.Object.wait(Native Method) - waiting on <0x126d3d70> (a org.eclipse.jdt.internal.core.search.indexi ng.IndexManager) at java.lang.Object.wait(Object.java:429) at org.eclipse.jdt.internal.core.search.processing.JobManager.run (JobMan ager.java:327) - locked <0x126d3d70> (a org.eclipse.jdt.internal.core.search.indexing.I ndexManager) at java.lang.Thread.run(Thread.java:534) "Start Level Event Dispatcher" daemon prio=5 tid=0x00a478c0 nid=0xae4 in Object. wait() [307f000..307fd94] at java.lang.Object.wait(Native Method) - waiting on <0x124f0128> (a org.eclipse.osgi.framework.eventmgr.EventTh read) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent (EventThr ead.java:169) - locked <0x124f0128> (a org.eclipse.osgi.framework.eventmgr.EventThread ) at org.eclipse.osgi.framework.eventmgr.EventThread.run (EventThread.java: 120) "Framework Event Dispatcher" daemon prio=5 tid=0x00a4ce78 nid=0x938 in Object.wa it() [303f000..303fd94] at java.lang.Object.wait(Native Method) - waiting on <0x124f0178> (a org.eclipse.osgi.framework.eventmgr.EventTh read) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent (EventThr ead.java:169) - locked <0x124f0178> (a org.eclipse.osgi.framework.eventmgr.EventThread ) at org.eclipse.osgi.framework.eventmgr.EventThread.run (EventThread.java: 120) "Signal Dispatcher" daemon prio=10 tid=0x0003d408 nid=0x91c waiting on condition [0..0] "Finalizer" daemon prio=9 tid=0x009c0120 nid=0xa68 in Object.wait() [2ccf000..2c cfd94] at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x124f02a0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) "Reference Handler" daemon prio=10 tid=0x009becf0 nid=0x7a8 in Object.wait() [2c 8f000..2c8fd94] at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:429) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115) - locked <0x124f0308> (a java.lang.ref.Reference$Lock) "main" prio=7 tid=0x00035260 nid=0x348 waiting for monitor entry [7f000..7fc3c] at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor$MouseClickListener. getCurrentTextRegion(JavaEditor.java:544) - waiting to lock <0x177f7f50> (a org.eclipse.jdt.internal.core.Compilat ionUnit) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor$MouseClickListener. mouseMove(JavaEditor.java:771) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java: 144) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.jav a:246) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:47 ) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformAct ivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.ja va:85) 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:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) "VM Thread" prio=5 tid=0x009fb6e8 nid=0xad8 runnable "VM Periodic Task Thread" prio=10 tid=0x0003fb58 nid=0xb40 waiting on condition "Suspend Checker Thread" prio=10 tid=0x009c2590 nid=0x924 runnable | resolved fixed | 164e445 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-08T18:38:22Z" | "2004-01-08T16:40:00Z" |
49,655 | Bug 49655 StringIndexOutOfBoundsException on test failure [JUnit] | While testing the move to Ant 1.6.0 I was adjusting the org.eclipse.ant.core test suite (it had failures). I was reliably getting the following exception when test failures occurred: java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1444) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.testFailed (TestRunnerViewPart.java:524) at org.eclipse.jdt.internal.junit.ui.RemoteTestRunnerClient$7.run (RemoteTestRunnerClient.java:477) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:813) at org.eclipse.core.runtime.Platform.run(Platform.java:457) at org.eclipse.jdt.internal.junit.ui.RemoteTestRunnerClient.notifyTestFailed (RemoteTestRunnerClient.java:474) at org.eclipse.jdt.internal.junit.ui.RemoteTestRunnerClient.access$16 (RemoteTestRunnerClient.java:471) at org.eclipse.jdt.internal.junit.ui.RemoteTestRunnerClient$TraceProcessingState.r eadMessage(RemoteTestRunnerClient.java:125) at org.eclipse.jdt.internal.junit.ui.RemoteTestRunnerClient.receiveMessage (RemoteTestRunnerClient.java:309) at org.eclipse.jdt.internal.junit.ui.RemoteTestRunnerClient.access$30 (RemoteTestRunnerClient.java:308) at org.eclipse.jdt.internal.junit.ui.RemoteTestRunnerClient$ServerConnection.run (RemoteTestRunnerClient.java:235) | resolved fixed | fd62ecd | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-07T23:31:04Z" | "2004-01-07T21:13:20Z" |
48,641 | Bug 48641 [typing] Smart paste "fixes" comments | A new feature was added to M5 where smart paste fixes C style comments into Java style comments: /* * */ becomes: /* * */ The problem is that we have lots of text that is formatted the using C style and using smart paste makes the code inconistent. I don't use the feature but others on the team do. Shouldn't smart paste just indent the code? | resolved fixed | ff15185 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaHeuristicScanner.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java", "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-01-07T17:44:17Z" | "2003-12-12T14:40:00Z" |
49,599 | Bug 49599 Occurrences finder should use a job | Build: 3.0 M6 I noticed that the background task to find occurrences in the file creates a new thread every time, rather than using jobs. This is exactly the situation that jobs were created for (in fact Erich used this as a demo of the job infrastructure at a code camp). Some advantages of changing to jobs: - less overhead (currently a new thread is created per key press, jobs use a thread pool) - better handling of priority (currently running in a thread with same priority as the UI, and thus is competing with UI thread for CPU more than it should) - smarter scheduling. Jobs with "DECORATE" priority are run based on a check of how busy the system is. Thus they do not run immediately if there are other things going on (they will run eventually, just not as quickly). This smooths over bottlenecks when the system is busy. Note that you can prevent this job from showing in the progress view or making the progress animation (cigarette) move by making it a system job (Job.setSystem(true)). Generally jobs that the user didn't explicitly start can be marked as system jobs. If there was a reason why jobs were considered and rejected, I'd be curious to know. If the infrastructure isn't useful to you then I want to fix it. | resolved fixed | c0a3666 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/SelectionListenerWithASTManager.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-07T17:16:59Z" | "2004-01-06T20:13:20Z" |
48,393 | Bug 48393 inline final static field [refactoring] | Please provide a refactoring to inline a constant (final static field). | resolved fixed | 60ca83c | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-07T10:17:10Z" | "2003-12-10T09:53:20Z" |
48,722 | Bug 48722 Extract Constant refactoring: proposed name | I20031211 When extracting the constant "win32" the proposed name for the constant is: WIN__ I don't see a reason why WIN32 isn't used. | resolved fixed | 29e9cb0 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-06T17:22:18Z" | "2003-12-15T09:20:00Z" |
49,485 | Bug 49485 Extra carriage return required after auto-completion of brackets | When typing in a statement such as for(), when completion is enabled (so that the closing bracket is added automatically), an extra carriage return keystroke is sometimes required. For example, type the following: for( Eclipse adds the closing bracket to complete the statement, and leaves the caret between the two brackets. If you then cursor-right, to place the caret at the end of the statement and press Enter (carriage return), nothing happens. The caret does not move, and no new line is created. If, instead of cursor-right, you type the closing bracket youself (overwriting the one Eclipse added) and press Enter (carriage-return), then a new line is created and the caret moves to it as you would expect. When typing in a hurry, this is a real nuisance! I don't know which Java preferences are relevant to help to reproduce this, but for reference, the Java|Editor|Typing preferences are all checked. Please ask if you need more info. This occurs in Eclipse M6 | resolved fixed | 5046357 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedUIControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-06T10:27:15Z" | "2004-01-03T17:13:20Z" |
49,002 | Bug 49002 Move static members: Labels [refactoring] | 20031217 - The window title says 'Move static member(s)' the brackets look really ugly. Why not just write 'Move static members'? It's the name of the refactoring. Or be precice and write either 'member' or 'members' - When moving a single method that returns something it says 'Destination type for 'IJavaElement create(File)': This looks like my method is in IJavaElement, but that's the return type. -> Put the return type behind the method name (or leave ir away!) like it is done in the outline (use JavaElementLabels to render this) or put the declaring type 'JavaCore.create(IFile)' | resolved fixed | bd86a78 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveMembersWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-06T08:44:11Z" | "2003-12-17T14:06:40Z" |
49,230 | Bug 49230 Editable Table: can have empty rows [refactoring] | null | resolved fixed | 67dfaa6 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/ParameterInfo.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-05T18:56:48Z" | "2003-12-20T14:20:00Z" |
46,951 | Bug 46951 enhancements for "Introduce Factory" [refactoring] | I20031119 It would be useful if the new "Introduce Factory" refactory would allow to specify on which class the "createXxx" method is created. The current behavior always creates the method on the least likely class. | resolved fixed | a246216 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java", "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-01-05T18:41:50Z" | "2003-11-19T11:06:40Z" |
49,232 | Bug 49232 Refactoring: Move static method content assist key binding is CTRL-SPACE [general issue] | On OS X the content assist key-binding is OPTION-Space, but in the refactoring you can only use CTRL-SPACE. | resolved fixed | ea3dbfd | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveMembersWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-05T18:21:55Z" | "2003-12-20T14:20:00Z" |
49,010 | Bug 49010 Move Static Method Refactoring: Focus problems | I20031216 On Mac OS you can open the menu of a combo box with the up or down cursor keys. If you use code assist in the same field and try to use the up and down arrow keys to scroll through the code assist proposals, they don't work as expected because the underlying combo box uses the keys to open its own menu. As a result you get the combo menu on top of the code assist window (see attached screenshot). | resolved fixed | 2a643d0 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ComboContentAssistSubjectAdapter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2004-01-05T18:21:04Z" | "2003-12-17T14:06:40Z" |
45,531 | Bug 45531 [JUnit] Open failed test failed when test name is "1.3 - test346" | Using org.eclipse.jdt.junit version 20031021, I got a failure when I tried to open a failed test that is named "1.3 - test346". This can happen with the compiler tests when they run in 1.3 mode. We add "1.3", "1.4" or "1.5" to distinguish the different compiler compliance mode. I attach a patch for the opening action that fixes the issue. | resolved fixed | cc8cf61 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenEditorAction.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenEditorAtLineAction.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenTestAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-30T23:55:20Z" | "2003-10-24T18:26:40Z" |
35,762 | Bug 35762 JUnit View wasting a lot of screen space [JUnit] | null | resolved fixed | 2bfc8d4 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/CounterPanel.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/IJUnitHelpContextIds.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-30T23:37:13Z" | "2003-03-27T15:46:40Z" |
41,523 | Bug 41523 Keep Order of libs when editing library [build path] | When I edit a library in the Properties dialog of my project using "Properties"->"Java Build Path"->"Libraries"->"Edit", e.g. changing the JRE from 1.4 to 1.3, or changing from an old version of a JAR to a newer one, the changed library is at the last position in the classpath. It should kept at the position it was. | resolved fixed | b04b6c6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-22T17:59:25Z" | "2003-08-14T08:33:20Z" |
49,177 | Bug 49177 Quick Hierarchy gives NullPointerException [type hierarchy] | I200312182000 Reproduce: 1) Open JavaPreview.java 2) Goto line 83 3) Place cursor on 'preferenceStore' 4) Open quick hierarchy (ctrl-t) 5) check log: !ENTRY org.eclipse.ui 4 4 Dec 19, 2003 16:08:26.575 !MESSAGE Action for command 'org.eclipse.jdt.ui.edit.text.java.open.hierarchy' failed to execute properly. !ENTRY org.eclipse.ui 4 0 Dec 19, 2003 16:08:26.575 !MESSAGE Action for command 'org.eclipse.jdt.ui.edit.text.java.open.hierarchy' failed to execute properly. !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.viewsupport.JavaElementLabels.getElementLabel(JavaElementLabels.java:305) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementLabels.getElementLabel(JavaElementLabels.java:297) at org.eclipse.jdt.internal.ui.typehierarchy.HierarchyInformationControl.getHeaderLabel(HierarchyInformationControl.java:392) at org.eclipse.jdt.internal.ui.typehierarchy.HierarchyInformationControl.setInput(HierarchyInformationControl.java:322) at org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:698) at org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:677) at org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:240) at org.eclipse.jface.text.information.InformationPresenter.computeInformation(InformationPresenter.java:341) at org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:661) at org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:651) at org.eclipse.jdt.internal.ui.javaeditor.JavaSourceViewer.doOperation(JavaSourceViewer.java:120) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:187) at org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:122) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:120) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.ui.internal.commands.ActionHandler.execute(ActionHandler.java:40) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:390) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:763) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:803) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:486) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$0(WorkbenchKeyboard.java:421) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent(WorkbenchKeyboard.java:215) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:692) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:846) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:856) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1716) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1712) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3036) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2939) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2836) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1369) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1990) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:85) 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:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) | resolved fixed | da4f951 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-22T09:30:05Z" | "2003-12-19T16:06:40Z" |
47,665 | Bug 47665 Hierarchy perspective outline is missing 'Link with editor' [type hierarchy] | M5 build. I launch type hierarchies in their own perspective in their own window, like the old Smalltalk days. ;) But when I select F4 to open a hierarchy on a method, the method is not selected in the outliner of the new hierarchy perspective, nor is there a 'link with editor' option. | resolved fixed | 3d77c7a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/OpenTypeHierarchyUtil.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-20T19:58:26Z" | "2003-11-27T19:06:40Z" |
48,615 | Bug 48615 Javadoc formatting messes up non-javadoc comments. | null | resolved fixed | 8092859 | ["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 | "2003-12-19T16:10:21Z" | "2003-12-11T22:00:00Z" |
48,995 | Bug 48995 Types aren't filtered for 'explicit import' QuickFix [quick fix] | I20031216 With this snippet use QF on List: import java.util.*; import org.eclipse.swt.widgets.*; public class Import { public static void main(String[] args) { List l; } } | resolved fixed | 63c4c35 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/TypeFilter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-19T16:04:17Z" | "2003-12-17T11:20:00Z" |
48,999 | Bug 48999 Anonym type can have field as parent | JavaElementLabels does only the 'is parent method' test | resolved fixed | 39cf123 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/JavaElementLabelsTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabels.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-19T15:45:28Z" | "2003-12-17T14:06:40Z" |
49,084 | Bug 49084 formatter StringIndexOutOfBoundsException | java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.charAt(String.java:444) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.isDifferent(CodeFormatterUtil.java:395) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.commentDifferent(CodeFormatterUtil.java:353) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.emulateNewWithOld(CodeFormatterUtil.java:317) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.format2(CodeFormatterUtil.java:187) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.format(CodeFormatterUtil.java:101) at org.eclipse.jdt.internal.ui.text.java.JavaFormattingStrategy.format(JavaFormattingStrategy.java:86) at org.eclipse.jface.text.formatter.ContentFormatter2.format(ContentFormatter2.java:806) at org.eclipse.jface.text.formatter.ContentFormatter2.formatMaster(ContentFormatter2.java:661) at org.eclipse.jface.text.formatter.ContentFormatter2.format(ContentFormatter2.java:487) at org.eclipse.jface.text.source.SourceViewer.doOperation(SourceViewer.java:668) at org.eclipse.jdt.internal.ui.javaeditor.JavaSourceViewer.doOperation(JavaSourceViewer.java:124) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:174) at org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:122) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:120) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:509) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:461) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:408) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2294) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1975) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:84) 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.internal.boot.OSGiBootLoader.basicRun(OSGiBootLoader.java:239) at org.eclipse.core.internal.boot.OSGiBootLoader.run(OSGiBootLoader.java:665) at org.eclipse.core.internal.boot.OSGiBootLoader.run(OSGiBootLoader.java:652) 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:299) at org.eclipse.core.launcher.Main.run(Main.java:767) at org.eclipse.core.launcher.Main.main(Main.java:601) Against 3.0 i20031211 see attached source to format. | resolved fixed | 69f144c | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/CodeFormatterUtil.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-19T14:30:18Z" | "2003-12-17T22:26:40Z" |
47,617 | Bug 47617 Error during Java AST creation. | I am using M5 under Sun JDK 1.4.2_02. I got the following error while opening my workspace. It happened while the automatic startup refresh was in progress. The log entry is attached. !SESSION Nov 27, 2003 06:13:53.142 -------------------------------------------- - java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 -data e:\ThoughtWorkspace -showlocation -install file:E:/Eclipse-M5-3.0/eclipse/ !ENTRY org.eclipse.core.runtime 4 2 Nov 27, 2003 06:13:53.142 !MESSAGE An internal error occurred during: "Java AST creation". !STACK 0 java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification (AbstractList.java:448) at java.util.AbstractList$Itr.next(AbstractList.java:419) at org.eclipse.jdt.internal.ui.javaeditor.filebuffers.CompilationUnitDocumentProvi der2$CompilationUnitAnnotationModel.endReporting (CompilationUnitDocumentProvider2.java:468) at org.eclipse.jdt.internal.core.JavaModelManager$PerWorkingCopyInfo.endReporting (JavaModelManager.java:516) at org.eclipse.jdt.internal.core.CompilationUnit.buildStructure (CompilationUnit.java:143) at org.eclipse.jdt.internal.core.Openable.generateInfos (Openable.java:200) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed (JavaElement.java:487) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:279) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:265) at org.eclipse.jdt.internal.core.Openable.getBuffer(Openable.java:227) at org.eclipse.jdt.internal.core.CompilationUnit.getSource (CompilationUnit.java:756) at org.eclipse.jdt.core.dom.AST.parseCompilationUnit(AST.java:330) at org.eclipse.jdt.core.dom.AST.parseCompilationUnit(AST.java:247) at org.eclipse.jdt.internal.ui.viewsupport.SelectionListenerWithASTManager$PartLis tenerGroup.computeAST(SelectionListenerWithASTManager.java:106) at org.eclipse.jdt.internal.ui.viewsupport.SelectionListenerWithASTManager$PartLis tenerGroup.calculateASTandInform(SelectionListenerWithASTManager.java:116) at org.eclipse.jdt.internal.ui.viewsupport.SelectionListenerWithASTManager$1.run (SelectionListenerWithASTManager.java:92) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62) | resolved fixed | 51271af | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/SelectionListenerWithASTManager.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-19T10:18:06Z" | "2003-11-27T10:46:40Z" |
49,004 | Bug 49004 primary_type_name misses the last character in the name | 20031217 set template to try { ${line_selection}${cursor} } catch (${Exception} e) { // ${todo}: handle exception ${primary_type_name} } results in try { codeStream.invokespecial(this.binding); } catch (Exception e) { // TODO: handle exception CodeSnippetAllocationExpressio } | verified fixed | 5d42efb | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContextType.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-17T15:08:21Z" | "2003-12-17T14:06:40Z" |
48,871 | Bug 48871 NPE in JavaAnnotationHover when hovering over left ruler | I200312160010 + export from 1158. I just found this in the log but could not reproduce. The caret was in the method name of a declaration ... private boolean accessesAnnonymousFields() { ... and I hovered over the left ruler. After the NPE was logged, the hover over the left ruler didn't appear any more. It only came back after closing and repoening the editor. I have "Mark occurrences in file" and "Enable light bulb for quick assist" switched on and the method was new and marked by QuickDiff in a block of added lines. Error Dec 16, 2003 17:15:02.738 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.JavaAnnotationHover.isDuplicateJavaAnnotation(JavaAnnotationHover.java:154) at org.eclipse.jdt.internal.ui.text.JavaAnnotationHover.getJavaAnnotationsForLine(JavaAnnotationHover.java:135) at org.eclipse.jdt.internal.ui.text.JavaAnnotationHover.getHoverInfo(JavaAnnotationHover.java:178) at org.eclipse.jface.text.source.AnnotationBarHoverManager.computeInformation(AnnotationBarHoverManager.java:100) at org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:661) at org.eclipse.jface.text.AbstractHoverInformationControlManager$MouseTracker.mouseHover(AbstractHoverInformationControlManager.java:298) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:215) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:233) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:84) 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:280) at org.eclipse.core.launcher.Main.run(Main.java:741) at org.eclipse.core.launcher.Main.main(Main.java:582) | verified fixed | 2eb76ff | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaAnnotationHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-17T14:53:06Z" | "2003-12-16T15:53:20Z" |
48,852 | Bug 48852 Found the followng exception in the log | I20031216 java.lang.IllegalArgumentException: at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:56) at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:41) at org.eclipse.core.runtime.Status.setMessage(Status.java:156) at org.eclipse.core.runtime.Status.<init>(Status.java:75) at org.eclipse.ui.editors.text.TextFileDocumentProvider.executeOperation (TextFileDocumentProvider.java:396) at org.eclipse.ui.editors.text.TextFileDocumentProvider.validateState (TextFileDocumentProvider.java:812) at org.eclipse.ui.texteditor.AbstractTextEditor.validateState (AbstractTextEditor.java:3035) at org.eclipse.ui.texteditor.AbstractTextEditor$16.run (AbstractTextEditor.java:3080) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:84) at org.eclipse.ui.texteditor.AbstractTextEditor.validateEditorInputState (AbstractTextEditor.java:3075) at org.eclipse.ui.texteditor.AbstractTextEditor$ElementStateListener$Validator.ver ifyText(AbstractTextEditor.java:212) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:193) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:856) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:664) at org.eclipse.swt.custom.StyledText.modifyContent (StyledText.java:5947) at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6931) at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2554) at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5300) at org.eclipse.swt.custom.StyledText.handleKeyDown (StyledText.java:5323) at org.eclipse.swt.custom.StyledText$8.handleEvent (StyledText.java:5070) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:856) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1716) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1712) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3036) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2939) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2836) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1369) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1990) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:246) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:233) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:84) 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:280) at org.eclipse.core.launcher.Main.run(Main.java:741) at org.eclipse.core.launcher.Main.main(Main.java:582) | verified fixed | 0486978 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/textmanipulation/TextBufferEditor.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/textmanipulation/TextBufferFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IndentAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageReader.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWriter.java", "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 | "2003-12-17T14:30:20Z" | "2003-12-16T15:53:20Z" |
48,978 | Bug 48978 New code formatter prefs: java.lang.ArithmeticException: / by zero | I200312162000 Sorry no steps. Happened while playing with the preferences. !SESSION Dez 17, 2003 11:22:47.461 --------------------------------------------- java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_CH Command-line arguments: -os win32 -ws win32 -arch x86 -configuration file:c:\eclipse\drops\I200312162000/.config -install file:c:/eclipse/drops/I200312162000/ !ENTRY org.eclipse.ui 4 4 Dez 17, 2003 11:22:47.461 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Dez 17, 2003 11:22:47.511 !MESSAGE / by zero !STACK 0 java.lang.ArithmeticException: / by zero at org.eclipse.jdt.internal.formatter.Scribe.getNextIndentationLevel(Scribe.java:327) at org.eclipse.jdt.internal.formatter.align.Alignment.checkColumn(Alignment.java:199) at org.eclipse.jdt.internal.formatter.Scribe.alignFragment(Scribe.java:178) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:517) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.formatTypeMembers(CodeFormatterVisitor.java:1566) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:925) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.visit(CodeFormatterVisitor.java:2372) at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:292) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:726) at org.eclipse.jdt.internal.formatter.DefaultCodeFormatter.formatCompilationUnit(DefaultCodeFormatter.java:238) at org.eclipse.jdt.internal.formatter.DefaultCodeFormatter.format(DefaultCodeFormatter.java:205) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.format2(CodeFormatterUtil.java:189) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.format(CodeFormatterUtil.java:101) at org.eclipse.jdt.internal.ui.text.java.JavaFormattingStrategy.format(JavaFormattingStrategy.java:95) at org.eclipse.jface.text.formatter.ContentFormatter2.format(ContentFormatter2.java:806) at org.eclipse.jface.text.formatter.ContentFormatter2.formatMaster(ContentFormatter2.java:661) at org.eclipse.jface.text.formatter.ContentFormatter2.format(ContentFormatter2.java:487) at org.eclipse.jdt.internal.ui.preferences.formatter.JavaPreview.update(JavaPreview.java:165) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage.updatePreview(ModifyDialogTabPage.java:378) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$1.update(ModifyDialogTabPage.java:46) at java.util.Observable.notifyObservers(Observable.java:142) at java.util.Observable.notifyObservers(Observable.java:98) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$CheckboxPreference.checkboxChecked(ModifyDialogTabPage.java:81) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$2.widgetSelected(ModifyDialogTabPage.java:71) 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:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992) at org.eclipse.jface.window.Window.runEventLoop(Window.java:586) at org.eclipse.jface.window.Window.open(Window.java:566) at org.eclipse.jdt.internal.ui.preferences.formatter.CodingStyleConfigurationBlock$ButtonController.modifyButtonPressed(CodingStyleConfigurationBlock.java:202) at org.eclipse.jdt.internal.ui.preferences.formatter.CodingStyleConfigurationBlock$ButtonController.widgetSelected(CodingStyleConfigurationBlock.java:177) 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:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992) at org.eclipse.jface.window.Window.runEventLoop(Window.java:586) at org.eclipse.jface.window.Window.open(Window.java:566) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:509) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:461) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:408) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:233) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:85) 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:281) at org.eclipse.core.launcher.Main.run(Main.java:744) at org.eclipse.core.launcher.Main.main(Main.java:583) !ENTRY org.eclipse.ui 4 4 Dez 17, 2003 11:22:49.58 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Dez 17, 2003 11:22:49.68 !MESSAGE / by zero !STACK 0 java.lang.ArithmeticException: / by zero at org.eclipse.jdt.internal.formatter.Scribe.getNextIndentationLevel(Scribe.java:327) at org.eclipse.jdt.internal.formatter.align.Alignment.checkColumn(Alignment.java:199) at org.eclipse.jdt.internal.formatter.Scribe.alignFragment(Scribe.java:178) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:517) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.formatTypeMembers(CodeFormatterVisitor.java:1566) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:925) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.visit(CodeFormatterVisitor.java:2372) at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:292) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:726) at org.eclipse.jdt.internal.formatter.DefaultCodeFormatter.formatCompilationUnit(DefaultCodeFormatter.java:238) at org.eclipse.jdt.internal.formatter.DefaultCodeFormatter.format(DefaultCodeFormatter.java:205) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.format2(CodeFormatterUtil.java:189) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.format(CodeFormatterUtil.java:101) at org.eclipse.jdt.internal.ui.text.java.JavaFormattingStrategy.format(JavaFormattingStrategy.java:95) at org.eclipse.jface.text.formatter.ContentFormatter2.format(ContentFormatter2.java:806) at org.eclipse.jface.text.formatter.ContentFormatter2.formatMaster(ContentFormatter2.java:661) at org.eclipse.jface.text.formatter.ContentFormatter2.format(ContentFormatter2.java:487) at org.eclipse.jdt.internal.ui.preferences.formatter.JavaPreview.update(JavaPreview.java:165) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage.updatePreview(ModifyDialogTabPage.java:378) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$1.update(ModifyDialogTabPage.java:46) at java.util.Observable.notifyObservers(Observable.java:142) at java.util.Observable.notifyObservers(Observable.java:98) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$NumberPreference.updatePreferences(ModifyDialogTabPage.java:246) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$NumberPreference.numberChanged(ModifyDialogTabPage.java:238) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$5.modifyText(ModifyDialogTabPage.java:225) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:187) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852) at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:2007) at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:3069) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2942) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2836) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1293) at org.eclipse.swt.widgets.Text.callWindowProc(Text.java:127) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3019) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2836) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1369) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1990) at org.eclipse.jface.window.Window.runEventLoop(Window.java:586) at org.eclipse.jface.window.Window.open(Window.java:566) at org.eclipse.jdt.internal.ui.preferences.formatter.CodingStyleConfigurationBlock$ButtonController.modifyButtonPressed(CodingStyleConfigurationBlock.java:202) at org.eclipse.jdt.internal.ui.preferences.formatter.CodingStyleConfigurationBlock$ButtonController.widgetSelected(CodingStyleConfigurationBlock.java:177) 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:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992) at org.eclipse.jface.window.Window.runEventLoop(Window.java:586) at org.eclipse.jface.window.Window.open(Window.java:566) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:509) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:461) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:408) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:233) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:85) 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:281) at org.eclipse.core.launcher.Main.run(Main.java:744) at org.eclipse.core.launcher.Main.main(Main.java:583) !ENTRY org.eclipse.ui 4 4 Dez 17, 2003 11:22:49.570 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Dez 17, 2003 11:22:49.580 !MESSAGE / by zero !STACK 0 java.lang.ArithmeticException: / by zero at org.eclipse.jdt.internal.formatter.Scribe.getNextIndentationLevel(Scribe.java:327) at org.eclipse.jdt.internal.formatter.align.Alignment.checkColumn(Alignment.java:199) at org.eclipse.jdt.internal.formatter.Scribe.alignFragment(Scribe.java:178) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:517) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.formatTypeMembers(CodeFormatterVisitor.java:1566) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:925) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.visit(CodeFormatterVisitor.java:2372) at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:292) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:726) at org.eclipse.jdt.internal.formatter.DefaultCodeFormatter.formatCompilationUnit(DefaultCodeFormatter.java:238) at org.eclipse.jdt.internal.formatter.DefaultCodeFormatter.format(DefaultCodeFormatter.java:205) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.format2(CodeFormatterUtil.java:189) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.format(CodeFormatterUtil.java:101) at org.eclipse.jdt.internal.ui.text.java.JavaFormattingStrategy.format(JavaFormattingStrategy.java:95) at org.eclipse.jface.text.formatter.ContentFormatter2.format(ContentFormatter2.java:806) at org.eclipse.jface.text.formatter.ContentFormatter2.formatMaster(ContentFormatter2.java:661) at org.eclipse.jface.text.formatter.ContentFormatter2.format(ContentFormatter2.java:487) at org.eclipse.jdt.internal.ui.preferences.formatter.JavaPreview.update(JavaPreview.java:165) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage.updatePreview(ModifyDialogTabPage.java:378) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$1.update(ModifyDialogTabPage.java:46) at java.util.Observable.notifyObservers(Observable.java:142) at java.util.Observable.notifyObservers(Observable.java:98) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$NumberPreference.updatePreferences(ModifyDialogTabPage.java:246) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$NumberPreference.numberChanged(ModifyDialogTabPage.java:238) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$5.modifyText(ModifyDialogTabPage.java:225) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:187) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852) at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:2007) at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:3069) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2942) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2836) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1293) at org.eclipse.swt.widgets.Text.callWindowProc(Text.java:127) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3019) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2836) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1369) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1990) at org.eclipse.jface.window.Window.runEventLoop(Window.java:586) at org.eclipse.jface.window.Window.open(Window.java:566) at org.eclipse.jdt.internal.ui.preferences.formatter.CodingStyleConfigurationBlock$ButtonController.modifyButtonPressed(CodingStyleConfigurationBlock.java:202) at org.eclipse.jdt.internal.ui.preferences.formatter.CodingStyleConfigurationBlock$ButtonController.widgetSelected(CodingStyleConfigurationBlock.java:177) 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:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992) at org.eclipse.jface.window.Window.runEventLoop(Window.java:586) at org.eclipse.jface.window.Window.open(Window.java:566) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:509) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:461) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:408) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:233) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:85) 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:281) at org.eclipse.core.launcher.Main.run(Main.java:744) at org.eclipse.core.launcher.Main.main(Main.java:583) !ENTRY org.eclipse.ui 4 4 Dez 17, 2003 11:22:49.610 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Dez 17, 2003 11:22:49.620 !MESSAGE / by zero !STACK 0 java.lang.ArithmeticException: / by zero at org.eclipse.jdt.internal.formatter.Scribe.getNextIndentationLevel(Scribe.java:327) at org.eclipse.jdt.internal.formatter.align.Alignment.checkColumn(Alignment.java:199) at org.eclipse.jdt.internal.formatter.Scribe.alignFragment(Scribe.java:178) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:517) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.formatTypeMembers(CodeFormatterVisitor.java:1566) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:925) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.visit(CodeFormatterVisitor.java:2372) at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:292) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:726) at org.eclipse.jdt.internal.formatter.DefaultCodeFormatter.formatCompilationUnit(DefaultCodeFormatter.java:238) at org.eclipse.jdt.internal.formatter.DefaultCodeFormatter.format(DefaultCodeFormatter.java:205) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.format2(CodeFormatterUtil.java:189) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.format(CodeFormatterUtil.java:101) at org.eclipse.jdt.internal.ui.text.java.JavaFormattingStrategy.format(JavaFormattingStrategy.java:95) at org.eclipse.jface.text.formatter.ContentFormatter2.format(ContentFormatter2.java:806) at org.eclipse.jface.text.formatter.ContentFormatter2.formatMaster(ContentFormatter2.java:661) at org.eclipse.jface.text.formatter.ContentFormatter2.format(ContentFormatter2.java:487) at org.eclipse.jdt.internal.ui.preferences.formatter.JavaPreview.update(JavaPreview.java:165) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage.updatePreview(ModifyDialogTabPage.java:378) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$1.update(ModifyDialogTabPage.java:46) at java.util.Observable.notifyObservers(Observable.java:142) at java.util.Observable.notifyObservers(Observable.java:98) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$NumberPreference.updatePreferences(ModifyDialogTabPage.java:246) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$NumberPreference.numberChanged(ModifyDialogTabPage.java:238) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$5.modifyText(ModifyDialogTabPage.java:225) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:187) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852) at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:2007) at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:3069) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2942) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2836) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1293) at org.eclipse.swt.widgets.Text.callWindowProc(Text.java:127) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3019) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2836) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1369) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1990) at org.eclipse.jface.window.Window.runEventLoop(Window.java:586) at org.eclipse.jface.window.Window.open(Window.java:566) at org.eclipse.jdt.internal.ui.preferences.formatter.CodingStyleConfigurationBlock$ButtonController.modifyButtonPressed(CodingStyleConfigurationBlock.java:202) at org.eclipse.jdt.internal.ui.preferences.formatter.CodingStyleConfigurationBlock$ButtonController.widgetSelected(CodingStyleConfigurationBlock.java:177) 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:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992) at org.eclipse.jface.window.Window.runEventLoop(Window.java:586) at org.eclipse.jface.window.Window.open(Window.java:566) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:509) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:461) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:408) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:233) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:85) 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:281) at org.eclipse.core.launcher.Main.run(Main.java:744) at org.eclipse.core.launcher.Main.main(Main.java:583) !ENTRY org.eclipse.ui 4 4 Dez 17, 2003 11:22:49.640 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Dez 17, 2003 11:22:49.650 !MESSAGE / by zero !STACK 0 java.lang.ArithmeticException: / by zero at org.eclipse.jdt.internal.formatter.Scribe.getNextIndentationLevel(Scribe.java:327) at org.eclipse.jdt.internal.formatter.align.Alignment.checkColumn(Alignment.java:199) at org.eclipse.jdt.internal.formatter.Scribe.alignFragment(Scribe.java:178) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:517) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.formatTypeMembers(CodeFormatterVisitor.java:1566) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:925) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.visit(CodeFormatterVisitor.java:2372) at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:292) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:726) at org.eclipse.jdt.internal.formatter.DefaultCodeFormatter.formatCompilationUnit(DefaultCodeFormatter.java:238) at org.eclipse.jdt.internal.formatter.DefaultCodeFormatter.format(DefaultCodeFormatter.java:205) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.format2(CodeFormatterUtil.java:189) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.format(CodeFormatterUtil.java:101) at org.eclipse.jdt.internal.ui.text.java.JavaFormattingStrategy.format(JavaFormattingStrategy.java:95) at org.eclipse.jface.text.formatter.ContentFormatter2.format(ContentFormatter2.java:806) at org.eclipse.jface.text.formatter.ContentFormatter2.formatMaster(ContentFormatter2.java:661) at org.eclipse.jface.text.formatter.ContentFormatter2.format(ContentFormatter2.java:487) at org.eclipse.jdt.internal.ui.preferences.formatter.JavaPreview.update(JavaPreview.java:165) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage.updatePreview(ModifyDialogTabPage.java:378) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$1.update(ModifyDialogTabPage.java:46) at java.util.Observable.notifyObservers(Observable.java:142) at java.util.Observable.notifyObservers(Observable.java:98) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$NumberPreference.updatePreferences(ModifyDialogTabPage.java:246) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$NumberPreference.numberChanged(ModifyDialogTabPage.java:238) at org.eclipse.jdt.internal.ui.preferences.formatter.ModifyDialogTabPage$5.modifyText(ModifyDialogTabPage.java:225) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:187) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852) at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:2007) at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:3069) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2942) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2836) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1293) at org.eclipse.swt.widgets.Text.callWindowProc(Text.java:127) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3019) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2836) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1369) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1990) at org.eclipse.jface.window.Window.runEventLoop(Window.java:586) at org.eclipse.jface.window.Window.open(Window.java:566) at org.eclipse.jdt.internal.ui.preferences.formatter.CodingStyleConfigurationBlock$ButtonController.modifyButtonPressed(CodingStyleConfigurationBlock.java:202) at org.eclipse.jdt.internal.ui.preferences.formatter.CodingStyleConfigurationBlock$ButtonController.widgetSelected(CodingStyleConfigurationBlock.java:177) 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:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992) at org.eclipse.jface.window.Window.runEventLoop(Window.java:586) at org.eclipse.jface.window.Window.open(Window.java:566) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:509) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:461) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:408) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:233) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:85) 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:281) at org.eclipse.core.launcher.Main.run(Main.java:744) at org.eclipse.core.launcher.Main.main(Main.java:583) !ENTRY org.eclipse.ui 4 4 Dez 17, 2003 11:22:49.680 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Dez 17, 2003 11:22:49.690 !MESSAGE / by zero !STACK 0 java.lang.ArithmeticException: / by zero at org.eclipse.jdt.internal.formatter.Scribe.getNextIndentationLevel(Scribe.java:327) at org.eclipse.jdt.internal.formatter.align.Alignment.checkColumn(Alignment.java:199) at org.eclipse.jdt.internal.formatter.Scribe.alignFragment(Scribe.java:178) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:517) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.formatTypeMembers(CodeFormatterVisitor.java:1566) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:925) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.visit(CodeFormatterVisitor.java:2372) at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:292) at org.eclipse.jdt.internal.formatter.CodeFormatterVisitor.format(CodeFormatterVisitor.java:726) at org.eclipse.jdt.internal.formatter.DefaultCodeFormatter.formatCompilationUnit(DefaultCodeFormatter.java:238) at org.eclipse.jdt.internal.formatter.DefaultCodeFormatter.format(DefaultCodeFormatter.ja | verified fixed | df86372 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/OtherSettingsTabPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-17T13:20:50Z" | "2003-12-17T11:20:00Z" |
46,364 | Bug 46364 [content assist] Support incremental content assist | I've been spoiled by content assist. What would be a great addition would be a Unix-style "look ahead" invoked by the TAB key, like at a Unix Shell. If non-whitespace characters appear to the left of the Caret, it is unlikely that a TAB is going to be inserted in that line. This is why I think it's ok to use TAB for this. Basically, pressing TAB will be equivalent to the combination of: Control+SPACE, followed by ENTER. So, given: for (int i = 0; i < cols.length; i++) { Entry entry = cols[i]; double distance; if (entry.side == -1) { distance = Math.abs(baseRect.preciseX - entry.offset); if (distance < best) { bestSide = -1; best = dis<<CARET>> Pressing the TAB key will insert "tance". | verified fixed | 3fa1021 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicEditorActionContributor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-17T12:04:41Z" | "2003-11-10T18:46:40Z" |
48,975 | Bug 48975 Comment Formatter should compare values using equals() | Currently, the preference values are read and compared by reference, which only works in special circumstances. | verified fixed | 988ada7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentFormattingContext.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentFormattingStrategy.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentRegion.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/JavaDocRegion.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/MultiCommentRegion.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-17T10:38:53Z" | "2003-12-17T11:20:00Z" |
48,868 | Bug 48868 New compiler preference: Overriding Deprecated Method | 20011216 Added option to avoid reporting a warning when overriding a deprecated method. By default, such warnings are no longer reported. * COMPILER / Reporting Deprecation When Overriding Deprecated Method * When enabled, the compiler will signal the declaration of a method overriding a deprecated one. * The severity of the problem is controlled with option "org.eclipse.jdt.core.compiler.problem.deprecation". * - option id: "org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod" * - possible values: { "enabled", "disabled" } * - default: "disabled" | resolved fixed | 4aef2f0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-16T16:22:00Z" | "2003-12-16T15:53:20Z" |
39,155 | Bug 39155 Extract method in static initialisers [refactoring] | I got this: static { // do something } I want this: static { methodCall(); } private static void methodCall() { // do something } | resolved fixed | 1728d83 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/initializer_in/A_test1000.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/initializer_in/A_test1001.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/initializer_in/A_test1002.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/initializer_in/A_test1003.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/initializer_out/A_test1000.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/initializer_out/A_test1001.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/initializer_out/A_test1002.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/initializer_out/A_test1003.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTestSetup.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/LocalVariableIndex.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExceptionAnalyzer.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/LocalTypeAnalyzer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-15T19:45:55Z" | "2003-06-20T06:20:00Z" |
46,926 | Bug 46926 Editable Table: Key-navigation is bad [refactoring] [misc] | 20031119 My expectations for table navigation and usages come from windows applications like MS Excel. The eclipse tables are not follow the 'look' but not the 'feel' and are in general very frustarting to use. 1. select a method and choose 'Refactoring > Change Method Signature' 2. Press 'Add'. A new line added, table cursor set to first field 3a. Press 'TAB'. The focus goes to the field. Press 'TAB' again: The add button gets the focus I would expect that the first TAB sets the table cursor to the next cell. 3b. Press 'cursor right'. Nothing happens. Press Enter first, press 'cursor right'. The next field gets the focus I would expect the first cursor right to focus on the next cell. 4b. With the next cell in focus, start typing. Nothing happens. Press Enter first, then you can type I would expect that entering should be possible right away. | resolved fixed | 7f9d24d | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeSignatureWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2003-12-15T18:21:49Z" | "2003-11-19T11:06:40Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.