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
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
217,819
Bug 217819 [breadcrumb] filter list must be fully on screen
I20080205-0010 With long parent chains, it can happen that the filter list for the last (empty) breadcrumb item appears partly out of screen.
resolved fixed
299d883
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-15T10:41:49Z
2008-02-05T11:13:20Z
218,730
Bug 218730 [breadcrumb] selection in drop down not correctly revealed
Build ID: I20080207-1530 Steps To Reproduce: When there is not enough vertical space in the selector popup list to show all the entries, it has a vertical scroll bar. If the currently selected entry is closer to the end of the list, the list is scrolled to reveal that entry. However, the entry is shown last (in the vie...
resolved fixed
1e598f7
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-14T16:57:35Z
2008-02-13T02:33:20Z
218,339
Bug 218339 [breadcrumb] ClassCastException if JavaEditor is nested within a GridLayout
Build ID: I20080122-0800 Steps To Reproduce: I am using the v20080122-8000 version of org.eclipse.jdt.ui. I have a JavaEditor instance embedded within in a GridLayout in a custom view. Due to the recent additions to the JavaEditor to handle breadcrumbs I am experiencing a ClassCastException which has rendered my view u...
resolved fixed
52afcb3
["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
2008-02-14T16:46:55Z
2008-02-08T17:00:00Z
216,125
Bug 216125 [breadcrumb] start filtering when user types *
I20080115-1740.from20080122_1152 Breadcrumbs start filtering when I type an alphanumeric character. Should also work when I type a *.
resolved fixed
120598b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDetails.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-14T16:39:01Z
2008-01-22T11:06:40Z
218,665
Bug 218665 [breadcrumb] single click to open by default
Build ID: I20080207-1530 Steps To Reproduce: By default, Eclipse is configured to use double-click to open items. This makes the breadcrumb bar navigation (via popup selector lists) too slow as compared to the native breadcrumb bar in Windows Vista Explorer. The General -> Open Mode can be set to single click, but that...
resolved fixed
60bc828
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/EditorBreadcrumb.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-14T16:32:57Z
2008-02-12T18:13:20Z
215,996
Bug 215996 Leak framework: improve failure trace
We had a leak where we got a quite generic failure trace from the failing test: junit.framework.AssertionFailedError: Expected: 0, actual: 1 Element 0 org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor org.eclipse.ui.texteditor.TextEditorAction#fTextEditor java.lang.Object[9] <== PROBLEM HERE org.eclipse.core...
verified fixed
2816130
["org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/leaktest/ReferenceInfo.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-14T16:22:11Z
2008-01-21T15:40:00Z
218,331
Bug 218331 [key bindings][content assist] Ctrl (not Command) should toggle insert/overwrite
I20080207-1530, Mac OS X 10.5.1 Content Assist: Ctrl should toggle insert/overwrite not Command. The preferences page is correct, but only the Command key actually toggles the mode.
resolved fixed
c1ee81b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-14T11:00:52Z
2008-02-08T17:00:00Z
102,236
Bug 102236 [JUnit] display execution time next to each test
null
resolved fixed
8a1fa53
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitMessages.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/IXMLTags.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestElement.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-13T18:34:13Z
2005-06-30T00:06:40Z
218,459
Bug 218459 [breadcrumb] Improve name compression algorithm
Occaisionally the project name disappears in the editor breadcrumbs. It usually reappears if I switch selected elements (cursor to a different method), so it's not a huge issue. Breadcrumb drop-down remains selectable even while name is hidden. Attaching screenshot to illustrate.
resolved wontfix
151344e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItem.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDetails.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-12T09:44:44Z
2008-02-11T00:33:20Z
218,542
Bug 218542 [clean up] sort members sorts fields by visibility even if field sorting is disabled
Sort-members-but-ignore-fields fails to prevent sorting by member access, which results in field reordering that causes compiler error. (1) In Preferences, (a) In Java, editor, save action, enable "Code Organizing" tab, "Members" section, "Sort members" checkbox and "Ignore fields and enum constants" radio button (b) I...
verified fixed
8cadd08
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/SortMembersOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-12T09:21:28Z
2008-02-11T20:00:00Z
218,346
Bug 218346 [package explorer] Performance problem during refresh
null
resolved fixed
39f60b0
["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
2008-02-11T15:40:52Z
2008-02-08T17:00:00Z
217,667
Bug 217667 [render] convert colored labels to SimpleStyledCellLabelProvider
null
resolved fixed
3ee10b5
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestViewer.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/i...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-07T18:08:59Z
2008-02-04T13:00:00Z
217,806
Bug 217806 [extract local] NPE when trying to extract local variable
null
resolved fixed
06a34ae
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/cannotExtract/A_testFail38.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring....
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-07T16:17:57Z
2008-02-05T11:13:20Z
217,982
Bug 217982 [breadcrumb] Opening types drop down does execute filter job
null
verified fixed
a66bce6
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/FilteredTable.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-07T10:59:03Z
2008-02-06T12:13:20Z
217,815
Bug 217815 [hovering] Enriched source hover changes size
I20080204-0800 1. Open org.eclipse.jdt.internal.ui.packageview.PackageFragmentRootContainer 2. Shift-Hover over IWorkbenchAdapter 3. Enrich hover (doesn't matter which strategy) Is: The size of the hover changes: It's now much smaller. Should: Size should not change This is on xp, I can not reproduce on Vista
verified fixed
87daa66
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-06T15:17:11Z
2008-02-05T11:13:20Z
217,790
Bug 217790 [breadcrumb] Remove left/right arrows
null
verified fixed
a230afd
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/FilteredTable.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-06T14:07:03Z
2008-02-05T08:26:40Z
217,896
Bug 217896 [build path] New Java Project - JRE group's radio buttons are misbehaving
null
verified fixed
84b49bc
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageOne.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-06T12:09:27Z
2008-02-05T19:33:20Z
217,805
Bug 217805 [breadcrumb] Widget disposed exception when opening type
I20071213-1700 (on vista and XP) 1. Open 'charsets.jar' in roots drop down 2. Open 'sun.io' in packages drop down 3. Quickly open some type from this package Is: Caused by: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3716) at org.eclipse.swt.SWT.error(SWT.java:3634) at org.ecl...
verified fixed
d5b8152
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/FilteredTable.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-06T11:52:47Z
2008-02-05T11:13:20Z
217,973
Bug 217973 [breadcrumb] Widget disposed when shut down eclipse with open drop down
I20080129-1400 1. Open a drop down 2. shut down eclipse Is: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3716) at org.eclipse.swt.SWT.error(SWT.java:3634) at org.eclipse.swt.SWT.error(SWT.java:3605) at org.eclipse.swt.widgets.Widget.error(Widget.java:438) at org.eclipse.swt.wid...
verified fixed
3467a03
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-06T11:22:34Z
2008-02-06T09:26:40Z
217,800
Bug 217800 [breadcrumb] Exception when selecting entry from dropdown
I20080502-0010 - open a Java editor - enable the breadcrumb view - click on an the arrow next to the package - doubleclick a different package from the list org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3716) at org.eclipse.swt.SWT.error(SWT.java:3634) at org.eclipse.swt.SWT.err...
verified fixed
f8c86dd
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-06T10:43:22Z
2008-02-05T11:13:20Z
217,874
Bug 217874 [preferences] avoid formatter profile version increment
null
verified fixed
c0336fd
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileVersioner.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-05T18:12:26Z
2008-02-05T16:46:40Z
211,447
Bug 211447 [hovering] AbstractInformationControlManager computes size constraints based on wrong font
HEAD AbstractInformationControlManager computes size constraints based on the subject control's font. This makes e.g. the size of Javadoc hovers dependent on the editor font size, although the Javadoc hover use the dialog font. On the other hand, using the dialog font for the size calculation would be wrong for the sou...
resolved fixed
1d3c106
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaInformationProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaTypeHover.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/interna...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-02-04T11:52:32Z
2007-11-29T12:40:00Z
217,011
Bug 217011 No error when running JUnit4 on a project using JRE 1.4
null
resolved fixed
6fc14cc
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitMessages.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitMessages.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/JUnitStubUtility.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/launcher/JUnitLau...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-31T16:26:59Z
2008-01-29T23:40:00Z
160,480
Bug 160480 [model] Synchronize shows duplicate entries for resources in default package
When synchronizing with our CVS repository, files in a default package are shown twice: - Project [server] -
resolved fixed
436f7fe
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-30T14:34:09Z
2006-10-11T15:20:00Z
214,693
Bug 214693 [api] NewJavaProjectWizardPageTwo can't be used if not last page
null
resolved fixed
ee2a0f1
["org.eclipse.jdt.ui.tests/examples/org/eclipse/jdt/ui/examples/MyProjectCreationWizard2.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageTwo.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-29T10:49:38Z
2008-01-08T22:06:40Z
216,122
Bug 216122 [breadcrumb] Handle IPackageDeclaration and IImportDeclaration
I20080115-1740.from20080122_0924 Breadcrumbs should work with IPackageDeclaration and IImportDeclaration. - I cannot select these elements when they are shown in the breadcrumbs bar. - When I select these elements in the editor and then press Alt+Shift+B three times, the selection in the editor jumps to the first type ...
resolved fixed
1a77dfc
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-25T13:11:35Z
2008-01-22T11:06:40Z
216,314
Bug 216314 [breadcrumb] Drop downs should use table viewer instead of tree viewer
I20080122-1600 Drop downs should use a table. We're using the FilteredTree from platform at the moment.
resolved fixed
a2313aa
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItem.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDetails.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java", "org.eclipse.jdt.ui...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-25T10:32:55Z
2008-01-23T17:40:00Z
215,971
Bug 215971 [content assist] package-info.java Javadoc should use fully qualified names
null
resolved fixed
8b0ac9a
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-24T16:15:03Z
2008-01-21T12:53:20Z
216,233
Bug 216233 [preferences] Surface new compiler option unusedDeclaredThrownExceptionIncludeUncheckedExceptions
null
verified fixed
f33e15d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-23T11:48:49Z
2008-01-23T06:33:20Z
216,118
Bug 216118 [breadcrumb] looks strange for file inside IFolder
null
resolved fixed
cf2d691
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-23T10:48:42Z
2008-01-22T11:06:40Z
216,248
Bug 216248 [breadcrumb] Not updated anymore when switching from drop down to editor
I20080122-1600 1. Go to breadcrumb 2. Open a drop down 3. click into editor Is: from now on the breadcrumb is not updated anymore when setting the cursor Should: show element at cursor location Reason is that the breadcrumb thinks he's still active.
verified fixed
1d4735d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/EditorBreadcrumb.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-23T10:18:17Z
2008-01-23T09:20:00Z
216,116
Bug 216116 [breadcrumb] No tooltip for 'External Plug-in Libraries' project
HEAD The breadcrumbs bar does not show a tooltip for the 'External Plug-in Libraries' project (e.g. add the org.eclipse.equinox.registry plug-in to Java Search and open type IExtension).
resolved fixed
c3e6b8e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDetails.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-23T09:39:46Z
2008-01-22T11:06:40Z
216,243
Bug 216243 [breadcrumb] Open action does not work
I20080122-1600 1. In the breadcrumb select another type 2. Press F3 Is: Can not open selection Should: Open the type
resolved fixed
165cfe5
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumbActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-23T09:27:48Z
2008-01-23T09:20:00Z
216,136
Bug 216136 [breadcrumb] NPE when closing editor
I20080115-1740 1. Open Java Editor 2. Disable Breadcrumb 3. Close Editor 4. Open Editor 5. Close Editor Is: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorBreadcrumb.dispose(JavaEditorBreadcrumb.java:402) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.dispose(JavaEditor.java:25...
verified fixed
f4ecc65
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-22T14:36:45Z
2008-01-22T13:53:20Z
216,107
Bug 216107 [breadcrumb] Breadcrumb should be deactivated if element opened in other editor
I20080115-1740 1. Open another CU through the breadcrumb 2. In the new editor open a member from the CU you came from Is: the member is not shown in the breadcrumb, the breadcrumb is still active Should: the member should be selected, the breadcrumb shows the member and the focus is in the text editor
resolved fixed
8d09414
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/EditorBreadcrumb.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-22T10:14:30Z
2008-01-22T11:06:40Z
215,831
Bug 215831 [breadcrumb][preferences] add preference to Java > Editor page
We need to add a preference to Java > Editor page which allows to toggle the state (similar to show segmented mode). This allows users to find it in case they have the action set disabled. We also need to add 'breadcrumb' pref keyword.
resolved fixed
01c4c5f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-22T09:44:00Z
2008-01-18T15:26:40Z
216,095
Bug 216095 [breadcrumb] Must not set focus into text widget on reveal element
I20080115-1740 1. Select a package in the breadcrumb 2. press right arrow until you reach a leaf Is: when moving from parent of leaf to leaf actions in the toolbar flicker, it also takes a while move to leaf Should: not flicker, be faster Reason is that the leaf is revealed and while doing so the focus is set into to t...
resolved fixed
74e784e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/EditorBreadcrumb.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-22T09:35:01Z
2008-01-22T08:20:00Z
215,810
Bug 215810 [breadcrumb] Allow to move back to editor via key binding
We should reuse the 'Show in Breadcrumb' action / key binding for this (but with different label).
resolved fixed
1f5de7b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicJavaEditorActionContributor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumbActionGroup.java", "org.eclipse.jdt.ui/ui/org...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-21T16:01:06Z
2008-01-18T15:26:40Z
215,898
Bug 215898 [breadcrumb] Method signature should be truncated
I think the breadcrumbs should treat method signatures like how the 'Outline' view treats it by only showing the parameter types and both the parameter types and the parameter names.
resolved fixed
6b4bb47
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-21T14:32:46Z
2008-01-20T00:46:40Z
215,958
Bug 215958 [breadcrumb] editor sets input while breadcrumb is active
I20080115-1740 1. Open a CU 2. In the breadcrumb select .project file Is: .project file shows up, then the input for the breadcrumb is set to the editors selection and the selected .project file is gone Should: not change the input 3. Select .project file again Is: now it stays strange
resolved fixed
f3c445b
["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
2008-01-21T12:14:41Z
2008-01-21T10:06:40Z
215,965
Bug 215965 [breadcrumb] Activating editor should set focus into breadcrumb if it was the focus component
I20080115-1740 1. Set focus into breadcrumb 2. Switch to another view 3. Switch back to editor Is: Focus is in text widget Should: Focus is in breadcrumb
resolved fixed
c9d2459
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OccurrencesSearchMenuAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/SurroundWithTemplateMenuAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditorActionContributor.java", "org.eclipse.jdt.ui/...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-21T12:04:11Z
2008-01-21T10:06:40Z
215,448
Bug 215448 New working set doesn't appear in Working Set List
Newly created working set doesn't appear in Working Set List. To see it you must reopen Select Working Set dialog.
resolved fixed
0f8e506
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/AbstractWorkingSetWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-21T10:26:15Z
2008-01-16T05:06:40Z
215,651
Bug 215651 [breadcrumb] strange behavior when a resource is selected
I like the fact that I can select a resource. However, currently I see strange behavior like missing twisties.
resolved fixed
8b80765
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-21T09:52:11Z
2008-01-17T14:26:40Z
215,655
Bug 215655 [breadcrumb] don't open last element automatically
The current strategy to open the last element automatically is confusing for the user (me ;-).
resolved fixed
25ca086
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/EditorBreadcrumb.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-21T09:18:10Z
2008-01-17T14:26:40Z
215,656
Bug 215656 [breadcrumb] border not good on WindowsXP classic
The border of the list viewers don't look good on WindowsXP classic
resolved fixed
228bfd8
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-18T16:51:00Z
2008-01-17T14:26:40Z
215,185
Bug 215185 [content assist] Enum: Auto-generated constructor has wrong visibility
Build ID: I20071213-1700 Steps To Reproduce: 1. Create new Enum 2. Use Auto-Completion to create a default constructor 3. The Constructor will be marked as a "Illegal modifier for the enum constructor; only private is permitted" More information:
resolved fixed
7510ad6
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodDeclarationCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-14T11:31:01Z
2008-01-14T11:26:40Z
212,635
Bug 212635 support "Link with Editor" command
null
resolved fixed
8ad1eac
["org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ASTView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/AbstractToggleLinkingAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaO...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-11T12:09:01Z
2007-12-11T19:06:40Z
214,854
Bug 214854 [implementation] Streams not being closed in Javadoc views
null
resolved fixed
485c289
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractJavaEditorTextHover.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-10T10:47:55Z
2008-01-10T04:40:00Z
213,272
Bug 213272 JUnit result comparison does not use compare text font
null
resolved fixed
33c1782
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/CompareResultDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-08T14:04:37Z
2007-12-18T06:40:00Z
213,488
Bug 213488 [inline] Inlining outer method into anonymous class breaks control flow.
Build ID: M20070921-1145 Steps To Reproduce: Inlining method foo() should introduce braces around the else clause, but wrongly doesn't. ----------------------- Bug.java ------------------ class Bug { Object field=new Object(){ { if(0<hashCode()) ; else foo(); } }; void foo(){ toString(); toString(); } }
resolved fixed
f1fbf77
["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_in/TestFieldInitializerAnonymous.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_out/TestFieldInitializerAnonymous.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-08T09:52:36Z
2007-12-19T16:00:00Z
214,340
Bug 214340 [clean up] Bad enhanced for-loop for arrays which are fields
Build ID: M20071023-1652 Steps To Reproduce: 1. Create new class Foo as: class Foo { int[] array = new int[3]; boolean same(Foo that) { for ( int i = 0; i < array.length; i++ ) { if ( this.array[i] != that.array[i] ) return false; } return true; } static boolean same(Foo one, Foo two) { for ( int i = 0; i < one.array.l...
verified fixed
639d4f4
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-08T09:27:24Z
2008-01-04T12:33:20Z
213,995
Bug 213995 [clean up] Clean up not adding final to inner class method parameters
Build ID: 3.3.1.1 Steps To Reproduce: 1.Run clean up on sample code 2.Note that ActionEvent ev has no final keyword More information: // Sample code: // ************************************************** import java.awt.event.*; import junit.framework.TestCase; public class TestCleanup extends TestCase { public void te...
resolved fixed
9a058bc
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/VariableDeclarationFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-08T08:30:47Z
2007-12-28T22:13:20Z
213,605
Bug 213605 [JUnit] LegacyTestRunListenerTest fails
M20071219-0800 See attached test results.
verified fixed
14c89d5
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/AbstractTestRunListenerTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/LegacyTestRunListener.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2008-01-07T13:27:11Z
2007-12-20T17:00:00Z
165,294
Bug 165294 [misc] Annotation model of Java editor should respect annotations from underlying file buffer annotation model
3.3 M3 Currently, the Java editor uses its own CompilationUnitAnnotationModel which inherits from ResourceMarkerAnnotationModel. This annotation model has no connection to the annotation model of the underlying file buffer. This makes it hard to populate a Java editor with annotations that need to be updated on documen...
resolved fixed
e230df9
["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
2007-12-20T16:33:17Z
2006-11-21T09:06:40Z
212,544
Bug 212544 [working sets] page should add selected items
I20071211-0010 1. select some files in the Package Explorer 2. File > New > Java Working Set ==> selected files aren't added I would expect that I can simply enter a name and click 'Finish'
resolved fixed
b3f7667
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-19T16:57:22Z
2007-12-11T13:33:20Z
212,545
Bug 212545 [working sets] should use full path
I20071211-0010 1. File > New > Java Working Set 2. select the source folder 'src' of a project and add it 3. select the source folder 'src' of another project and add it ==> you get this on the right side: src src ==> no clue from which project
resolved fixed
18498c4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-19T16:41:56Z
2007-12-11T13:33:20Z
197,768
Bug 197768 [reconciling] Bug with reconciler that has no progress monitor
Build ID: I20070621-1340 Steps To Reproduce: It is hard to reproduce as it deals with multi-threading. But i can reproduce it. It only happens with non incremental reconcilers. In some particular cases (that i will describe), a change made in the document is omitted and the process(r) method is never called. I put here...
resolved fixed
ac83b28
["org.eclipse.jdt.ui.examples.javafamily/src/org/eclipse/jdt/internal/ui/examples/jspeditor/JspSourceViewerConfiguration.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileSourceViewerConfiguration.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfigurat...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-18T10:22:42Z
2007-07-25T10:40:00Z
213,248
Bug 213248 [clean up] MalformedTreeException on save
null
verified fixed
c263738
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SaveParticipantTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CodeFormatFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-18T09:56:28Z
2007-12-18T01:06:40Z
212,856
Bug 212856 [clean up] Remove parentheses is too aggressive also for modulo operator
null
verified fixed
93d0ff4
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-14T12:55:36Z
2007-12-13T10:00:00Z
99,358
Bug 99358 [code assist] NPE in AnonymousTypeCompletionProposal
I20050610-0010 public class Local { public void bar() { class LocalClass { } LocalClass l= new LocalClass(<code assist>) } } - open <code assist> and select anonymous class observe: NPE This is also in 3.0.2. The porblem in the fDeclaringType is null since the method getDeclaringType doesn't consider local types. Not c...
resolved fixed
3b2a724
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AnonymousTypeCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalCollector.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-14T12:10:17Z
2005-06-10T13:26:40Z
212,201
Bug 212201 [JUnit] NPE trying to run some tests
Using eclipse.buildId=I20071204-1547 java.version=1.6.0_10-ea java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_CA Framework arguments: -showlocation Command-line arguments: -os win32 -ws win32 -arch x86 -debug -consolelog -console -showlocation I got this exception trying to r...
resolved fixed
206af0a
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/launcher/JUnitLaunchConfigurationDelegate.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/launcher/JUnitLaunchConfigurationDelegate.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-14T10:57:12Z
2007-12-06T22:26:40Z
212,573
Bug 212573 [search] Occurrence search should honour link to editor or use another concept
I20071211-0010 People who use 'Link With Editor' are used to the fact that the view is tracking the active editor. Currently the occurrence search breaks this concept in the case where the new active editor's selection doesn't resolve to a Java element. We should either clear the view or use a different concept similar...
verified fixed
f532c60
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesSearchResultPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-13T12:08:58Z
2007-12-11T16:20:00Z
212,734
Bug 212734 [jar exporter] NPE when saying 'No' to replace confirmation dialog
I20071212-0010 - Export > JAR File - try to export to an existing jar - click 'No' in the 'Confirm Replace' dialog => error dialog and log entry: Error Wed Dec 12 12:48:25 CET 2007 Internal Error java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:388) at org.ec...
resolved fixed
71b964f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/PlainJarBuilder.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-12T13:16:12Z
2007-12-12T11:46:40Z
212,554
Bug 212554 [jar exporter] runnable JAR: UI nitpicking
I20071211-0010 - Combos need setVisibleItemCount(20) - Better copyright warning message: "This operation repacks referenced libraries. [..]"
resolved fixed
142ff11
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/AbstractJarDestinationWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarPackageWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-12T09:42:47Z
2007-12-11T13:33:20Z
209,221
Bug 209221 [preferences] JDT/Core has added a new option to find redundant superinterfaces
null
resolved fixed
ff7c683
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-10T15:33:59Z
2007-11-08T16:40:00Z
212,051
Bug 212051 [content assist] "Guess argument name" feature picks out-of-scope variables
public void method1() { MyType child = new MyType(); if (someCondition) { MyType parent = child.getParent(); ... } method2<<CARET>> } public void method2(MyType type) { ... } If you have the option to "Guess filled method arguments" turned on and you invoke content assist where the caret is, it guesses "parent" as the ...
resolved fixed
c169506
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-10T13:38:07Z
2007-12-05T18:40:00Z
106,691
Bug 106691 [templates] Code Assist ignores prefered name of exception variable
I have changed the "Exception variable name in catch blocks" to "ex" in the global preferences, under Window->Preferences->Java->CodeStyle. But this does not seam to function when I use code assist to create try-catch blocks. I tried out two scenarios: 1. Begin typing "tr" and then use code assist to expand it to a try...
resolved fixed
a50ef5e
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/ExceptionVariableNameResolver.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-10T13:13:15Z
2005-08-10T18:53:20Z
212,388
Bug 212388 [clean up] CleanUpPerfTests are measuring too much
I20071204-1547 startMeasuring is called before joinBackgroundActivities and stop is called after undo. This may also the reason why most of this tests are yellow.
resolved fixed
6ab99d1
["org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/CleanUpPerfTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-10T11:42:58Z
2007-12-10T12:33:20Z
212,263
Bug 212263 [dnd] NPE if selection of SelectionTransfer is null or not a StructuredSelection
I've written editor that has drag source with LocalSelectionTransfer. I have not set selection to the transfer and got this NPE while dragging element from my editor to the package explorer. I guess that we should perform safety check in drop target adapter. java.lang.NullPointerException at org.eclipse.jdt.internal.co...
resolved fixed
92ea1e7
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaDropAdapterAssistant.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDropAdapter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-10T09:34:00Z
2007-12-07T15:06:40Z
211,045
Bug 211045 [jar exporter] program arguments are ignored
20071127 - create a project with JUnit 3.8.1 code (from the smoke test) - create a Java application launch configuration for 'junit.textui.TestRunner' add 'junit.samples.VectorTest' as program argument on the second tab page - create a runnable JAR from this launch configuration - run the created JAR The command says t...
resolved fixed
6478b1a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarPackageWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarPackagerMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-10T09:18:24Z
2007-11-27T10:40:00Z
210,921
Bug 210921 [JUnit] RunListener testRunFinished not fired in Eclipse
Build ID: 3.3.1.1 Steps To Reproduce: I have written a custom Runner which can be used by @Runwith() In the runner I attach a runlistener. In that runlistener the 'testRunFinished' method is not called during a junit run form eclipse. public static void main(String[] args) { JUnitCore core= new JUnitCore(); core.run(Te...
resolved fixed
bed7cba
["org.eclipse.jdt.junit4.runtime/src/org/eclipse/jdt/internal/junit4/runner/JUnit4TestReference.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-07T15:47:33Z
2007-11-26T12:26:40Z
211,791
Bug 211791 [JUnit] JUnit launch shortcut enhancements
null
resolved fixed
75454a6
["org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/launcher/JUnitLaunchShortcut.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-06T17:16:20Z
2007-12-03T16:40:00Z
208,025
Bug 208025 [JUnit] JUnit resource mapping incorrect for containers
3.4 When a container is specified for running tests (i.e. package or source folder), the resource mapping for the launch configuration is incorrectly mapped to the project (instead of the package or source folder). The problem appears to be in JUnitMigrationDelegate. Will attach patch.
resolved fixed
063994d
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnitMigrationDelegate.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMigrationDelegate.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-06T17:13:52Z
2007-10-30T16:00:00Z
133,191
Bug 133191 [preferences] Make User Library use/support relative paths
Our project uses a whole bunch of different libraries. With this we have two problems: 1. it makes it harder than necessary for new developers in our team to setup their Eclipse environment since they need to add each individual library manually 2. each time a jar file is upgraded, removed or added each developer has t...
resolved fixed
91e1ff2
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-06T17:09:21Z
2006-03-24T19:53:20Z
212,035
Bug 212035 [search] UI for finegrained search options
null
resolved fixed
b6b79c1
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchQuery.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MatchLocations.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchMessages.java"...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-05T17:34:08Z
2007-12-05T18:40:00Z
211,808
Bug 211808 [quick fix] Exception while adding unimplemented methods
I20071127-0800 When I try to add unimplemented methods using a quick fix, I get the following stack trace. org.eclipse.core.runtime.CoreException: The fix 'Add unimplemented methods' did generate a null change. at org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.createChange(CompilationUnitRewrit...
resolved fixed
53af338
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/AddUnimplementedMethodsOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/UnimplementedCodeFix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java", "org.eclip...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-04T09:29:16Z
2007-12-03T19:26:40Z
204,914
Bug 204914 [misc] Display values for constant fields in the Javadoc view
null
resolved fixed
2f74568
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/InfoViewMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-12-03T13:25:12Z
2007-09-28T14:33:20Z
23,008
Bug 23008 [content assist][key bindings] Emacs bindings not working on content assist and quick fix
The choice in the popup with alternatives is not possible to move with emacs keys ctrl-p/n, just the down/up arrow keys. This is possible in jbuilder with emacs emulation.
resolved fixed
3d1a578
["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
2007-11-30T15:38:11Z
2002-08-29T22:26:40Z
211,484
Bug 211484 [rename] @category should be colored in colored labels
null
resolved fixed
066fcb7
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ColoredJavaElementLabels.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-30T09:30:18Z
2007-11-29T18:13:20Z
165,063
Bug 165063 [reorg] Two confirmation dialogs displayed when using model provider in Eclipse
Hi, My plugin uses the extension point org.eclipse.core.resources.modelProviders to provider a model provider that Eclipse will call. That is, eclipse call my model provider's method 'public IStatus validateChange(IResourceDelta delta, IProgressMonitor monitor)'. My validateChange(...) return an IStatus of IStatus.WARN...
resolved fixed
5524b62
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaCopyProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-29T12:20:22Z
2006-11-18T00:33:20Z
105,738
Bug 105738 [painting] Mark Occurrences: sporadic random highlights when editing javadoc
Mark Occurrences sometimes highlights random text while I am typing in a javadoc comment. I will attach a GIF image for an example. In this example, I was typing on the second line of the comment (the line ending in "thi"), and the highlights suddenly appeared. I cannot come up with any rationale for the areas that are...
resolved fixed
61d6bf8
["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
2007-11-28T17:30:30Z
2005-08-01T21:00:00Z
204,682
Bug 204682 [JUnit] Any class that references org.junit.Test is run as a test
Build ID: I20070921-0919 Steps To Reproduce: If you place the following class in a package, and run all tests in the package, this class will also get picked up, and cause an error. This can make it challenging when trying to write custom JUnit runners. Does core provide a way to search for annotation classes only when...
verified fixed
a8a409c
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/JUnit4TestFinderTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-28T14:07:59Z
2007-09-26T12:33:20Z
105,651
Bug 105651 [quick fix] Create getter for unused field
Hi all, A nice to have would be 'quick fix' to automatiically generate a getter when a field is, currently unused. public class MyClass { private int field; // unused field } click on lightbulb, select "Generate getter" would result in public class MyClass { private int field; // warning gone public int getField() { re...
resolved fixed
7c29604
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/GetterSetterCorrectionSubProcessor.java", "org.ecl...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-28T13:25:45Z
2005-08-01T07:06:40Z
210,865
Bug 210865 [search] 'Occurrences in File' does not work in Outline
HEAD Occurrences in File (Ctrl=Shift+U) does not work in Outline any more.
resolved fixed
61fbabd
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OccurrencesSearchMenuAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-27T09:45:53Z
2007-11-25T19:46:40Z
210,940
Bug 210940 [open type] Open type is slow
I20071120-1300 1. Start self-hosting workspace (with all jdt.core projects as source) 2. Ctrl+Shift+T 3. Type A Observe: You see 'Searching x%' for several seconds (maybe 30s)
resolved fixed
2e7b82d
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-26T17:26:20Z
2007-11-26T15:13:20Z
210,909
Bug 210909 [save actions] Remove workaround for bug 208541
null
resolved fixed
937e0f5
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SaveParticipantTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CodeFormatFix.java", "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
2007-11-26T16:28:10Z
2007-11-26T09:40:00Z
83,258
Bug 83258 [jar exporter] Deploy java application as executable jar
null
resolved fixed
9d00862
["org.eclipse.jdt.ui.tests/test", "plugin/org/eclipse/jdt/testplugin/JavaProjectHelper.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/AutomatedSuite.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/jarexport/FatJarExportTests.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/jarexpo...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-26T13:57:10Z
2005-01-19T21:26:40Z
210,758
Bug 210758 Improve LeakTestCase performance by checking multiple classes
HEAD LeakTestCase performance is very bad if tests assert the instance count of multiple classes in sequence (e.g. TextViewerUndoManagerLeakTest.testLeak()). LeakTestCase.assertInstanceCount(Class, int) should be expanded to allow checking instance counts for more than one classes at once during the same memory travers...
resolved fixed
441b3ed
["org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/leaktest/LeakTestCase.java", "org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/tests/leaks/TextViewerUndoManagerLeakTest.java", "org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/tests/leaks/UndoManagerLeakTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-26T13:27:52Z
2007-11-23T15:00:00Z
210,918
Bug 210918 [rulers] show line number in overview ruler
I20071120-1300. We could show the line number when hovering over an Overview ruler location without an annotation.
resolved fixed
0a6c7be
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileSourceViewerConfiguration.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTMLAnnotationHover.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
2007-11-26T13:19:52Z
2007-11-26T12:26:40Z
210,883
Bug 210883 Link with editor fails for Java Projects
There is an issue with the Java content provider where it is returning an IJavaProject instead of an IProject. Scenario: Create a Java Project and add a few classes, files, etc using the Navigator view. Open the new files using the Navigator view. Open the Project Explorer and press the link with editor button.
resolved fixed
af44c9a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-26T09:40:55Z
2007-11-26T01:20:00Z
204,289
Bug 204289 Closing context menu programmatically does not work when shell not active
null
resolved fixed
313dcbb
["org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/tests/leaks/JavaLeakTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-23T15:14:17Z
2007-09-21T15:53:20Z
42,066
Bug 42066 [preferences] "New Template" and "Edit Template" dialogs margin spacing
The spacing at the top, left and right should be the same as the spacing between the OK button and the bottom.
resolved fixed
eff4b59
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-23T13:29:54Z
2003-08-26T23:20:00Z
209,979
Bug 209979 Compare Java structure: Ignore White Space only works partially
I20071113-0800. Compare Java structure: Ignore White Space only works partially i.e. some members still show up in the structure even though there are no changes after clicking the 'Ignore White Space...' toolbar button. Test Case: 1. compare org.eclipse.jdt.internal.ui.preferences.SmartTypingConfigurationBlock rev. 1....
verified fixed
63e556c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureCreator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-23T11:38:57Z
2007-11-15T15:20:00Z
210,644
Bug 210644 [mark occurrence] Occurrences in File does not work in class files
HEAD Occurrences in File does not work in class files any more (e.g. Object.class).
verified fixed
8ce1b16
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTextSelection.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-22T16:51:21Z
2007-11-22T11:13:20Z
210,616
Bug 210616 jdt.ui RenameTypeParameterTests#test10() not running anymore
Version: 3.4.0 Build id: I20071120-1300 this jdt.ui test is running OK with v825, but not with HEAD. expected result: package p; class A<T>{ private T f; class B<T>{ static <S> S f(S t) { T s=t; return null; } } } actual result: package p; class A<T>{ private T f; class B<T>{ static <S> S f(S t) { S s=t; return null; }...
resolved fixed
f79cc2f
["org.eclipse.jdt.ui.tests.refactoring/resources/RenameTypeParameter/test10/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameTypeParameter/test10/out/A.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-22T15:15:31Z
2007-11-22T05:40:00Z
210,633
Bug 210633 [JUnit] JUnit view leaks SWT image handle
If you open and close the JUnit view repeatedly while watching with the Windows Task Manager you can see an increasing number of GDI objects. With the Sleak view we detected the image fSuiteOkIcon is responsible for the leak. I have prepared a patch (to follow...)
verified fixed
ac8316c
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/CounterPanel.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureTableDisplay.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUn...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-22T11:05:56Z
2007-11-22T11:13:20Z
70,870
Bug 70870 [navigation][hovering] Javadoc view cannot find URL with anchor
null
resolved fixed
ef5a775
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-21T14:34:20Z
2004-07-26T22:13:20Z
210,388
Bug 210388 [search] 'Search > Occurrences in File' broken for non-zero length selections
HEAD 'Search > Occurrences in File' is broken for non-zero length selections (Ctrl+Shift+U shows '<no entries available>').
resolved fixed
23c0e58
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindBreakContinueTargetOccurrencesAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindExceptionOccurrencesAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindImplementOccurrencesAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/act...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-20T18:16:42Z
2007-11-20T14:46:40Z
210,336
Bug 210336 [extract local] Extract local variable falsely detects a conflict
package a; public class A { List var = new ArrayList(); } package b; public class B extends a.A { public void doSomething() { new ArrayList().size(); } } In the above snippet, if you try to extract "new ArrayList()" as a local variable "var" in doSomething(), you will be warned that a variable with that name is already...
resolved fixed
51e3ff8
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-20T09:47:20Z
2007-11-20T06:26:40Z
209,505
Bug 209505 [implementation] Incorrect pair-match determination of searchable partition
Build ID: M20071023-1652 Steps To Reproduce: For a document where the closing element of a matchable pair is the last character in a partition, DefaultCharacterPairMatcher will fail to search the correct partition type -- it will search based on the type of the immediately following partition. More information: In Defa...
resolved fixed
55772ea
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2007-11-19T17:06:43Z
2007-11-12T15:06:40Z