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 |
|---|---|---|---|---|---|---|---|---|---|---|
2,635 | 129,912 | Bug 129912 [clean up] no brackets only for 'return' and 'throws' | 20060301 We should offer a third option where brackets in control stataments are only removed when the statement is a 'return' or 'throws'. This is a common code pattern for early exits or argument checking. if (type == null) throw new InvalidArgumentException("type must not be null"); | 2006-03-01 05:10:50 | 1,141,210,000 | resolved fixed | cf32ac4 | 1,141,230,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/Control... | JDT |
2,636 | 129,971 | Bug 129971 [build path] CCE in NewSourceContainerWorkbookPage.setSelection(..) | I20060228-1207 Found this in the log: !ENTRY org.eclipse.ui 4 0 2006-03-01 12:13:33.142 !MESSAGE org.eclipse.jdt.internal.ui.wizards.buildpaths.CPListElementAttribute !STACK 0 java.lang.ClassCastException: org.eclipse.jdt.internal.ui.wizards.buildpaths.CPListElementAttribute at org.eclipse.jdt.internal.ui.wizards.build... | 2006-03-01 11:23:08 | 1,141,230,000 | resolved fixed | 884f189 | 1,141,230,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/NewSourceContainerWorkbookPage.java | JDT |
2,637 | 129,876 | Bug 129876 [quick fix] Light bulb on unneccessary else statement suggests "surround with runnable" | When a statement is unnessarily nested within an else clause, quick fix suggests to "surround with runnable". Which is of course incorrect. I'm using 3.2m5, check the quick fix on the else. (Java->Compiler->Errors/Warnings->Unnessary else statement = Warning) package demo; public class TestElse { public void main(Strin... | 2006-02-28 22:58:23 | 1,141,190,000 | resolved fixed | 9f81fed | 1,141,230,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java | JDT |
2,638 | 129,807 | Bug 129807 [cleanup] Add final cleanup should only add keyword on methods with body | I20060223-1656 + ZRH plugin export The final keyword should only be added on methods with body. In particular, final should be omitted for interface methods and abstract methods. | 2006-02-28 12:07:35 | 1,141,150,000 | resolved fixed | dadcbf5 | 1,141,220,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/VariableDeclarationFix.java | JDT |
2,639 | 129,141 | Bug 129141 Attempt to import a named method-scoped class when using auto-complete | Eclipse will attempt to import a named method-scoped class, which is an error. | 2006-02-23 07:16:25 | 1,140,700,000 | verified fixed | 142dbed | 1,141,220,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java | JDT |
2,640 | 129,799 | Bug 129799 type decorations issues | 20060228 - also for class files - look at refresh problems: - decorators turned on - change in editor: class to interface | 2006-02-28 10:54:04 | 1,141,140,000 | resolved fixed | 20060af | 1,141,220,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/InterfaceIndicatorLabelDecorator.java | JDT |
2,641 | 127,203 | Bug 127203 AssertionFailedException double-clicking on test failure in JUnit view | build I20060208-0848 - running the performance tests, one of the tests had an error - double-clicked on the item in the JUnit view - it did not open (source for the test was in my workspace) - log got: org.eclipse.jdt.internal.core.Assert$AssertionFailedException: Assertion failed; at org.eclipse.jdt.internal.core.Asse... | 2006-02-09 19:54:31 | 1,139,530,000 | resolved fixed | 77db3a4 | 1,141,150,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenTestAction.java | JDT |
2,642 | 129,530 | Bug 129530 [quick fix] remove curly brackets should have least relevance | 20060227 Using quick fix on the 'for' of public class A { void f(List<? extends Number> x){ for (Iterator<? extends Number> iter = x.iterator(); iter.hasNext();) { Number num = iter.next(); //do stuff }} } has 'remove curly brackets' as first option. It should always be last (or second last in this example) | 2006-02-27 03:55:47 | 1,141,030,000 | resolved fixed | e9eee30 | 1,141,130,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java | JDT |
2,643 | 111,885 | Bug 111885 [decorators] info if class or interface is in file | Currently the package explorer (and other widgets showing file lists) show a small 'J' icon for java files. It would be useful if this was one symbol for classes, and another for interfaces. The choice would be made based on the public class/interface in the file. I frequently have a class and interface of the same nam... | 2005-10-07 07:08:21 | 1,128,680,000 | resolved fixed | f99bd62 | 1,141,120,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/InterfaceIndicatorLabelDecorator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java | JDT |
2,644 | 5,174 | Bug 5174 Goto package: Dialog shows META-INF | 1. package view, select CU 2. Go to - package... 3. List contains resource folders (incl META-INF) | 2001-10-23 10:55:01 | 1,003,850,000 | resolved fixed | 8f97edd | 1,141,060,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/PackageSelectionDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoPackageAction.java | JDT |
2,645 | 127,275 | Bug 127275 [compiler] Generalize ProblemReporter#localSourceEnd | null | 2006-02-10 10:53:47 | 1,139,590,000 | verified fixed | de0ac6d | 1,141,050,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java | JDT |
2,646 | 44,964 | Bug 44964 Rename doesn't work if there are any compilation errors | Type in the following code: int abc = 0; if (true) { System.out.println(abc) } Try to rename abc. It will fail because system.out.println doesn't have a semicolon. I should be allowed to rename even if there are comilation errors. | 2003-10-15 18:37:31 | 1,066,260,000 | resolved fixed | 244e40e | 1,141,040,000 | org.eclipse.jdt.ui.tests.refactoring/resources/RenameTemp/canRename/A_test61_in.java org.eclipse.jdt.ui.tests.refactoring/resources/RenameTemp/canRename/A_test61_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameTempTests.java org.eclipse.jdt.ui/core refactoring/org/ecl... | JDT |
2,647 | 129,165 | Bug 129165 [quick fix] 'Change modifier to final' changes order of variable decl fragments | I20060221-1300 Given: int i= 1, j= i + 1, h= j + 1; Serializable ser= new Serializable() { void foo() { System.out.println(j); } }; Then make j final with quick fix 'Change modifier of 'j' to final' Result: int i= 1, h= j + 1; final int j= i + 1; Serializable ser= new Serializable() { void foo() { System.out.println(j)... | 2006-02-23 10:19:31 | 1,140,710,000 | resolved fixed | 6e82f06 | 1,141,040,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierChangeCompletionProposal.java | JDT |
2,648 | 129,467 | Bug 129467 [implementation] CompilationUnitDocumentProvider#createFakeCompiltationUnit should check for null path | Version: 3.2.0 Build id: I20060217-1115 The annotate view in subclipse was broken by the addition of fake working copies in the comilation unit editor. Our implementation of IStorage#getFullPath was always returning null (as is allowed by the spec). Would it be possible to update CompilationUnitDocumentProvider#createF... | 2006-02-25 18:00:13 | 1,140,910,000 | resolved fixed | 17e259e | 1,141,030,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | JDT |
2,649 | 129,504 | Bug 129504 convert to enhanced for loop breaks on wildcards | 3.2M5 public class A { void f(List<? extends Number> x){ for (Iterator<? extends Number> iter = x.iterator(); iter.hasNext();) { Number num = iter.next(); //do stuff }} } This gets converted to something that does not compile. Expected: void f(List<? extends Number> x){ for (Number number:x){ Number num = number; //do ... | 2006-02-26 17:08:38 | 1,140,990,000 | resolved fixed | 5970d61 | 1,141,030,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertIterableLoopQuickFixTest.java | JDT |
2,650 | 129,427 | Bug 129427 Default Preferences can't be used to set Java Formatter Profile | I am attempting to use the default preferences mechanism (via the -pluginCustomization switch) to establish default values for the Java Code Formatter profile to be used (among a whole range of other preference defaults). This allows developers to create new workspaces without having to reimport/reselect the corporate ... | 2006-02-25 01:33:27 | 1,140,850,000 | resolved fixed | 6a3ce41 | 1,141,030,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodeFormatterConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileStore.java | JDT |
2,651 | 129,169 | Bug 129169 Allow toggle method breakpoint in call hierarchy view | R32M5 since the results from using the call hierarchy view are methods, it would make sense that I would be able to toggle breakpoints on the methods. | 2006-02-23 10:46:20 | 1,140,710,000 | resolved fixed | f718c02 | 1,140,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewer.java | JDT |
2,652 | 123,946 | Bug 123946 [quick assist] "Add keyword 'final' to all unchanged variables and properties" | This function can be provide with the "Format" function | 2006-01-16 06:11:36 | 1,137,410,000 | resolved fixed | 556a90e | 1,140,800,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/FixMessages.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fi... | JDT |
2,653 | 127,723 | Bug 127723 refactoring history: warn when replacing a jar with an older version | null | 2006-02-14 10:32:29 | 1,139,930,000 | resolved fixed | 6d2938e | 1,140,800,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/binary/StubRefactoringHistoryWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportData.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/inter... | JDT |
2,654 | 129,354 | Bug 129354 Keybinding for 'focus javadoc' only present for editor | If i'm in the Java persepective with the editor having focus, and I hover to get a javadoc popup, it says "Press 'F2' for focus." However, if my focus is in some other view, annd I hover over the same element to get its javadoc, it says "Press '' for focus.", and I can't get the javadoc to take focus with F2. eclipse 3... | 2006-02-24 10:40:30 | 1,140,800,000 | resolved fixed | 471d8ac | 1,140,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractJavaEditorTextHover.java | JDT |
2,655 | 121,034 | Bug 121034 [jar import] Cancel should undo all already executed refactorings | 3.2 M4 | 2005-12-15 05:16:26 | 1,134,640,000 | resolved fixed | fc8992d | 1,140,800,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringUIMessages.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/history/RefactoringHistoryWizard.java | JDT |
2,656 | 127,322 | Bug 127322 Aborting or undoing a failed rename of a Java project has no effect | The expected behavior of abort is not clear to me so I'll leave that one to y'all but undo is definitely an issue. Steps to reproduce: 1. Before starting eclipse, create a folder Foo in your workspace root, parallel to other existing or about-to-be-created top-level project folders. 2. Start Eclipse 3. Create Java proj... | 2006-02-10 15:02:16 | 1,139,600,000 | resolved fixed | 3e3767e | 1,140,790,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameJavaProjectChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameJ... | JDT |
2,657 | 127,993 | Bug 127993 Add implementations for SyncContentAdapter#save and restore | null | 2006-02-15 05:20:34 | 1,140,000,000 | resolved fixed | 58d0286 | 1,140,790,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationCompareAdapter.java | JDT |
2,658 | 126,806 | Bug 126806 Should JDT Team content provider stop at file when expanding | Currently, the Java Team content provider expands .java files to show the class within. I wonder if it shouldn't show this extra level. In the context of a Team operation, itI find this extra ebtry for each file distracting, expecially when performing an Expand All. | 2006-02-07 16:13:57 | 1,139,350,000 | resolved fixed | eecdb41 | 1,140,790,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaModelContentProvider.java | JDT |
2,659 | 11,820 | Bug 11820 [find/replace] find in scope - java only or not | is find in scope limited to java editor? if so - then this option should be disabled when i open the dialog in other places if not, then the color preference should be move out of java editor and chacking 'Selected Range' in the dialog should actually do someting (currently it just clears the selection without even col... | 2002-03-20 07:02:16 | 1,016,630,000 | resolved fixed | 7ea3cef | 1,140,780,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java | JDT |
2,660 | 128,048 | Bug 128048 [junit] Clear history action in JUnit view has misleading name | I20060215-0010 Clear history action suggests that past (already terminated) testruns are cleared from the testrun history, but instead the action terminates and removes all active and inactive testruns. I suggest to either implement the action to only clear terminated testruns from the history or rename it to something... | 2006-02-15 10:58:12 | 1,140,020,000 | resolved fixed | 1bef180 | 1,140,720,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitMessages.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunSession.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestR... | JDT |
2,661 | 128,070 | Bug 128070 [implementation] Check usage of CustomSourceInformationControl | null | 2006-02-15 12:50:21 | 1,140,030,000 | resolved fixed | 05efb0f | 1,140,710,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/ChangeHoverInformationControl.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/CustomSourceInformationControl.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCha... | JDT |
2,662 | 129,115 | Bug 129115 [clean up] Qualify static fields qualifies enum constants | When applying the Cleanup Wizard with the option "Use declaring class as qualifier for static member accesses" and the sub-option "Unqualified accesses" on a class that contains an enum declaration, the produced result contains syntax errors. Try it with a simple test class: public class TestClass { enum MyEnum { STATE... | 2006-02-23 03:22:17 | 1,140,680,000 | resolved fixed | c259a67 | 1,140,690,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CodeStyleFix.java | JDT |
2,663 | 117,477 | Bug 117477 [clean up] add 'remove this qualifier' clean up | There is 'add this qualifier' clean up, but there are no 'remove this qualifier'. But what if I have CU with such code style and don't like it? About this code: private int i; void foo(int i) {this.i= i;} May be just check that there are no SingleVariableDeclaration with same identifier in parent method(s)? Plus such c... | 2005-11-22 07:48:37 | 1,132,660,000 | resolved fixed | ad50420 | 1,140,690,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CodeStyleFix.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/FixMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefac... | JDT |
2,664 | 89,947 | Bug 89947 [search] polish filters for rules & potential matches | null | 2005-04-01 08:32:40 | 1,112,360,000 | resolved fixed | 13b710d | 1,140,680,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MatchFilter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchMessages.java | JDT |
2,665 | 127,638 | Bug 127638 [nls tooling] Missing wizard description in Externalize Strings wizard | I20060214-0010 Open Externalize Strings -> Wizard does not display a description, eg. telling the user to adjust the generated keys | 2006-02-14 05:25:04 | 1,139,910,000 | resolved fixed | a72633a | 1,140,630,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizard.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/NLSUIMessages.java | JDT |
2,666 | 128,825 | Bug 128825 [navigation] Long pause and exceptions pressing Ctrl+O | Build: 3.2 M5 While waiting for a long CVS checkout, I was browsing through some Java code. I hit Ctrl+O to open the outline, typed some characters ("get"), and then hit Ctrl+O again to show inherited members. There was a pause, and then the outline view went blank. After that, toggling Ctrl+O or changing the filter te... | 2006-02-21 11:15:58 | 1,140,540,000 | resolved fixed | d787b4c | 1,140,600,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java | JDT |
2,667 | 127,583 | Bug 127583 [1.5][compiler] Call to constructor with mismatched type parameter and arguement not detected | /* * This compiles fine in Eclipse 3.2M4 (BuildID: I20051215-1506) * It does not compile using Sun's Javac 1.5.0_06 */ import java.util.ArrayList; import java.util.Collection; import java.util.List; public class Test { private final List<Collection> aList = new ArrayList<Collection>(); public void foo() { final List<Co... | 2006-02-13 17:37:06 | 1,139,870,000 | verified fixed | 3d3ee81 | 1,140,460,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/ExtendsWildcardType.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TType.java | JDT |
2,668 | 127,677 | Bug 127677 [clean up][ui] should indicate selected cleanups on hidden tabs | I20060214-0010 Currently, the user cannot know what clean ups are active without going to every tab. That's a bit tedious for the common use case that you just want to apply a single clean up. One way to milden this problem of hidden active clean ups would be to add the number of active clean ups to the category tabs, ... | 2006-02-14 07:01:55 | 1,139,920,000 | resolved fixed | 5de061d | 1,140,450,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.java | JDT |
2,669 | 128,399 | Bug 128399 Deadlock while checking consistency of type info history | null | 2006-02-17 08:35:03 | 1,140,180,000 | verified fixed | 0108223 | 1,140,430,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/OpenTypeHistory.java | JDT |
2,670 | 120,846 | Bug 120846 [hierarchy] Jar Export/Import with refactorings fails when renaming type and similar elements | I20051214-0010 - new workspace, import junit3.8.1 source - new project JUnitTests - move all junit.tests* and junit.samples* packages to JUnitTests - export JUnit into junit1.jar with refactoring annotations - import the junit1.jar as file into JUnitTests and add to build path - rename Test to Toast, enable updating si... | 2005-12-14 06:39:45 | 1,134,560,000 | resolved fixed | 9740ea9 | 1,140,200,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/binary/StubCreationOperation.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/binary/StubRefactoringHistoryWizard.java | JDT |
2,671 | 128,180 | Bug 128180 [ltk][refactoring] Refactoring history wizard should offer cancel button on fatal error warning dialog | null | 2006-02-16 06:28:13 | 1,140,090,000 | resolved fixed | 386e9e5 | 1,140,190,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/history/RefactoringHistoryWizard.java | JDT |
2,672 | 127,733 | Bug 127733 [jar exporter] refactorings should be selected by default | 20060214-0010 - Open the JAR exporter on a project - enter a JAR name - check the 'export refactoring into JAR file' - press finish Note, no refactoring stored in the the refactoring file I should have gone to the 3rd page to check the refactorings Is there a reason not to select all refactorings by default? | 2006-02-14 10:46:39 | 1,139,930,000 | resolved fixed | 5993d79 | 1,140,190,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackagePreviewPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizard.java | JDT |
2,673 | 128,088 | Bug 128088 [typing] file save and cut& paste too slow | When I try to do a file save OR cut and paste in the editor, Eclipse goes into busy mode for 3-5 secs atleast. And this happens often. My project has a few thousand files. My machine is powerful. I dont see this happen on small projects. I have attached a thread dump when I was doing a cut. Full thread dump Java HotSpo... | 2006-02-15 14:41:53 | 1,140,030,000 | verified fixed | a724e2b | 1,140,180,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementHyperlinkDetector.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractJavaEditorTextHover.java | JDT |
2,674 | 128,051 | Bug 128051 [junit] History... menu entry is checked on empty history | I20060215-0010 Use the drop-down menu to open the testrun history dialog -> History... entry is checked, which makes no sense, since this is a command and not a toggle option | 2006-02-15 11:19:05 | 1,140,020,000 | resolved fixed | acbb064 | 1,140,170,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/HistoryDropDownAction.java | JDT |
2,675 | 128,363 | Bug 128363 NPE in JavaSearchEditorOpener | Build: I20060216-2000 1. Checked out org.eclipse.pde.ui from head 2. Right-click on the org.eclipse.pde.internal.ui.compare package and seach for references. 3. You will get three hits: one in the manifest.mf and two in the plugin.xml. Double-click on the plugin.xml and you will get this NPE in JavaSearchEditorOpener S... | 2006-02-17 03:32:04 | 1,140,170,000 | resolved fixed | cbc4fee | 1,140,170,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchEditorOpener.java | JDT |
2,676 | 128,165 | Bug 128165 [quick fix] Add 'break' to previous switch case on fall through | Version: 3.2.0 Build id: I20060216-0010 With the new compiler warning 'Switch case fall through' a new quick fix: 'Add 'break' to previous switch case' would be usefull. | 2006-02-16 04:07:30 | 1,140,080,000 | resolved fixed | 9625d7f | 1,140,110,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java | JDT |
2,677 | 127,922 | Bug 127922 NPE when invoking quick fix | I was trying out the quick fix feature from the problems view and found the NPE below. I think it happens because the Quick Fix is enabled but no resolutions are actually present. To re-create, put a space in the middle of one of your imported class names and save. In the Problems view, select the problem that says "<c... | 2006-02-14 17:09:59 | 1,139,950,000 | resolved fixed | 4baa096 | 1,140,110,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java | JDT |
2,678 | 127,746 | Bug 127746 [build path] Build Path action "no actions available" should be disabled | null | 2006-02-14 11:03:03 | 1,139,930,000 | resolved fixed | 5a3a62a | 1,140,090,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/GenerateBuildPathActionGroup.java | JDT |
2,679 | 127,995 | Bug 127995 RemoveCastOperation does not set TextEditGroup | In the refactoring preview this change nodes do not have a description therefor. | 2006-02-15 05:27:58 | 1,140,000,000 | resolved fixed | b08546e | 1,140,090,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java | JDT |
2,680 | 127,704 | Bug 127704 [clean up] 'Remove unnecessary casts' should work for nested casts | I20060214-0010 Clean up only removes one of the unnecessary casts: boolean m() { return (boolean) (Boolean) Boolean.TRUE; } | 2006-02-14 09:47:59 | 1,139,930,000 | resolved fixed | a8fede7 | 1,140,090,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java | JDT |
2,681 | 126,917 | Bug 126917 [clean up][ui] - Annotations should not be checked and disabled < 5.0 | I20060207-1305 Invoke Clean Up in a 5.0 project and check 'Add missing Annotations'. Then, invoke it on a 1.4 project. -> The checkboc is checked and disabled. This leaves the impressions that Annotations are added, but I cannot disable this cleanup. The disabled checkbox should not be checked. Alternatively, the whole... | 2006-02-08 10:04:17 | 1,139,410,000 | resolved fixed | efe7e13 | 1,140,090,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ControlStatementsCleanUp.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/Java50CleanUp.java | JDT |
2,682 | 127,563 | Bug 127563 NPE in ContextSensitiveImportRewriteContext | Build id: I20060213-0800 I found this in my log while working today. I don't know what caused it and there didn't seem to be any other side-effects. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.codemanipulation.ContextSensitiveImportRewriteContext.findInContext(ContextSensitiveImportRewriteContext.... | 2006-02-13 16:20:24 | 1,139,870,000 | verified fixed | e1bca1a | 1,140,020,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java | JDT |
2,683 | 122,566 | Bug 122566 Exception from project rename in target workbench | when renaming a project in a target workbench an EmptyStackException is thrown if you try to undo the rename. Steps to reproduse: 1. run a target workbench 2. create a new java project 3. rename it via the refactoring menu 4. undo the rename This problem does not happen in Eclipse itself, it only seems to occur in a ta... | 2006-01-03 16:28:54 | 1,136,320,000 | verified fixed | bc9faca | 1,140,020,000 | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/history/RefactoringHistoryManager.java org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/history/RefactoringHistoryService.java | JDT |
2,684 | 127,695 | Bug 127695 [build path] can't change native library location for project | 20060214-0010 1. create 2 new projects 2. open project properties of first project, build path page 3. go to 'Projects' tab, add the other project 4. expand the node, select 'native library' 5. press 'Edit', nothing happens | 2006-02-14 09:15:14 | 1,139,930,000 | verified fixed | 72e9068 | 1,140,020,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ProjectsWorkbookPage.java | JDT |
2,685 | 127,655 | Bug 127655 [api] Must have a way to query quick assist context from source viewer | I20060214-0010 [api] Must have a way to query quick assist context from text viewer. In addition, quick assistant install must specify that besides ITextViewer also ITextViewerExtension7 must be present in order to get the invocation context. ==> assertion failure if this is not met. | 2006-02-14 05:56:03 | 1,139,910,000 | verified fixed | 6a5fb5d | 1,140,020,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/MarkerResolutionTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionAssistant.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/inte... | JDT |
2,686 | 127,656 | Bug 127656 [api] remove 'selection' from IQuickAssistInvocationContext API methods | I20060214-0010. Remove 'selection' from IQuickAssistInvocationContext API methods. | 2006-02-14 05:57:41 | 1,139,910,000 | verified fixed | add6ba7 | 1,140,010,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/MarkerResolutionTest.java 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/PropertiesFileCorrectionProcessor.java | JDT |
2,687 | 127,661 | Bug 127661 Refactoring: status not updated upon changes in Introduce Indirection dialog | I20060214-0010 Status not updated upon changes in Introduce Indirection dialog when using the 'Browse...' button or selecting a class from the drop down. Test Case: 1. add CU Test.java with following source: public class Test { int foo() { return 2; } int useFoo() { return foo(); } } class P {} 2. select foo() in useFo... | 2006-02-14 06:17:22 | 1,139,920,000 | verified fixed | 936d6db | 1,140,010,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceIndirectionInputPage.java | JDT |
2,688 | 127,791 | Bug 127791 [preferences] new compiler option COMPILER_PB_FALLTHROUGH_CASE | null | 2006-02-14 12:21:31 | 1,139,940,000 | verified fixed | ed97c47 | 1,140,000,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java | JDT |
2,689 | 127,556 | Bug 127556 AssertionFailedException refactoring class to a new file | I got the following errors refactoring to a new file STEPS 1) Load the attached project 2) Open NewAction 3) Select the private class Fred 4) Select Refactor -> Move Member Type to New File 5) Select OK (enter nothing in the dialog) !ENTRY org.eclipse.ltk.core.refactoring 4 2 2006-02-13 16:11:57.375 !MESSAGE Problems o... | 2006-02-13 16:13:17 | 1,139,870,000 | verified fixed | 39adb0f | 1,139,990,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java | JDT |
2,690 | 127,741 | Bug 127741 [jar exporter] failure updating to new JAR | 20060214-0010 I got the following exception in the log when updating to a new JAR. The preview was empty and the refactorings where not allied to the sources using the new JAR. I can provide you with the JAR's if required. !ENTRY org.eclipse.ltk.ui.refactoring 4 10000 2006-02-14 16:52:08.583 !MESSAGE Internal Error !ST... | 2006-02-14 10:54:25 | 1,139,930,000 | verified fixed | c75cc8d | 1,139,990,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/history/RefactoringHistoryWizard.java | JDT |
2,691 | 127,481 | Bug 127481 [content assist][preferences] Need new checkbox in Content Assist preference page for CODEASSIST_DEPRECATION_CHECK | null | 2006-02-13 10:50:53 | 1,139,850,000 | resolved fixed | 1699f7e | 1,139,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java | JDT |
2,692 | 127,475 | Bug 127475 Request that IMG_OBJS_JAVADOCTAG be added to ISharedImages | We are currently using JavaPluginImages.IMG_OBJS_JAVADOCTAG in our source. We need to replace that with pulic API. So we'd like to request that this be moved to ISharedImages. This is blocking our effort to stop using internal jdt calls. | 2006-02-13 10:43:25 | 1,139,850,000 | verified fixed | dac53ca | 1,139,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ISharedImages.java | JDT |
2,693 | 127,438 | Bug 127438 junit view: fast view icon shows "completed" state when view is shown | null | 2006-02-13 04:27:07 | 1,139,820,000 | resolved fixed | 20f634e | 1,139,840,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java | JDT |
2,694 | 127,441 | Bug 127441 junit view: showing errors only takes a long time | null | 2006-02-13 04:56:31 | 1,139,820,000 | resolved fixed | a647f7a | 1,139,830,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestViewer.java | JDT |
2,695 | 99,199 | Bug 99199 [quick fix] Configure access rules should use the new configure build path icon | We have a icon for Configure build path actions (see the action in the Build Path menu). We should use it for the quick fix. | 2005-06-09 12:57:07 | 1,118,340,000 | resolved fixed | 98e37cf | 1,139,830,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java | JDT |
2,696 | 127,346 | Bug 127346 [quick assist] NPE during clean up wizard "for loop conversion" | The following NPE occurs with 3.2m4 and also with latest integration build 20060210 with "for loop conversion": eclipse.buildId=I20060210-1214 java.version=1.5.0_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Command-line arguments: -data C:\Program Files\Eclipse 3.2 M... | 2006-02-10 17:32:54 | 1,139,610,000 | verified fixed | 4d24b33 | 1,139,830,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java | JDT |
2,697 | 100,787 | Bug 100787 [search] JavaSearchEditorOpener holds onto last used editor | RC3 - do a search - open the search result - close all editors observe: JavaSearchEditorOpener holds onto the last used editor to open a match. Although this is not a leak we should try to not hold onto closed editors. | 2005-06-20 06:10:31 | 1,119,260,000 | verified fixed | ee86127 | 1,139,830,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchEditorOpener.java | JDT |
2,698 | 113,770 | Bug 113770 [organize import] generates syntactically incorrect static import | In very few cases, "organize import" generates an invalid static import. Note that the following compiable example must be placed in *two* separate files. When organizing imports for the first file, it generates the invalid import "import static EclipseBugOrganizeStaticImport.logger;". ---------------------------------... | 2005-10-26 05:38:23 | 1,130,320,000 | resolved fixed | 94f5bc2 | 1,139,830,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportReferencesCollector.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java | JDT |
2,699 | 123,086 | Bug 123086 Strange code assist for static imports | I20060105-0800 Test case: package p; public class Decl { public static final int VALUE= 0; } package q; import static Decl<code assit> public class A { } - execute code assist after import static Decl - pick p.Decl observe: you get package q; import static Decl import p.Decl; public class A { } | 2006-01-09 06:03:25 | 1,136,800,000 | resolved fixed | 0962cfe | 1,139,820,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java | JDT |
2,700 | 127,105 | Bug 127105 Package explorer hierarchical mode calls ICompilationUnit#getChildren() in PackageExplorerProblemTreeViewer#isExpandable | null | 2006-02-09 12:19:08 | 1,139,510,000 | verified fixed | ef0497e | 1,139,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
2,701 | 123,775 | Bug 123775 [cleanup] Provide Select All/Deselect All/Select Default buttons on page to select fixes | I20060105-0800 For better usability, there should be buttons to control the selection behavior, eg. to execute one fix only (removing all unnecessary NLS tags) | 2006-01-13 10:40:41 | 1,137,170,000 | resolved fixed | 5275b82 | 1,139,590,000 | org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/CleanUpPerfTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AbstractCleanUp.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CodeSt... | JDT |
2,702 | 127,250 | Bug 127250 AFE when typing @ in javadoc comment | I20060208-0848 + plugins for smoke test Type an "@" in a javadoc. Content assist opens, Exception in log: !ENTRY org.eclipse.ui 4 0 2006-02-10 13:01:55.872 !MESSAGE Failed to execute runnable (org.eclipse.jface.util.Assert$AssertionFailedException: null argument;) !STACK 0 org.eclipse.swt.SWTException: Failed to execut... | 2006-02-10 07:03:43 | 1,139,570,000 | verified fixed | b33f10a | 1,139,570,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java | JDT |
2,703 | 126,507 | Bug 126507 [CommonNavigator] [Java] Proposed Java extension for Common Navigator | null | 2006-02-05 20:42:52 | 1,139,190,000 | resolved fixed | 864729e | 1,139,570,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/MultiActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/CommonLayoutActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/IExtensionStateConstants.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/J... | JDT |
2,704 | 120,195 | Bug 120195 [performance] huge memory usage when large file selected in package explorer | 3.2M2 I have a large .java file (25MB - generated junit test suite) When I select it in package explorer, the memory usage shoots to ca 600MB. (speculation: it probaly parses the file to see if it's a runnable class or something) | 2005-12-09 17:26:34 | 1,134,170,000 | verified fixed | aa387fb | 1,139,560,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java | JDT |
2,705 | 127,184 | Bug 127184 New API elements missing @since | Build id: I20060208-0848 The following new API elements in Eclipse 3.2 are missing "@since 3.2" tags: org.eclipse.jdt.ui.actions.FindExceptionOccurrencesAction#selectionChanged(org.eclipse.jface.viewers.IStructuredSelection) org.eclipse.jdt.ui.actions.FindImplementOccurrencesAction#selectionChanged(org.eclipse.jface.vi... | 2006-02-09 17:29:37 | 1,139,520,000 | resolved fixed | 1a324b0 | 1,139,560,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindExceptionOccurrencesAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindImplementOccurrencesAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/JdtActionConstants.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarPackageData.java org.... | JDT |
2,706 | 123,470 | Bug 123470 AST: new type IResolvedAnnotation | 20060110 A new types IResolvedAnnotation and IResolvedMemberValuePair has been added to the AST. It basically represents a new kind of binding that group the bindings of an annotation and the agruments of an annotation. IMO this might be handy, but doesn't really fit in the existing style of the AST. The existing bindi... | 2006-01-11 12:29:42 | 1,137,000,000 | verified fixed | f424ce9 | 1,139,520,000 | org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ASTView.java org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ASTViewContentProvider.java org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/Binding.java org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ResolvedAnnotation.java org.eclips... | JDT |
2,707 | 125,450 | Bug 125450 Enable conditional loading of APT | null | 2006-01-27 05:59:34 | 1,138,360,000 | resolved fixed | d9d1bc9 | 1,139,510,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ContributedProcessorDescriptor.java | JDT |
2,708 | 126,971 | Bug 126971 [correction] CorrectionMarkerResolutionGenerator his inconsistent hasResolutions and getResolutions for read-only files | 20050208-0800 org.eclipse.jdt.internal.ui.text.correction.CorrectionMarkerResolutionGenerator can return true to hasMarkerResolutions() but returns an empty array when getMarkerResolutions is called. STEPS 1) Create a class than implements Serializable 2) Make the java file read-only 3) Select The serializable class Se... | 2006-02-08 15:27:08 | 1,139,430,000 | verified fixed | 7722d2a | 1,139,490,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/PotentialProgrammingProblemsFix.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java | JDT |
2,709 | 22,281 | Bug 22281 Notify user explicity when trying to type in a read-only editor | If you have a binary class that has attached source and you try to edit the file there is no indication that this file is read only in the editor. This may confuse many users. (like me) There should be some kind of notification that this file is read only. (Maybe as a line at bottom of the editor, or in the status bar,... | 2002-08-08 16:20:16 | 1,028,840,000 | resolved fixed | 401471a | 1,139,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java | JDT |
2,710 | 127,045 | Bug 127045 TypeInfoUtil.searchTypeInfo unnecessary | 20060209 TypeInfoUtil.searchTypeInfo performs a search just to get a type info. This is too expensive and unnecessary. Either change the history to store qualified names or allow to create a type info from a qualified name (problem is the enclosing type names, so either we cheat there, or we need also the package name ... | 2006-02-09 05:15:38 | 1,139,480,000 | resolved fixed | bf4f386 | 1,139,480,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/QualifiedTypeNameHistory.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoHistory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/... | JDT |
2,711 | 126,915 | Bug 126915 Cleanup - Random serial version ID? | 'Add serial version ID' has options 'Generated' and 'Random'. Is the random really just any random number? What would be the use case for this? AFAIK, the options of the quick fix are: - Default (1L) - Generated (only useful if serialized objects already exist) I would use labels with the descriptions above to help the... | 2006-02-08 09:57:14 | 1,139,410,000 | resolved fixed | 72a1f4e | 1,139,420,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PotentialProgrammingProblemsCleanUp.java | JDT |
2,712 | 126,535 | Bug 126535 Direction mode issues with model based merging | I20060131-1200 The direction mode of the Synchronize Dialog/View currently does not work as the Team -> Synchronize modes do. Incoming mode and conflict mode show outgoing changes as well | 2006-02-06 05:22:28 | 1,139,220,000 | resolved fixed | 4b2b841 | 1,139,410,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/model/AbstractSynchronizationContentProvider.java | JDT |
2,713 | 126,800 | Bug 126800 Java Team Content provider sometimes returns null element | The JavaSynchronizationContentProvider sometimes returns a null element. As a result of this, I sometimes get NPEs from StructuredViewer wheb expanding Java packages. I believe the problem is that JavaCore.create(members[index]) is used in a few places to get members but that can return null. The returned value should ... | 2006-02-07 15:57:35 | 1,139,350,000 | resolved fixed | af325d7 | 1,139,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java | JDT |
2,714 | 126,888 | Bug 126888 NPE when moving member type | I20060207 Basically I tried to move an inner type to another. Will add steps when I have a small case. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.refactoring.MoveMembersWizard$MoveMembersInputPage.createControl(MoveMembersWizard.java:118) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDi... | 2006-02-08 06:10:24 | 1,139,400,000 | resolved fixed | f88334d | 1,139,410,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeSignatureWizard.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterWizard.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveInstanceMethodWizard.java org.eclipse... | JDT |
2,715 | 126,567 | Bug 126567 [wizards] org.eclipse.ui.newWizards class is incorrectly cast to Wizard | reproductible on Eclipse 3.1 and on Version: 3.2.0, Build id: I20051102-1600 The documentation of org.eclipse.ui.newWizards extension point states: "The class identified in this extension [...] must implement the INewWizard interface. Most wizards do so by extending the platform Wizard class although this is an impleme... | 2006-02-06 10:09:37 | 1,139,240,000 | verified fixed | 77fce27 | 1,139,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewTypeDropDownAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/GenerateBuildPathActionGroup.java org.eclipse.jdt.... | JDT |
2,716 | 126,811 | Bug 126811 Compile errors after updating to latest changes | I updated my workspace to have the latest changes from UI and noticed a few compile errors from JDT. 1) CorrectionMarkerResolutionGenerator calls an abstract method from the superclass (in JDT/UI) 2) MockWorkbenchSite in the Refactoring tests needs to add a new method that was added to the IWorkbenchSite interface | 2006-02-07 16:26:27 | 1,139,350,000 | resolved fixed | 50c3e46 | 1,139,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.java | JDT |
2,717 | 126,626 | Bug 126626 Updating code formatter preferences page for bug 126625 | null | 2006-02-06 14:30:02 | 1,139,250,000 | resolved fixed | 15a26f7 | 1,139,330,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/IndentationTabPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/NewLinesTabPage.java org.eclipse.jdt.ui/ui/org/eclipse/jd... | JDT |
2,718 | 126,707 | Bug 126707 [implementation] AIOOBE in MultiPassContentFormatter.formatSlaves | I20060131-1200 + HEAD of ZRH plugins and jdt.core Steps: - have jdt.core in source - open org.eclipse.jdt.core.formatter/DefaultCodeFormatterConstants.java - Source > Format -> after a long pause, the java editor loses most of the syntax highlightings and the following is written to the log: java.lang.ArrayIndexOutOfBo... | 2006-02-07 05:57:45 | 1,139,310,000 | resolved fixed | d62cddb | 1,139,330,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaFormattingStrategy.java | JDT |
2,719 | 126,727 | Bug 126727 [Team API] Removal of exception from IDiffTreeVisitor requires coordinatd release | I've been cleanup up the IDiffTree API and it turns out that the accept method and the IDiffTreeVisitor do not need to throw CoreException so I would like to remove them.The problem is that two classes in JDT and LTK declare and handle the exception so we need to coordinate the removal of the change. This can be done a... | 2006-02-07 10:01:27 | 1,139,320,000 | resolved fixed | 235d9db | 1,139,330,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/model/AbstractSynchronizationContentProvider.java | JDT |
2,720 | 126,616 | Bug 126616 IStorageMerger is not called in three-way merge with no common ancestor | I20060131-1200 IMergeContext.merge(IDiff[], boolean, IProgressMonitor) does not attempt to automerge two revisions if no common ancestor is available. Depending on the file content, no common ancestor is needed for automerging (e.g refactoring history files, where merging is simple the union operation). I suggest to ca... | 2006-02-06 13:26:32 | 1,139,250,000 | resolved fixed | 711d929 | 1,139,250,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/model/RefactoringHistoryMerger.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/model/RefactoringIndexMerger.java | JDT |
2,721 | 102,288 | Bug 102288 [refactoring] Convert anonymous: generates fields for constants | In 3.1. Consider code: public class Foo { private static final int SEVEN = 7; private static final int FIVE = 5; public static void main(String[] args) { Runnable runnable = new Runnable() { public void run() { System.out.println("The answer is " + (FIVE * SEVEN)); } }; runnable.run(); } } Select the anonymous Runnable... | 2005-06-30 06:26:43 | 1,120,130,000 | resolved fixed | 99798e5 | 1,139,250,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ConvertAnonymousToNested/canConvert/A_test29_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ConvertAnonymousToNested/canConvert/A_test29_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ConvertAnonymousToNestedTests.java... | JDT |
2,722 | 126,044 | Bug 126044 [Contexts] Latest key binding changes break Quick view key bindings | I20060131-1200 Latest changes in the key binding / context architecture have broken the key binding support in the JDT Quick views: up to I20060125-0800 and earlier it was possible to open the Quick view's view menu using Ctrl+F10 (command 'org.eclipse.ui.window.showViewMenu'). It looks like the deprecated code in org.... | 2006-02-01 12:03:47 | 1,138,810,000 | verified fixed | d3b3127 | 1,139,240,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyInformationControl.java | JDT |
2,723 | 126,389 | Bug 126389 NPE in TypeSelectionDialog2.open | build I20060131-1200 Yesterday, I tried using Ctrl+Shift+T with the schema editor active, and it had no effect. This happened several times. I thought it was a keybinding problem, but after it first happened I was unable to reproduce it. Today, I saw several occurrences of the following in the log: !ENTRY org.eclipse.u... | 2006-02-03 13:55:24 | 1,138,990,000 | resolved fixed | 2cc38c2 | 1,139,230,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog2.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClipboardOperationAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/... | JDT |
2,724 | 126,391 | Bug 126391 [misc] Quick Outline with inherited members sorts by offset across declaring types | null | 2006-02-03 14:02:55 | 1,138,990,000 | resolved fixed | deb366c | 1,139,220,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/SourcePositionSorter.java | JDT |
2,725 | 126,000 | Bug 126000 missing NLS message | I20060131-0800 + JDT UI from HEAD as of now !ENTRY org.eclipse.osgi 2 1 2006-02-01 13:15:22.741 !MESSAGE NLS missing message: ProblemSeveritiesConfigurationBlock_pb_inconsistent_null_check_label in: org.eclipse.jdt.internal.ui.preferences.PreferencesMessages | 2006-02-01 07:15:16 | 1,138,800,000 | resolved fixed | d389e68 | 1,138,960,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java | JDT |
2,726 | 125,974 | Bug 125974 Restrict Junit launch shortcut appearance in menu | The soon-to-be-attached patch improves the behavior for the Junit launch shortcut. It uses property tests from a lower level plug-in (jdt.launching), and adds a test to only appear for container when JUnit is on the buildpath. | 2006-01-31 23:35:05 | 1,138,770,000 | resolved fixed | 6f158d5 | 1,138,960,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JavaTypeExtender.java | JDT |
2,727 | 126,184 | Bug 126184 [misc] Outline of binary type does not show children in source order | I20060131-1200 The Outline of a binary type with source attachment always shows the type's children in fields/methods/types order. I would expect them to be in source declaration order if the outline is not in alphabetic mode. Unfortunately, IType#getChildren() makes no guarantees about the order. To fix this problem, ... | 2006-02-02 09:48:48 | 1,138,890,000 | resolved fixed | 05c6e97 | 1,138,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/LexicalSortingAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/AbstractHierarchyViewerSorter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/views... | JDT |
2,728 | 125,874 | Bug 125874 [create script] 'Select All' doesn't work | 20060131 - Create script - Press 'Select All', nothing happens | 2006-01-31 12:59:16 | 1,138,730,000 | resolved fixed | 2caa6d1 | 1,138,890,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/history/RefactoringHistoryControl.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/history/RefactoringHistoryDate.java | JDT |
2,729 | 90,257 | Bug 90257 [Preferences] Want to create an instanceof of a WorkingCopyManager | 20050405 I'm currently referencing the internal class org.eclipse.ui.internal.preferences.WorkingCopyManager I have a base class that manages all the current settings and I changes that class to use the working copy manager. For the following reasons I also have to function when I don't get a working copy manager. To a... | 2005-04-05 04:53:37 | 1,112,690,000 | verified fixed | 941b381 | 1,138,870,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java | JDT |
2,730 | 125,152 | Bug 125152 [refactoring] Rename Project does not update Java Build Path | I have two projects "Project1" and "Dependency1" which is a "Required project on the build path" for the first. When "Dependency1" is renamed to "NewName1" I get the error: Build path entry is missing : /Dependency1 The expected behavior would be that Eclipse updates the build path entries of referencing projects, so t... | 2006-01-25 08:58:43 | 1,138,200,000 | resolved fixed | 767435f | 1,138,800,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameJavaProjectTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameJavaProjectChange.java | JDT |
2,731 | 125,872 | Bug 125872 [clean up] 'Serial id' should not be in J2SE 5 section | 20060131 'Serial id' should not be in J2SE 5 section. It is valid for all source levels. | 2006-01-31 12:55:28 | 1,138,730,000 | resolved fixed | 50fac7b | 1,138,790,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/Java50Fix.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/PotentialProgrammingProblemsFix.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui... | JDT |
2,732 | 125,580 | Bug 125580 IResourceChangeDescriptionFactory should support building a simple add delta | Some of the refactoring create new resources (for example a package rename if the package to be renamed has subpackages). However I can't flag those elements in the delta. Since I also move files form the old package into the newly created folder the delta will contain the newly created folder with a changed flag which... | 2006-01-27 16:57:46 | 1,138,400,000 | resolved fixed | 8fa2298 | 1,138,710,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/JavaRenameProcessor.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java | JDT |
2,733 | 116,836 | Bug 116836 [clean up] Remove unnecessary casts | I20051116-1332 Clean up could offer "Remove unnecessary casts". | 2005-11-17 04:51:17 | 1,132,220,000 | resolved fixed | 4b560d4 | 1,138,640,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/FixMessages.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiFixMes... | JDT |
2,734 | 125,455 | Bug 125455 [clean up] Compile error, opening bracket after //NON-NLS | Version: 3.2.0 Build id: I20060125-0800 Take JUnit source and apply all clean ups on it (5.0 level). You get compile errors. Reasons are looking like the following: if (displayString.startsWith("AllTests")) //$NON-NLS-1$ { setIcon(this.fSuiteIcon); } else { setIcon(this.fLeafIcon); } Can't tell why yet. 'Add NON NLS ta... | 2006-01-27 06:44:01 | 1,138,360,000 | resolved fixed | 757465a | 1,138,640,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.