id int64 1 6.5k | bug_id int64 2.03k 426k | summary stringlengths 9 251 | description stringlengths 1 32.8k ⌀ | report_time stringlengths 19 19 | report_timestamp int64 1B 1.39B | status stringclasses 6
values | commit stringlengths 7 9 | commit_timestamp int64 1B 1.39B | files stringlengths 25 32.8k | project_name stringclasses 6
values |
|---|---|---|---|---|---|---|---|---|---|---|
1,335 | 219,204 | Bug 219204 [clean up] Remove static accesses through instances may remove code with side-effects | Make sure Member Accesses --> Change all accesses through instances is selected for Clean Up. Consider the following example: package org.example; public class Thing { public static void main(final String[] args) { Thing.returnThing().returnThing().returnThing(); } public static Thing returnThing() { return new Thing()... | 2008-02-15 19:15:33 | 1,203,120,000 | verified fixed | 1c24674 | 1,203,940,000 | 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/CodeStyleFix.java | JDT |
1,336 | 210,636 | Bug 210636 [content assist] adding type sometimes adds qualification instead of importing | When trying to activate 'import' completion (ctrl-space), while typing some new code, the FDQN is added into the code instead of creating the associated import more often than not. Strange enough, if I save the edited text just before using the completion, the normal completion is applied (ie, import updated). Tis is a... | 2007-11-22 05:42:50 | 1,195,730,000 | resolved fixed | cf8e956 | 1,203,690,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ContextSensitiveImportRewriteContext.java | JDT |
1,337 | 213,455 | Bug 213455 [package explorer] Package Explorer not refreshed when changing .class file in class folder | null | 2007-12-19 09:15:57 | 1,198,070,000 | verified fixed | 2b175a8 | 1,203,680,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java | JDT |
1,338 | 213,638 | Bug 213638 [jar exporter] create ANT build file for current settings | null | 2007-12-20 15:37:44 | 1,198,180,000 | resolved fixed | a66fbc4 | 1,203,680,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/jarexport/FatJarExportTests.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarAntExporter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarPackageWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpac... | JDT |
1,339 | 208,703 | Bug 208703 [package explorer] using Go Into in the Package Explorer view removes viewContribution actions such as Focus on Active Task | "go into" in the Package Explorer view kills "Focus on Active task" action action on view toolbar. Running latest Mylyn dev build and Eclipse 3.4m3 | 2007-11-04 14:14:50 | 1,194,200,000 | verified fixed | 253e543 | 1,203,680,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
1,340 | 196,200 | Bug 196200 [jsr269] Need annotation bindings even when code contains errors | The JSR-269 spec, very unfortunately, requires certain information to be available to annotation processors even when the code being compiled contains semantic errors such as missing types. Here's the relevant text from the javax.lang.model.element package javadoc: "During annotation processing, operating on incomplete... | 2007-07-11 14:06:55 | 1,184,180,000 | verified fixed | 1241261 | 1,203,670,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/error_out/A_test801.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/error_out/A_test802.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedTypesQuickFixTest.ja... | JDT |
1,341 | 219,844 | Bug 219844 [implementation] F2 (Show Tooltip Description) does not work in active editor after restart | I20080220-1400, as seen in today's stand-up demo - open a Java Editor - restart workbench - F2 does not work Problem is that JavaInformationProvider.update() silently fails when active page is not available (which apparently happens during startup). Furthermore, the 'fCurrentPerspective != perspectiveId' there is wrong... | 2008-02-21 14:16:13 | 1,203,620,000 | resolved fixed | 14bbe90 | 1,203,670,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaInformationProvider.java | JDT |
1,342 | 219,619 | Bug 219619 [working sets] Creating Java Working set from selected resource seems broken | N20080220-0010. Creating Java Working set from selected resource seems broken. I tried with an IFile from the Sync view and a CU from the Types view. | 2008-02-20 11:40:36 | 1,203,530,000 | verified fixed | 5db3ad4 | 1,203,610,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewJavaWorkingSetWizard.java | JDT |
1,343 | 219,772 | Bug 219772 [hovering] rich quick fix hover glitches | HEAD as of now - Tooltip should have SWT.TOOL shadow - Problem message should be selectable/copyable - Problem message is cut when hover is resized. Text widget should wrap and become higher. Experiment with spelling errors with various lengths - The upper separator line should be moved up a few pixels | 2008-02-21 07:26:49 | 1,203,600,000 | resolved fixed | db056b9 | 1,203,610,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractAnnotationHover.java | JDT |
1,344 | 219,607 | Bug 219607 [hovering] Rich Problem hover doesn't show spelling quick fixes | N20080221-0010. The rich Problem hover doesn't show spelling quick fixes. | 2008-02-20 10:47:31 | 1,203,520,000 | resolved fixed | a1df618 | 1,203,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/ProblemHover.java | JDT |
1,345 | 219,608 | Bug 219608 [clean up] Code clean up does not remove outer class qualifier if possible | null | 2008-02-20 10:47:48 | 1,203,520,000 | resolved fixed | 67c04a8 | 1,203,590,000 | 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/CodeStyleFix.java | JDT |
1,346 | 210,676 | Bug 210676 [quick assist] 'Convert to StringBuffer' should end in linked mode for name | HEAD The 'Convert to StringBuffer' quick assist should end in linked mode for all occurrences of the name. | 2007-11-22 10:52:39 | 1,195,750,000 | resolved fixed | e02e252 | 1,203,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java | JDT |
1,347 | 219,478 | Bug 219478 [clean up] Code clean up mistakenly removes a required "this" keyword | null | 2008-02-19 13:04:32 | 1,203,440,000 | verified fixed | 809f98f | 1,203,520,000 | 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/CodeStyleFix.java | JDT |
1,348 | 140,886 | Bug 140886 [api] Offer simpler access to proposal computers preferences | Since Mylar has a policy of ensuring no manual preference configuration on install, we have a wizard that automatically sets our proposal computers as the default. However, this currently involves the hack of duplicating the current preference functionality (code is below). 1) Would it be possible to expose this propos... | 2006-05-09 14:53:16 | 1,147,200,000 | resolved fixed | e795ed2 | 1,203,500,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java | JDT |
1,349 | 219,231 | Bug 219231 Compiler warnings in N20080216-0010 | /ui/org/eclipse/jdt/internal/ui/viewsupport/ColoringLabelProvider.java : 1 warning : OTHER WARNINGS 1. WARNING in /ui/org/eclipse/jdt/internal/ui/viewsupport/ColoringLabelProvider.java (at line 31) private ColorRegistry fRegistry; The field ColoringLabelProvider.fRegistry is never read locally | 2008-02-16 11:05:07 | 1,203,180,000 | resolved fixed | a74260c | 1,203,420,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ColoringLabelProvider.java | JDT |
1,350 | 219,326 | Bug 219326 Shell with custom region and SWT.NO_TRIM still has border | null | 2008-02-18 10:47:21 | 1,203,350,000 | resolved fixed | b04b3ba | 1,203,350,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInformationPopup.java | JDT |
1,351 | 216,412 | Bug 216412 [ccp] Allow pasting text for methods and statements into Package Explorer | I20080122-0800. I often don't have a class around my code snippet. In such cases I have to manually create a project and a class first. To fasten this process I have my empty class stub read in order to use the smart text paste feature. It would be great if I could simply paste statements or methods and then the corres... | 2008-01-24 05:39:07 | 1,201,170,000 | resolved fixed | 25e93e6 | 1,203,090,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMessages.java | JDT |
1,352 | 218,149 | Bug 218149 [breadcrumb] context menu > Show In > Package Explorer shows editor input | I20080206-1800 - select a package fragemnt root in the breadcrumb bar - context menu > Show In > Package Explorer => was: shows editor input => expected: shows selection | 2008-02-07 05:45:32 | 1,202,380,000 | resolved fixed | 5d22cbd | 1,203,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
1,353 | 218,509 | Bug 218509 Small bug in spelling problem information | In class JavaSpellingProblem, in the following line postfix= fDocument.get(end + 1, line.getOffset() + line.getLength() - end); I think, the addition of "+ 1" is not correct, it removes the char directly behind the word. | 2008-02-11 10:02:55 | 1,202,740,000 | resolved fixed | 3bc3b6f | 1,203,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/CoreSpellingProblem.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaSpellingProblem.java | JDT |
1,354 | 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. | 2008-02-05 07:23:03 | 1,202,210,000 | resolved fixed | 299d883 | 1,203,070,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java | JDT |
1,355 | 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... | 2008-02-12 20:19:14 | 1,202,870,000 | resolved fixed | 1e598f7 | 1,203,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java | JDT |
1,356 | 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... | 2008-02-08 11:49:16 | 1,202,490,000 | resolved fixed | 52afcb3 | 1,203,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
1,357 | 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 *. | 2008-01-22 06:41:08 | 1,201,000,000 | resolved fixed | 120598b | 1,203,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDetails.java | JDT |
1,358 | 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... | 2008-02-12 13:07:00 | 1,202,840,000 | resolved fixed | 60bc828 | 1,203,010,000 | 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 |
1,359 | 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... | 2008-01-21 10:41:12 | 1,200,930,000 | verified fixed | 2816130 | 1,203,010,000 | org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/leaktest/ReferenceInfo.java | JDT |
1,360 | 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. | 2008-02-08 11:20:31 | 1,202,490,000 | resolved fixed | c1ee81b | 1,202,990,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java | JDT |
1,361 | 102,236 | Bug 102236 [JUnit] display execution time next to each test | null | 2005-06-29 19:51:10 | 1,120,090,000 | resolved fixed | 8a1fa53 | 1,202,930,000 | 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/model/Test... | JDT |
1,362 | 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. | 2008-02-10 18:51:47 | 1,202,690,000 | resolved wontfix | 151344e | 1,202,810,000 | 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 |
1,363 | 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... | 2008-02-11 13:46:01 | 1,202,760,000 | verified fixed | 8cadd08 | 1,202,810,000 | 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 |
1,364 | 218,346 | Bug 218346 [package explorer] Performance problem during refresh | null | 2008-02-08 12:28:16 | 1,202,490,000 | resolved fixed | 39f60b0 | 1,202,740,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java | JDT |
1,365 | 217,667 | Bug 217667 [render] convert colored labels to SimpleStyledCellLabelProvider | null | 2008-02-04 08:25:30 | 1,202,130,000 | resolved fixed | 3ee10b5 | 1,202,410,000 | 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/internal/ui/bro... | JDT |
1,366 | 217,806 | Bug 217806 [extract local] NPE when trying to extract local variable | null | 2008-02-05 05:50:16 | 1,202,210,000 | resolved fixed | 06a34ae | 1,202,400,000 | 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.java | JDT |
1,367 | 217,982 | Bug 217982 [breadcrumb] Opening types drop down does execute filter job | null | 2008-02-06 06:56:52 | 1,202,300,000 | verified fixed | a66bce6 | 1,202,380,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/FilteredTable.java | JDT |
1,368 | 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 | 2008-02-05 07:00:51 | 1,202,210,000 | verified fixed | 87daa66 | 1,202,310,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java | JDT |
1,369 | 217,790 | Bug 217790 [breadcrumb] Remove left/right arrows | null | 2008-02-05 02:50:13 | 1,202,200,000 | verified fixed | a230afd | 1,202,310,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/FilteredTable.java | JDT |
1,370 | 217,896 | Bug 217896 [build path] New Java Project - JRE group's radio buttons are misbehaving | null | 2008-02-05 14:25:31 | 1,202,240,000 | verified fixed | 84b49bc | 1,202,300,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageOne.java | JDT |
1,371 | 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... | 2008-02-05 05:39:35 | 1,202,210,000 | verified fixed | d5b8152 | 1,202,300,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/FilteredTable.java | JDT |
1,372 | 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... | 2008-02-06 05:41:12 | 1,202,290,000 | verified fixed | 3467a03 | 1,202,300,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java | JDT |
1,373 | 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... | 2008-02-05 05:02:53 | 1,202,210,000 | verified fixed | f8c86dd | 1,202,290,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java | JDT |
1,374 | 217,874 | Bug 217874 [preferences] avoid formatter profile version increment | null | 2008-02-05 13:08:02 | 1,202,230,000 | verified fixed | c0336fd | 1,202,240,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileVersioner.java | JDT |
1,375 | 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... | 2007-11-29 08:58:23 | 1,196,340,000 | resolved fixed | 1d3c106 | 1,202,130,000 | 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/internal/ui/text/j... | JDT |
1,376 | 217,011 | Bug 217011 No error when running JUnit4 on a project using JRE 1.4 | null | 2008-01-29 18:19:54 | 1,201,650,000 | resolved fixed | 6fc14cc | 1,201,800,000 | 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/JUnitLaunchConfigur... | JDT |
1,377 | 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] - | 2006-10-11 10:27:41 | 1,160,580,000 | resolved fixed | 436f7fe | 1,201,700,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java | JDT |
1,378 | 214,693 | Bug 214693 [api] NewJavaProjectWizardPageTwo can't be used if not last page | null | 2008-01-08 17:59:17 | 1,199,830,000 | resolved fixed | ee2a0f1 | 1,201,600,000 | 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 |
1,379 | 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 ... | 2008-01-22 06:11:10 | 1,201,000,000 | resolved fixed | 1a77dfc | 1,201,270,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java | JDT |
1,380 | 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. | 2008-01-23 13:11:35 | 1,201,110,000 | resolved fixed | a2313aa | 1,201,260,000 | 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/ui/org/ecl... | JDT |
1,381 | 215,971 | Bug 215971 [content assist] package-info.java Javadoc should use fully qualified names | null | 2008-01-21 06:54:42 | 1,200,920,000 | resolved fixed | 8b0ac9a | 1,201,190,000 | 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 |
1,382 | 216,233 | Bug 216233 [preferences] Surface new compiler option unusedDeclaredThrownExceptionIncludeUncheckedExceptions | null | 2008-01-23 02:07:48 | 1,201,070,000 | verified fixed | f33e15d | 1,201,090,000 | 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 |
1,383 | 216,118 | Bug 216118 [breadcrumb] looks strange for file inside IFolder | null | 2008-01-22 05:53:26 | 1,201,000,000 | resolved fixed | cf2d691 | 1,201,090,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java | JDT |
1,384 | 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. | 2008-01-23 04:54:46 | 1,201,080,000 | verified fixed | 1d4735d | 1,201,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/EditorBreadcrumb.java | JDT |
1,385 | 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). | 2008-01-22 05:43:00 | 1,201,000,000 | resolved fixed | c3e6b8e | 1,201,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDetails.java | JDT |
1,386 | 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 | 2008-01-23 04:06:01 | 1,201,080,000 | resolved fixed | 165cfe5 | 1,201,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumbActionGroup.java | JDT |
1,387 | 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... | 2008-01-22 09:20:34 | 1,201,010,000 | verified fixed | f4ecc65 | 1,201,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java | JDT |
1,388 | 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 | 2008-01-22 05:11:50 | 1,201,000,000 | resolved fixed | 8d09414 | 1,201,000,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/EditorBreadcrumb.java | JDT |
1,389 | 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. | 2008-01-18 11:41:32 | 1,200,670,000 | resolved fixed | 01c4c5f | 1,201,000,000 | 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 |
1,390 | 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... | 2008-01-22 04:29:09 | 1,200,990,000 | resolved fixed | 74e784e | 1,200,990,000 | 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 |
1,391 | 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). | 2008-01-18 10:13:45 | 1,200,670,000 | resolved fixed | 1f5de7b | 1,200,930,000 | 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/eclipse/jd... | JDT |
1,392 | 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. | 2008-01-19 18:41:03 | 1,200,790,000 | resolved fixed | 6b4bb47 | 1,200,930,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java | JDT |
1,393 | 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 | 2008-01-21 05:07:46 | 1,200,910,000 | resolved fixed | f3c445b | 1,200,920,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
1,394 | 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 | 2008-01-21 06:10:39 | 1,200,910,000 | resolved fixed | c9d2459 | 1,200,920,000 | 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/ui/org/ecli... | JDT |
1,395 | 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. | 2008-01-16 01:29:04 | 1,200,460,000 | resolved fixed | 0f8e506 | 1,200,910,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/AbstractWorkingSetWizardPage.java | JDT |
1,396 | 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. | 2008-01-17 09:28:11 | 1,200,580,000 | resolved fixed | 8b80765 | 1,200,910,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java | JDT |
1,397 | 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 ;-). | 2008-01-17 09:45:38 | 1,200,580,000 | resolved fixed | 25ca086 | 1,200,910,000 | 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 |
1,398 | 215,656 | Bug 215656 [breadcrumb] border not good on WindowsXP classic | The border of the list viewers don't look good on WindowsXP classic | 2008-01-17 09:48:32 | 1,200,580,000 | resolved fixed | 228bfd8 | 1,200,680,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java | JDT |
1,399 | 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: | 2008-01-14 05:07:51 | 1,200,310,000 | resolved fixed | 7510ad6 | 1,200,310,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodDeclarationCompletionProposal.java | JDT |
1,400 | 212,635 | Bug 212635 support "Link with Editor" command | null | 2007-12-11 13:20:45 | 1,197,400,000 | resolved fixed | 8ad1eac | 1,200,050,000 | 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/JavaOutlinePage.... | JDT |
1,401 | 214,854 | Bug 214854 [implementation] Streams not being closed in Javadoc views | null | 2008-01-10 00:54:45 | 1,199,940,000 | resolved fixed | 485c289 | 1,199,960,000 | 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 |
1,402 | 213,272 | Bug 213272 JUnit result comparison does not use compare text font | null | 2007-12-18 02:43:06 | 1,197,960,000 | resolved fixed | 33c1782 | 1,199,800,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/CompareResultDialog.java | JDT |
1,403 | 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(); } } | 2007-12-19 12:01:53 | 1,198,080,000 | resolved fixed | f1fbf77 | 1,199,790,000 | 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/ui/test... | JDT |
1,404 | 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... | 2008-01-04 06:51:29 | 1,199,450,000 | verified fixed | 639d4f4 | 1,199,780,000 | 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 |
1,405 | 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... | 2007-12-28 16:35:44 | 1,198,880,000 | resolved fixed | 9a058bc | 1,199,780,000 | 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 |
1,406 | 213,605 | Bug 213605 [JUnit] LegacyTestRunListenerTest fails | M20071219-0800 See attached test results. | 2007-12-20 11:49:56 | 1,198,170,000 | verified fixed | 14c89d5 | 1,199,710,000 | 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 |
1,407 | 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... | 2006-11-21 05:00:59 | 1,164,100,000 | resolved fixed | e230df9 | 1,198,170,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | JDT |
1,408 | 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' | 2007-12-11 09:34:32 | 1,197,380,000 | resolved fixed | b3f7667 | 1,198,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPage.java | JDT |
1,409 | 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 | 2007-12-11 09:34:40 | 1,197,380,000 | resolved fixed | 18498c4 | 1,198,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPage.java | JDT |
1,410 | 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... | 2007-07-25 06:26:49 | 1,185,360,000 | resolved fixed | ac83b28 | 1,197,970,000 | 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/JavaSourceViewerConfiguration.java | JDT |
1,411 | 213,248 | Bug 213248 [clean up] MalformedTreeException on save | null | 2007-12-17 20:08:11 | 1,197,940,000 | verified fixed | c263738 | 1,197,970,000 | 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 |
1,412 | 212,856 | Bug 212856 [clean up] Remove parentheses is too aggressive also for modulo operator | null | 2007-12-13 05:20:46 | 1,197,540,000 | verified fixed | 93d0ff4 | 1,197,640,000 | 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 |
1,413 | 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... | 2005-06-10 09:53:04 | 1,118,410,000 | resolved fixed | 3b2a724 | 1,197,630,000 | 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 |
1,414 | 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... | 2007-12-06 16:26:56 | 1,196,980,000 | resolved fixed | 206af0a | 1,197,630,000 | 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 |
1,415 | 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... | 2007-12-11 10:39:08 | 1,197,390,000 | verified fixed | f532c60 | 1,197,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesSearchResultPage.java | JDT |
1,416 | 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... | 2007-12-12 06:57:32 | 1,197,460,000 | resolved fixed | 71b964f | 1,197,470,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/PlainJarBuilder.java | JDT |
1,417 | 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. [..]" | 2007-12-11 09:45:15 | 1,197,380,000 | resolved fixed | 142ff11 | 1,197,450,000 | 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 |
1,418 | 209,221 | Bug 209221 [preferences] JDT/Core has added a new option to find redundant superinterfaces | null | 2007-11-08 12:37:19 | 1,194,540,000 | resolved fixed | ff7c683 | 1,197,300,000 | 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 |
1,419 | 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 ... | 2007-12-05 13:43:53 | 1,196,880,000 | resolved fixed | c169506 | 1,197,290,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java | JDT |
1,420 | 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... | 2005-08-10 16:10:44 | 1,123,700,000 | resolved fixed | a50ef5e | 1,197,290,000 | 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 |
1,421 | 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. | 2007-12-10 06:39:03 | 1,197,290,000 | resolved fixed | 6ab99d1 | 1,197,290,000 | org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/CleanUpPerfTest.java | JDT |
1,422 | 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... | 2007-12-07 08:54:43 | 1,197,040,000 | resolved fixed | 92ea1e7 | 1,197,280,000 | 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 |
1,423 | 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... | 2007-11-27 06:10:41 | 1,196,160,000 | resolved fixed | 6478b1a | 1,197,280,000 | 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 |
1,424 | 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... | 2007-11-26 08:39:41 | 1,196,080,000 | resolved fixed | bed7cba | 1,197,040,000 | org.eclipse.jdt.junit4.runtime/src/org/eclipse/jdt/internal/junit4/runner/JUnit4TestReference.java | JDT |
1,425 | 211,791 | Bug 211791 [JUnit] JUnit launch shortcut enhancements | null | 2007-12-03 12:40:53 | 1,196,700,000 | resolved fixed | 75454a6 | 1,196,960,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/launcher/JUnitLaunchShortcut.java | JDT |
1,426 | 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. | 2007-10-30 11:38:26 | 1,193,760,000 | resolved fixed | 063994d | 1,196,960,000 | 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 |
1,427 | 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... | 2006-03-24 13:47:59 | 1,143,230,000 | resolved fixed | 91e1ff2 | 1,196,960,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java | JDT |
1,428 | 212,035 | Bug 212035 [search] UI for finegrained search options | null | 2007-12-05 12:31:11 | 1,196,880,000 | resolved fixed | b6b79c1 | 1,196,880,000 | 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 |
1,429 | 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... | 2007-12-03 15:05:11 | 1,196,710,000 | resolved fixed | 53af338 | 1,196,760,000 | 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.eclipse.jdt.ui/ui/org/... | JDT |
1,430 | 204,914 | Bug 204914 [misc] Display values for constant fields in the Javadoc view | null | 2007-09-28 10:31:47 | 1,190,990,000 | resolved fixed | 2f74568 | 1,196,690,000 | 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 |
1,431 | 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. | 2002-08-29 17:32:37 | 1,030,660,000 | resolved fixed | 3d1a578 | 1,196,440,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | JDT |
1,432 | 211,484 | Bug 211484 [rename] @category should be colored in colored labels | null | 2007-11-29 13:32:37 | 1,196,360,000 | resolved fixed | 066fcb7 | 1,196,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ColoredJavaElementLabels.java | JDT |
1,433 | 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... | 2006-11-17 20:24:29 | 1,163,810,000 | resolved fixed | 5524b62 | 1,196,340,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaCopyProcessor.java | JDT |
1,434 | 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... | 2005-08-01 16:52:31 | 1,122,930,000 | resolved fixed | 61d6bf8 | 1,196,270,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.