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 |
|---|---|---|---|---|---|---|---|---|---|---|
5,735 | 18,015 | Bug 18015 NPE in structured selection if file opened from repo | F1 1. repository view - open a java file 2. use structured selection java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.structureselection.StructureSelectionActi on.getNewSelectionRange(StructureSelectionAction.java:68) at org.eclipse.jdt.internal.ui.javaeditor.structureselection.StructureSelectio... | 2002-05-28 05:13:42 | 1,022,580,000 | verified fixed | f8bcbf5 | 1,022,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/structureselection/StructureSelectHistoryAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/structureselection/StructureSelectionAction.java | JDT |
5,736 | 16,441 | Bug 16441 DBCS: Key and Value in string externalize | When invoking "Externalize String" for Java applicatopn includes Japanese string, Key name at Wizard contains the Japanese DBCS. The objective is to create i18n application, Key name should be ASCII name by default Moreover created properties file contains Japanese string as is for Value. It should be converted Unicode... | 2002-05-20 11:42:54 | 1,021,910,000 | closed fixed | 82ed82d | 1,022,590,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHolder.java | JDT |
5,737 | 16,265 | Bug 16265 Disable empty refactor menu in context menu | Build 20020515 - select default package - open context menu | 2002-05-17 11:12:53 | 1,021,650,000 | verified fixed | 60c5bde | 1,022,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java | JDT |
5,738 | 17,603 | Bug 17603 Name Conflict dialog should be improved | Build F1 See attached picture. The problem is that that CU name including the .java is in quotes and that the user should enter a new name for it. Unfortunately . is not accepted in that name. We should use better wording. | 2002-05-24 08:34:28 | 1,022,240,000 | verified fixed | 9b02f77 | 1,022,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/CopyQueries.java | JDT |
5,739 | 16,923 | Bug 16923 Auto activation preference dialog | The auto activation characters and Timeout Text fields are enabled even when Auto activation itself is disabled. This was confusing to me because I thought that "." should cause automatic code assist, but it wasn't. Disabling the feature should disable the controls what modify the details for that feature. | 2002-05-22 13:27:30 | 1,022,090,000 | verified fixed | 7c12a6c | 1,022,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java | JDT |
5,740 | 17,271 | Bug 17271 Not present exception renaming class in java browsing perspective | Build 20020521 (running with java delta tracing) 1. Create the following CU: public class HelloWorld { } 2. Open Java Browsing perspective 3. Open HelloWorld 4. In java editor, rename HelloWorld to Hellorld2 5. Save Observe the following in the console: UPDATING Model with Delta: [Thread[main,5,main]:HelloWorld.java[*]... | 2002-05-23 10:00:39 | 1,022,160,000 | verified fixed | 5f7562f | 1,022,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java | JDT |
5,741 | 17,801 | Bug 17801 Organize Imports dialog: default button should not be Cancel | Steps: 1) Create file that requires two ambiguous classes (List and ArrayList, for example) 2) Run Organize Imports 3) On first page of the dialog, the list has focus, allowing for easy keyboard selection of the class to use, and default button is next (all good) 4) Press next 5) The list no longer has focus, so can't ... | 2002-05-24 15:17:59 | 1,022,270,000 | verified fixed | 75db65d | 1,022,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/MultiElementListSelectionDialog.java | JDT |
5,742 | 17,396 | Bug 17396 Organize import on multiple CUs flickers | 20020521 Should use a WorkspaceModifyOperation | 2002-05-23 12:33:47 | 1,022,170,000 | verified fixed | ac4ba83 | 1,022,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java | JDT |
5,743 | 17,373 | Bug 17373 create getter/setter - getter javadoc text [code manipulation] | The getter javadoc says: /** * Gets the name. * @return Returns a string */ It should be: /** * Returns the name. * @return returns the name */ I'm not sure about the second line, but I feel strongly about the first line. Also, I think the param lines should start with lower case letters. | 2002-05-23 11:47:44 | 1,022,170,000 | resolved wontfix | cf852eb | 1,022,520,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java | JDT |
5,744 | 17,618 | Bug 17618 Changing output location should delete all derived resources | F1 1) create a project (autobuild on) 2) import Java sources and resources 3) change output folder to project/bin ->all class files are removed (fine) 4) change output folder back to be the project -> all class files are removed (fine) 5) open project/bin -> all resources are still there Note: When opening the properti... | 2002-05-24 09:16:14 | 1,022,250,000 | verified fixed | bf1a15f | 1,022,520,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java | JDT |
5,745 | 16,733 | Bug 16733 Builder pref - Cannot exclude folder from resource copying | Build 20020521 - F1 UI builder pref page currently prevents enter a folder name for the resource copy exclusion filter (folder is specified with a '/' suffix). Since 20020521, JDT/Core now supports excluding folders: The setting allowing for filtering resource copy now also supports folder filtering. Folder names are r... | 2002-05-22 06:17:48 | 1,022,060,000 | verified fixed | a189576 | 1,022,520,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuilderPreferencePage.java | JDT |
5,746 | 16,858 | Bug 16858 Preceding space in package compression pattern sometimes ignored | (In the following discussion, all patterns were entered without the enclosing quote marks.) The pattern "1 " causes one character of each package name to be displayed with a single space separator between them. The pattern " 1 " causes one space to precede the first single-character package name and two spaces to appea... | 2002-05-22 11:31:32 | 1,022,080,000 | verified fixed | 90d99d6 | 1,022,520,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabels.java | JDT |
5,747 | 17,020 | Bug 17020 Refactor move class not updating imports | Build 20020521 (Freeze 1) This is the strangest error. Follow these steps very closely to reproduce. Package names must be exactly the same... 1) Create a java project 2) Add the swt.jar to the project build path 3) Create two packages, "test.package1" and "test.package2". 4) In "test.package1", define two classes: ---... | 2002-05-22 15:41:38 | 1,022,100,000 | verified fixed | 827665f | 1,022,520,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java | JDT |
5,748 | 17,171 | Bug 17171 Quickfix: no proposal for wrong inst var initialization | - create the following code: public class Test { int fFoo= 1.2; } - a Quickfix bulb and a wiggly line appears for fFoo. However, pressing Cntr-1 does not show any proposals but the .log contains: java.lang.ClassCastException: org.eclipse.jdt.core.dom.FieldDeclaration at org.eclipse.jdt.internal.ui.text.correction.Local... | 2002-05-23 06:20:38 | 1,022,150,000 | verified fixed | 1fee925 | 1,022,520,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java | JDT |
5,749 | 17,149 | Bug 17149 Libraries-Path in Java Build Path gets broken | eclipse-version: F1, linux-gtk bug: "Libraries-Path" of external JARs in "Java Build Path" gets broken I observed the following bug: 1) Call the "Java Build Path"-Dialog via selecting a project, "Properties" via right mouse button and then "Java Build Path". 2) Enter a library path via "Add External JARs..." and press ... | 2002-05-23 05:01:00 | 1,022,140,000 | verified fixed | 59a1d0a | 1,022,520,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java | JDT |
5,750 | 17,598 | Bug 17598 Source->Generate Getter and Setter enabled for read only file | F1 This action is enabled for read-only files. Executing it shows a dialog saying that the file is read-only. The action should be disabled since all other source actions are disabled as well. | 2002-05-24 08:27:13 | 1,022,240,000 | verified fixed | 6b03c57 | 1,022,520,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/IJavaEditorActionDefinitionIds.java | JDT |
5,751 | 15,486 | Bug 15486 Hierarchy View takes 8 minutes to start up | In my workspace I have 24 projects. In each case, the java build path contains about 20 or more jar files from a target platform which I am extending with new plugins. I have one java perspective, which contains the following views: packages, navigator, outline. In the shortcut bar, I have the tasks, search, and reposi... | 2002-05-07 18:38:11 | 1,020,810,000 | verified fixed | dc4de44 | 1,022,520,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java | JDT |
5,752 | 16,343 | Bug 16343 Method list should not have a view drop down/filter menu | Opt to remove it. It takes space, is rarely used, and is inconsistent with the outliner. | 2002-05-18 08:14:32 | 1,021,720,000 | verified fixed | 6860f94 | 1,022,520,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/MembersView.java | JDT |
5,753 | 17,383 | Bug 17383 create getter/setter - no explicit hint if getter/setter already exist | Create getter/setter seems to know which getter/setters exist already. However, there's no explicit way to show this. I can figure out by selecting the type (only not existing getter/setter are shown). If I select a field, I see all the setter/getter of the type and I loose the information which setter and getter exist... | 2002-05-23 12:08:27 | 1,022,170,000 | verified fixed | b14dfd0 | 1,022,510,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java | JDT |
5,754 | 17,470 | Bug 17470 Lose list contents when searching from Java Browsing | When you search (eg. for references) from a method selected in the method list of java browsing perspective, you lose at a minimum the contents of the method list. This can happen in two ways: 1. The first time you run the search, you lose the project, package, and type list selections, but yet the contents of all thes... | 2002-05-23 15:54:41 | 1,022,180,000 | verified fixed | 3ed8df0 | 1,022,510,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java | JDT |
5,755 | 17,317 | Bug 17317 Preference Pages taller than the screen 1024x768 | build 20020521 The preference pages is to big to fit on the screen 1024x768 1) Go on the menu: Windows -> Preferences 2) Look the page Java->Editor (First Tab: Appearance) When the preference page comes out it is big than the screen, so I have to resize (or move) it in order to reach the Button Close, for instance. For... | 2002-05-23 10:52:38 | 1,022,170,000 | verified fixed | ed38095 | 1,022,510,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java | JDT |
5,756 | 17,316 | Bug 17316 Empty wizard after pressing cancel | Build F1 Self-hosting workspace with all projects in source 1. Open type hierarchy on Action 2. In the Type Hierarchy view select type org.eclipse.jdt.internal.ui.typehierarchy.HistoryAction 3. Select field fViewPart 4. Select Refactor -> Pull Up... 5. Press Cancel on the very first dialog ==> empty wizard comes up | 2002-05-23 10:51:16 | 1,022,170,000 | verified fixed | ac739f8 | 1,022,510,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpWizard.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringWizard.java | JDT |
5,757 | 17,576 | Bug 17576 JavaSearchPage.SearchPatternData must be a static class | F1 it's a non static class now, which leads to leaks: the static variable (!always a leak danger!) in JavaSearchPage contains a list of previous patterns, each holding an instance of JavaSearchPage (exactly because SearchPatternData is not static) static fields of type List + non static nested classes = trouble | 2002-05-24 05:48:47 | 1,022,230,000 | verified fixed | d4c266d | 1,022,510,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java | JDT |
5,758 | 16,613 | Bug 16613 "Name filter patterns" don't filter after relaunch | Build: 20020519 In the packages view, I have created a Name filter pattern, "CVS*". It filters all of my CVS junk that I don't want to see. When I restart Eclipse, the filter is not applied. If I open the Java Element Filters dialog and hit Ok, it is applied and my CVS folders are filtered. To reproduce this bug: 1. Ne... | 2002-05-21 12:39:39 | 1,022,000,000 | verified fixed | 0619369 | 1,022,500,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CustomFiltersActionGroup.java | JDT |
5,759 | 17,239 | Bug 17239 Mssing context on error in Rename Element [refactoring] | F1 - create class A with method foo and bar - rename foo to bar observe: the error presented in the wizard doesn't have a context. | 2002-05-23 09:32:17 | 1,022,160,000 | resolved wontfix | 3c4f764 | 1,022,500,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodInInterfaceRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactori... | JDT |
5,760 | 17,915 | Bug 17915 JUnit dirty indicator appears to early | opening a compilation unit in the editor marks the test result as dirty. | 2002-05-27 08:03:45 | 1,022,500,000 | verified fixed | fa25600 | 1,022,500,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java | JDT |
5,761 | 17,423 | Bug 17423 Revert apears twice in the popup menu. | Build F1. 1) Open a java editor. 2) Popup the menu. There is only one Revert option disable as it should be. 3) Make the editor dirty. 4) Popup the menu. There are two Revert option in the menu. One after UNDO and other before FORMAT. | 2002-05-23 13:49:33 | 1,022,180,000 | verified fixed | 249c5e9 | 1,022,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | JDT |
5,762 | 16,751 | Bug 16751 Renaming a class doesn't update all references | class SuperClass { public static final String CONSTANT = "value"; } class SubClass extends SuperClass { } class Test { public static void main(String[] arguments) { System.out.println(SubClass.CONSTANT); } } Use Refactor/Rename Element... to rename SubClass. The reference in Test is not updated, causing a compile time ... | 2002-05-22 07:51:48 | 1,022,070,000 | verified fixed | ff17f4a | 1,022,070,000 | org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/test58/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/test58/out/B.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameTypeTests.java | JDT |
5,763 | 16,271 | Bug 16271 copy action must talk to paste action | problem: select a file ctrl+c ctrl+v (without changing selection) nothing happens beacuse nobody told the paste action that stuff is available in the clipboard (there're no callback here) see the plaftorm CopyAction on how to solve it (should be not difficult) marking as major - does not allow you to do the usual thing... | 2002-05-17 11:51:39 | 1,021,650,000 | resolved fixed | 82de74f | 1,021,980,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/CopyResourcesToClipboardAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/CopySourceReferencesToClipboardAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/CutSourceReferencesToClipboardAction.java org.eclipse.jdt.ui/ui/org/eclip... | JDT |
5,764 | 16,392 | Bug 16392 Exception removing search results | build 2002-05-19 on WinXP. IBM JRE 1.3.1. I did a text search and got over 100 hits. I selected a handful of them and then chose "remove entries" from the context menu. I got error dialogs for each result I wanted to remove. Looks like the markers have been removed and the search view is trying to access attributes? I ... | 2002-05-19 13:37:11 | 1,021,830,000 | resolved fixed | 1ca9446 | 1,021,970,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUtil.java | JDT |
5,765 | 15,906 | Bug 15906 MultiTypeSelectionDialog ignores "filter" setting | If you use JavaUI.createTypeDialog to create a type selection dialog and pass in a filter string, the MultiTypeSelectionDialog ignores this filter. The problem is in the open(), it does a: setFilter("A"); //$NON-NLS-1$ And this overrides any current setting. It needs to first check if the filter has not already been se... | 2002-05-13 18:18:12 | 1,021,330,000 | resolved fixed | d8417c3 | 1,021,970,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/MultiTypeSelectionDialog.java | JDT |
5,766 | 16,531 | Bug 16531 templates: @author has incorrect icon on preference page | 20020520 it has a 'java context' icon although it's a 'javadoc context' template | 2002-05-21 04:56:39 | 1,021,970,000 | resolved fixed | a0f2777 | 1,021,970,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/TemplateEngine.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/TemplateLabelProvider.java | JDT |
5,767 | 16,527 | Bug 16527 New API in ISearchResultView breaks old if null is used | Build 20020519 ISearchResultView.searchStarted(.....). Clients were passing a null parameter that now has to be cast to IActionGroupFactory or IContextMenuProvider to get rid of compile errors. | 2002-05-21 02:51:45 | 1,021,960,000 | resolved fixed | 0fb5099 | 1,021,970,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultCollector.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultCollector.java | JDT |
5,768 | 16,452 | Bug 16452 Must check for null in uses of IWorkbenchPartReference.getPart | null | 2002-05-20 12:47:14 | 1,021,910,000 | resolved fixed | 7897bc9 | 1,021,940,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringSupportFactory.java | JDT |
5,769 | 4,240 | Bug 4240 Can't edit class path entry (1GKEPIF) | There is no way to edit an existing entry for a library on the Java Build Path project properties page (other than editing the .classpath file directly). NOTES: EG (9/22/2001 11:42:11 AM) this is particularly annoying for variables. we should have an Edit button when a variable is selected. | 2001-10-10 23:08:24 | 1,002,770,000 | resolved fixed | b717ba0 | 1,021,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathContainerWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/NewContainerDialog.java org.eclipse.jdt.ui/ui/org/eclips... | JDT |
5,770 | 14,943 | Bug 14943 Code Assist does not respect platform line ends | I performed the following scenario: 1. Created a new class 2. Added a method. 3. Defined a local variable for an array 4. Used code assist to create a for loop with temporary variable. The resulting code has LF as linefeeds on a windows machine. They should be CR/LF. | 2002-04-30 13:53:18 | 1,020,190,000 | resolved fixed | 9e0b65b | 1,021,560,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/DocumentTemplateContext.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContext.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContextType.j... | JDT |
5,771 | 15,604 | Bug 15604 Promote Fill arguments on method completion to a real preference | It is still in work in progress but it has become an established feature by now. Promote the preference to the code assist preference page. | 2002-05-09 08:41:00 | 1,020,950,000 | resolved fixed | 4820fe3 | 1,021,560,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.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/ContentAssistPreference.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/u... | JDT |
5,772 | 16,075 | Bug 16075 Strange Cut/Copy and Paste behavior | I was trying to move to compilation units from one project to another in the Java Browsing perspective. I selected them in the types brwoser and selected Cut. I then tried to Paste them in another package by selecting the target package in the packages view but paste wasn't enabled. I tried to paste them in the navigat... | 2002-05-15 16:02:27 | 1,021,490,000 | resolved fixed | 5032af8 | 1,021,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/CutSourceReferencesToClipboardAction.java | JDT |
5,773 | 14,680 | Bug 14680 Compare unreadable in high contrast black | If you are in High Contrast Black the differences in the Compare browser are shown in Grey - this is unreadable with White text. STEPS 1) Change your system colors to High Contrast Black 2) Compare two editions of a project from a repository 3) Select one of the differences - all of the highlights are shown with a grey... | 2002-04-25 16:10:10 | 1,019,770,000 | resolved fixed | f15094c | 1,021,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaMergeViewer.java | JDT |
5,774 | 16,051 | Bug 16051 DOM/AST: wrong position in if statement | Build 20020514 + latest core In the following example the range for the if statement should be [125|33] but it is [125|33] package locals_in; public class A_test521 { public volatile boolean flag; public void foo() { int i= 5; /*]*/if (flag) i= 10;/*[*/ i--; } } | 2002-05-15 12:15:46 | 1,021,480,000 | resolved fixed | 7438456 | 1,021,540,000 | org.eclipse.jdt.ui.tests.refactoring/resources/StructureSelectionAction/A_test29.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/actions/StructureSelectionActionTests.java | JDT |
5,775 | 14,837 | Bug 14837 Java Search: actions shouldn't be enabled if folder is selected in packages view | Build 20020425 Create a folder under a Java project by creating a package and putting a icon into it. Open context menu. Observe that there are actions for search. They always return zero results. | 2002-04-29 09:44:55 | 1,020,090,000 | resolved fixed | eb348a0 | 1,021,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java | JDT |
5,776 | 15,830 | Bug 15830 Encapsulate field should allow visibility selection | I love this feature! It would be even better if the first page of the dialog allowed selection of visibility. It is very common to create public getters/setters for private or protected fields. It's a little tedious to have to manually change this every time. Plus, visibility can (or could) affect how much code needs t... | 2002-05-12 16:25:37 | 1,021,240,000 | resolved fixed | 978e139 | 1,021,490,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/sef/SelfEncapsulateFieldInputPage.java | JDT |
5,777 | 15,698 | Bug 15698 NPE undo rename resource | Steps to recreate: 1. using a web project, selected (web content) directory 2. from menu pulldown selected Refactor ->Rename 3. typed in web content2 and rename was successful 4. from menu pulldown selected Undo rename Received message internal error in undo manager. Log shows: java.lang.NullPointerException at org.ecl... | 2002-05-09 21:11:20 | 1,020,990,000 | resolved fixed | a9e1633 | 1,021,470,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/UndoManagerAction.java | JDT |
5,778 | 9,112 | Bug 9112 goto type presents items not visible | stable 20020125 In the packages view Choose Go To > Type from the popup The resulting dialog displays things you cannot go to - it shows classes in referenced libraries even if you are not currenrtly showing referenced libraries - it shows classes not in your working set As a result if you pick that class nothing actua... | 2002-02-05 11:41:02 | 1,012,930,000 | resolved fixed | 4824d92 | 1,021,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoPackageAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoTypeAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ImportActi... | JDT |
5,779 | 15,638 | Bug 15638 Drag & Drop: Packages view doesn't update on move | Build: 20020508 If I move a file from the packages view using drag & drop, the packages view does not update to show that the file has been removed. After I refresh the packages view shows the file is no longer there. | 2002-05-09 12:21:07 | 1,020,960,000 | resolved fixed | 71efaac | 1,021,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/FileTransferDragAdapter.java | JDT |
5,780 | 13,197 | Bug 13197 new class wizzard creates protected constructor instead of public | When creating a class with the classwizzard using 'Constructors from superclass' the constuctor is created with protected visibility and not with public visibility. | 2002-04-10 07:14:04 | 1,018,440,000 | resolved fixed | fd64e89 | 1,021,400,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java | JDT |
5,781 | 14,113 | Bug 14113 Should listen to F_SOURCEATTACHED and F_SOURCEDETACHED java deltas | Build 20020416 Right now, when one change the attached source of a jar, a F_REMOVED_FROM_CLASSPATH java delta is fired, which is obviously wrong. As a consequence, the UI reacts by closing the class file editors opened on this jar, which is right for a F_REMOVED_FROM_CLASSPATH java delta. However I tried to fix the del... | 2002-04-18 11:05:40 | 1,019,140,000 | verified fixed | e529085 | 1,021,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileDocumentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java | JDT |
5,782 | 15,956 | Bug 15956 Cannot set Preferences>Builder>Abort build preferences | checking the checkbox has no effect | 2002-05-14 13:09:22 | 1,021,400,000 | resolved fixed | 49f94d7 | 1,021,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuilderPreferencePage.java | JDT |
5,783 | 14,411 | Bug 14411 Method sorting should put methods with less parameters first | Build 20020418 If you define the following cu: public class X { public void foo(String) { } public void foo(String, String) { } } and you choose to sort in the Outline, you get the following order: X +- foo(String, String) +- foo(String) I would expect to have: X +- foo(String) +- foo(String, String) | 2002-04-23 10:34:33 | 1,019,570,000 | resolved fixed | 47d20bb | 1,021,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementSorter.java | JDT |
5,784 | 15,755 | Bug 15755 "Browse workspace..." in "Attach source..." should default near the jar | Build: 20020508 In the "Attachments for <jar>" dialog (from Project->Properties->Java Build Path->Libraries tab->Attach Source) there is a "Browse Workspace..." button. When I click that I get an "Archive Selection" dialog. This dialog should default to the container that the jar is located in so that I don't have to h... | 2002-05-10 11:50:34 | 1,021,050,000 | resolved fixed | 772e789 | 1,021,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java | JDT |
5,785 | 6,819 | Bug 6819 Problem setting source folder on existing project | Build 2001-12-06 Start with the following existing structure on disk (not at default location): MyProject /build /dev/src/com/foo/A.java 1) Open new java project wizard. Enter project name. 2) Select the external directory "MyProject" as the location 3) Hit next. Choose "Use source folders..." 4) Click "Create New Fold... | 2001-12-11 16:29:14 | 1,008,110,000 | closed wontfix | 6e51fe5 | 1,021,310,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/DeleteResourcesAction.java | JDT |
5,786 | 11,699 | Bug 11699 Problems with Java Preference Page | The Java Preference Page needs a group box around the two radio buttons at the bottom so that assistive technologies can read it. There are other issues as well The use folders option will gray out the text widgets but not thier labels - this means it is not clear that they are disabled If General Settings for Java and... | 2002-03-19 15:17:39 | 1,016,570,000 | resolved fixed | 02d71bb | 1,021,300,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.java | JDT |
5,787 | 15,301 | Bug 15301 'show in packages view' - does not work fo java files not in source folders | 20020502 open a java file that is in a resource folder (so it is not an ICompilationUnit - just a file with .java extension) 'show in packages view' is present in the context menu but it does nothing | 2002-05-06 05:40:28 | 1,020,680,000 | resolved fixed | da509ab | 1,021,300,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/BaseJavaElementContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ShowInPackageViewAction.java | JDT |
5,788 | 15,263 | Bug 15263 Code-assist doesn't properly indent when overriding a method | Using the code-assist procedure of overriding a method (typing Ctrl-Space in the body of a class, then selecting a method to override), the generated code is not indented properly: only the first line is placed at the proper indent level, all following lines are aligned along the left margin. | 2002-05-04 12:52:07 | 1,020,530,000 | verified fixed | b5e8546 | 1,021,300,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/CodeGenerationSettings.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java | JDT |
5,789 | 15,340 | Bug 15340 Java Model Exceptions entering package name | Used build 20020501. - in Packages view - click on an existing folder - right click (to get context menu) New->Package - enter a name where prompted (e.g. "abcde") - the display doesn't keep up with the keys typed - the log file contains the following (note the exceptions at the bottom with "!STACK Java Model Exception... | 2002-05-06 13:00:09 | 1,020,700,000 | resolved fixed | 37a4980 | 1,021,230,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java | JDT |
5,790 | 12,871 | Bug 12871 JUnit view keeps focus even after clicking somewhere else. | Here are the scenarios I tested. Scenario 1 - Bug is revealed 1. Highlight a JUnit test in the packages view. 2. Click the "Run" button. 3. Highlight another test in the packages view. 4. BUG...JUnit still has focus. Scenario 2 - Bug is not present 1. Highlight a JUnit test in the packages view. 2. Click the "Run" butt... | 2002-04-05 10:02:29 | 1,018,020,000 | resolved fixed | bcb642b | 1,021,200,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java | JDT |
5,791 | 15,527 | Bug 15527 JavaCore constants should be used is favor of hard-coded strings | the following classes should use constants defined in JavaCode rather than hard-coded strings StubUtility CodeFormatterUtil CompilationUnitEditor JavaCodeScanner JavaCompiletionProcessor | 2002-05-08 10:24:11 | 1,020,870,000 | resolved fixed | 30f40b6 | 1,021,160,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/CodeFormatterUtil.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/... | JDT |
5,792 | 15,801 | Bug 15801 NPE New class wizard opened on non-Java project | 1) create a simple project ZZZ 2) new>Java>class 3) next NPE !ENTRY org.eclipse.ui 4 0 Sat May 11 13:10:22 GMT+02:00 2002 !MESSAGE java.lang.NullPointerException !STACK java.lang.NullPointerException at org.eclipse.jface.wizard.WizardPage.getShell(WizardPage.java:196) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.set... | 2002-05-11 07:07:33 | 1,021,120,000 | resolved fixed | 55fc4a5 | 1,021,130,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewInterfaceWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java org.ec... | JDT |
5,793 | 15,797 | Bug 15797 IllegalArg exception when canceling Java project creation | 20020508+ 1) New 2) Java> Project 3) cancel ->get an IllegalArgumentException. Problem does not occur for a Simple project. !STACK java.lang.IllegalArgumentException: Path for project must have only one segment. at org.eclipse.core.internal.utils.Assert.isLegal(Assert.java:50) at org.eclipse.core.internal.resources.Wor... | 2002-05-11 04:13:51 | 1,021,100,000 | resolved fixed | 4b05452 | 1,021,120,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizardPage.java | JDT |
5,794 | 15,790 | Bug 15790 Java file icons too fat in editor tabs | Eclipse 20020508 All platforms 1) Open a .txt file. 2) Open a .java file Look at the space between the edge of the tab and the image and the edge of the image and the start of the text. The image used for *.java has extra space on the left and right edges. This is using up pixels that would be better used for displayin... | 2002-05-10 16:48:39 | 1,021,060,000 | resolved fixed | 4cfac82 | 1,021,120,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaUILabelProvider.java | JDT |
5,795 | 4,094 | Bug 4094 Refactoring: Undo menu label can get very long (1GKB4LH) | If my refactoring has a long name (e.g. long method name) then the Undo menu can get very long. NOTES: EG (9/20/2001 9:33:30 AM) we should use the smart label strategy to shorten the names. | 2001-10-10 23:05:56 | 1,002,770,000 | resolved fixed | e9f286b | 1,021,110,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RedoRefactoringAction.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/UndoManagerAction.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/UndoRefactoringAction.ja... | JDT |
5,796 | 13,082 | Bug 13082 Refactor-Undo/Redo labels not updated properly | Build 20020404++ - do smoke test - extract the method - rename Test -> A - Undo refactoring: observe: the Undo label is still saying undo rename Test ... not Undo extract method | 2002-04-09 12:21:11 | 1,018,370,000 | resolved fixed | 93e58d1 | 1,021,110,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/UndoManager.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/IUndoManagerListener.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/UndoManagerAdapter.java org... | JDT |
5,797 | 15,656 | Bug 15656 Two differerent Views are called "packages" | There are two different views called Packages - one in the Java Browsing perspective and one in the Java Perspective. This is very confusing for someone trying to get one of the using Show V | 2002-05-09 14:00:08 | 1,020,970,000 | resolved fixed | f683a9c | 1,021,110,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/ProjectsView.java | JDT |
5,798 | 4,676 | Bug 4676 [Navigator] Tree scroll bar out of sync with top item (1GEJYGD) | The Tree scroll bar can get out of sync with the top item on Linux. To reproduce in Eclipse: 1. Open a standard SWT development workspace with the UIMain launcher loaded (org.eclipse.core.launcher should be the first project in the tree). 2. Expand the project to display the UIMain class and select it. 3. Exit Eclipse ... | 2001-10-11 14:21:05 | 1,002,820,000 | resolved fixed | cc534da | 1,021,070,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
5,799 | 15,586 | Bug 15586 Warn the user when a project without the Java nature is opened | When opening a closed project that doesn't have the Java nature when opened, then we should inform the user that the opened project will not appear in the packages view. | 2002-05-08 17:57:33 | 1,020,900,000 | verified fixed | a397d8e | 1,021,050,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/ListDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenProjectAction.java | JDT |
5,800 | 15,747 | Bug 15747 StringIndexOutOfBoundsException from extract method | !STACK java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java(Compiled Code)) at org.eclipse.jdt.internal.corext.codemanipulation.MethodBlock.fill (MethodBlock.java:52) at org.eclipse.jdt.internal.corext.codemanipulation.CodeBlockEdit.createText (CodeBlockEdit... | 2002-05-10 11:14:12 | 1,021,040,000 | resolved fixed | 734e9e9 | 1,021,050,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/MethodBlock.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/TryCatchBlock.java | JDT |
5,801 | 15,473 | Bug 15473 F3 opening more than one class | build 20020502 1) Get JDT Core from HEAD. 2) Add antadapter as a source folder 3) Create a package under antadapter called org.eclipse.jdt.core 4) Move the JDTCompilerAdapter class from default to the new package 5) Add ant.jar to the classpath 6) There are error indicating the class Util cannot be resolved 7) Highligh... | 2002-05-07 16:55:09 | 1,020,800,000 | resolved fixed | c95c7c0 | 1,021,030,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenAction.java | JDT |
5,802 | 13,981 | Bug 13981 Show In Packages view not precise | Build 20020416 0. Set Package explorer preference to show members 1. Select a method in the Outline or Type Hierarchy view 2. Navigate -> Shwo in Packages View ==> CU is selected instead of method | 2002-04-17 05:39:15 | 1,019,040,000 | resolved fixed | 3c9f82a | 1,021,030,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenActionUtil.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/SelectionConverter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ShowInPackageViewAction.java | JDT |
5,803 | 15,571 | Bug 15571 IndexOutOfBoundsException in Override Methods action | Got the following when using "Override Methods" action: <?xml version="1.0" encoding="UTF-8"?> <log> <log-entry date="Wed May 08 13:49:56 CDT 2002"> <status code="4" severity="INFO" message="Unhandled exception caught in event loop." plugin-id="org.eclipse.core.resources"> </status> </log-entry> <log-entry date="Wed Ma... | 2002-05-08 14:49:27 | 1,020,880,000 | resolved fixed | edac84e | 1,021,030,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java | JDT |
5,804 | 7,330 | Bug 7330 Make more actions available on text selection | I could not find the action "Add Javadoc Comment" until I switched to the Outline view. I expected the action to be 1. in the context menu and if not 2. in the Edit (or some other global) menu I think currently we distribute the actions on a personal taste basis. This should be changed. It is not clear to users why som... | 2002-01-08 03:11:59 | 1,010,480,000 | resolved fixed | 08af42f | 1,021,020,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringWizardDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ImportActionGroup.... | JDT |
5,805 | 13,661 | Bug 13661 Labels and widgets too far apart in preference pages | Build: 20020411 Steps: 1. Click on Window->Preferences 2. Open Java->Editor or Java->Compiler The widgets used to select options (Combo boxes or color selection boxes) are right-aligned, and the labels are left aligned, leaving a large space between. This problem is magnified if the user opens a page that is wider than... | 2002-04-12 12:12:37 | 1,018,630,000 | resolved fixed | 07f36eb | 1,020,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerPreferencePage.java | JDT |
5,806 | 15,407 | Bug 15407 quick fix: removes too many temps (multi declaration case) | 20020502+ package p; class Test{ int i(){ int i= 0, jjj= 1; return i; } } jjj is not used to qf offers to remove it. i say 'fine' but it leaves me in a state with compiler errors: class Test{ int i(){ return i; } } | 2002-05-07 09:08:55 | 1,020,780,000 | resolved fixed | 7a71f43 | 1,020,870,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java | JDT |
5,807 | 15,503 | Bug 15503 JavaModelException in log | everytime you move a cu this is dumped in .log this JavaElementImageProvider guy should call exists() before he asks for flags !STACK Java Model Exception: Java Model Status [Test.java does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:478) at org.eclipse.jdt.internal... | 2002-05-08 06:03:24 | 1,020,850,000 | resolved fixed | 91890f2 | 1,020,870,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.java | JDT |
5,808 | 9,103 | Bug 9103 Search reports no references to SWT.Help | 1) Open class SWT 2) Select field Help 3) References>Workspace Nothing found | 2002-02-05 10:58:31 | 1,012,920,000 | resolved fixed | d3ad2a2 | 1,020,870,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindReferencesAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaElementAction.java | JDT |
5,809 | 6,459 | Bug 6459 usability: working set filter dialog avoidance | would it be possible to avoid showing the working set dialog on applying a working set? i mean, it could (in the menu) show me a list of set i have. just like search does (which is a very useful feature) | 2001-11-30 08:36:29 | 1,007,130,000 | resolved fixed | 2cd22a4 | 1,020,860,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/WorkingSetComparator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/CheckWorkingSetAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java | JDT |
5,810 | 8,595 | Bug 8595 'Open super implementation' should be disabled | In the Outline view, there seems to be a new menu item 'Open super implementation', and a corresponding decoration on methods to indicate thet they have a super implementation. The UI already knows if the method has a super implementation, so it should disable the menu item when there is no super implementation to open... | 2002-01-28 11:05:28 | 1,012,230,000 | resolved fixed | 7a45fc9 | 1,020,860,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenSuperImplementationAction.java | JDT |
5,811 | 3,913 | Bug 3913 icons for interface members (1GF5V6P) | AK (6/11/01 4:44:53 PM) icons for interface members should be as follows: - for fields: always public static and final - for methods: always public and abstract NOTES: EG (6/11/2001 5:27:23 AM) no action for June. | 2001-10-10 23:02:56 | 1,002,770,000 | resolved fixed | cf8b488 | 1,020,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.java | JDT |
5,812 | 15,330 | Bug 15330 NPE with quickfix | build 0425 JButton desktop=new JButton("Hintergrund"); desktop.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { JDesktopPane pane=SwingUtilities<ERROR>(JDesktopPane.class,this); } }); <ERROR> it should be SwingUtilities.getAnchestorOfClass Of course the above code snippet produceed ... | 2002-05-06 11:56:48 | 1,020,700,000 | resolved fixed | 0b6a99d | 1,020,790,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewMethodCompletionProposal.java | JDT |
5,813 | 12,720 | Bug 12720 Can't DND into non-source folder in Packages view | Build 20020321 In the Packages view, I can drag a file from the file system onto a project, a package or a source folder. However I cannot drag it onto a non-source folder. I can, however, drag the file onto the project, and then drag it into the non- source folder from within the packages view. The packages view shoul... | 2002-04-03 14:55:50 | 1,017,860,000 | resolved fixed | 5dacc76 | 1,020,790,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/FileTransferDropAdapter.java | JDT |
5,814 | 15,308 | Bug 15308 Persist the size of the refactoring wizard | The initial size of the refactoring wizard is often too small and we are getting usability complaints. Suggest to persist the size and position of the refactoring wizard. When restoring the position/size we should check that the wizard still fits on the current screen. | 2002-05-06 08:17:39 | 1,020,690,000 | resolved fixed | 218a16b | 1,020,790,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringWizardDialog.java | JDT |
5,815 | 15,404 | Bug 15404 surround with try/catch: should check more before asking | 20020502+ package p; class Test{ void m(){ /*[*/int i= 1; }; }/*]*/ try surrounging you'asked 'catch RuntimeException?' and then it turns out that it cannot be done anyway. it should maybe check before asking me | 2002-05-07 09:00:57 | 1,020,780,000 | resolved fixed | 606558e | 1,020,780,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/SurroundWithTryCatchAnalyzer.java | JDT |
5,816 | 3,733 | Bug 3733 'close project' not available in the package view (1GEHFLT) | AK (5/29/01 12:05:55 PM) should the 'close project' action be available also in the package view? NOTES: EG (5/29/01 5:31:26 PM) not for June EG (7/12/01 2:23:28 PM) this requires JavaModel support so that closed projects show up in the UI. Otherwise closing a project makes it disappear. | 2001-10-10 22:59:59 | 1,002,770,000 | resolved fixed | d988952 | 1,020,780,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CompositeActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/ProjectsView.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerA... | JDT |
5,817 | 15,412 | Bug 15412 deleting type removes too much from editor | 20020502 package p; /** */ class Test{ }/** */ class Test1{ } delete Test you end up with: package p; */ class Test1{ } which does not even compile | 2002-05-07 09:33:36 | 1,020,780,000 | resolved fixed | a1f7b66 | 1,020,780,000 | org.eclipse.jdt.ui.tests.refactoring/resources/DeleteSourceReference/test16/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/DeleteSourceReference/test16/out/A.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/actions/DeleteSourceReferenceActionTests.java | JDT |
5,818 | 15,157 | Bug 15157 New-> menu disappears when folder is selected | Build: 20020501 The New-> menu in the packages view is not added to the pop-up menu when a folder is selected. It is added when a source folder is selected. | 2002-05-02 18:39:14 | 1,020,380,000 | resolved fixed | a6f6f3f | 1,020,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/BuildActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ImportActionGroup.java | JDT |
5,819 | 12,035 | Bug 12035 refactoring error page: must be able to handle working copies | as it is now the error page always gets the original element from the working copy i pass it in the JavaSourceContext it should be able to just use this working copy - otherwise i have no way to present error context correctly | 2002-03-21 11:13:36 | 1,016,730,000 | resolved fixed | 48d2b63 | 1,020,700,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ErrorWizardPage.java | JDT |
5,820 | 18,375 | Bug 18375 Java Perspective slow to switch to the first time | Build 20020530. I have a workspace with a Java, Java Browsing, Debug, and Resource perspectives open. The workspace is saved with the Resource perspective active. The Java Perspective is on the Packages view and a class is expanded (e.g. org.eclipse.ui.internal.WorkbenchPage) so that its methods are listed. When I star... | 2002-05-30 16:25:24 | 1,022,790,000 | resolved fixed | 1a78b29 | 1,020,700,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java | JDT |
5,821 | 9,374 | Bug 9374 Surround with try/catch: doesn't work with static initializers | package tests; import java.io.*; public class D { private static InputStream input; static { input = new FileInputStream("myfile"); } } Can't surround input= ..... | 2002-02-11 04:06:50 | 1,013,420,000 | resolved fixed | b8025d2 | 1,020,700,000 | org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/D.java org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_in/TestInitializer.java org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_in/TestSta... | JDT |
5,822 | 9,228 | Bug 9228 Surround with try-catch works only if the selected code throws a exception | As there are runtime exceptions, wich can be interesting to catch by clients, it would be nice to allow the surround feature on any code snippet. Standard exception could be Throwable. | 2002-02-07 09:06:34 | 1,013,090,000 | resolved fixed | 5eda0a9 | 1,020,690,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/SurroundWithTests.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/DeleteNodeEdit.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/MemberEdit.java org.eclips... | JDT |
5,823 | 15,188 | Bug 15188 Persist "update references" refactoring preference | The "Move" refactoring dialog should persist the "Update references to the moved element(s)" preference. In addition, the default setting for the button should be ON. The common case for a refactoring is that the user wants us to update references. | 2002-05-03 10:12:26 | 1,020,440,000 | resolved fixed | afba086 | 1,020,680,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/JdtMoveAction.java | JDT |
5,824 | 15,305 | Bug 15305 incorrect deletion of fields (multi-declaration case) | 20020502+latest public class A { int i, j; } delete field i by calling (delete action i the outliner does it too) IField::delete(false, new NullProgressMonitor()); you end up with: public class A { j; } | 2002-05-06 06:11:52 | 1,020,680,000 | resolved wontfix | f3586a8 | 1,020,680,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/actions/DeleteSourceReferenceActionTests.java | JDT |
5,825 | 3,926 | Bug 3926 issue copying file with duplicate name (1GF60YK) | I tried to copy a package.html file from one package to another using the "copy" menu entry in the packages view. The destination package already had a file called package.html so I was presented with a "Duplicate names" dialog. The dialog has two radio buttons, one for "replace element" and one for "rename to". Issues... | 2001-10-10 23:03:08 | 1,002,770,000 | resolved fixed | 5577ddb | 1,020,680,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/CopyRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgRefactoring.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/JdtMoveAction.java org.eclipse.jdt.ui/ui/org/ecli... | JDT |
5,826 | 14,777 | Bug 14777 Self-encapsulate failure + undo scribbles in read-only file | Build: 20020426 (M5++) to reproduce the problem: 1. new class 2. keep editor open for the class 3. new default visibility field 4. make the class read-only 5. in the outliner select the field 6. from the pulldown select refactor->self-encapsulate 7. the operation attempts to run and then fails 8. click undo to undo the... | 2002-04-26 15:04:48 | 1,019,850,000 | resolved fixed | 1ceeabf | 1,020,440,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java | JDT |
5,827 | 12,683 | Bug 12683 Invalid Thread Access self hosting using Java Search | The Java Search causes an Invalid Thread Access when you are self hosting. This will also occur if you use search in a JUnit test or if I run Eclipse using the following options: eclipse -ws win32 -debug -dev bin The problem is a call to Display.getCurrent() in the initialization code for the JavaEditorPreferencePage w... | 2002-04-03 09:10:25 | 1,017,840,000 | resolved fixed | 3775393 | 1,020,430,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java | JDT |
5,828 | 15,108 | Bug 15108 Add import deletes code | Build 20020501 1) Create a class "TestingFoo" in package "Testing". 2) In another package, create a class and method and type "TestingFoo". 3) With the cursor at the end of "TestingFoo", hit Ctrl+Shift+M to add the import. It deletes part of the class name, and all that's left is "oo". I guess it does a match against t... | 2002-05-02 11:53:46 | 1,020,350,000 | resolved fixed | b8eeaa0 | 1,020,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/AddImportOnSelectionAction.java | JDT |
5,829 | 14,531 | Bug 14531 Unable to use JarPackager headless | Beginning with the 04/23 Integration build, I am unable to utilize the JarPackager in a headless environment. Specifically, I have defined my own Ant tasks which perform operations including jar packaging. The problem is in JarFileExportOperation.getDirtyEditors(Shell parent). Is it possible to accept null for parent a... | 2002-04-24 12:22:08 | 1,019,670,000 | resolved fixed | 5188c99 | 1,020,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java | JDT |
5,830 | 15,152 | Bug 15152 Java Editor no longer displays external source | When I set a source lookup path to lookup source for a Junit test in "junit3.7src.zip", the java editor is not properly created: To recreate: (1) Create a launch config for "VectorTests" (2) On the "Source" tab of the launch config, remove the "JUnit" project and add an external jar. Select "junit3.7src.zip" in the fil... | 2002-05-02 17:49:48 | 1,020,380,000 | resolved fixed | e5eda0b | 1,020,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/AddImportOnSelectionAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java | JDT |
5,831 | 13,034 | Bug 13034 Cannot create a Source Folder in a new Java Project | build 20020404 If you try and create a Source Folder in a Java Project you have just created you get an error preventing you from hitting finish. STEPS 1) Create Java Project Foo 2) Open New->Source Folder 3) Enter Bar as the name - you will get "Cannot nest entry Bar inside entry Foo/Bar" 4) Create a folder Bar. 5) Ad... | 2002-04-08 16:30:36 | 1,018,300,000 | resolved fixed | 1986114 | 1,020,360,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/StatusUtil.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java | JDT |
5,832 | 9,159 | Bug 9159 Classpath wizard should not complain when adding missing source folder | Build 20020125 - Define a project A with source folder 'src1'. - Go to the .classpath file and edit it to insert one extra line: <classpathentry kind="src" path="src2"/> below the line referring to first source folder: <classpathentry kind="src" path="src1"/>. - Now, try to add this missing source folder 'src2', it isn... | 2002-02-06 07:38:57 | 1,013,000,000 | resolved fixed | 52b834c | 1,020,280,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/CPListLabelProvider.java | JDT |
5,833 | 14,421 | Bug 14421 Old .CLASS Files Are Not Deleted | When creating a project that does NOT use source folders (and does not use a bin directory for .class files) the .java and .class files are stored together in the Java package structure. When converting a project to use source folders (and the required bin directory for .class files), the old .class files stored in the... | 2002-04-23 11:39:09 | 1,019,580,000 | resolved fixed | 1b8c60b | 1,020,270,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BuildPathsPropertyPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/Ja... | JDT |
5,834 | 14,525 | Bug 14525 Visual confirmation should be given when adding interfaces | BUILD: 20020412 When using the Interface Selection dialog, the user should be given some sort of visual confirmation that the interfaces they select have actually been added after hitting the Add button. Perhaps placing a check mark next to interfaces that have already been added, or keeping a separate list inside the ... | 2002-04-24 11:22:13 | 1,019,660,000 | resolved fixed | ec79c7f | 1,020,260,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/SuperInterfaceSelectionDialog.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.