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,935 | 62,596 | Bug 62596 [API] JDT messages/images should be public API | The messages and images of the JDT (and of the platform) are not accessible through a public API. So implementors of plugins have no good way to make their plugins have a consistent look&feel with the JDT. For example if you provide a plugin which handles java classes, you want to reuse the same icon than the JDT for a... | 2004-05-18 03:38:27 | 1,084,870,000 | verified fixed | 76bbb8a | 1,131,640,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ISharedImages.java | JDT |
2,936 | 115,711 | Bug 115711 [content assist] Parameter hints disappear immediately | null | 2005-11-09 17:26:08 | 1,131,580,000 | verified fixed | f5e811e | 1,131,640,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/JavaMethodCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuessingProposal.java | JDT |
2,937 | 99,924 | Bug 99924 [build path] Build path actions: use as source folder and link additional source should not append to the end | RC2 All these actions always add the element to the end of the package fragment root list. Source folder should IMO always be added before User and JRE libraries. | 2005-06-14 05:59:52 | 1,118,740,000 | verified fixed | f44fb24 | 1,131,620,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java | JDT |
2,938 | 110,964 | Bug 110964 [javadoc] Change compiler default options to have minimum javadoc warnings | Currently, javadoc compiler options is not set by default. However, if user set it, then he can get more warnings than expected due tot the fact that some extra options are true by default (report deprecated and non-visible for example). We have to put back default for these options to not report warnings and let user ... | 2005-09-28 13:11:52 | 1,127,930,000 | verified fixed | cdf1f9e | 1,131,610,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/JavadocQuickFixTest.java | JDT |
2,939 | 110,643 | Bug 110643 [API] NewClassCreationWizard needs to be API | We need a Java class creation wizard that we can a) launch programmatically and b) set and get the new class' name, package fragment, superclass, super interfaces, etc. (i.e., prime it before launch and retrieve values after finish). Unfortunately, in Eclipse 3.1 NewClassCreationWizard is not only internal (i.e., not A... | 2005-09-26 13:42:54 | 1,127,760,000 | closed fixed | 2844e5d | 1,131,560,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/AbstractOpenWizardAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewAnnotationCreation... | JDT |
2,940 | 115,513 | Bug 115513 [quick assist] Surround with template | Version: 3.2.0 Build id: I20051102-1600 Surround with template is an enhancement of surround with runnable. It adds logic to the 'surround with' templates. Users can define there own templates to surround code with (i.e. 'surround with ISafeRunnable'). | 2005-11-08 12:18:23 | 1,131,470,000 | verified fixed | c9a49e8 | 1,131,530,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SurroundWith.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/... | JDT |
2,941 | 114,774 | Bug 114774 [javadoc location] validate does not work with ! in path | null | 2005-11-02 11:15:27 | 1,130,950,000 | verified fixed | 0f538d5 | 1,131,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java | JDT |
2,942 | 114,891 | Bug 114891 Simple compare error in CoreUtility.java | There's a simple typo error in org.eclipse.jdt.internal.ui.util.CoreUtility in it's inner class BuildJob. The method: public boolean isCoveredBy(BuildJob other) { if (other.fProject == null) { return true; } return fProject != null && fProject.equals(fProject); } compares fProject with itself on the fifth line. It shou... | 2005-11-03 05:08:57 | 1,131,010,000 | verified fixed | 4b9086b | 1,131,450,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/CoreUtility.java | JDT |
2,943 | 113,338 | Bug 113338 [sort members] Usability improvements of sort members action | I20051018-0932 + ZRH plugin export from 20051021 - The sort members action unnecessarily shows a dialog prompting whether to sort fields as well or not. This seems interrupting and more or less useless, as it resembles more a preference, which is set once and left untouched. A better solution could be a MessageDialogWi... | 2005-10-21 05:52:31 | 1,129,890,000 | verified fixed | 2e33326 | 1,131,450,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OptionalMessageDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SortMembersMessageDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/prefere... | JDT |
2,944 | 115,277 | Bug 115277 [quick fix] Qualify with 'this' generates incorrect code | Version: 3.2.0 Build id: N20051107-0010 Having the code (with unqualfied field access set to warning): public class E1 { public abstract class E1Inner1 { public abstract void foo(); protected int n; } public abstract class E1Inner2 { public abstract void run(); } public void foo() { E1Inner1 inner= new E1Inner1() { pub... | 2005-11-07 04:38:21 | 1,131,360,000 | verified fixed | 2ede94a | 1,131,390,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java | JDT |
2,945 | 115,321 | Bug 115321 [clean up] Qualify with 'this' does not generate a 'this' if more then 350 warnings in a CU | Version: 3.2.0 Build id: I20051102-1600 In large CUs it is possible that there are more then 350 'unqualified field accesses' but the clean up does only handle the first 350 and ignores the rest. The 'qualify with this' clean up should not try to fix the warnings but use an ast visitor to find the unqualified field acc... | 2005-11-07 10:37:33 | 1,131,380,000 | verified fixed | e39ef86 | 1,131,390,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/ui/org/eclipse/jdt/internal/ui/fix/CodeStyleMultiFix.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ProblemLoc... | JDT |
2,946 | 114,740 | Bug 114740 [build path] Configuring JREs from New Java Project wizard does not update list | I20051102-0010 - open the New Java Project wizard - click on JDK > Configure default... - change a JRE name or add/remove JREs => in the New Java Project wizard, the combo with the JREs is not updated I would also rename the link to 'Configure JREs...', since you can do more on that page than choosing the default. | 2005-11-02 06:56:47 | 1,130,930,000 | verified fixed | 95a0afd | 1,131,390,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java | JDT |
2,947 | 113,239 | Bug 113239 new compiler option 'fatalOptionalError' | * COMPILER / Treating Optional Error as Fatal * When enabled, optional errors (i.e. optional problems which severity is set to "error") will be treated as standard * compiler errors, yielding problem methods/types preventing from running offending code until the issue got resolved. * When disabled, optional errors are ... | 2005-10-20 11:03:15 | 1,129,820,000 | resolved fixed | 57e79fd | 1,131,380,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuildConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java | JDT |
2,948 | 49,610 | Bug 49610 [content assist] completion could honour code formatter settings | With the fabulous new code formatter, it is possible to define settings for spacing around parenthesis on method calls etc. Curly brace formatting settings are automatically applied when typing such that the braces are placed using the code formatter settings, but this is not done with parentheses. For example, if I ha... | 2004-01-06 19:05:13 | 1,073,430,000 | resolved fixed | 619839d | 1,131,120,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CodeCompletionTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/... | JDT |
2,949 | 114,493 | Bug 114493 The combo box showing the available JDKs should be sorted | I20051031-2000 The most recent JDKs should be shown first. | 2005-11-01 05:37:44 | 1,130,840,000 | verified fixed | 7cd390d | 1,131,110,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java | JDT |
2,950 | 113,104 | Bug 113104 [hovering] Consider adapting AbstractInformationControl to new PopupDialog | null | 2005-10-19 11:46:00 | 1,129,740,000 | verified fixed | e88716f | 1,131,110,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyInformationControl.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java | JDT |
2,951 | 114,544 | Bug 114544 [clean up] clean up does not convert static accesses as promised | null | 2005-11-01 10:36:16 | 1,130,860,000 | verified fixed | 0ca878f | 1,130,940,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CodeStyleMultiFix.java | JDT |
2,952 | 114,486 | Bug 114486 New project wizard: error message not updated | I20051031-2000 - configure three VMs. One 1.5, one 1.4.2 and one 1.2.2 - set 1.5 as default and set workspace compiler compliance to 5.0 - open new project wizard - select configure link - change default VM to 1.4. observe: you get an error message - change default VM to 1.2. using the configure link observe: error mes... | 2005-11-01 05:16:47 | 1,130,840,000 | verified fixed | cb90b71 | 1,130,940,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java | JDT |
2,953 | 114,512 | Bug 114512 [working sets] Package explorer should only allow working sets that have an updater installed | I20051101-0010 The package explorer started to support working sets different than the Java working set. However, the package explorer must ensure that an working set updater is installed otherwise it will end up showing stale/bogus content. | 2005-11-01 09:07:42 | 1,130,850,000 | verified fixed | 0e442dd | 1,130,940,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java | JDT |
2,954 | 114,490 | Bug 114490 [open type] Open Type does not support end matchers '<' and ' ' any more | I20051031-2000 Open Type used to accept patterns like 'A*List<' in 3.2M2. Now, the match list stays empty. Expected: types like ArrayList, AbstractList, etc., but not AbstractBooleanListener | 2005-11-01 05:32:06 | 1,130,840,000 | verified fixed | 2aeec9c | 1,130,940,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java | JDT |
2,955 | 114,360 | Bug 114360 [templates][content assist] Template completion proposal in javadoc inserts a '<' and duplicates last character | I20051025-0800 + ZRH plugins from 20051028_1210 - Select a word in a javadoc comment - press Ctrl+Space => a '<' is inserted (common prefix?) - select the <code></code> proposal => the template is correctly applied, but the last character of the original selection is (wrongly) added to the end of the inserted proposal | 2005-10-31 09:21:34 | 1,130,770,000 | verified fixed | 5c05d31 | 1,130,930,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/TemplateProposal.java | JDT |
2,956 | 114,485 | Bug 114485 Project created with default JDK and compliance set project specific values | I20051031-2000 - start Eclipse with 1.5 VM - create new project and acceptr defaults - a project is created using the 1.5 JDK Observe: - the project has project specific compiler compliance level instead of using the workspace default which is 5.0 as well. Project specific compiler compliance should only be set when a ... | 2005-11-01 05:11:34 | 1,130,840,000 | verified fixed | a5c802a | 1,130,930,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java | JDT |
2,957 | 114,547 | Bug 114547 clean up does not run when finish is chosen from the resource selection page | null | 2005-11-01 10:42:20 | 1,130,860,000 | verified fixed | 4b75cd2 | 1,130,930,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java | JDT |
2,958 | 114,558 | Bug 114558 [content assist] Inconvenient ranking of template proposal on exact match | I20051031-2000 Steps to reproduce: /** * @return null<Ctrl+Space> */ -> template proposal for "null" template is ranked after link proposal for NPE -> On exact match, templates should be ranked highest in this case | 2005-11-01 11:23:52 | 1,130,860,000 | verified fixed | 6ec1988 | 1,130,930,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/TemplateProposal.java | JDT |
2,959 | 114,522 | Bug 114522 [clean up] wrong selection when starting clean up | null | 2005-11-01 09:47:32 | 1,130,860,000 | verified fixed | ac22247 | 1,130,930,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java | JDT |
2,960 | 114,369 | Bug 114369 Remove unused local and field too dangerous for multi quick fix | Version: 3.1.0 Build id: I20051025-0800 The two clean ups: Remove unused local variable and assignments without possible side effects and Remove unused private field and assignments without possible side effects are too dangerous to apply in a batch mode, at least without warning the user. Reason: private int i= method... | 2005-10-31 10:38:21 | 1,130,770,000 | verified fixed | 46866fe | 1,130,920,000 | 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/CleanUpRefactoringWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnusedCodeMultiFix.java | JDT |
2,961 | 114,568 | Bug 114568 [content assist] methods without parameters should never show linked mode | null | 2005-11-01 12:01:08 | 1,130,860,000 | verified fixed | 5d2fcb4 | 1,130,920,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java | JDT |
2,962 | 114,555 | Bug 114555 [jar packager] Unused and missing NLS messages caused entries in .log file | I20051031-2000 Attaching patch... | 2005-11-01 11:08:10 | 1,130,860,000 | verified fixed | 2d93a0a | 1,130,920,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackagerMessages.java | JDT |
2,963 | 114,491 | Bug 114491 [refactoring] CCE in NullRefactoringHistory | 3.2 M3 test pass I deleted some projects in (Java and Resource) working sets, but not quite sure what action triggered the exception. !ENTRY org.eclipse.core.resources 4 2 2005-11-01 11:29:35.216 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources". !STACK 0 java.lang.ClassCastExcept... | 2005-11-01 05:33:15 | 1,130,840,000 | verified fixed | 5c0de9b | 1,130,850,000 | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/history/RefactoringHistoryService.java | JDT |
2,964 | 113,998 | Bug 113998 [JUnit] New Test Case Wizard: Class Under Test Dialog -- allow Enums | Enums should be selectable types in the dialog. | 2005-10-27 12:12:41 | 1,130,430,000 | verified fixed | ae31320 | 1,130,490,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java | JDT |
2,965 | 112,356 | Bug 112356 [syntax highlighting] Syntax highlight isn't applied to auto-unboxed expressions with a cast | In this example, neither the setBool() with explicit cast, nor the assignment to b2 indicate that the object is being auto-unboxed. It's unclear to me exactly what should be highlighted, the final term of the expression (this happens with non-casted expressions), or maybe the cast itself. --- public abstract class Boxi... | 2005-10-12 11:57:48 | 1,129,130,000 | verified fixed | 1f6f21d | 1,130,170,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightings.java | JDT |
2,966 | 113,159 | Bug 113159 CUEditor won't let me insert just one TAB | Given the following code: Pattern pattern = selected ? new Pattern(null,...) : new Pattern(nul,...); <<CARET>>g.setBackgroundPattern(pattern); I cannot insert a single TAB at the Caret location. typing TAB inserts two TABs. BACKSPACE deletes both. | 2005-10-19 17:00:49 | 1,129,760,000 | verified fixed | 2b4043e | 1,129,810,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IndentAction.java | JDT |
2,967 | 112,372 | Bug 112372 Strange error dialog during Move refactoring | I performed a move refactoring on some classes and included a search of text files. I clicked preview and after a slight wait, got an error dialog with an error message repeated four times (I will attach the dialog). The error basically told me to go to the preview page (which is where I was goin anyway). On the previe... | 2005-10-12 14:09:30 | 1,129,140,000 | verified fixed | b0e6084 | 1,129,800,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringSearchEngine.java | JDT |
2,968 | 107,998 | Bug 107998 [refactoring] [move] Move method out of non-static inner class too strict. | The inner class is non-static, but the method only accesses a static field. So Eclipse shouldn't refuse to move it. Interestingly, Eclipse allows moving the 'number' field, but not the method, even though they're in the same inner class. ------------------------- Bug.java ------------------ public class Bug { public st... | 2005-08-25 11:35:46 | 1,124,980,000 | verified fixed | 5bf79b7 | 1,129,800,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java | JDT |
2,969 | 111,422 | Bug 111422 [refactoring] Enable filtering in the Move refactoring preview dialog | I20050928-1300 + plug-in export for I20051004-0800 While testing the move functionality of the smoke test I moved a CU to another package using Refactor > Move... and checked and Update fully qualified... The new filter support was disabled but it would be handy to have it here as well even though textual matches are a... | 2005-10-04 07:03:37 | 1,128,420,000 | verified fixed | ac846de | 1,129,800,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/util/QualifiedNameFinder.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameSea... | JDT |
2,970 | 112,603 | Bug 112603 Push Down does not add @Override | N20051013-0010 Push m() down, leaving it abstract in Try. The method in Sub should get an @Override annotation iff the target is in a 5.0 project. public class Try { protected void m() { System.out.println("working..."); } } class Sub extends Try { } | 2005-10-14 04:37:20 | 1,129,280,000 | verified fixed | 487f19a | 1,129,740,000 | org.eclipse.jdt.ui.tests.refactoring/resources/PushDown/test1/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources/PushDown/test19/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources/PushDown/test20/out/B.java org.eclipse.jdt.ui.tests.refactoring/resources/PushDown/test25/out/A.java org.eclipse.jdt.ui.tests.... | JDT |
2,971 | 106,329 | Bug 106329 [refactoring] Pull Up fails with method type variable of the same name as class type variable | I20050803-0800 - pull up countItem(..) to Collector -> compile errors, since references to method type variable T have been replaced by E - remove 'static' modifier from countItem(..) and pull up again -> no compile error, but changed semantics because the method parameter types don't use the method type variable any m... | 2005-08-08 06:37:26 | 1,123,500,000 | verified fixed | d3efbbb | 1,129,740,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyRefactoring.java | JDT |
2,972 | 106,637 | Bug 106637 [quick fix] "Change method..." QuickFix loses final keyword. | If the "Change method..." QuickFix is applied, then the final keyword is lost. -------------------------- Bug.java ------------------ import java.util.*; class Bug { void foo(final HashMap map){} {foo(Collections.EMPTY_MAP);} } | 2005-08-10 11:39:00 | 1,123,690,000 | verified fixed | 4073507 | 1,129,740,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/ChangeMethodSignatureProposal.java | JDT |
2,973 | 113,091 | Bug 113091 [code manipulation] Generate constructor using should not use code body templates | As the constructor is ready-for-use after creation, TODOs and other additional strings from the code templates should not be inserted. This would also render the source actions more coherent (create delegate method and getter/setter generation do not use templates too). | 2005-10-19 10:44:31 | 1,129,730,000 | verified fixed | c68198e | 1,129,730,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/GenerateConstructorUsingFieldsTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java | JDT |
2,974 | 113,062 | Bug 113062 [code manipulation] Generate constructor using fields throws exception when invoked in anonymous type | Build id: N20051014-0010 When invoking "generate constructor using field" in an anonymous type, the execution fails with an InvocationTargetException. As anonymous types may not have explicitly declared constructors, the source action should display an error message. java.lang.reflect.InvocationTargetException at org.e... | 2005-10-19 07:08:01 | 1,129,720,000 | verified fixed | 4a2832a | 1,129,730,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateConstructorUsingFieldsContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/... | JDT |
2,975 | 112,077 | Bug 112077 Moving method referenced from inner type introduces compile errors | In M2: Given code: public class TestKindRegistry { public class TestKind { public String getPrecededKindIds() { return null; } public String getId() { return null; } } public ArrayList getAllKinds() { ArrayList items = new ArrayList(); Collections.sort(items, new Comparator() { public int compare(Object arg0, Object ar... | 2005-10-09 21:33:42 | 1,128,910,000 | verified fixed | 8bf8a0c | 1,129,720,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java | JDT |
2,976 | 112,440 | Bug 112440 Generate Delegate Methods does not work in anonymous types | Build ID: I20051011-1655 When selecting "Generate Delegate Methods" for an anonymous type, the refactoring does not use the fields of the anonymous type, but of the enclosing type as a reference (1). When inserting methods (from fields of the enclosing type) at the current position, it fails without an error message (2... | 2005-10-13 04:31:22 | 1,129,190,000 | verified fixed | eea6276 | 1,129,710,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java | JDT |
2,977 | 112,076 | Bug 112076 Moving method from anonymous inner type throws InvocationTargetException | In M2: Given code: import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; public class TestKindRegistry { public class TestKind { public String getPrecededKindIds() { return null; } public String getId() { return null; } } public ArrayList getAllKinds() { ArrayList items = new ArrayList(... | 2005-10-09 21:30:47 | 1,128,910,000 | verified fixed | abdc69e | 1,129,650,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java | JDT |
2,978 | 112,886 | Bug 112886 [nls tooling] Configuring accessor class toggles off "Use Eclipse's..." setting | I20051004-0800 On a file that has never been externalized. Source>Externalize Strings... Toggle on "Use Eclipse's string externalization mechanism" Click Configure... Make changes to accessor class On return to the externalization wizard, "Use Eclipse's string externalization mechanism" is toggle off. | 2005-10-17 19:45:13 | 1,129,590,000 | verified fixed | 57a1b98 | 1,129,620,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java | JDT |
2,979 | 63,840 | Bug 63840 warning on unused labels | we have warnings for all sorts of unused things. one for unused labels would be good too. | 2004-05-25 09:23:36 | 1,085,490,000 | verified fixed | 281f6f8 | 1,129,540,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,980 | 112,436 | Bug 112436 [search] is unkind to its participants | PDE is on its way to becoming a Java-seach-participant to show hits in manifest files. It's all going swimmingly, except that annotations are not being created when the manifest editor opens. The problem seems to be in JavaSearchResult#computeContainedMatches(...). This method returns an empty array if the file being o... | 2005-10-13 02:34:30 | 1,129,190,000 | verified fixed | 6e9c3dc | 1,129,300,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResult.java | JDT |
2,981 | 112,462 | Bug 112462 wrong ordering of specifiers (annotations) after refactoring overriding method | After refactoring a method to make it protected, the @Override annotation in inheriting methods gets placed _after_ the protected keyword, instead of above it, as is done nicely when using the quickfix `Add unimplemented methods' | 2005-10-13 08:23:01 | 1,129,210,000 | verified fixed | edd8225 | 1,129,290,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAll63_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAll63_out.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/Annotation1.java org.eclipse.jdt.ui.tests.refactoring/resour... | JDT |
2,982 | 112,586 | Bug 112586 [api] add support for toggling folding for IJavaElement's | For tools that want to use the IJavaFoldingStructureProviderExtension, but want finer-grained control of what to collapse, it would be useful to have the following methods: - collapseElements(List<IJavaElement> elements) - expandElements(List<IJavaElement> elements) My use case is Mylar, which currently needs to set it... | 2005-10-13 22:26:35 | 1,129,260,000 | verified fixed | 8015fd2 | 1,129,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingStructureProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/folding/IJavaFoldingStructureProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/folding/IJavaFoldingStructureProviderExtension.java | JDT |
2,983 | 112,217 | Bug 112217 [implementation] Deadlock in ASTProvider.getAST | Eclipse 3.2M2 + Mylar for 3.2 0.3.11 I tried to copy and paste some code in the Java editor and Eclipse locked up. I managed to get a stack trace which is pasted below. Full thread dump Java HotSpot(TM) Client VM (1.5.0_02-b09 mixed mode, sharing): "Text Viewer Hover Presenter" daemon prio=2 tid=0x0305cd30 nid=0x5b4 in... | 2005-10-11 10:40:24 | 1,129,040,000 | verified fixed | 0c7d72e | 1,129,120,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java | JDT |
2,984 | 112,234 | Bug 112234 NewContainerWizardPage.getCurrentTextSelection javadoc wording | "Returns the test selection..." should be "Returns the text selection..." This occurs in the method description and the @return doclet. | 2005-10-11 12:20:58 | 1,129,050,000 | verified fixed | 7804c59 | 1,129,100,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java | JDT |
2,985 | 112,197 | Bug 112197 [quick fix] "Add @SuppressWarnings 'unchecked' to 'foo()'" appears twice | null | 2005-10-11 09:01:35 | 1,129,040,000 | verified fixed | 9d0d1bb | 1,129,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/ModifierCorrectionSubProcessor.java | JDT |
2,986 | 111,414 | Bug 111414 Open Type dialog: 'Fully Qualify Duplicates' does not work as expected | I20050928-1300 The menu 'Fully Qualify Duplicates' in the Open Type dialog does not affect the qualification (which is always on for duplicates) but actually appends the container info. | 2005-10-04 04:50:14 | 1,128,420,000 | verified fixed | 19464db | 1,129,040,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionComponent.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog2.java | JDT |
2,987 | 110,438 | Bug 110438 [quick assist] surround with runnable: bug with control statement bodies | 20050925 Surround the body ('g.drawImage(...)') of the if-statement: class E { public void paint(Graphics g) { if (g != null) g.drawImage(null, 0, 0, 0, 0, null); } } -> Use ASTNodes.isControlStatementBody to detect if a block has to be introduced for a statement. java.lang.IllegalArgumentException: Node does not exist... | 2005-09-23 09:54:09 | 1,127,480,000 | verified fixed | 804c9ce | 1,129,020,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/SurroundWithRunnableProposal.java | JDT |
2,988 | 99,698 | Bug 99698 [formatter] Code formatter > Braces: no preview for 'Annotation Type Declaration' | I20050610-1757 (3.1RC2) Code formatter > Braces: there's no preview for 'Annotation Type Declaration'. | 2005-06-13 11:37:25 | 1,118,680,000 | verified fixed | 98f29e9 | 1,129,020,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BracesTabPage.java | JDT |
2,989 | 111,453 | Bug 111453 [preferences] Improve preview of enum constant formatting | null | 2005-10-04 11:04:47 | 1,128,440,000 | verified fixed | 8d3f133 | 1,129,020,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java | JDT |
2,990 | 97,918 | Bug 97918 [formatter] tab policy and indentation policy: indent on column | I would like a smarter tab policy. In code formated like this: class Example { Example(int arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { this(); } Example() { } } I would like to have a mix of tabs and spaces like this: class Example { <tb>Example(int arg1, int arg2, <tb> int arg3, int arg4, <tb> int arg5, ... | 2005-06-01 13:12:47 | 1,117,650,000 | verified fixed | ace5d69 | 1,129,020,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/IndentationTabPage.java | JDT |
2,991 | 111,139 | Bug 111139 Add FORMATTER_INSERT_SPACE_BEFORE_PARENTHESIZED_EXPRESSION_IN_RETURN to the code formatter preference page | This new option should be added in the whitespace section (control statements) of the code formatter preference page. It makes the insertion of a space after the return keyword optional when the following expression is a cast expression, a parenthesized expression, a string literal or prefix expression. For all other t... | 2005-09-29 16:38:29 | 1,128,030,000 | verified fixed | 43a5ce5 | 1,129,020,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/WhiteSpaceOptions.java | JDT |
2,992 | 63,838 | Bug 63838 [misc] highlight control statement when break/continue selected [mark occurrences] | 3.0m9 it's pretty confusing sometimes what a 'continue' or 'break' refers to. it would be cool to have the control statement highlighted when i select the 'continue' or 'break'. it'd also take labels into account. | 2004-05-25 09:19:34 | 1,085,490,000 | verified fixed | 7290b9d | 1,128,700,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JdtTextTestSuite.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MarkOccu... | JDT |
2,993 | 100,760 | Bug 100760 [formatter] Project specific formatter dialog shows wrong default profile | RC3 - create a new workspace global formatter profile - make it the default - create a project - open project specific formatter properties observe: the disabled protion of the dialog shows that the default profile is a built in profile. IMO this is wrong. | 2005-06-20 04:27:16 | 1,119,260,000 | verified fixed | ec830dd | 1,128,670,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java | JDT |
2,994 | 105,926 | Bug 105926 [Formatter] Exporting Unnamed profile fails silently | When attempting to export an "Unnamed Profile" from the Project Preferences > Java Code Style > Formatter it will fail silently when it gets to ProfileStore.writeProfilesToStream(): for(final Iterator iter= profiles.iterator(); iter.hasNext();) { final Profile profile= (Profile)iter.next(); if (profile.isProfileToSave(... | 2005-08-03 11:10:17 | 1,123,080,000 | verified fixed | 03b755d | 1,128,620,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodeFormatterConfigurationBlock.java | JDT |
2,995 | 110,149 | Bug 110149 Auto completion does not always work in Move Static Members dialog box | Build ID: I20050921-0010. Select Move on a static method. Type (only one) package, type ., press Ctrl+Space. Now select a class and press Enter. Expected: The class appears behind the dot Actual: Nothing happens Note that it works correctly for package completion and if more than one package is used. | 2005-09-21 06:08:31 | 1,127,300,000 | verified fixed | 0fe61e0 | 1,128,620,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveMembersWizard.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/CUPositionCompletionProcessor.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaTypeComp... | JDT |
2,996 | 101,619 | Bug 101619 [formatter] Formatter profiles store even though I clicked 'Cancel' | I20050624-0010 1. open the formatter preference page 2. switch from existing profile p1 to another, lets say p2 3. click 'Cancel' Expected: my formatter profile is still p1 but it is now p2. | 2005-06-24 08:23:23 | 1,119,620,000 | verified fixed | 984f271 | 1,128,610,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesAccess.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodeFormatterConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclip... | JDT |
2,997 | 111,423 | Bug 111423 Caller hierarchy lists methods unsorted | I20050928-1300 + plug-in export for I20051004-0800 1. open caller hierarchy on ProjectionMapping.toImageRegion(IRegion) ==> caller list is unsorted and no option to enable sorting | 2005-10-04 07:05:56 | 1,128,420,000 | verified fixed | b373c13 | 1,128,510,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java | JDT |
2,998 | 109,562 | Bug 109562 [code manipulation] "Sort Members" reorders the enum constants in enums. | Irrespective of the settings of preferences controlling Sort Members, it should not reorder enum constants because their order has semantic significance. | 2005-09-15 01:11:51 | 1,126,760,000 | verified fixed | 58c7119 | 1,128,420,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/SortMembersOperation.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/Optio... | JDT |
2,999 | 111,185 | Bug 111185 Move Inner Type To New File does not always honor checkbox "make field final" | I20050927-1200 Move a non-static inner type to a new file. In the wizard, enter a name for an enclosing instance field, but do not check "make final". Observe: The created field is final. It works if the checkbox is checked and then unchecked again. | 2005-09-30 03:37:32 | 1,128,070,000 | verified fixed | dc84f5e | 1,128,420,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveInnerToTopWizard.java | JDT |
3,000 | 111,338 | Bug 111338 [implementation] new option causing error in org.eclipse.ui.editors | I picked up N20051001-0010 and it looks like a new compiler preference has added a compile error to org.eclipse.ui.editors. From my problems view: Severity Description Resource In Folder Location Creation Time Id 2 Unnecessary cast from Object to IEncodingSupport AbstractDecoratedTextEditor.java org.eclipse.ui.editors/... | 2005-10-03 10:34:21 | 1,128,350,000 | verified fixed | d1077ca | 1,128,360,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddCustomConstructorOperation.java 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/Add... | JDT |
3,001 | 110,986 | Bug 110986 [nls tooling] properties editor is RTL in RTL environments | 3.1.1 RC1 with arabic catalogs and -dir rtl The properties file editor is rtl in a rtl environment which make it unreadable as the keys are not lined up | 2005-09-28 15:34:22 | 1,127,940,000 | verified fixed | bc4f682 | 1,128,350,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditor.java | JDT |
3,002 | 97,316 | Bug 97316 [5.0][typing] Problems with quick fix "Add javadoc comment" | null | 2005-05-30 13:11:34 | 1,117,470,000 | verified fixed | f250ee3 | 1,127,930,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/JavadocQuickFixTest.java | JDT |
3,003 | 110,956 | Bug 110956 Failing test case after fixing bug 109963 in head. | null | 2005-09-28 12:08:43 | 1,127,920,000 | verified fixed | b6823e4 | 1,127,920,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java | JDT |
3,004 | 104,743 | Bug 104743 Type Filters matches types it shouldn't | The Spring framework currently has separate packages to support Hibernate2 and Hibernate3, and the classes' names are the same. For example: org.springframework.orm.hibernate3.support.OpenSessionInViewFilter and org.springframework.orm.hibernate.support.OpenSessionInViewFilter Since I'm using Hibernate3, I want to filt... | 2005-07-21 18:01:56 | 1,121,980,000 | verified fixed | 4d0d3fd | 1,127,900,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeFilter.java | JDT |
3,005 | 106,073 | Bug 106073 [quick fix] Remove invalid modifiers does not work for constructors | Hi, When I write the bad statement "static private SomeConstructor() {", Eclipse gives me a hint to remove the invalid modifier "static", but it does not work! In other words clicking on the hint will do nothing (just moves the cursor on the middle of the static keyword!) | 2005-08-04 13:01:18 | 1,123,170,000 | verified fixed | 4784434 | 1,127,900,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/ModifierCorrectionSubProcessor.java | JDT |
3,006 | 98,104 | Bug 98104 Javadoc locations in archives should correctly handle ! in path | null | 2005-06-02 09:46:06 | 1,117,720,000 | verified fixed | b641917 | 1,127,840,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListLabelProvider.java | JDT |
3,007 | 101,445 | Bug 101445 E3.1RC3 User Library Prefs LoadSave status msg | Eclipse 3.1RC3 There are User Library Preferences LoadSave dialog status messages that are not being displayed. This is because the LoadSaveDialog is not registering as a DialogFieldListener for fExportImportList. The fix... IN: UserLibraryPreferencePage.LoadSaveDialog (constructor) ADD: fExportImportList.setDialogFiel... | 2005-06-23 10:06:28 | 1,119,540,000 | verified fixed | ebe9706 | 1,127,840,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java | JDT |
3,008 | 108,793 | Bug 108793 [preferences] Widget gets enabeled when restore to defaults is pressed | 1. set Workspace Compiler > Javadoc > 'Malformed Javadoc comments' setting to 'warning' 2. click 'OK' 3. open project properties of that preference 4. click 'Restore Defaults' ==> some of the widgets become visually enabled but in fact they are disabled. Martin, can you please investigate. If easy to fix then we should... | 2005-09-05 08:50:10 | 1,125,920,000 | verified fixed | 7dba6da | 1,127,840,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeStylePreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/... | JDT |
3,009 | 109,730 | Bug 109730 Surround with runnable quick assist | Version: 3.1.0 Build id: I20050906-1200 Until now surround with runnable was only a text templat. This patches add a quick assist for surround with runnable. Variable declarations are made final and initializers are split off if required. Surround with runnable does not guarantee to generate syntactically correct code ... | 2005-09-16 09:02:38 | 1,126,880,000 | verified fixed | 7217772 | 1,127,480,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/SurroundWithAnalyzer.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/SurroundWithTryCatchAnalyzer.j... | JDT |
3,010 | 42,439 | Bug 42439 Moving a private static method should change the visibility [refactoring] | class A has a private static method f(). I realize that I could reuse that elsewhere, and in fact, it has little to do with A, but is simply used from there. So, I create a "util" class B to hold that method. I use Refactor-Move. Because this private method was called from A, it worked. After the refactoring, it's now ... | 2003-09-03 07:45:16 | 1,062,590,000 | verified fixed | 0231f5f | 1,127,400,000 | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test42/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test42/in/B.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test42/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test42/out/B.java org.eclipse.jd... | JDT |
3,011 | 109,992 | Bug 109992 Remove $NON-NLS$ tag quick fix can result in compile error | I20050920-0010 Users might not be aware of the exact non-nls tag syntax and hence add some additional comments behind the tag, e.g.: <some code> //$NON-NLS-1$ some additionaal user comment The quick fix results in: <some code> some additionaal user comment | 2005-09-20 07:02:11 | 1,127,210,000 | verified fixed | f6187af | 1,127,310,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java | JDT |
3,012 | 109,969 | Bug 109969 error while computing quick fixes: java.lang.ClassCastException: org.eclipse.jdt.core.dom.FieldAccess | Version: 3.1.0 Build id: I20050920-0010 Setting the cursor to any position on the line: this.bar= bar; in package pack11; public class Test1 { int bar; public void foo() { this.bar= bar; } } and then call quick fix (ctrl-1) I get following exception: java.lang.ClassCastException: org.eclipse.jdt.core.dom.FieldAccess at... | 2005-09-20 04:56:25 | 1,127,210,000 | verified fixed | 411343e | 1,127,300,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java | JDT |
3,013 | 110,003 | Bug 110003 [content assist] Strange cycling behaviour | 20050920 - Go to the keys preference page and configure Ctrl + Shift + Space to 'Specific Content Assist (type: Template proposals)', change the normal Content Assist from Ctrl + Space to somthing else - in the Java editor type for and press Ctrl + Shift + Space - templates show up The dialog reads: Press 'Ctrl + Space... | 2005-09-20 08:46:04 | 1,127,220,000 | verified fixed | f486c2c | 1,127,300,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | JDT |
3,014 | 109,513 | Bug 109513 Project Specific Code Templates are not persisted across sessions | I tried changing the Code templates for a project. I enabled "Project Specific Settings" and changed the method template. It worked for that session, but if I closed Eclipse and opened it again the settings were restored to Workspace settings. I would of expected the project specific settings to be stored in the .setti... | 2005-09-14 12:04:47 | 1,126,710,000 | verified fixed | 2e3caa0 | 1,127,150,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProjectTemplateStore.java | JDT |
3,015 | 107,026 | Bug 107026 [1.5][refactoring] NPE in ExtractMethodInputPage with enum's | null | 2005-08-15 10:49:03 | 1,124,120,000 | verified fixed | 44d50ed | 1,127,120,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/code/ExtractMethodInputPage.java | JDT |
3,016 | 109,419 | Bug 109419 hierarchical package rename should remember state | I20050906 + HEAD of 0913 - hierarchically rename a package - open the rename package dialog again Expected: hierarchical checkbox remembers last selection Actual: checkbox is always off | 2005-09-13 13:41:19 | 1,126,630,000 | verified fixed | ac1a9d7 | 1,126,880,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInputWizardPage.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenamePackageWizard.java | JDT |
3,017 | 32,088 | Bug 32088 Inconsistent terminology for content assist | The keybinding entry for "content assist" is labeled content assist. The TabItem under Java->Editor preference page is labeled "code assist". besides the inconsistency, I thought the name "code assist" was already taken by a competitor's product. | 2003-02-17 19:38:28 | 1,045,530,000 | verified fixed | 30cf758 | 1,126,860,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/CodeAssistPreferencePage.java | JDT |
3,018 | 108,453 | Bug 108453 [quick fix] @SuppressWarnings("nls") on static initializer causes error | If you have static block with non-externalised strings and you add "SuppressWarning" quick fix to the block, jdt compiler reports error on the static key word saying "Syntax error, insert "enum Identifier" to complete EnumHeader" Cheers | 2005-08-31 03:30:25 | 1,125,470,000 | verified fixed | 99711f4 | 1,126,800,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/QuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/interna... | JDT |
3,019 | 108,700 | Bug 108700 [typing] Automatically close parenthesis does not work when content assist popup is up | null | 2005-09-02 11:17:47 | 1,125,670,000 | verified fixed | 67ad691 | 1,126,800,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/JavaMethodCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/interna... | JDT |
3,020 | 106,174 | Bug 106174 Infer type arguments fails on junit.framework | I20050803 + ZRH export of 0805 - import junit381 as source - select the package junit.framework in the pkg explorer | 2005-08-05 11:35:38 | 1,123,260,000 | verified fixed | f78ae3b | 1,126,700,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuGetSuperclass/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuGetSuperclass/out/A.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/InferTypeArgumentsTests.java org.eclipse.j... | JDT |
3,021 | 108,478 | Bug 108478 [formatter] Add FORMATTER_ALIGNMENT_FOR_ASSIGNMENT support in the code formatter preference page | null | 2005-08-31 12:06:59 | 1,125,500,000 | verified fixed | ce4c385 | 1,126,620,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/LineWrappingTabPage.java | JDT |
3,022 | 104,944 | Bug 104944 [JUnit] Unnecessary code in JUnitProgressBar | Unnecessary code in JUnitProgressBar. | 2005-07-24 10:52:41 | 1,122,220,000 | verified fixed | 90c722c | 1,126,440,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitProgressBar.java | JDT |
3,023 | 103,078 | Bug 103078 NPE during Java drag and drop | From time to time, when I drag and drop a Java file into a package in the Java perspective, I get the following exception and a dialog that an error has occurred. !ENTRY org.eclipse.jdt.ui 4 2 2005-07-07 16:33:08.671 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.jdt.ui". !STACK 0 java.lang.N... | 2005-07-07 16:56:12 | 1,120,770,000 | verified fixed | 0385ac9 | 1,126,440,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/FileTransferDropAdapter.java | JDT |
3,024 | 93,613 | Bug 93613 [package explorer] Inner class org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.PackageExplorerProblemTreeViewer has links to its instance in parent | Class org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.PackageExplorerProblemTreeViewer is referencing fViewer field from PackageExplorerPart, which is actually instance of PackageExplorerProblemTreeViewer class. Should be methods getFilters() and getContentProvider() called directly and in method filter() "... | 2005-05-04 00:41:06 | 1,115,180,000 | verified fixed | 3d35596 | 1,126,370,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
3,025 | 65,268 | Bug 65268 [projection] editor is missing collapse all action for code folding | null | 2004-06-02 07:02:51 | 1,086,170,000 | verified fixed | cd347ee | 1,126,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FoldingActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
3,026 | 102,629 | Bug 102629 [WorkingSets] Resources like xml files still not saved in the Java WorkingSets | Hi, following problem occurs with Working Sets under Eclipse 3.1: 1. Open Java Perspective 2. Select Package Explorer View 3. Select an Java Working Set which contains files from two projects. 4. Add some resources (e.g xml files) from the second project to the working set. 5. Close the second project 6. Reopen the sec... | 2005-07-04 03:50:43 | 1,120,460,000 | verified fixed | 79f3754 | 1,126,270,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetUpdater.java | JDT |
3,027 | 99,325 | Bug 99325 [syntax highlighting] semantic highlighting broken when using "convert to new for loop" | I20050610-0010 (no regression, though - just exposed by the quick fix) - In the code below, execute the "convert to new for loop" quick fix - undo -> note that the 'for' keyword is wrongly colored. -> subsequent reconciles do not correct the failure -> only doing a major change (cutting and pasting entire method, closi... | 2005-06-10 06:23:45 | 1,118,400,000 | verified fixed | 85c8b4f | 1,126,270,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingPresenter.java | JDT |
3,028 | 109,053 | Bug 109053 Call Hierarchy fails to find calls to binary private method | null | 2005-09-08 10:29:14 | 1,126,190,000 | verified fixed | f26fe02 | 1,126,190,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringScopeFactory.java | JDT |
3,029 | 107,110 | Bug 107110 IMethodBinding.isSubsignature not yet correctly implemented | 20050816 HEAD I added a new test 'MethodOverrideTest' to test our implementation of isSubignature but for IMethod. The results are compared the IMethodBinding.isSubsignature, which seems to not correctly implemented yet. In MethodOverrideTest (org.eclipse.jdt.ui.tests) turn DEBUG_SHOWRESULTS to true to see the problems... | 2005-08-16 08:43:10 | 1,124,200,000 | verified fixed | 5886bbe | 1,126,190,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/MethodOverrideTest.java | JDT |
3,030 | 109,019 | Bug 109019 [RenameSupport.create] PROBLEM | In a java file, use the JDT API [My Code]: IField field = type.getField("..."); try{ RenameSupport rs = RenameSupport.create(field,"newName",RenameSupport.NONE); rs.openDialog(null); } catch(Exception e){ ... } [My Problem]: "Rename Field" dialog is opened ok.But the "newName" string isn't displayed.The dialog still di... | 2005-09-07 22:12:48 | 1,126,150,000 | verified fixed | 05ae618 | 1,126,190,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/TextInputWizardPage.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInputWizardPage.java | JDT |
3,031 | 108,761 | Bug 108761 Deadlock while selecting method in Outline View | Using build I20050830-0800. I was browsing my code in an editor and then while trying to select a method in Outline View, I got following dead-lock showing by VM threads dump: Full thread dump Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode): "Worker-32" prio=5 tid=0x0435c370 nid=0x1764 in Object.wait() [4f4f000..4... | 2005-09-04 12:22:31 | 1,125,850,000 | verified fixed | c4e965f | 1,126,110,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/SuperTypeHierarchyCache.java | JDT |
3,032 | 108,666 | Bug 108666 [refactoring] Infer type argument gives strange result | null | 2005-09-02 08:43:04 | 1,125,670,000 | verified fixed | 444ab09 | 1,126,110,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuNestedVectors1/out/A.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/SuperTypesOfSingleton.java | JDT |
3,033 | 107,637 | Bug 107637 CopyParticipant needs more detailed information about refactoring destination (Java) | Hi, I'm using a custom CopyParticipant to participate in Java refactorings. With the public API, it's only possible to find out the compilation unit which is the destination (e.g. of a copied method). More precisely, the method CopyArguments.getDestination():Object returns an instance of org.eclipse.jdt.internal.core.C... | 2005-08-22 13:02:44 | 1,124,730,000 | verified fixed | ea44a36 | 1,126,100,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java | JDT |
3,034 | 102,645 | Bug 102645 [open type] Open Type history shows stale visibility info in type history | 3.1 Steps to reproduce: - Open a public source type using Open Type - Change visibility of the type to default - Open the type again -> Type history displays the type as public, the workspace type match is correctly displayed as default | 2005-07-04 08:21:54 | 1,120,480,000 | verified fixed | 95e5acb | 1,126,100,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfo.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoHistory.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.