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 |
|---|---|---|---|---|---|---|---|---|---|---|
6,135 | 6,696 | Bug 6696 Code completion should indicate deprecated methods | The icon for deprecated methods should be overlaid with a warning icon. | 2001-12-07 18:44:43 | 1,007,770,000 | verified fixed | c91513f | 1,008,620,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java | JDT |
6,136 | 6,718 | Bug 6718 Error ticks on non-Java resources | This is a VAME request. They would like to show error ticks on manifest files. | 2001-12-10 05:51:51 | 1,007,980,000 | resolved fixed | 01c855e | 1,008,610,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/AnnotationErrorTickProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/IErrorTickProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/u... | JDT |
6,137 | 6,429 | Bug 6429 declaration source start incorrect on local variable | package p; class A{ int i(){ int[] a= new int[6]; int /**/i= a[9]; return i; } } when i ask for the declarationSourceStart and declarationSourceEnd of the i temp and the look a source in that range i get: /**/i= a[9] the type is not included. however, when you change the type declaration to: int i= a[9]; everything is ... | 2001-11-29 11:15:59 | 1,007,050,000 | resolved fixed | 9dfe9cd | 1,008,610,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/InlineTempTests.java | JDT |
6,138 | 6,891 | Bug 6891 Enclosing type checkbox doesn't appear in tab order in new class wizard | Build 20011211 In the new class wizard, the checkbox for enclosing type doesn't appear in the tab order. The JDT code doesn't seem to be doing any magic. | 2001-12-13 09:24:11 | 1,008,250,000 | resolved fixed | 24434b7 | 1,008,600,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/TypePage.java | JDT |
6,139 | 3,782 | Bug 3782 F1 help does nothing (1GETAYN) | F1 help doesn't seem to work in many of the JDT views or the Java text editor. Press F1 in outline, hierachy view, or a Java editor. Nothing happens. NOTES: EG (6/4/2001 10:35:44 AM) The help contexts for Views is missing in the IJavaHelpContextIds.java file. As a consequence they are also missing in the contexts_JDT.x... | 2001-10-10 23:00:47 | 1,002,770,000 | verified fixed | 50e30fa | 1,008,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | JDT |
6,140 | 4,367 | Bug 4367 Argument hover doesn't work for nested method calls | - enter the following code public class A { public int foo(int x, int y) { return 1; } public void bar() { } } - now enter public void bar() { foo<= code assist } - select foo(int x, int y) - observe: argument hover is correct - now type foo again - open code assist - select foo(...) - type 10, 10 and cursor left - arg... | 2001-10-11 08:46:37 | 1,002,800,000 | resolved fixed | 3a027c9 | 1,008,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal.java | JDT |
6,141 | 5,264 | Bug 5264 Class detail filtering options in packages view. | Build 20011018. The new build allows the user to expand classes in the packages view and look at their contents. (methods and fields) It would be nice to be able to filter out this view so it didn't show you the field if you didn't want it to. (e.g. have the same options as you do in the Outline view for a Java file) | 2001-10-25 17:35:12 | 1,004,050,000 | resolved fixed | 425b5aa | 1,008,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/MembersFilterAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewerFilter.java | JDT |
6,142 | 6,969 | Bug 6969 NPE in code formatter preference page | 20011206 Open the code formatter preference page Go to the style tab Go to the number of spaces... field Backspace until the field is empty NPE | 2001-12-14 16:39:54 | 1,008,370,000 | resolved fixed | b340474 | 1,008,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterPreferencePage.java | JDT |
6,143 | 6,691 | Bug 6691 Hierarchy View: Show inherited members + Show members | 20011206 (Win2K) - Open a deep hierarchy in a Hierarchy view (I opened the SWT Widget hierarchy) - Select a class that is low in the hierarchy and overrides at least one method from a superclass (I selected Table) - Click on the "Show inherited members" tool, so that you see all implementors of overridden methods (for ... | 2001-12-07 16:31:18 | 1,007,760,000 | verified fixed | 93e12ef | 1,008,350,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyContentProvider.java | JDT |
6,144 | 6,903 | Bug 6903 1GOMQ6H:- NullPointerException when exporting to a jar | null | 2001-12-13 14:16:02 | 1,008,270,000 | resolved fixed | 1324d10 | 1,008,340,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java | JDT |
6,145 | 3,523 | Bug 3523 'Override in ...' should be renamed to 'Implement in...' for interfaces (1G4CNPH) | AK (11/13/00 12:30:39 PM) if i select a method in a superinterface of my class i want to "implement" it, not "override" it. however, since interfaces "extend" other interfaces, not "implement them", in interfaces you "override" methods from superinterfaces. (would have to check that one in the lang spec) NOTES: EG (24.... | 2001-10-10 22:56:33 | 1,002,770,000 | verified fixed | 460d05b | 1,008,340,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddMethodStubOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplementedMethodsOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/IImpl... | JDT |
6,146 | 5,458 | Bug 5458 Add unimplemented deprecated methods | Build 20011025 (aka 206) When generating stubs for unimplemented methods, the @deprecated tag should be inserted in case the method to implement was itself deprecated. | 2001-11-02 07:19:21 | 1,004,700,000 | resolved fixed | 6e01756 | 1,008,270,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddJavaDocStubOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java | JDT |
6,147 | 6,638 | Bug 6638 "Add Method Overrides" menu pick | It would be nice to have an "Add Method Overrides" menu pick (analogous to the "Add Unimplemented Methods" menu pick in certain context menus) that would bring up a selection box of currently-unoverridden base-class methods and insert stubs for the selected methods. | 2001-12-06 10:40:24 | 1,007,650,000 | verified fixed | 3042550 | 1,008,270,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddJavaDocStubOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddMethodStubOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplement... | JDT |
6,148 | 6,765 | Bug 6765 Type hierarchy missing buttons when in "Hierarchy View Only" mode | Build 20011206, Win2000 Steps: 1) Put the type hierarchy view in "Hierarchy View Only" 2) Shutdown the workbench and restart 3) The type hierarchy is now missing its toolbar buttons, the ones that cycle between the different type hierarchy modes. Workaround is to switch to "Vertical Viewer Orientation", then back to "H... | 2001-12-10 16:01:04 | 1,008,020,000 | resolved fixed | edd94b3 | 1,008,170,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewer.java | JDT |
6,149 | 6,503 | Bug 6503 Search page - should offer case sensitivity check box | null | 2001-12-03 09:42:11 | 1,007,390,000 | verified fixed | a25d0d8 | 1,008,170,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindDeclarationsAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindDeclarationsInWorkingSetAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchOperation.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search... | JDT |
6,150 | 6,389 | Bug 6389 System threads show suspended at startup | Version 20011127 1. Launch Eclipse from Eclipse. 2. Note that the system threads are incorrectly rendered as suspended in the DebugView. 3. Close the DebugView and reopen it. 4. The threads are rendered correctly Somewhere along the line we're not firing a changed (suspended, etc.) event. | 2001-11-28 12:36:01 | 1,006,970,000 | verified fixed | 1b2b942 | 1,008,160,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog.java | JDT |
6,151 | 3,959 | Bug 3959 Dupilcate entry in save before copy dialog (1GF9IYY) | Open two java perspectives in two windows. Open the same .java file in both perspectives Change the contents of the file but do not save Select copy from the file's popup menu Note that in the dialog that appears the file is listed twice. NOTES: | 2001-10-10 23:03:42 | 1,002,770,000 | resolved fixed | ae06abd | 1,008,100,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PreviewWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java | JDT |
6,152 | 6,794 | Bug 6794 ProgressMonitorPart.setTaskName should update text label as ProgressMonitorDialog does | The ProgressMonitorDialog updates the task label if the method setTaskName is called. ProgressMonitorPart doesn't do so. As a consequence progress reporting looks different if an operation in executed in a wizard or using a progress monitor dialog. I think, they should behave the same. | 2001-12-11 11:03:52 | 1,008,090,000 | resolved fixed | f2717d8 | 1,008,090,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java | JDT |
6,153 | 6,758 | Bug 6758 Class name corrupted by creating member class using wizard | Build 20011206 - opened org.eclipse.ui.actions.DeleteResourceAction - using new class wizard, created member class named DeleteProjectDialog as a subclass of MessageDialog (in org.eclipse.jface.dialogs) - the result was: ... public class DeleteRes ourceAction extends SelectionListenerAction { public class DeleteProject... | 2001-12-10 14:24:47 | 1,008,010,000 | resolved fixed | 5a7c982 | 1,008,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/TypePage.java | JDT |
6,154 | 6,754 | Bug 6754 Hierarchy does not show selection on F4 | Build 20011206 - opened hierarchy on org.eclipse.jface.dialogs.MessageDialog - selected Dialog superclass and hit F4 - the resulting hierarchy was scrolled to the end, with the selection (Dialog) not visible | 2001-12-10 14:15:53 | 1,008,010,000 | resolved fixed | 19bbeec | 1,008,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java | JDT |
6,155 | 6,238 | Bug 6238 jar packager: ide freezes on page flip, no progress shown | i selected org.eclipse.jdt.ui org.eclipse.jdt.ui.tests.refactoring (couple thousands of files) and opened the jar packager or flipping the page the whole ide froze. and there was no progress report shown. it took more or less 2 minutes - of total freeze - to flip to the other wizard page. i suggest performing it in ano... | 2001-11-22 13:38:14 | 1,006,450,000 | resolved fixed | d5959ae | 1,008,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/CheckboxTreeAndListGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizardPage.java | JDT |
6,156 | 6,722 | Bug 6722 JavaElementLabelProvider API - small issue | everytime i use this label provider it annoys me that i have to type new JavaElementLabelProvider(JavaElementLabelProvider.SHOW_DEFAULT) if it's default then it should be default, if you know what i mean. all i need is: public JavaElementLabelProvider() { this(JavaElementLabelProvider.SHOW_DEFAULT); } it'd make things ... | 2001-12-10 09:11:09 | 1,007,990,000 | resolved fixed | 566e615 | 1,008,000,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabelProvider.java | JDT |
6,157 | 6,672 | Bug 6672 jar no longer exported after attach source | 1206 1. Create a project test. 2. Add a jar (say resources.jar) to the classpath and export the entry 3. Attach source (say resourcessrc.zip) to the jar. Notice, the jar is no longer exported - this information is discarded during the attach source process. | 2001-12-07 09:47:46 | 1,007,740,000 | verified fixed | 787255e | 1,007,740,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java | JDT |
6,158 | 5,853 | Bug 5853 Jar packager: progress reporting not optimal | - follow smoke test until step "Create a Jar from a Jar Package Description" - do the steps observe: the progress bar show 100% right from the beginning. | 2001-11-13 12:29:08 | 1,005,670,000 | resolved fixed | dc99df8 | 1,007,740,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java | JDT |
6,159 | 6,478 | Bug 6478 Jar packager progress messages misleading | When exporting classes to a JAR file, the progress message says things like: "Exporting org.eclipse.foo.MyFile.java" This is misleading, because it looks like it's adding .java files to the zip, but it's actually adding class files. I actually canceled the export and went to check the jar file when I saw these messages... | 2001-11-30 12:39:57 | 1,007,140,000 | verified fixed | d551209 | 1,007,740,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java | JDT |
6,160 | 5,571 | Bug 5571 JAR Packager: Reveal first checked project | If the list of projects in the JAR Packager is long it is possible that the shown projects are not checked even though there are checked projects (due to current selection). ==> reveal the first checked project. | 2001-11-06 09:58:33 | 1,005,060,000 | closed fixed | 9cf7888 | 1,007,740,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/CheckboxTreeAndListGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizardPage.java | JDT |
6,161 | 4,052 | Bug 4052 document change infrastructure - missing functionality (1GH2DWC) | AK (7/18/2001 4:45:27 PM) i stumbled across this when doing Reorder Parameters. consider the following text: m(m(1, 2),3) lets's say you want to swap the parameters. so your desired output is: m(3, m(2, 1)) you create 4 move entries in the change creator (first 'm' has position 1): . move(5, 1] -> 7 //moves the first p... | 2001-10-10 23:05:15 | 1,002,770,000 | resolved fixed | fb51769 | 1,007,720,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportEdit.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/textmanipulation/MultiTextEdit.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/textmanipulation/SimpleTextEdit.java org.eclipse.jdt.... | JDT |
6,162 | 6,407 | Bug 6407 reminder: register the context menu in the JavaOutlinePage | the context menu in the JavaOutlinePage should be registered with the page's site. | 2001-11-28 18:47:18 | 1,006,990,000 | resolved fixed | 31519fa | 1,007,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java | JDT |
6,163 | 6,525 | Bug 6525 wrong indent when using replace from local history | JUnit set-up 1) Change junit.tests.createResult() 2) save 3) replace from local history 4) select previous edition -> method is inserted with wrong indent repeat 3) indent is accumulated | 2001-12-03 18:19:15 | 1,007,420,000 | verified fixed | 4b07fd1 | 1,007,480,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/MemberEdit.java | JDT |
6,164 | 6,536 | Bug 6536 Add Javadoc on field in TH does nothing | 1. Select a field in the Type Hierarchy view 2. From its context menu select "Add Javadoc" ==> nothing happens. Either this menu should be removed or (preferably) the action should add the fields Javadoc. | 2001-12-04 04:21:31 | 1,007,460,000 | verified fixed | 49752b4 | 1,007,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/AddJavaDocStubAction.java | JDT |
6,165 | 4,974 | Bug 4974 Set classpath / output location should be one operation | 204: 1. create a project with 'src' as source folder and 'bin' as output location. 2. in the project properties change the setting to use the project as source folder and the project as output location. Press Ok You get the error message: 'Cannot nest outputfolder /xy in source folder /xy/src' The problem is that setti... | 2001-10-15 06:06:59 | 1,003,140,000 | resolved fixed | 35d95cb | 1,007,130,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java | JDT |
6,166 | 4,381 | Bug 4381 Replace from local histroy - workspace element included | - modify a CU in the workspace - select the CU - activate "Replace from local history" - the workspace element is included in the local histroy, but a histroy never includes the actual element. I was really suprised seeing the element. | 2001-10-11 10:48:44 | 1,002,810,000 | resolved fixed | 5439e11 | 1,007,060,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareUtilities.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareWithEditionAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compa... | JDT |
6,167 | 6,412 | Bug 6412 API Request - Package selection dialog including pre-reqs | The Java debugger requires the ability to specify a "pacakge to run in" in the snippet editor. To do this, we use the API on JavaUI to create a package selection dialog for a project. However, we need to be able to choose from packages in pre-req projects/jars as well. Currently the API only specifies packages in a sin... | 2001-11-28 21:00:57 | 1,007,000,000 | resolved fixed | a5cfa23 | 1,007,050,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/IJavaElementSearchConstants.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaUI.java | JDT |
6,168 | 5,677 | Bug 5677 Hierarchy outline has empty space | I opened a hierarchy view on IActionDelegate. Selected a few of the subinterfaces, changed the expansion state of the tree. Then, no matter which item I selected in the top window (the hierarchy tree), the bottom window (the outline table) always had exactly four empty rows before the first item was listed. | 2001-11-08 14:02:02 | 1,005,250,000 | resolved fixed | e23f1fe | 1,007,030,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/CheckedListDialogField.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java | JDT |
6,169 | 5,225 | Bug 5225 1.0 -- Casting problem in RunToLineAction class | The Java editor fails to open a java source file when we have PICLDebugTargets in the debug view. There is java.lang.ClassCastException at org.eclipse.jdt.internal.ui.javaeditor.RunToLineAction.getContextFromModel (RunToLineAction.java:111) The getContextFromModel() method incorrectly assumes that all debug targets are... | 2001-10-24 16:31:28 | 1,003,960,000 | verified fixed | e66d704 | 1,007,000,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/RunToLineAction.java | JDT |
6,170 | 6,375 | Bug 6375 Organize imports asks to specify the same class | Perform 'organize imports' against a class that has import javax.naming.* in it, and has 2 jars on the classpath that both contain javax.naming.InitialContext. You will get a dialog asking which type to import. In the list, you will see 'javax.naming.InitialContext' twice in the list. Can change 'Organize imports' so t... | 2001-11-28 01:20:17 | 1,006,930,000 | resolved fixed | 0acbfa2 | 1,006,970,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codegeneration/OrganizeImportsOperation.java | JDT |
6,171 | 6,356 | Bug 6356 Outliner has to delete actions | Product version: smoke test for integration build 20011127 - load compilation unit into Java editor - open context menu in outliner observe: there are two delete actions | 2001-11-27 12:21:00 | 1,006,880,000 | verified fixed | 7f801b9 | 1,006,890,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java | JDT |
6,172 | 6,062 | Bug 6062 JavaDocCompletionProcessor should be have configurable case sensitivity | Need implementation of the following JavaDocCompletionProcessor method public void restrictProposalsToMatchingCases(boolean restrict. | 2001-11-19 09:25:45 | 1,006,180,000 | resolved fixed | 0114a08 | 1,006,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/CompletionEvaluator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocCompletionProcessor.java | JDT |
6,173 | 6,322 | Bug 6322 All types dialog shows obfuscated classes | JDK 1.4 includes obfuscated classes (a, a1, b, c, d) etc. This classes show up prominently in the Open Type dialog. They should be less prominent. Options: a) sort lower case class names after the ones that start with a capital letter b) filter them out completly. I suggest to a) | 2001-11-26 12:57:36 | 1,006,800,000 | verified fixed | b87b856 | 1,006,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredList.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog.java | JDT |
6,174 | 6,092 | Bug 6092 JavaEditor should honor the tab width setting of the JavaFormatter | null | 2001-11-20 06:00:12 | 1,006,250,000 | verified fixed | 896299e | 1,006,870,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSource... | JDT |
6,175 | 6,181 | Bug 6181 Edit template panel doesn't resize | The panel is small and can't be resized. It also has a maximize button that is not operational. | 2001-11-21 14:22:37 | 1,006,370,000 | verified fixed | ac79605 | 1,006,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/AbstractElementListSelectionDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java | JDT |
6,176 | 6,308 | Bug 6308 Open type dialog should trim entered value | Leading and trailing spaces should be ignored in the input field of this dialog | 2001-11-26 09:25:45 | 1,006,780,000 | verified fixed | 6e296de | 1,006,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredList.java | JDT |
6,177 | 4,369 | Bug 4369 F2 should work even if "Hide Text Hover" is enabled | - enable "Hide Text Hover" - position the cursor on a type - press F2 observe: nothing happens although I explicitly requested JavaDoc help. | 2001-10-11 08:53:14 | 1,002,800,000 | resolved fixed | ce37c8c | 1,006,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/WorkInProgressPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaInformationProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/int... | JDT |
6,178 | 6,196 | Bug 6196 Last item selected by default in variable selection dialog | Build 20011120 - go to add a classpath variable - Browse for var name - it selects the last item by default Normally the default selection is the first item. This seems picky, but it's actually fairly annoying when using keyboard navigation for the default selection to be in the wrong place. (particularly when the one ... | 2001-11-21 16:49:42 | 1,006,380,000 | verified fixed | e26dfad | 1,006,530,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ChooseVariableDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/i... | JDT |
6,179 | 6,207 | Bug 6207 Java project properties dialog grows taller than screen | build 20011116 The Java Build Path/Order page in the project properties dialog always grows the table to show all items. In a workspace with many source folders the properties dialog grows so tall that you can no longer see the ok/cancel buttons. I noticed this while using WSDD (Eclipse 1.0 based) to create P3ML bundle... | 2001-11-21 17:47:39 | 1,006,380,000 | resolved fixed | 1b69a90 | 1,006,530,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ImportOrganizeInputDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryListAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/ContainerPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewCl... | JDT |
6,180 | 4,151 | Bug 4151 Value hovering should show type name not only value (1GIYQVJ) | EG (24.08.2001 14:42:59) value hovering should show the runtime type in addition to the value NOTES: | 2001-10-10 23:06:54 | 1,002,770,000 | resolved fixed | d26b1c4 | 1,006,440,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaDebugHover.java | JDT |
6,181 | 5,449 | Bug 5449 TVT Text Expansion/Truncations in new java class dialog | null | 2001-11-01 19:10:16 | 1,004,660,000 | resolved fixed | 24c773c | 1,006,440,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryListAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/TypePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/V... | JDT |
6,182 | 3,622 | Bug 3622 New Package Wizard has confusing message (1GD0L9O) | 1. Create a new Java Project 2. Select the project. 3. Invoke New Java Package. Result: Before you type anything the following message appears at the top: "A folder corresponding to the package name already exists". At this point my package name field is empty. What does this message mean? Is this an error? If so, shou... | 2001-10-10 22:58:08 | 1,002,770,000 | verified fixed | 0870c24 | 1,006,430,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewPackageCreationWizardPage.java | JDT |
6,183 | 5,475 | Bug 5475 F4 causes loss of context when called from a method view | 1) Open a class with many methods 2) Make sure "show of source element only" is selected 3) Choose a method 4) Press F4 with no selection The class is open on the hierarchy view and the full source is shown in the editor. The method focus was lost. You have to find and select the method again. | 2001-11-02 11:38:09 | 1,004,720,000 | resolved fixed | 798e9a2 | 1,006,430,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/SelectionProviderMediator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewer.java | JDT |
6,184 | 4,155 | Bug 4155 Source Attachment wizard for variable classpath entries not correct (1GJ6X9P) | (1) Create a directory containing a .jar file and a .zip source archive for the jar The .zip archive should have a non-null root path to the source. (2) create a classpath variable which points to this directory (3) place this .jar file in your classpath using the variable (4) use the Java Source Attachment wizard to s... | 2001-10-10 23:06:58 | 1,002,770,000 | resolved fixed | ffa99aa | 1,006,360,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java | JDT |
6,185 | 4,077 | Bug 4077 JDK1.4 - Assertions - text coloring should deal with 'assert' (1GHS3A3) | If the JavaCore option related to source mode is set in 1.4 mode, then 'assert' is a keyword which has to be coloured properly. Assertions are only supported in the 2.0 stream of jdtcore. Configurable options are also subject to improvements. NOTES: | 2001-10-10 23:05:40 | 1,002,770,000 | verified fixed | 2a5b45c | 1,006,360,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCodeScanner.java | JDT |
6,186 | 3,793 | Bug 3793 Wrong formating when creating inner class using wizard (1GEUE91) | - select TestCase - create a new class using TestCase as an eclosing type observe: - new type is added at the end. Quasi standard is having the new type at the beginning. - new type doesn't have indention. NOTES: GDA (6/5/01 11:08:09 AM) defer | 2001-10-10 23:00:58 | 1,002,770,000 | verified fixed | a29ff25 | 1,006,360,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/TypePage.java | JDT |
6,187 | 4,172 | Bug 4172 feature: auto select "Inherited Abstract Methods" (1GJLAE7) | jkca (9/5/2001 11:56:30 AM) It would be nice if the New Class Wizard automatically selected "Inherited Abstract Methods" when the user adds an interface to the Extended Interfaces list. I argue that most users will want this selected if they plan to implement an interface. | 2001-10-10 23:07:15 | 1,002,770,000 | verified fixed | b03d332 | 1,006,360,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewClassCreationWizardPage.java | JDT |
6,188 | 6,147 | Bug 6147 Templates don't work in "Show source of selected element only" mode | null | 2001-11-21 04:34:50 | 1,006,340,000 | resolved fixed | 762a35c | 1,006,340,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedPositionUI.java | JDT |
6,189 | 4,071 | Bug 4071 Format option loses place in editor (1GHQFU6) | If you select the Format option from the pop up menu in a Java Editor your current selection location is lost requiring you to search around for it again. STEPS 1) Open a relatively large .java file 2) Go near the bottom 3) Select format - you are sent back to the top. NOTES: | 2001-10-10 23:05:34 | 1,002,770,000 | resolved fixed | 4531f76 | 1,006,340,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaFormattingStrategy.java | JDT |
6,190 | 6,009 | Bug 6009 New class wizard doesn't get context right for nested classes | Build 20011106. - with a .java file open in the editor, - click the new class button - check "Enclosing Type" - the field is blank - it should default to the current type in the editor | 2001-11-16 10:45:11 | 1,005,930,000 | verified fixed | eaf4bd8 | 1,006,270,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/JavaModelUtil.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/TypePage.java | JDT |
6,191 | 5,765 | Bug 5765 New Class button in empty workspace should be more supportive | User feedback: "Confused how to create my first project" We should be more supportive in the UI for this special case since it is a first time experience with the UI. Therefore when the workbench is empty we should offer to create a new Java project. Minimal solution is to show an info dialog that explains that user sh... | 2001-11-10 15:14:26 | 1,005,420,000 | resolved fixed | ed4c009 | 1,006,270,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/AbstractOpenWizardAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/AbstractOpenWizardAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/ContainerPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewClassC... | JDT |
6,192 | 6,050 | Bug 6050 Avoid references to preference pages | Preference pages are optional. It should be possible to add and remove them from the code without further impact on the system. I.e. preference pages should not be used as accessors to preference settings. (See JavaCompletionProcessor) | 2001-11-19 06:01:51 | 1,006,170,000 | resolved fixed | a28ec98 | 1,006,250,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/WorkInProgressPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalPreference.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProcessor.java | JDT |
6,193 | 6,054 | Bug 6054 renaming a read-only package resets the read-only flag [refactoring] | as said in the summery: renaming a read-only package resets the read-only flag | 2001-11-19 06:31:52 | 1,006,170,000 | resolved fixed | 60dde0a | 1,006,200,000 | org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testReadOnly/in/r/A.java org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testReadOnly/out/p1/A.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenamePackageTests.java | JDT |
6,194 | 6,051 | Bug 6051 IllegalArgumentException in Initializer constructor | Build 20011115 Trying to browse the (newly added) static initializer of JavaModelManager: Log: Mon Nov 19 12:20:19 CET 2001 1 org.eclipse.core.resources 4 Unhandled exception caught in event loop. Unhandled exception caught in event loop. Reason: Log: Mon Nov 19 12:20:19 CET 2001 4 org.eclipse.ui 0 java.lang.IllegalArg... | 2001-11-19 06:09:01 | 1,006,170,000 | resolved fixed | 4029c4d | 1,006,190,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/JavaModelUtil.java | JDT |
6,195 | 5,820 | Bug 5820 Close all editors brings up hierarchy of object | Build: 1107 1. Open a Java editor in the Java perspective 2. Select the project 3. Hit Ctrl-Shift-F4 The hierarchy for Object appears after ~30 seconds. This is very confusing. | 2001-11-12 18:18:05 | 1,005,610,000 | verified fixed | 13251cf | 1,006,190,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java | JDT |
6,196 | 5,810 | Bug 5810 Walkback during text delete/save in Java Editor | Log: Mon Nov 12 14:53:10 EST 2001 4 org.eclipse.jdt.ui 1 Internal Error Java Model Exception: Java Model Status [org.eclipse.swt.custom does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:442) at org.eclipse.jdt.internal.core.JavaElement.openHierarchy (JavaElement.java... | 2001-11-12 14:44:37 | 1,005,590,000 | resolved fixed | f73c16a | 1,006,190,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenSuperImplementationAction.java | JDT |
6,197 | 6,008 | Bug 6008 deleting a source folder does not remove it from classpath | see summary | 2001-11-16 10:24:46 | 1,005,920,000 | resolved fixed | 2f25eb8 | 1,005,930,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/core/refactoring/reorg/DeleteRefactoring.java | JDT |
6,198 | 5,889 | Bug 5889 NPE on copying source folder | try copying a source folder to another project: java.lang.NullPointerException at org.eclipse.core.runtime.Path.append(Path.java(Compiled Code)) at org.eclipse.jdt.internal.core.refactoring.changes.AddToClasspathChange.<init> (AddToClasspathChange.java:39) at org.eclipse.jdt.internal.core.refactoring.reorg.CopyRefactor... | 2001-11-14 09:27:53 | 1,005,750,000 | resolved fixed | 315711d | 1,005,930,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/core/refactoring/reorg/CopyRefactoring.java | JDT |
6,199 | 5,818 | Bug 5818 Debugger Source Lookup page claims project is closed | I have a Java project in my workspace, and it is not closed. Upon starting the workbench, Project->Properties->Debugger Source Lookup, the page claims that debugger source lookup is not available for closed projects. If I force a build of the project, it works as expected. If I close the workbench and restart, I get th... | 2001-11-12 17:26:14 | 1,005,600,000 | verified fixed | 6601def | 1,005,860,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/launcher/JavaProjectPropertyPage.java | JDT |
6,200 | 5,804 | Bug 5804 Bug in ClassFileEditor.getCorrespondingElement | protected IJavaElement getCorrespondingElement(IJavaElement element) { IJavaElement parent= JavaModelUtil.findParentOfKind(element, IJavaElement.CLASS_FILE); return (parent == this ? element : null); } 'this' is a ClassFileEditor, so parent will never be 'this' | 2001-11-12 13:18:05 | 1,005,590,000 | resolved fixed | 1b248b4 | 1,005,820,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java | JDT |
6,201 | 5,886 | Bug 5886 refactoring wizard: NPE | 1. run self encapsulate field 2. press 'next' on the first page - you get the preview' 3. press 'back' on the preview page java.lang.NullPointerException at org.eclipse.jdt.internal.ui.refactoring.ChangeElementTreeViewer.initializeChildr en(ChangeElementTreeViewer.java:61) at org.eclipse.jdt.internal.ui.refactoring.Cha... | 2001-11-14 09:01:44 | 1,005,750,000 | resolved fixed | 05272cb | 1,005,770,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeElementTreeViewer.java | JDT |
6,202 | 5,873 | Bug 5873 Open Type Dialog doesn't behave as expected for former VAJ users | When using the 'Open Type' dialog in VisualAge for Java, you can type a few letters of the class name, and then use the UP/DOWN arrow keys to quickly select the desired type from the list. In Eclipse, you are required to hit the TAB key or use the mouse to move the focus to the list of types. Since a large number of Ec... | 2001-11-13 17:31:41 | 1,005,690,000 | resolved fixed | 60187c1 | 1,005,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/AbstractElementListSelectionDialog.java | JDT |
6,203 | 5,722 | Bug 5722 Selecting font crashes eclipse with a javacore | Eclipse V2.0 Build 20011107 OS: RedHat Linux 7.1 JDK version: /opt/IBMJava2-13/bin/ ./java -version java version "1.3.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0) Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-20010925 (JIT enabled: jitc)) To Reproduce: Startup eclipse (i had a fresh zip with ... | 2001-11-09 14:46:45 | 1,005,340,000 | resolved fixed | 9481d71 | 1,005,760,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/core/refactoring/reorg/DeleteRefactoring.java | JDT |
6,204 | 3,607 | Bug 3607 Open Type: can't enter fully qualified name (1GCJUJX) | EG (4/21/2001 4:17:12 PM) it should be possible to enter fully qualified name NOTES: PA (5/31/01 2:44:32 PM) it isn't. MA (15.08.2001 18:10:01) Filter with the simple name from the current entered name, and select the package using the qualifier. | 2001-10-10 22:57:54 | 1,002,770,000 | verified fixed | 7bf340f | 1,005,750,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/AbstractElementListSelectionDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredList.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/TypeInfo... | JDT |
6,205 | 5,766 | Bug 5766 Update refs in String/Java Doc should be off by default | When renaming an element then the options to Update references in Strings/Java Doc/Comments is on by default it should be off. | 2001-11-10 16:05:18 | 1,005,430,000 | resolved fixed | a58bec4 | 1,005,750,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RenameInputWizardPage.java | JDT |
6,206 | 5,791 | Bug 5791 NPE in SocketUtil | Launch Eclipse using JDK 1.4 as JRE. From the launched eclispe, launch another program in debug mode, using JDK 1.4. This produces an NPE in SocketUtil: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:277) at org.eclipse.jface.dialogs.ProgressMonitorDialog.r... | 2001-11-12 10:13:06 | 1,005,580,000 | verified fixed | 504d14b | 1,005,700,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/launcher/JDK12DebugLauncher.java | JDT |
6,207 | 5,832 | Bug 5832 Template Pref page: Edit: Copy/paste context menu | The text field to edit the templates should have a context menu with copy/paste. | 2001-11-13 06:12:35 | 1,005,650,000 | resolved fixed | 783cbe5 | 1,005,670,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java | JDT |
6,208 | 3,770 | Bug 3770 Java Preference page needs better grouping (1GERREW) | EG (6/3/2001 1:57:32 PM) the Java preference page needs space between the different groups. Package view related prefs should come together. There should be whitespace before the hierarchy preference setting. NOTES: EG (6/4/2001 12:00:42 PM) adding white space is work since we are using the preference dialog fields. Th... | 2001-10-10 23:00:35 | 1,002,770,000 | resolved fixed | c1e5823 | 1,005,660,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SpacerFieldEditor.java | JDT |
6,209 | 3,883 | Bug 3883 error dialog in display is too scary (1GF24YQ) | AK (6/9/01 4:25:35 PM) press the display or the inspect buttons in the display view (with no stack frame context) you see an Error dialog. these should be reserved for really error conditions - like internal errors. NOTES: EG (6/9/2001 12:03:13 PM) not critical | 2001-10-10 23:02:27 | 1,002,770,000 | verified fixed | 37812f0 | 1,005,600,000 | org.eclipse.jdt.ui/ui debug/org/eclipse/jdt/internal/debug/ui/display/DisplayView.java | JDT |
6,210 | 4,937 | Bug 4937 Display view contents not restored properly | Exit a workspace with a display view present that has content with formatting. When the workspace starts up and the display is viewed, the restored content will have lost the formatting. | 2001-10-12 13:03:23 | 1,002,910,000 | verified fixed | f9ed641 | 1,005,600,000 | org.eclipse.jdt.ui/ui debug/org/eclipse/jdt/internal/debug/ui/display/DisplayView.java | JDT |
6,211 | 5,492 | Bug 5492 Open in Hierarchy method list is enabled even when nothing is selected | 206 1) Ensure no item is selected in the hierachy view's member list 2) Right click - not on an item 3) Open is present and enabled 4) Select Open, nothing happens | 2001-11-02 14:37:11 | 1,004,730,000 | resolved fixed | 0bf8b4b | 1,005,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewer.java | JDT |
6,212 | 3,471 | Bug 3471 Leading '/' in src page of Java wizard is misleading (1G842TH) | 1. create new java project "jp" with Create Java Project wizard. 2. in wizard goto second ("Source") page Observe: the Build Output Folder is "/jp/bin" Since this looks like a Unix pathname I interpret the leading "/" as an indication for a absolute pathname. Other tools use something like: {WORKBENCH}/jp/bin or shell ... | 2001-10-10 22:55:42 | 1,002,770,000 | resolved wontfix | d8eedf7 | 1,005,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java | JDT |
6,213 | 5,183 | Bug 5183 Wrong return type for extract method | protected ITextBuffer doCreate(IFile file) throws CoreException { FileEditorInput input= new FileEditorInput(file); IDocument document= fDocumentProvider.getDocument(input); if (document != null) { return new TextBuffer(document); } else { InputStreamReader in= null; /*]*/try { document= new Document(); in= new InputSt... | 2001-10-23 12:58:55 | 1,003,860,000 | resolved fixed | 7fe550b | 1,005,590,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/core/refactoring/code/ExceptionAnalyzer.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/core/refactoring/code/ReturnAnalyzer.java | JDT |
6,214 | 5,699 | Bug 5699 Add ResourceTransfer to packages view | The packages view should add the ResoruceTransfer as a drag source to its list of transfers | 2001-11-09 03:41:16 | 1,005,300,000 | resolved fixed | eb077ff | 1,005,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dnd/JdtTreeViewerDropAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dnd/JdtViewerDropAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dnd/ResourceTransferDragAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/FileTra... | JDT |
6,215 | 4,089 | Bug 4089 Editor tooltip for class files should show full path (1GI74EF) | When you hover over the editor tab for a .class file, it just shows you the simple file name. It should show the full path, as for other editors. NOTES: | 2001-10-10 23:05:52 | 1,002,770,000 | verified fixed | c33aca1 | 1,005,500,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/InternalClassFileEditorInput.java | JDT |
6,216 | 5,774 | Bug 5774 Unpredicatable behaviour on double click in packages view | from EC: If you double click a file in the packages view, it opens the file (technically, compilation unit I believe) -- if not already open. However, if the file is already open, a single click selects it as the active editor tag; a double click expands its structure in the packages view. This is unpredictable behavio... | 2001-11-11 08:46:02 | 1,005,490,000 | resolved fixed | d13ebe7 | 1,005,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
6,217 | 4,103 | Bug 4103 Should have shortcuts for new file and folder (1GIF4F6) | Another vote for adding File and Folder to the new menu in the Java perspective. NOTES: | 2001-10-10 23:06:06 | 1,002,770,000 | verified fixed | 1022fe5 | 1,005,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPerspectiveFactory.java | JDT |
6,218 | 5,404 | Bug 5404 Extract method with 'continue' statement not possible | 1. Open WorkingSetReader (1.1) 2. Select the full for-statement in readXML(): for (int k= 0; k < contents.getLength(); k++) {...} 3. Extract method ==> dialog says, it's not possible to do so because of the 'continue' statement | 2001-11-01 05:13:25 | 1,004,610,000 | resolved fixed | 9a725c3 | 1,005,320,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/core/refactoring/code/ExtractMethodAnalyzer.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/core/refactoring/code/ExtractMethodRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/core/refactoring/code/StatementAnaly... | JDT |
6,219 | 5,587 | Bug 5587 Step Over jumps to caller | Build 20011105 - set breakpoint in org.eclipse.ui.internal.ShowViewAction's constructor, on line indicated by [BP] below (note source has been modified since 20011105): protected ShowViewAction(IWorkbenchWindow window, IViewDescriptor desc) { super(""); String accel = desc.getAccelerator(); String label = desc.getLabel... | 2001-11-06 13:56:49 | 1,005,070,000 | verified fixed | a1fa1cd | 1,005,240,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaDebugPreferencePage.java | JDT |
6,220 | 5,356 | Bug 5356 Search Result descriptions don't use singular | Text and Java search result descriptions (visible in Search view's title toot tip and Search histories) don't show singular text version if there's exactly one match | 2001-10-30 10:38:07 | 1,004,460,000 | resolved fixed | acb4754 | 1,005,240,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchOperation.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultCollector.java | JDT |
6,221 | 3,672 | Bug 3672 DCR: Add working set support | Would be nice to have the VAME Search "Scope" feature. This allows the user to filter searches, which reduces both the time to do the search, and the number of results found - so that more of the results are known to be useful. In VAME, the user could edit a search scope (for example, only search in these 3 projects), ... | 2001-10-10 22:58:58 | 1,002,770,000 | verified fixed | 7049e8f | 1,005,150,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/DeclarationsSearchGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ElementSearchAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindDeclarationsInWorkingSetAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/searc... | JDT |
6,222 | 4,928 | Bug 4928 Java perspective should have placeholder for Navigator | build 204 I sometimes want to show the Navigator in the Java perspective. It currently opens over the outline. I would prefer it to open over the packages view, since they're of the same flavour and I usually want one or the other, not both at the same time. It also means my flow still goes from left to right: choose s... | 2001-10-12 10:19:06 | 1,002,900,000 | resolved fixed | e48f52e | 1,005,140,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPerspectiveFactory.java | JDT |
6,223 | 5,474 | Bug 5474 should not use tool tips for labels | To be consistent with other preference pages, the debug preference labels for step filtering (filter sythetic methods, etc), should not specify tool tips. Instead, the relevant information should just be in the label. | 2001-11-02 11:35:05 | 1,004,720,000 | verified fixed | 63aabcb | 1,004,740,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaDebugPreferencePage.java | JDT |
6,224 | 5,452 | Bug 5452 Typehierarchy: can't see full label in method list | The label is shown with "..." even though the view has a horizontal scrollbar. This is critical since when showin inherited members the lable can be long. | 2001-11-02 04:48:48 | 1,004,690,000 | resolved fixed | 3cee768 | 1,004,710,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.java | JDT |
6,225 | 5,418 | Bug 5418 bracket marker stays in editor | private void showDebugSourcePage(String typeName) { if (dialog.open() == dialog.OK) { } 1. set the cursor after the opening bracket (after dialog.OK) 2. press enter 3. The bracket box includes all characters insterted by the auto indenter | 2001-11-01 11:55:35 | 1,004,630,000 | resolved fixed | d287924 | 1,004,640,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCodeScanner.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java | JDT |
6,226 | 4,171 | Bug 4171 Accessibility: Code Formatter Page too large with a large text font (1GJL58E) | If the Text font is set to be very large (say 36 point) the CodeFormatter preference page is created so large that it ends up bigger than the display. The text in the preference page should be scrollable. It also does not pick up changes to the font size so if the user changes the size of the text font they will have t... | 2001-10-10 23:07:14 | 1,002,770,000 | verified fixed | c9d4729 | 1,004,610,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterPreferencePage.java | JDT |
6,227 | 4,273 | Bug 4273 Compiler option changes not handled correctly (1GKWRI3) | Nothing happens if auto-build is on and (some) compiler options are changed . If something was reported as error and now I choose that to be reported as warning and if autobuild is on I expect a rebuild. Same if I switch from 1.2 to 1.3 compatibilty. NOTES: EG (01.10.2001 14:57:06) we should prompt the user for a rebui... | 2001-10-10 23:08:57 | 1,002,770,000 | resolved fixed | 2c430ec | 1,004,610,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerPreferencePage.java | JDT |
6,228 | 5,392 | Bug 5392 Eclipse dies without warning | build 205 on Win98. This happened 3 times. 1). I was looking at Java code and selected something in the Outline view and Eclipse died without any warning. No log messages or dialogs. 2). I restarted, opened up the Java class again, clicked around in the Outline and it was ok. Then I clicked on a method in the outline, ... | 2001-10-31 13:55:42 | 1,004,550,000 | resolved fixed | 02264f5 | 1,004,600,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorErrorTickUpdater.java | JDT |
6,229 | 5,361 | Bug 5361 No error tick on imports in Packages view | Add an import that causes an error (e.g. dani.is.bad) and save. ==> The Outline view shows the error ticks on the imports but the package view doesn't | 2001-10-30 12:00:52 | 1,004,460,000 | resolved fixed | 491a8fb | 1,004,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/MarkerErrorTickProvider.java | JDT |
6,230 | 5,358 | Bug 5358 Suspicious usage of IJavaElementDelta.getFlags() | Build 20011025 Searching for references to IJavaElement.getFlags(), I found suspicious usage in JDT UI code. There are pattern of code like this one: delta.getFlags() == IJavaElementDelta.F_CONTENT where it should be: (delta.getFlags() & IJavaElementDelta.F_CONTENT) != 0 | 2001-10-30 11:04:34 | 1,004,460,000 | resolved fixed | 10e602c | 1,004,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyLifeCycle.java | JDT |
6,231 | 5,328 | Bug 5328 NPE in Open Super Method action | 1) make an empty selection in the text editor outside of a type's range, e.g, in the import 2) execute Show in Packages View ->NPE Notice: I've changed the Show in Packages View action and it might be the culprit. Issue: unclear why this code is executed when running the other action. org.eclipse.jface.util.Assert$Asse... | 2001-10-29 09:41:02 | 1,004,370,000 | resolved fixed | b6c438e | 1,004,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/StructuredSelectionProvider.java | JDT |
6,232 | 5,367 | Bug 5367 Meaningless brackets presented with primitive display options | With the primitive display options all turned on, booleans are rendered: enableCancelButton= false [] doubles have the same problem | 2001-10-30 16:56:56 | 1,004,480,000 | verified fixed | add38a7 | 1,004,550,000 | org.eclipse.jdt.ui/ui debug/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java | JDT |
6,233 | 5,165 | Bug 5165 package viewer project sorting | i have a (library) project Refactoring Tests Resources and other projects org.eclipse.... before 205 they used to be sorted alphabetically now they're not. is that intentional? | 2001-10-23 05:06:04 | 1,003,830,000 | resolved fixed | 21646f3 | 1,004,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementSorter.java | JDT |
6,234 | 5,340 | Bug 5340 Cancelling add exception breakpoint has no effect | 1) Go to the breakpoints pane in the debug perspective 2) Click the J! button to add an exception 3) In the progress dialog, click cancel. The progress dialog closes immediately 4) Eventually the exception list comes up, it ignored the cancelation request. It should either honour the cancellation request or diable the ... | 2001-10-29 14:58:20 | 1,004,390,000 | verified fixed | 8cf182b | 1,004,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/launcher/AddExceptionDialog.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.