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 |
|---|---|---|---|---|---|---|---|---|---|---|
3,335 | 93,249 | Bug 93249 Code assist doesn't propose full method stub | - take revision 1.8 of BuildPathAction. - in run method add the following IRunnableWithProgress runnable= new IRunnableWithProgress() { }; - inside the runnable type run<code assist> and select run observe: only the following method signature gets inserted. No method body. Additionally IProgressMonitor is fully qualifi... | 2005-04-29 05:49:37 | 1,114,770,000 | verified fixed | 45b5461 | 1,116,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/OverrideCompletionProposal.java | JDT |
3,336 | 86,515 | Bug 86515 [Drag and Drop] Drag and drop (move) for project | Drag and drop (move) for project onto Explorer deletes the project from the file system. But this is not reflected in the workspace. Pressing refresh - provides dialog "location deleted" and remove project from the workspace. | 2005-02-24 13:33:24 | 1,109,270,000 | verified fixed | 1b4f4ac | 1,116,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/FileTransferDragAdapter.java | JDT |
3,337 | 88,854 | Bug 88854 [refactoring] Error message in Change Method Signature dialog doesnt correctly display method name if name contains character & | Error message in the Change Method Signature dialog does not correctly display method name if the name contains character &. You may complete the following steps in order to reproduce this scenario: 1. Create a new Java project and add a new Java class into the newly created project. 2. Implement a method in the class ... | 2005-03-23 09:22:57 | 1,111,590,000 | verified fixed | 245dc4b | 1,116,410,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog2.java | JDT |
3,338 | 95,399 | Bug 95399 [quick fix] QuickFix - serialVersionUID does not generates | Pressing `Add default serial version ID` in quickFix adds /** * */ private static final long serialVersionUID = 1L; The same is for `Add generated serial version ID`. | 2005-05-16 12:56:15 | 1,116,260,000 | verified fixed | b78a529 | 1,116,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionLaunchConfigurationDelegate.java | JDT |
3,339 | 95,401 | Bug 95401 [refactoring] [inline] Inlining method of generic class gives illegal result. | --------------------- BEFORE -------------------------- class Bug { class Model<Row extends java.util.List> { Row getObjectAtRow(){ return new java.util.HashSet<Row>().iterator().next(); } } class UI<Clazz extends java.util.ArrayList>{ public final Clazz[] getBeginAndEndSelections() { return (Clazz[])java.lang.reflect.... | 2005-05-16 13:13:59 | 1,116,260,000 | verified fixed | 783aa28 | 1,116,410,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/generic_in/TestParameterizedType3.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/generic_out/TestParameterizedType3.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactorin... | JDT |
3,340 | 94,426 | Bug 94426 [refactoring] inline method shows "no changes" for non-fatal error | null | 2005-05-10 12:59:20 | 1,115,740,000 | verified fixed | 56c7708 | 1,116,400,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_76241.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_94426.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_76241.java org.eclips... | JDT |
3,341 | 93,654 | Bug 93654 Provide select all / deselect all buttons for JavaWorkingSetPage | null | 2005-05-04 10:48:33 | 1,115,220,000 | closed fixed | 7d4b3c6 | 1,116,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetMessages.java | JDT |
3,342 | 94,689 | Bug 94689 Infer type arguments should be more graceful with exceptions | The current implementation stop precessing as soon as an exception occurs. This leads to the fact that as soon there is one single file which we can't process properly the whole refactoring can't be applied. Can't we catch the standard exceptions (using ISafeRunnble) add them to a refactoring status and present them to... | 2005-05-11 09:34:31 | 1,115,820,000 | verified fixed | e83d5da | 1,116,400,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/generics/InferTypeArgumentsRefactoring.java | JDT |
3,343 | 95,671 | Bug 95671 [javadoc] Missing and duplicate mnemonics on JavadocConfigurationBlock, etc | N20050517-0010 There are no mneumonics to switch between Javadoc URL specification and Javadoc in archive specification. 'B' is used for both Browse buttons in Javadoc in archive grouping. On my platform this means I cannot use the keyboard to get to the second button (easily). The warning message for the Validate... c... | 2005-05-17 17:57:36 | 1,116,370,000 | verified fixed | e10f82e | 1,116,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java | JDT |
3,344 | 95,528 | Bug 95528 [content assist] additional '(' after proposal insertion | N20050517-0010 - invoke content assist after: System.out.p - type '(' -> auto insertion with an additional '(': System.out.print(false() This is using 'completion inserts' and 'argument guessing'. | 2005-05-17 05:52:43 | 1,116,320,000 | verified fixed | 99ba03d | 1,116,340,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java | JDT |
3,345 | 94,564 | Bug 94564 Infer type argument: Change is named Java model modifications | RC 0 The name of the change should be Infer Type arguments. As a result the undo currently looks funny. | 2005-05-10 18:31:42 | 1,115,760,000 | verified fixed | 45dc160 | 1,116,340,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsRefactoring.java | JDT |
3,346 | 95,560 | Bug 95560 [content assist] generic types context info displays at wrong position | null | 2005-05-17 10:32:13 | 1,116,340,000 | verified fixed | c845c25 | 1,116,340,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalResultCollector.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/GenericJavaTypeProposal.java | JDT |
3,347 | 94,559 | Bug 94559 Generalize type active for classses not on build path | RC0 - create a class not on the build path - select a field in the outliner - activate Generalize type Observe: the refactoring comes up. A dialog box should be shown instead. | 2005-05-10 18:28:36 | 1,115,760,000 | verified fixed | 37d99b3 | 1,116,340,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ChangeTypeAction.java | JDT |
3,348 | 94,048 | Bug 94048 [code manipulation] "Generate Constructor using Fields" doesn't work | In a Java project I cannot use the context menu "Generate Constructor using Fields". I get this error message: "There are no constructors from the superclass which may be used." Using Eclipse 3.1M4 this menu item was working. In 3.1M5a and 3.1M6 it doesn't. | 2005-05-08 03:58:13 | 1,115,540,000 | verified fixed | 51bfa0c | 1,116,340,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java | JDT |
3,349 | 92,841 | Bug 92841 Inline Method duplicates generic type arguments list [refactoring][5.0] | HEAD void use () { Vector<? extends Number> vn = me(); } private Vector<? extends Number> me() { Vector<Integer> vn= new Vector<Integer>(); vn.add(13); return vn; } Inlining me() gives this (generic type arguments lists duplicated): void use () { Vector<Integer><Integer> vn1= new Vector<Integer><Integer>(); vn1.add(13)... | 2005-04-26 18:00:37 | 1,114,550,000 | verified fixed | 976d756 | 1,116,340,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/generic_in/TestParameterizedType1.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/generic_in/TestParameterizedType2.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/gener... | JDT |
3,350 | 84,353 | Bug 84353 [typing] Hippie completion fills undo stack | I20050202-0800 Toggling through the lists adds each item to the undo stack and hence Undo (Ctrl+Z) undoes each by each. | 2005-02-03 12:54:39 | 1,107,450,000 | verified fixed | 1073b83 | 1,116,330,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompoundEditExitStrategy.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ICompoundEditListener.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMoveLinesAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javae... | JDT |
3,351 | 69,101 | Bug 69101 Quick Fix new class does not update imports [quick fix] | 1. Ctrl-1 New Class to resolve non-existing type 2. Change package target for new class 3. New class created but need to add import manually because package doesn't match. | 2004-06-30 20:43:45 | 1,088,640,000 | verified fixed | 3a6220c | 1,116,330,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewCUCompletionUsingWizardProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewAnnotationCreationWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/inte... | JDT |
3,352 | 91,409 | Bug 91409 Project Open/Close items are disabled when Package Explorer active | Project Open/Close option in the Project menu is disabled in Plugin prespective. | 2005-04-14 10:28:08 | 1,113,490,000 | verified fixed | b70e103 | 1,116,330,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/OpenCloseWorkingSetAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetActionGroup.java | JDT |
3,353 | 95,179 | Bug 95179 [type filters] Type Filters not respected | Using 0506, I re-enabled my java.awt.* Type Filter, and invoked Organize Imports. I prompted to resolve AWT's and SWT's Rectangle. AWT should have been filtered. | 2005-05-13 13:32:23 | 1,116,010,000 | verified fixed | abe31ee | 1,116,330,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeFilter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java | JDT |
3,354 | 95,326 | Bug 95326 [code manipulation] Class wizard produces junk | Env: 3.1M7 Sometimes the class wizard produces junk when generating a new class skeleton (seems that constructors are placed inside the import statements). With the following example, the bug can always reproduced: 0) no enclosing type 1) Create a new Class: JxX509TrustManager 2) Modifiers: public only 3) SuperClass: j... | 2005-05-15 20:30:11 | 1,116,200,000 | verified fixed | 7acb7e5 | 1,116,330,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java | JDT |
3,355 | 75,672 | Bug 75672 Incorrect quick fix proposals [quick fix] | If I invoke CTRL+1 on a method's name to select "Rename in File", I get quick fixes to create the method in each of the superclasses. The method is private, so it doesn't make sense to create the method in a superclass. Also, I would rank "Rename in File" as higher priority even when the other option applies. Currently... | 2004-10-05 16:20:50 | 1,097,010,000 | verified fixed | afe4271 | 1,116,320,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java | JDT |
3,356 | 76,416 | Bug 76416 Method signature using QuickFix incorrect in static methods | Very Minor bug, When using quickfix to create method in an static anonymous inner class.. then the resulting method created is not static... but it needs to be. Example: 1. Create Class: public class SwingApplication { public static void main(String[] args) { SwingUtilities.invokeLater(new Runnable(){ public void run()... | 2004-10-16 00:29:22 | 1,097,900,000 | verified fixed | 94b971c | 1,116,320,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedMethodsQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewMethodCompletionProposal.java | JDT |
3,357 | 62,086 | Bug 62086 [User library] Jars in User Libraries Can't be ordered | Inorder to get a patch to Easymock to work the patch jar must be first in the classpath. There does not appear to be a way to do this with the User Libraries. I'm using the I20040506 build. | 2004-05-13 09:12:13 | 1,084,450,000 | verified fixed | 8d0b2c7 | 1,116,320,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/UserLibraryPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPUserLibraryElement.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/interna... | JDT |
3,358 | 93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | 2005-05-03 11:06:30 | 1,115,130,000 | verified fixed | 28b882b | 1,116,280,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test29_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test29_out.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test30_in.java org.eclipse.jdt.ui.tests.refactoring/resources... | JDT |
3,359 | 95,117 | Bug 95117 Quick fix: Create constructor with type parameter throws BadLocationException | Against I20050513-0010. Given code: public class Exposer<DECORATED> { public static <DECORATED> Exposer<DECORATED> createAnnotationTest( Class<? extends DECORATED> clazz, String methodName) { return new Exposer<DECORATED>(clazz, methodName); } } There's a compile error because of the nonexistent constructor. Quick fix ... | 2005-05-13 10:04:11 | 1,115,990,000 | verified fixed | e2035c9 | 1,116,000,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewMethodCompletionProposal.java | JDT |
3,360 | 94,923 | Bug 94923 Filter checkbox in Project Specific Configuration dialog should be left aligned [preferences] | I20050509-2010 summary says it all | 2005-05-12 06:13:42 | 1,115,890,000 | verified fixed | 9a66994 | 1,115,990,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProjectSelectionDialog.java | JDT |
3,361 | 95,000 | Bug 95000 CCE trying to use quickfix in an annotation type | Build ID: I20050510-0010 + HEAD of JDT/UI and JDT/Core. Steps to reproduce: 1) Create a class with this source: import java.lang.annotation.*; @Target(ElementType) @interface MyAnnotation { } ElementType is reported as an error. Try to use quickfix to fix it. Caused by: java.lang.ClassCastException: org.eclipse.jdt.cor... | 2005-05-12 13:40:43 | 1,115,920,000 | verified fixed | 60b1598 | 1,115,980,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java | JDT |
3,362 | 81,105 | Bug 81105 [quick fix] Change field to method: does not appear when non-accessible field exists | I20041214-2000 import java.util.HashMap; public class A { { int s= new HashMap().size; // No suggestion int s2= new HashMap().siz; // OK } } | 2004-12-15 06:33:56 | 1,103,110,000 | verified fixed | 41b71e8 | 1,115,980,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java | JDT |
3,363 | 94,948 | Bug 94948 Externalize strings quickfix proposal has no additional info [quickfix] | N20050512-0010 - Create unexternalized string - Invoke quickfix - The proposal 'Externalize strings' which invokes the refactoring has no associated additional info string | 2005-05-12 09:03:02 | 1,115,900,000 | verified fixed | b907172 | 1,115,980,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 | JDT |
3,364 | 76,816 | Bug 76816 [Wizards] Text and location of Open Untitled Text File | I suggest we change the text for the "Open Untitled Text File" menu option for two reasons: 1) you are not actually opening a file, you are creating a new file hence use of "open" is misleading 2) it is a bit lengthy for no real benefit. I suggest changing it to one of the following: "New Text File" "New File" "New Bla... | 2004-10-22 11:22:50 | 1,098,460,000 | verified fixed | a85f418 | 1,115,930,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaHierarchyPerspectiveFactory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPerspectiveFactory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java | JDT |
3,365 | 94,777 | Bug 94777 new project wizard: remove button enablement | I20050509-2000 (M7 test pass) new project wizard, 2nd page, projects dependencies tab: - the 'Remove' button is always enabled, even when the selection is on a access rule definition. Pressing it has no effect. It should only be enabled if the selection exclusively containes projects. | 2005-05-11 12:18:31 | 1,115,830,000 | resolved fixed | 5229b6f | 1,115,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ProjectsWorkbookPage.java | JDT |
3,366 | 94,921 | Bug 94921 Inconsistent hyperlink descriptions in Java Editor preference page [preferences] | I20050509-2010: Typing: Hover of compiler warnings and spell checking preferences links show same description Code Assist: Missing hover for restricted references link Syntax Coloring: Wrong description for text editors link | 2005-05-12 06:07:26 | 1,115,890,000 | verified fixed | 1e71054 | 1,115,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SmartTypingConfigurationBlock.java | JDT |
3,367 | 94,709 | Bug 94709 Quick fix to create method on annotation fails | Given code: import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Retention(RetentionPolicy.RUNTIME) public @interface IsTest { String setUp() default ""; } class Exposer { private void foo() { IsTest annotation = getClass().getAnnotation(IsTest.class); String tearDown = annotation.tearDo... | 2005-05-11 10:08:18 | 1,115,820,000 | verified fixed | 1ad2bbc | 1,115,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewMethodCompletionProposal.java | JDT |
3,368 | 94,652 | Bug 94652 NPE when clearing Javadoc location property | I20050509-2010 - changed the Javadoc location property for a project to a folder that doesn't contain a package-list.html - opened properties dialog again and emptied ythe location. - pressed OK java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.ecl... | 2005-05-11 06:49:00 | 1,115,810,000 | resolved fixed | 3f9c13a | 1,115,900,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java | JDT |
3,369 | 94,876 | Bug 94876 Open Type dialog's OK button is enabled when there are no matches to filter | build I20050509-2010 - Ctrl+Shift+T - type: foobar <Enter> - no types match the prefix, but Enter is allowed because the OK button is enabled OK should only be enabled if one of the matching types is selected. If no types match, chances are it's a typo and the user should have the chance to correct it without having to... | 2005-05-11 21:28:01 | 1,115,860,000 | verified fixed | 45ebad8 | 1,115,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java | JDT |
3,370 | 94,255 | Bug 94255 Implemented Interfaces Section: Adding the same Interface multiple times | Version: 3.1.0 Build id: I20050509-2010 Steps to reproduce: 1.) Create a new Class 2.) Press the "Add..." Button to add an Interface 3.) Type in Cloneable 4.) Press the "Add" Button multiple Times 5.) Press OK Actual Results: The Interface is added multiple times. Expected Results: The Interface is only added once. Reg... | 2005-05-10 05:58:51 | 1,115,720,000 | resolved fixed | 5424520 | 1,115,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/SuperInterfaceSelectionDialog.java | JDT |
3,371 | 94,562 | Bug 94562 AFE when switching between editor not on the build path | RC0 I have two editors open on CUs which both aren't on the build path (one from repository, one an a Cu stored in a resource folder). Switch from the one from the repository to the other one using Ctrl+F6 produced the following exception. After getting this exception I now get it whenever I activate the editor. Even c... | 2005-05-10 18:30:29 | 1,115,760,000 | verified fixed | 90ec025 | 1,115,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
3,372 | 94,367 | Bug 94367 cannot clear compiler compliance setting at the project level | i200505092010 Cannot disable the Java compiler project-specific preferences for some projects. Steps to reproduce: 1 - check out from CVS a Java project that has project-specific Java compiler settings enabled (example: org.eclipse.core.runtime). 2 - open the properties dialog for the project, select the Java compiler ... | 2005-05-10 11:15:56 | 1,115,740,000 | resolved fixed | 69e4d16 | 1,115,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java | JDT |
3,373 | 94,643 | Bug 94643 [preferences] Java Editor Preferences page: mnemonics only work on second stroke | I20050509-2010 On the Java > Editor preference page, I have to press a mnemonic twice to make it really work. E.g. - click on "Mark Occurrences", press Alt+O -> focus is somewhere "between" tab and contents - press Alt+O again -> checkbox gets switched now | 2005-05-11 06:10:32 | 1,115,810,000 | verified fixed | 2b9bd65 | 1,115,890,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/ScrolledPageContent.java | JDT |
3,374 | 94,654 | Bug 94654 [5.0][conten assist] Assertion failed on Static Import | Version: 3.1.0 Build id: I20050509-2010 Steps to reproduce: 1.) Create a new Class "Foo" 2.) Type "import static java.lang.Math." 3.) Press Ctrl+Space 4.) Select "abs" from Code Assist and hit Enter Actual Results: The Error Log shows a new Entry (see Attachment) Expected Results: - Regards, Ben | 2005-05-11 07:08:51 | 1,115,810,000 | verified fixed | 1f026f42 | 1,115,890,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java | JDT |
3,375 | 94,766 | Bug 94766 [nls tooling] NLS: when switching to new Eclipse mode the common prefix should change | When switch from traditional mode to Eclipse mode the wizard should automatically adjust the keys (e.g. exchange the . with a _). Currently you simply get a message that some keys are invalid but actually you don't have a clue why they are. Some better error message would already improve this. For example if in Eclipse... | 2005-05-11 11:51:02 | 1,115,830,000 | verified fixed | 3bd1cfe | 1,115,830,000 | 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 |
3,376 | 94,242 | Bug 94242 QuickFix for serialversionuid hangs | This occurs with 3.1M6 (and latest clean I-build 20050506-1600) using JDK 1.5.0_02 This is similar to, but different from 83944 Intermittently (can be as often as 1 in 2), when I do a QuickFix on a missing serialversionuid, the Progress Information dialog comes up and hangs at what looks like about 70-75% complete. (me... | 2005-05-10 05:06:36 | 1,115,720,000 | verified fixed | ed40049 | 1,115,830,000 | org.eclipse.jdt.ui/serial support/org/eclipse/jdt/internal/ui/text/correction/SerialVersionComputer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionLaunchConfigurationDelegate.java | JDT |
3,377 | 94,676 | Bug 94676 [Refactor] Getting InvocationTargetException on this Class | Version: 3.1.0 Build id: I20050509-2010 Steps to reproduce: 1.) Create class Foo with this Contents: public class Foo { public void foo() { System.out.printf("%s %5d%n", 1, 1); } } 2. a) Call Refactor > Extract Interface 2. b) Call Refactor > Use Supertype where Possible Actual Results: The Error log shows a new Entry ... | 2005-05-11 09:11:26 | 1,115,820,000 | verified fixed | 9557164 | 1,115,820,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsModel.java | JDT |
3,378 | 94,261 | Bug 94261 [typing] Correct indent on paste broken? | 20050509-2010 - select a method in the editor so that the selection contains the full lines (including indents before method) - press enter after the closing bracket (indent added) and paste - result is class A { void foo() { } void foo() { } } | 2005-05-10 06:32:01 | 1,115,720,000 | verified fixed | 2d1ae6b | 1,115,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java | JDT |
3,379 | 88,774 | Bug 88774 [preferences][content assist] New Jdtcore options to add inside preference page | build I20050322 + Jdtcore head JavaCore#CODEASSIST_FORBIDDEN_REFERENCE_CHECK and JavaCore#CODEASSIST_DISCOURAGED_REFERENCE_CHECK options have been added. If these options are enabled non accessible types will not be proposed by completion. If these options are disabled non accessible types will be proposed but will be ... | 2005-03-22 12:44:52 | 1,111,510,000 | verified fixed | 90fe5a9 | 1,115,720,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistConfigurationBlock.java | JDT |
3,380 | 93,552 | Bug 93552 [5.0][hovering] Hover for binary type variable is '/' | N20050503-0010 - open java.util.ArrayList from a 5.0 rt.jar - hover over "E" in "public class ArrayList<E>" -> hover is just a '/' (slash) For source types, the hover text is the type variable name. | 2005-05-03 11:54:03 | 1,115,140,000 | resolved fixed | a13ae4b | 1,115,670,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java | JDT |
3,381 | 65,540 | Bug 65540 JUnit does not give any feedback (i.e. busy) when starting tests. [JUnit] | build I20040529 When running tests (especially JUnit Plug-in Test suites) there is a long delay before the test starts, during this time you are not given feedback as to what is happening and tend to assume something went wrong. | 2004-06-03 10:02:46 | 1,086,270,000 | verified fixed | 2333835 | 1,115,670,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitMessages.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitMessages.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java | JDT |
3,382 | 84,966 | Bug 84966 JavaHistoryActionImpl.getEditor(IFile) picks first dirty editor, ignoring argument | null | 2005-02-10 22:07:28 | 1,108,090,000 | resolved fixed | ffb0796 | 1,115,650,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaHistoryActionImpl.java | JDT |
3,383 | 94,012 | Bug 94012 [preferences] [compiler] Surface compiler option for disabling @SuppressWarnings | 20050505 Please surface the following compiler options: Added compiler option to control whether @SuppressWarning annotations are active or not. By disabling them, one can quickly revive all hidden warnings. * COMPILER / Determine whether @SuppressWarnings is effective * When enabled, the @SuppressWarnings annotation c... | 2005-05-06 18:05:30 | 1,115,420,000 | resolved fixed | fe0841b | 1,115,650,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 |
3,384 | 94,062 | Bug 94062 [1.5][search][annot] search for annotation elements incorrect match range | When searching for references for the following annotation: public @interface Expected { Class value(); } The match range for a use of this annotation is as follows: @Test <|>@Expected(Error.class) public void expectedException() { This is confusing since when the editor doesn't have focus the caret isn't shown and the... | 2005-05-08 14:43:04 | 1,115,580,000 | verified fixed | f8da068 | 1,115,650,000 | org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testAnnotation1/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testAnnotation4/out/A.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameMethodInInterfaceTests.java org.e... | JDT |
3,385 | 94,020 | Bug 94020 Surround with Try/Catch refactoring modifies (breaks) code | Build 20050505 I highlighted the following code and ran the "Surround With Try/Catch" refactoring. Besides surrounding my code with the correct try/catch statement, the refactoring reordered my lines of code (!!), introducing a compilation error. My code before refactoring: DocumentBuilder builder= DocumentBuilderFacto... | 2005-05-06 19:12:18 | 1,115,420,000 | resolved fixed | 38e6e28 | 1,115,640,000 | org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_in/TestWrappedLocal7.java org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_out/TestDeclarationInitializer.java org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpa... | JDT |
3,386 | 89,036 | Bug 89036 [preferences] Reduce default code assist auto activation delay | null | 2005-03-24 15:13:36 | 1,111,700,000 | resolved fixed | bc1c14d | 1,115,640,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java | JDT |
3,387 | 94,090 | Bug 94090 [JUnit] Workspace should take precedence over platform JUnit libraries | When launching a vanilla JUnit test (not PDE test) on a project that contains classes in org.eclipse.jdt.junit.*, the tested project is placed in the classpath of the launched JVM _after_ the jdt.junit.* plug-ins found in the platform. This is inconsistent with other behavior: when Eclipse is being run in the Run-time ... | 2005-05-09 05:38:28 | 1,115,630,000 | resolved fixed | fba7fd6 | 1,115,630,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitLaunchConfiguration.java | JDT |
3,388 | 93,964 | Bug 93964 Failing test case NewForLoopJavaContextTest.testInnerArray() | Build input for I200506-1600 I disabled the failing test case NewForLoopJavaContextTest.testInnerArray() for the build. Expected: for (Inner inner : array) { } Was: for (A.Inner inner : array) { } | 2005-05-06 13:51:11 | 1,115,400,000 | resolved fixed | c6d9e41 | 1,115,400,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java | JDT |
3,389 | 93,854 | Bug 93854 IAE in Util.scanTypeSignature when scanning a signature retrieved from a binding key | Thread [main] (Suspended (breakpoint at line 2319 in Util)) Util.scanTypeSignature(char[], int) line: 2319 Signature.getTypeParameters(char[]) line: 1382 Signature.getTypeParameters(String) line: 1407 JavaElementLabels.getTypeLabel(IType, long, StringBuffer) line: 821 JavaElementLabels.getElementLabel(IJavaElement, lon... | 2005-05-05 17:23:14 | 1,115,330,000 | verified fixed | 5bf835a | 1,115,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyLabelProvider.java | JDT |
3,390 | 93,695 | Bug 93695 NPE performing code assist | Build N20050504 I got the following exception after pressing ctrl+space and choosing a method from the presentation. The method I choose had a single parameter, which was an array of objects of a certain type. No objects of this type existed in my current context. java.lang.NullPointerException at org.eclipse.jdt.inter... | 2005-05-04 14:29:53 | 1,115,230,000 | resolved fixed | d4a1a7d | 1,115,230,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java | JDT |
3,391 | 90,139 | Bug 90139 [1.5][quick fix] 'Add unimplemented method' results in arg0, arg1 ... when using $T as type param | This is a minor but strange bug... When using a type parameter that starts with $ and that type parameter appears in an abstract method as a type of a formal parameter, the 'Add unimplemented method' quick fix, applied to a subclass creates a method signature with parameter names arg0, arg1, ... instead of using the pa... | 2005-04-04 06:20:01 | 1,112,610,000 | resolved fixed | f5ae01d | 1,115,220,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java | JDT |
3,392 | 89,505 | Bug 89505 [code manipulation] generate ctor using fields: duplicate warning does not consider erasure | null | 2005-03-30 06:01:56 | 1,112,180,000 | resolved fixed | ce54bef | 1,115,220,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateConstructorUsingFieldsValidator.java | JDT |
3,393 | 89,513 | Bug 89513 [code manipulation] generate delegate methods: inconsistent for generic types | null | 2005-03-30 07:24:31 | 1,112,190,000 | resolved fixed | e948a16 | 1,115,210,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddDelegateMethodsOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java | JDT |
3,394 | 93,275 | Bug 93275 Need ITypeBinding#getDeclaringClass() for capture types | ITypeBinding#getDeclaringClass() currently returns null for capture type bindings. It should return the declaring type. For our TTypes, we need to be able to distinguish capture bindings from different projects even if they have the same key (rare case, I agree, but it could happen). Therefore, we have to store the pro... | 2005-04-29 11:21:31 | 1,114,790,000 | verified fixed | bcbf329 | 1,115,210,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java | JDT |
3,395 | 86,681 | Bug 86681 Jar exporter: add directories entries not persisted between sessions | - follow smoke test for jar exporter - check Add directories entries - observe: when opening the jar description file the item isn't checked. | 2005-02-25 14:21:45 | 1,109,360,000 | resolved fixed | 7ce4d6e | 1,115,200,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageReader.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWriter.java | JDT |
3,396 | 88,860 | Bug 88860 Switch Bindings#findMethod(IMethodBinding, ..) to IBinding#getJavaElement() | null | 2005-03-23 09:46:04 | 1,111,590,000 | resolved fixed | 46fa326 | 1,115,190,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/Bindings.java | JDT |
3,397 | 87,080 | Bug 87080 infer type args: NPE on newInstance() [refactoring] [infer type arguments] | 3.1M5a when analyzing JLex, I get: (will attach the file) Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.generics.InferTypeArgumentsTCModel.getElementVariable(InferTypeArgumentsTCModel.java:518) at org.eclipse.jdt.internal.corext.refactoring.generics.InferTypeArgumentsConstrain... | 2005-03-03 10:46:04 | 1,109,860,000 | resolved fixed | 1c633a7 | 1,115,190,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuGetClassNewInstance/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuGetClassNewInstance/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuGetTakeClassStayRaw/in/A.java org.eclipse.j... | JDT |
3,398 | 93,564 | Bug 93564 Preference setting for @Override annotation | 20050503 The story for adding the @Override annotation is currently abit confusing. Only the override dialog offers to add the annotation, all other override actions (quick fix, code assist) don't add it. A code style preference setting should be added to be used by all of them and the override wizatd checkbox removed.... | 2005-05-03 13:24:26 | 1,115,140,000 | resolved fixed | 45a15ad | 1,115,190,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/AddUnimplementedMethodsTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CodeCompletionTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/i... | JDT |
3,399 | 93,567 | Bug 93567 ContextInformationPopup leaks CompletionEngines? | N20050503-0010 Yourkit memory snapshot N20050503-0010_1.5.0_20050503-1905.memory on my machine. | 2005-05-03 13:27:07 | 1,115,140,000 | resolved fixed | 8bbc0d7 | 1,115,140,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/GenericJavaTypeProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ProposalContextInformation.java | JDT |
3,400 | 77,185 | Bug 77185 [classpath] entry kind "natives" | We had a discussion about how to best support SWT application developement. The biggest problem is the native dll and that user have to create special launch configs with -Djava.library.path=.... to get a SWT application up and running. However the dll problems seems to be a more general problem. Although the compiler ... | 2004-10-28 10:05:20 | 1,098,970,000 | resolved fixed | e381e20 | 1,115,140,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListLabe... | JDT |
3,401 | 89,463 | Bug 89463 [search] new search filters (inexact & erasure) should be in view menu where applicable | I20050329-2000 The new search filters (inexact & erasure) should appear directly in the view menu where applicable. Currently the user always has to open the filters dialog to toggle them. Inexact is always applicable. Erasure is applicable for references and occurrences search for generic types and methods. | 2005-03-30 02:57:47 | 1,112,170,000 | resolved fixed | 7398d5f | 1,115,130,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MatchFilter.java | JDT |
3,402 | 89,510 | Bug 89510 [refactoring] Extract Interface: preview opens on wrong screen | 20050329 I work on a dual monitor setup and have the eclipse workspace (no detached windows) open on the right screen. - Open the Extract Interface wizard (open correctly on the same monitor as Eclipse), enter a name, press 'Preview' - The preview wizard window opens on the left screen | 2005-03-30 07:11:14 | 1,112,180,000 | resolved fixed | c9a50a2 | 1,115,130,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog2.java | JDT |
3,403 | 90,772 | Bug 90772 [refactoring] AFE when clicking 'All invocations' in Inline Method dialog again | I20050405-0800 - select a method declaration - Refactor > Inline Method - click 'All invocations' org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: assertion failed; at org.eclipse.jdt.internal.corext.Assert.isTrue(Assert.java:139) at org.eclipse.jdt.internal.corext.Assert.isTrue(Assert.java:124) at org.... | 2005-04-08 04:50:24 | 1,112,950,000 | verified fixed | b069dc4 | 1,115,130,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java | JDT |
3,404 | 93,105 | Bug 93105 Remove unnecessary APIs on BindingKey | I20050426-1700 After discussions with JDT/UI, we came to conclusion that the following 3.1 APIs on BindingKey are not suitable; since they may cache element structural information into keys, leaving clients with difficult decisions as to whether to trust the key or the element. - BindingKey#getDeclaringTypeSignature() ... | 2005-04-28 07:14:02 | 1,114,690,000 | verified fixed | 5833063 | 1,115,130,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/StandardType.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java | JDT |
3,405 | 92,734 | Bug 92734 Open Type: wrong camel case match | I20050420 + ZRH export of 0426-912 Filter input 'IDExtension' matches type 'IDE'. I expected it to not match. | 2005-04-26 03:58:50 | 1,114,500,000 | resolved fixed | 35241e1 | 1,115,130,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java | JDT |
3,406 | 93,509 | Bug 93509 Code assist insert strange import | public class A<LHS, RHS> { LHS lhs; RHS rhs; { A<? extends Object, ? extends Number> a= null; } L<code assist> } - trigger code assist at the location above - select LHS. Observe you get an import on LHS | 2005-05-03 06:38:59 | 1,115,120,000 | resolved fixed | 2cc1c07 | 1,115,130,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaTypeCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java | JDT |
3,407 | 93,511 | Bug 93511 [5.0][syntax highlighting] Autounboxing not marked in constructor invocation | N20050503-0010 The autounboxing syntax highlighting does not mark the constructor invocation: int intVar= new Integer(13); | 2005-05-03 06:56:48 | 1,115,120,000 | resolved fixed | 86ec939 | 1,115,120,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightings.java | JDT |
3,408 | 93,376 | Bug 93376 Pull up is enabled for annotation members in editor | Pull up is enabled for annotation members in editor. Since we have a JavaTextSelection here we can do better and disable the action. Pull Down can be disabled as well. | 2005-05-01 17:34:00 | 1,114,980,000 | resolved fixed | 78b7071 | 1,115,120,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java | JDT |
3,409 | 93,324 | Bug 93324 [nls tooling] Find strings to externalize tries to open a dialog from the modal context thread | While trying to sort out problems with badly encoded files I ran find strings to externalize on a package. Doing so resulted in the following exception: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.jface.dialogs.ProgressMonitorDialog.r... | 2005-04-29 17:09:14 | 1,114,810,000 | resolved fixed | 69c6754 | 1,115,120,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindStringsToExternalizeAction.java | JDT |
3,410 | 91,470 | Bug 91470 [refactoring] [inline] Inline method fails on methods with a vararg parameter | In 3.1 M6 trying to inline the following method fails with an error public static final String format(String key, Object ... args) { return MessageFormat.format(key, args); } If I change the type to Object[] the inlining works. Here is the stack trace: java.lang.reflect.InvocationTargetException at org.eclipse.jface.op... | 2005-04-14 18:01:18 | 1,113,520,000 | verified fixed | a5af9ee | 1,115,120,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/Test91470.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestVarargs6.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/Test91470.jav... | JDT |
3,411 | 72,178 | Bug 72178 extract local variable doesn't resolve name conflicts [refactoring] | eclise 3.1 M1, JDK 1.5 --------a.A------- package a; public class A {} ------------------ --------b.A------- package b; public class A {} ----------------- --------c.C------ package c; import a.A; public class C { b.A method() { return new b.A(); } void failHere() { method(); //extract local variable here } } ---------... | 2004-08-18 12:25:08 | 1,092,850,000 | resolved fixed | e5dfa74 | 1,115,100,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test89_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test89_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java | JDT |
3,412 | 81,099 | Bug 81099 JUnit preference does not Restore Defaults [JUnit] | I200412142000 Restore Defaults has no effect on the "Show JUnit view only when error occurs" preference. | 2004-12-15 06:14:16 | 1,103,110,000 | verified fixed | d6f55ab | 1,115,100,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/JUnitPreferencesConstants.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JunitPreferenceInitializer.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal... | JDT |
3,413 | 87,076 | Bug 87076 M5: JUnit preferences aren't saved between sessions [JUnit] | If I disable all stack trace filters in the Java > JUnit preferences page, then apply, everything is fine for this session. When I restart Eclipse, however, the filters are all reenabled. Also, if I remove all filters, they reappear when I restart. | 2005-03-03 10:36:35 | 1,109,860,000 | verified fixed | eeab87c | 1,115,040,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitPreferencesConstants.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencesConstants.java | JDT |
3,414 | 90,725 | Bug 90725 TableColumn trim differs between platforms | null | 2005-04-07 17:30:31 | 1,112,910,000 | resolved fixed | afe9aef | 1,115,040,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/LocationViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/TableLayoutComposite.java | JDT |
3,415 | 87,920 | Bug 87920 ExtractMethod refactoring should not use ASTNodeFactory.newType(AST, ITypeBinding, boolean) | ExtractMethod refactoring should not use ASTNodeFactory.newType(AST, ITypeBinding, boolean). That method is deprecated and should be replaced by an ImportRewrite or by ASTNode.copySubtree(..). | 2005-03-14 09:10:05 | 1,110,810,000 | resolved fixed | 8f6aec0 | 1,115,040,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/generics_in/A_test1109.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/generics_in/A_test1110.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTes... | JDT |
3,416 | 76,241 | Bug 76241 Inline method should refuse to work when calls to the method are ambiguous [refactoring] [inline method] | I200410130800 Inlining one of the foo(...) methods of the first compilation unit below should refuse to work because the calls to foo(...) are ambiguous. Potential loss of work. public class A { protected void foo(String s) { System.out.println("A.foo()"); } protected void foo(Integer i) { System.out.println("A.foo()")... | 2004-10-14 06:17:36 | 1,097,750,000 | resolved fixed | 9a46f6c | 1,115,040,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/code/InlineMethodRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TargetProvid... | JDT |
3,417 | 93,323 | Bug 93323 Organize import on a package prints to the console | I ran organize import on a package containing two CUs and I got timing statements like the following printed to the console: total time 80 ms, cus: 2 | 2005-04-29 17:06:19 | 1,114,810,000 | resolved fixed | d522524 | 1,115,040,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java | JDT |
3,418 | 81,441 | Bug 81441 [5.0] [refactoring] renaming method in annotation doesn't work | null | 2004-12-16 13:11:53 | 1,103,220,000 | resolved fixed | 5184075 | 1,115,040,000 | org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testAnnotation0/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testAnnotation0/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testAnnotation2/out/A.java org.eclipse.jdt.ui.tests.re... | JDT |
3,419 | 68,983 | Bug 68983 Refactor menu not available on binary types [refactoring] | It seems to be impossible to use refactoring features on a Type whose source is not in the project/workspace. For example, I would like to replace all instances of ArrayList by List where it is possible (using the "Use Supertype Where Possible" refactor feature, but it does not appear to be possible since there is no r... | 2004-06-30 07:13:09 | 1,088,590,000 | resolved fixed | 26e96ad | 1,115,030,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceProcessor.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/stru... | JDT |
3,420 | 66,480 | Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions | I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti... | 2004-06-10 06:25:02 | 1,086,860,000 | resolved fixed | 144720f | 1,114,810,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/InlineMethodAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ChangeTypeA... | JDT |
3,421 | 92,982 | Bug 92982 [1.5][compiler] Bounds and erasure of capture and type variable bindings | I20050426-1700 I'm a bit confused about bounds and erasure of capture, type variable and wildcard bindings. Consider this example: public class Try<T extends Collection> { void m() { List<? extends Collection> wild= null; Collection c= wild.get(0); List<T> var= null; Collection c2= var.get(0); } Calling ITypeBinding#ge... | 2005-04-27 14:58:24 | 1,114,630,000 | verified fixed | fbd7246 | 1,114,800,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/typeconstraints/TypeEnvironmentTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/AbstractTypeVariable.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactori... | JDT |
3,422 | 93,287 | Bug 93287 LTK Core Refactoring triggered on shutdown of JavaPlugin | null | 2005-04-29 12:21:39 | 1,114,790,000 | resolved fixed | 21d5158 | 1,114,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/RefactoringCore.java org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/RefactoringCorePlugin.java | JDT |
3,423 | 93,260 | Bug 93260 TypeInfoViewer sets foreground colours unnecessarily | null | 2005-04-29 09:14:31 | 1,114,780,000 | resolved fixed | dd5efba | 1,114,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java | JDT |
3,424 | 93,235 | Bug 93235 'Build Path > Use as Source Folder' freezes for 3 minutes with autobuild running | I20050426-1700 I have autobuild enabled and was rebuilding my workspace in the background. From the context menu of a (non-source) folder inside a plugin, I chose 'Build Path > Use as Source Folder'. Eclipse froze for about 3 minutes (but the build was apparently progressing). Stackdump while the UI was stale: Full thr... | 2005-04-29 03:56:14 | 1,114,760,000 | resolved fixed | 940b12d | 1,114,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/BuildPathAction.java | JDT |
3,425 | 89,645 | Bug 89645 "Build" button appears on toolbar when "New Java Project" wizard is active | Build 20050330 Whenever I press the "New Java Project" button on the toolbar, the "Build" button appears on the toolbar while the resulting wizard is active. The button disappears (causing the other toolbar buttons to shift again) when the wizard is dismissed. | 2005-03-30 13:58:06 | 1,112,210,000 | resolved fixed | 8db65ea | 1,114,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java | JDT |
3,426 | 68,190 | Bug 68190 UndoManager and perform change operation must call #dispose on change to be executed if validation fails | 3.0 Dispose isn't called if the change object couldn't be executed (isValid didn't return a fatal error). | 2004-06-22 12:06:24 | 1,087,920,000 | resolved fixed | f5f54f9 | 1,114,730,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/ChangeExceptionHandler.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/UIPerformChangeOperation.java | JDT |
3,427 | 91,505 | Bug 91505 Typo in new API: JavaElementLabels.getDeclararionLabel(..) | I20050414-1107 Typo in new API: JavaElementLabels.getDeclararionLabel(..) ^ should be t Can we still correct this (it's new 3.1 API)? | 2005-04-15 06:05:51 | 1,113,560,000 | resolved fixed | b2c97fe | 1,114,710,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java | JDT |
3,428 | 67,289 | Bug 67289 UIPerformChangeOperation swallows exception stacktrace [refactoring] | 200406111814 UIPerformChangeOperation#executeChange() swallows the exceptions thrown during change execution: throw new CoreException(exception[0].getStatus()); ... drops the (very informative) stacktrace of exception[0]. Since CoreExceptions cannot be nested, either a nestable subclass of CoreException should be throw... | 2004-06-15 12:25:11 | 1,087,320,000 | resolved fixed | aaabaa2 | 1,114,630,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/UIPerformChangeOperation.java | JDT |
3,429 | 92,905 | Bug 92905 Initial use of Open Type gives no feedback for several seconds | build I20050426-1700 - switched to new build - used Ctrl+Shift+T - it appeared unresponsive for several seconds (though CPU usage went up), then the "Checking model consistency..." dialog came up and did work for a while - should bring up the dialog sooner, or show the busy cursor if this is not possible | 2005-04-27 09:52:38 | 1,114,610,000 | resolved fixed | 1cb6b0a | 1,114,620,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenTypeAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog2.java | JDT |
3,430 | 92,847 | Bug 92847 [api] missing specs and @since tags on GenerateNewConstructorUsingFieldsAction fields | 3.1 HEAD GenerateNewConstructorUsingFieldsAction static public final int DOWN_INDEX= 1; static public final int UP_INDEX= 0; These 2 fields were private in 3.0; now they're public, and therefore API. If the intent was to make them API, add specs and @since 3.1 tags. | 2005-04-26 18:20:36 | 1,114,550,000 | verified fixed | 3836a1e | 1,114,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateConstructorUsingFieldsSelectionDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.java | JDT |
3,431 | 92,801 | Bug 92801 [content assist] additional info (javadoc) missing | I20050426-0849 The additional info (javadoc) is missing. | 2005-04-26 12:31:07 | 1,114,530,000 | resolved fixed | eb8f21f | 1,114,530,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal2.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java | JDT |
3,432 | 92,751 | Bug 92751 wording: open type "checking histroy elements" | I20050420 + ZRH 0426 when doing 'Open Type' for the first time, there is a dialog saying something about "histroy" elements | 2005-04-26 06:33:45 | 1,114,510,000 | resolved fixed | 5d984e6 | 1,114,530,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/CorextMessages.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoHistory.java | JDT |
3,433 | 92,563 | Bug 92563 [content assist] Warm code assist performance for many types | null | 2005-04-25 07:01:10 | 1,114,430,000 | resolved fixed | c192fb9 | 1,114,510,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalResultCollector.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/GenericJavaTypeProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/te... | JDT |
3,434 | 92,561 | Bug 92561 Leaked HistoryItems in DocumentManager? | I20050420-1200 In a huge YourKit memory trace, I see that DocumentManager holds 303 Documents in memory. I used local history before, but when I made the dump, no local history dialog was up. YourKit says that the 'Retained size' of the array fgValues is 75,393,728 bytes. [Snapshot on my machine: I20050420-1200_1.5.0_2... | 2005-04-25 06:06:34 | 1,114,420,000 | resolved fixed | dfd5e18 | 1,114,510,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureCreator.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.