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 |
|---|---|---|---|---|---|---|---|---|---|---|
4,135 | 63,351 | Bug 63351 [Navigator] Import/ExportResourcesAction not removed as listeners of selection service | Open and closing the navigator view, these actions are leaked. It would appear that the dispose for these actions is not getting called? | 2004-05-20 21:13:53 | 1,085,100,000 | resolved fixed | 61a2cc3 | 1,085,150,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ImportActionGroup.java | JDT |
4,136 | 55,513 | Bug 55513 [syntax highlighting] Task tag with @ not working | I20040318 Define a tasktag like "@mytag". Observe: a task is generated by J Core but we don't render it as task tag | 2004-03-22 09:13:59 | 1,079,960,000 | verified fixed | ec2bb4d | 1,085,140,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java | JDT |
4,137 | 63,268 | Bug 63268 error while activating view | I'm not sure what caused this behaviour. I created a workspace this morning, imported a few projects, and ran the UI Test Suite. However, I got an error when trying to activate the Hierarchy view (by clicking on it). The error looks like an infinite loop. The trace is over 800 lines long, so I'll attach it in a minute. | 2004-05-20 13:59:11 | 1,085,080,000 | verified fixed | dc38062 | 1,085,130,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java | JDT |
4,138 | 63,313 | Bug 63313 String index error creating template | I0520 noon build - go to the Java - Editor - Templates preference page - press New... - enter 'j' (no quotes) into the Pattern text entry and will get the following exception !ENTRY org.eclipse.ui 4 4 May 20, 2004 16:10:27.299 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 20, 2004 16:10:27.299 !... | 2004-05-20 16:25:43 | 1,085,080,000 | resolved fixed | d17dcf2 | 1,085,130,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java | JDT |
4,139 | 62,968 | Bug 62968 Source folders disappear in Package Explorer if set to Hierarchical Layout | I200405190010 If I set the view to "Hierarchical Layout" in the Package Explorer my "src" folder shows as empty if there are no java files in the root package (i.e. only sub-packages at the first level). Setting to "Flat" and they appear again. Tried a new Java project to recreate, but the problem is not showing on new... | 2004-05-19 11:37:56 | 1,084,980,000 | resolved fixed | 70f9db7 | 1,085,090,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
4,140 | 62,859 | Bug 62859 NLS wizard adds wrong keys to properties file | I20040519_0100 - create a test class A with one string - externalize the string (you get a key A.0) - now change the key used in A.java without updating the properties file (for example use A.00) - add a second string - externalize the string observe: the properties file now contains an entry A.00= which is bogus. | 2004-05-19 05:41:16 | 1,084,960,000 | resolved fixed | ac84942 | 1,084,980,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java | JDT |
4,141 | 62,868 | Bug 62868 Error introduced by "create method definition in super class/interface" Quick Assist [quick assist] | I200405190010 I used this quick assist but did not notice that my method was protected and that the method got created in an interface. If a method is protected and it only implements an interface then the quick assist should not be enabled. | 2004-05-19 07:03:57 | 1,084,960,000 | resolved fixed | f1747a8 | 1,084,980,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewDefiningMethodProposal.java | JDT |
4,142 | 62,853 | Bug 62853 Quick Fix return type of overridden method: empty name for anonymous class [quick fix] | I20040519-0010 - invoke Quick Fix on Composite getTargetControl() -> first proposal is: "Change type of '.getTargetControl(..) to 'Control' -> should be: "Change type of 'new SuperTactileListener() {..}.getTargetControl(..) ..." public class MyPart { MouseMoveListener getHoverUpdater() { return new SuperTactileListener... | 2004-05-19 05:07:56 | 1,084,960,000 | resolved fixed | 57c7a97 | 1,084,980,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeChangeCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeMismatchSubProcessor.java | JDT |
4,143 | 62,787 | Bug 62787 no smart semicolon in single quotes | 20040518 Smart semicolon could be cleverer in single quotes. Having the cursor inside 'a' and press ';' you get 'a;' which is probbaly not what is intended. Another point is that for double quotes, smart semicolon is 'cleever' and jumps to the end of the line (here it would make more sense to stay in the string area) H... | 2004-05-18 16:31:11 | 1,084,910,000 | resolved fixed | ddbc8f0 | 1,084,980,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | JDT |
4,144 | 62,863 | Bug 62863 Assertion failed when using NLS search [nls] [search] | I200405190010 Selected properties file in Package Explorer and used project scope. Maybe it is caused by the fact that the active editor shows a file from the repository. Though I don't know why this should have any influence since the Package Explorer was the active part. !ENTRY org.eclipse.ui 4 4 Mai 19, 2004 11:59:0... | 2004-05-19 06:18:56 | 1,084,960,000 | verified fixed | 73a0394 | 1,084,980,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.java | JDT |
4,145 | 62,437 | Bug 62437 Hang on 0506 build related to indexing? | My development environment "hung". I did ctrl-break and will attache stack dumps. I can't read these (easily) in detail, but looked related to JDT indexing, so thought I'd route to JDT first. The only thing "unusuall" I was doing in IDE was that I'd just copied a java source file form one plugin/package to another plug... | 2004-05-17 01:13:53 | 1,084,770,000 | verified fixed | 18a4b60 | 1,084,970,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportRewrite.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java | JDT |
4,146 | 62,896 | Bug 62896 [misc] Quick Outline should not show override indicators if decorator disabled | I20040519 The quick outline shows override indicators no matter whether the Override indicator decorator is enabled in the prefs or not. We should only install the decorator if the prefs says so since this is a performance saver. | 2004-05-19 09:09:14 | 1,084,970,000 | resolved fixed | 9745e6f | 1,084,970,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java | JDT |
4,147 | 62,878 | Bug 62878 [misc] Mark Occurrences of exceptions/types inconsistent | I200405190010 - disable Mark Exceptions - enable Mark Types - in TestCase: - position cursor on Throwable of runBare() declaration -> type Throwable is marked - posititon cursor on Throwable of runTest() delcaration -> type Throwable is not marked This is inconsistent. | 2004-05-19 07:35:50 | 1,084,970,000 | resolved fixed | 37b90cd | 1,084,970,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ExceptionOccurrencesFinder.java | JDT |
4,148 | 62,873 | Bug 62873 [misc] Mark occurrences detects static fields as constants | I200405190010 - disable "Mark constants" - enable "Mark non-constant fields" - in TestCase change fName to be static -> fName is no longer marked | 2004-05-19 07:23:43 | 1,084,970,000 | resolved fixed | 38a9feb | 1,084,970,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
4,149 | 62,840 | Bug 62840 NPE while pasting | Build: I-20040518-2000 I copied a line from a bugzilla report using Ctrl-C I tried to paste it into my Java file (Ctrl-V) and I kept getting the following NPE: Error May 18, 2004 23:52:48.859 The command for the key you pressed failed java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor$O... | 2004-05-19 00:07:18 | 1,084,940,000 | verified fixed | 12bb438 | 1,084,950,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
4,150 | 62,794 | Bug 62794 Stub on code assist: Should check if method name is valid Java id | 20040518 - between two method, enter 'while' press code assist - proposal is to create method 'while' created method is of course invalid -> should check if method name is not a keyword | 2004-05-18 16:39:16 | 1,084,910,000 | verified fixed | 1a5349a | 1,084,910,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodCompletionProposal.java | JDT |
4,151 | 62,747 | Bug 62747 CCE in UnresolvedElementsSubProcessor | 20040518 java.lang.ClassCastException at org.eclipse.jdt.internal.ui.text.correction.UnresolvedElementsSubProcessor.addSimilarVariableProposals(UnresolvedElementsSubProcessor.java:296) at org.eclipse.jdt.internal.ui.text.correction.UnresolvedElementsSubProcessor.getVariableProposals(UnresolvedElementsSubProcessor.java:... | 2004-05-18 15:05:19 | 1,084,910,000 | verified fixed | 12ea3ef | 1,084,910,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java | JDT |
4,152 | 62,686 | Bug 62686 Missing classes in hierarchy [type hierarchy] | I200405180816 Open type hierarchy on IWorkbench. The implementing class Workbench is not shown. You have to press 'Show subtype hierarchy' to see it. | 2004-05-18 12:11:56 | 1,084,900,000 | verified fixed | 3444b32 | 1,084,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TraditionalHierarchyViewer.java | JDT |
4,153 | 62,508 | Bug 62508 [Externalize] Edit fails when key or value is null [nls] [refactoring] | N20040517 on WXP Externalize any source which can be externalized, e.g. ExternalizeWizardPage.java Select a row which has a null key and/or value. This is common when you have asked to ignore/skip these items. You will get the following: java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at ja... | 2004-05-17 13:31:05 | 1,084,820,000 | resolved fixed | 50390a3 | 1,084,900,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java | JDT |
4,154 | 61,866 | Bug 61866 ConcurrentModificationException in UndoCollector/AbstractDocument | I20040511 (4pm) I found this in the log allthough I didn't notice any problems during editing Java files. I'm not sure if jface.text is Text or UI component. Please reassign if necessary. !ENTRY org.eclipse.ui 4 4 Mai 12, 2004 10:52:27.500 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Mai 12, 2004 1... | 2004-05-12 05:29:02 | 1,084,350,000 | verified fixed | 5f84213 | 1,084,890,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
4,155 | 62,591 | Bug 62591 [misc] Javadoc view keeps prompting about HTML widget | Dear Javadoc view, I was pleased the first time you warned me about the lack of an HTML widget on my platform. However, now that you've told me about it 100 times, I think it's time you and I stop talking about this problem. Thanks, Jared Linux-GTK | 2004-05-18 02:21:51 | 1,084,860,000 | resolved fixed | 58f9f0a | 1,084,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java | JDT |
4,156 | 62,612 | Bug 62612 NPE in EclipsePreferences.internalGet(...) | I200405171219 + ZRH smoke plugin-export 20040518_1115 After start and shutdown of the Buildmeister runtime I found the following exception. It looks like getTextPreferenceKey() in AbstractAnnotationHover#getHoverInfo() at line 83 returned null. java.lang.NullPointerException at org.eclipse.core.internal.preferences.Ecl... | 2004-05-18 05:35:36 | 1,084,870,000 | resolved fixed | 5db3d51 | 1,084,870,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractAnnotationHover.java | JDT |
4,157 | 62,603 | Bug 62603 NPE in JavaTypeCompletionProcessor [refactoring] | I20040514 + ZRH plug-ins from 20040518 1. Have this java class: <pre> package org.eclipse.jdt.text.tests; import java.text.CharacterIterator; import junit.framework.Assert; import junit.framework.TestCase; import org.eclipse.jdt.internal.ui.text.WordNavigator; /** * @since 3.0 */ public class WordNavigationTest extends... | 2004-05-18 04:25:12 | 1,084,870,000 | resolved fixed | 791085b | 1,084,870,000 | 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/JavaTypeCompletionProcessor.java | JDT |
4,158 | 62,503 | Bug 62503 Classloader problem with older versions of JUnit [JUnit] | I have a project with a version 3.6 junit.jar on the classpath. In 3.0M8 when I run a test with an assertEquals() that fails, I get this error: java.lang.NoClassDefFoundError: junit/framework/ComparisonFailure at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.addFailure(RemoteTestRunner.java:533) at junit.frame... | 2004-05-17 12:34:32 | 1,084,810,000 | resolved fixed | 73ac583 | 1,084,870,000 | org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java | JDT |
4,159 | 61,641 | Bug 61641 Introduce Parameter introduces compile errors when used on arrays | In M8, applying the Introduce Parameter refactoring on the argument passed to doSomething(...) in the following scenario: public class AClass { public void method1() { method2(); } public void method2() { doSomething(new int[] {1, 2, 3}); ... } ... } Gives: public class AClass { public void method1() { method2(new int[... | 2004-05-10 14:56:17 | 1,084,220,000 | resolved fixed | 78a8cb1 | 1,084,870,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Formatting1.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/out/Formatting1.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceParameterTests.java org.eclipse.jdt.ui/cor... | JDT |
4,160 | 61,014 | Bug 61014 All types cache populated during start-up | When restoring a crashed workspace the AllTypeCache Updater has shown-up during the start-up sequence before an event loop is active. The suspicion is that this updating is triggered by a delta before the runnable that triggers the initial population is executed. The solution we have discussed is that the all types cac... | 2004-05-05 07:09:46 | 1,083,760,000 | resolved fixed | 3341f9e | 1,084,870,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java | JDT |
4,161 | 62,455 | Bug 62455 Method stub for "main" interferes with main method template [code manipulation] | Build 20040513 When codeassisting behind "main", the codeassist menu incorrectly offers both a main method template and a main method stub (the latter appears first and shouldn't appear at all). | 2004-05-17 06:55:22 | 1,084,790,000 | verified fixed | a753c63 | 1,084,820,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/GetterSetterCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java | JDT |
4,162 | 59,832 | Bug 59832 Bindings.findMethodDefininition(binding) finds wrong definition | I20040422 0800 1) Enabled annotation roll-overs 2) Create the following type: package p1; public class A { void doit() { } } 3) Create a subclass in a different package: package p2; import p1.A; public class B extends A { void doit() { // } } I get two roll-overs in the editor next to B.doit: - "The method B.doit() doe... | 2004-04-23 15:20:06 | 1,082,750,000 | resolved fixed | 4bb7340 | 1,084,810,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/Bindings.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/OverrideIndicatorManager.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/inter... | JDT |
4,163 | 52,064 | Bug 52064 Content assist in "New Class" Dialog shows interfaces | Content Assist is available for the superclass in M7. However it also lists interfaces. If an interface is selected, the generated class "extends" it instead of "implementing" it. | 2004-02-14 16:30:21 | 1,076,790,000 | resolved fixed | 7c1795f | 1,084,800,000 | 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/JavaTypeCompletionProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java | JDT |
4,164 | 54,459 | Bug 54459 New search view: Double click on type should open CU [search] | 20040311 in the new search results view, I happen to have to click a lot to expand the trees so I can finally double click the method element to open the editor. What I always expect is that doouble clicking the type opens the editor and I'm always irritated that it doesn't, propably because in all other views (package... | 2004-03-11 09:07:00 | 1,079,010,000 | resolved fixed | fc556e8 | 1,084,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/NewSearchViewActionGroup.java | JDT |
4,165 | 62,425 | Bug 62425 Externalizing Strings dump (Internal Error) [nls] [refactoring] | I Build id: 200405111200 Externalizing Strings fails on a java file that I have, but it is hard to isolate the problem. Im opening the defect just for the stack dump: Internal Error: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:283) at org.eclipse.jface.w... | 2004-05-16 13:54:45 | 1,084,730,000 | resolved fixed | d262001 | 1,084,800,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSPropertyFileModifier.java | JDT |
4,166 | 62,398 | Bug 62398 Deadlock while editing Java File | Build id: 200405130010 While editing a java file the UI became unresponsive. I had just removed some projects then started typing into a java editor that was already open. As soon as i started typing the UI locked up. I don't have a reproducible test case, but luckily i was running with a console and got a thread dump. | 2004-05-15 03:40:28 | 1,084,610,000 | resolved fixed | af7b8d3 | 1,084,780,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/OverrideIndicatorManager.java | JDT |
4,167 | 62,386 | Bug 62386 can't turn off Filter imports | Version: 3.0.0 Build id: 200405140800 Linux Gtk+ Turned on Filter Imports in the search view, now I can't turn it off. Option to turn off Filter Imports is unavailable. | 2004-05-14 18:49:31 | 1,084,570,000 | resolved fixed | 39e0a7b | 1,084,780,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MatchFilter.java | JDT |
4,168 | 55,661 | Bug 55661 Cannot resize window "Generate Javadoc" [javadoc] | It would be very helpful if (more) windows could be resized, like the Javadoc-dialog. It's so small that you can barely read the package-names on the second view, and you have to read the tooltips to be able to determine which package to select. As package-names tend to get rather long, I think many users will run into... | 2004-03-23 08:22:30 | 1,080,050,000 | resolved fixed | edcbcc6 | 1,084,720,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateJavadocAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/CreateJavadocActionDelegate.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java | JDT |
4,169 | 54,658 | Bug 54658 Bug in Code Formatter > Line Wrapping | Code Formatter > Line Wrapping: The preview is not shown correctly from the beginning. The "Set line width for preview window" number has to be reset to another OR even THE SAME value to correct the display. | 2004-03-12 11:02:34 | 1,079,110,000 | verified fixed | 112f7d9 | 1,084,720,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java | JDT |
4,170 | 53,629 | Bug 53629 ChangeMethodSignature: content assist with focus doesn't work | M7++ - ChangeMethodSignature - Edit a parameter type - content assist - Tab -> cell editor disappears, proposals are NOT inserted. The problem is the TextCellEditor: When content assist proposal popup gets focus (Tab or mouseclick), the Text loses focus and the TextCellEditor is deactivated. Subclass of TextCellEditor ... | 2004-03-03 11:19:59 | 1,078,330,000 | resolved wontfix | c9204ea | 1,084,710,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java | JDT |
4,171 | 61,841 | Bug 61841 SWTError: Cannot set data in clipboard | I200405111600 I've seen this before so it's not new in this build. I selected 3 or 4 lines and pressed Control-X (cut) and got a dialog that said "A SWT error has occurred. You are recommended to exit the workbench". The same thing happens if I press Control-C (copy). The text does get into the clipboard but is sometim... | 2004-05-11 22:17:50 | 1,084,330,000 | resolved fixed | d0d3fbb | 1,084,660,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClipboardOperationAction.java | JDT |
4,172 | 44,283 | Bug 44283 pull up doesn't detect duplicate (overriden) methods [refactoring] | ---------------------------- public class A { public void stop() { } } class B extends A { public void stop() //<-- pull up this method { System.out.println("pulled up!"); } } -------------------------------------- if you pull up B.stop() you get two stop methods in A | 2003-10-07 05:29:33 | 1,065,520,000 | resolved fixed | 58f4499 | 1,084,560,000 | org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/testFail29/in/A.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/PullUpTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberCheckUtil.java org.eclipse.jdt.ui/core refactor... | JDT |
4,173 | 46,942 | Bug 46942 Change method signature: Edit dialog: Flaws in input validation [refactoring] | 20031119 In the 'Refactoring > Change Method Signature' dialog, press edit. 1. Change the parameter name to an existing parameter name. Dialog does not complain. You will get the conflict message after pressing 'ok' 2. Clear the return type field. The error message is '' is not a valid return type. Should be like: 'The... | 2003-11-19 06:03:39 | 1,069,240,000 | resolved fixed | 1f82fa5 | 1,084,560,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java | JDT |
4,174 | 57,706 | Bug 57706 [navigation] expecting an override indicator for overrides in anonymous classes | Currently no override indicator is shown when I override/implement a method in an anonymous class. Given that we show override indicators for normal overrides it is confusing to not see the override indicator in this case. | 2004-04-07 04:28:01 | 1,081,330,000 | resolved fixed | 4e390aa | 1,084,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/OverrideIndicatorManager.java | JDT |
4,175 | 38,464 | Bug 38464 inline method: compile error after | 20030604 int i(Object s, int k){ return k == 3? s.hashCode():3; } void f(int p){ int u= i(null, p); } inline i you get int u= p == 3? null.hashCode():3; which does not compile | 2003-06-05 05:40:26 | 1,054,810,000 | resolved fixed | 1f88a99 | 1,084,550,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/expression_in/TestConditionalExpression.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/expression_out/TestConditionalExpression.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/test... | JDT |
4,176 | 58,509 | Bug 58509 [spell checking] ConcurrentModif.Exception in spelling plugin | 20040407 Got this printed in the console (not .log!) java.util.ConcurrentModificationException at java.lang.Throwable.<init>(Throwable.java) at java.util.HashMap$HashIterator.nextEntry(HashMap.java) at java.util.HashMap$KeyIterator.next(HashMap.java) at org.eclipse.jdt.internal.ui.text.spelling.engine.DefaultSpellCheck... | 2004-04-14 12:23:54 | 1,081,960,000 | resolved fixed | d818204 | 1,084,540,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/DefaultSpellChecker.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/ISpellChecker.java | JDT |
4,177 | 53,851 | Bug 53851 extract method in anonymous class introduces error [refactoring] | Test case: public class Bug { void test () { new Object () { public void yes () { System.out.println ("hello world"); } }; System.out.println ("hello world"); } } Three (possibly related) problems: 1. Select the first print statement (whole line). Refactor:Extract Method..., enter some name and press OK, leaving "repla... | 2004-03-05 09:01:23 | 1,078,500,000 | resolved fixed | 974ed09 | 1,084,540,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/duplicates_in/A_test957.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/duplicates_in/A_test958.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodT... | JDT |
4,178 | 55,502 | Bug 55502 Change Method Signature: Show error when signature same as initial | Make Change Method Signature dialog behave like other refactoring dialogs: Show error when signature is same as initial (because the user reverted a change he previously made. Should not show an error when the dialog comes up. | 2004-03-22 06:41:57 | 1,079,960,000 | resolved fixed | 9668dab | 1,084,530,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeSignatureWizard.java | JDT |
4,179 | 62,226 | Bug 62226 [search] inline the filters menu | The filters menu on the search results is currently shown in a submenu. Since there are only a couple of them we should show the filters inline. Also they should appear above the layout option. | 2004-05-14 05:32:57 | 1,084,530,000 | resolved fixed | 4a585d4 | 1,084,530,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/PostfixLabelProvider.java | JDT |
4,180 | 52,573 | Bug 52573 Move static method refactoring should remove imports | Build 20040219 After performing the "move static method" refactoring, the original source file is left with unused imports which were referenced by the code that was moved. These imports should be automatically removed by the refactoring. | 2004-02-19 21:09:53 | 1,077,240,000 | resolved fixed | c4eadd7 | 1,084,530,000 | org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test1/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test1/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test1/out/B.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test26/out/A.java org.eclipse.jdt.... | JDT |
4,181 | 62,156 | Bug 62156 Java model exception while deleting projects | build I20040513-1200 While deleting some projects in my workspace, I saw the following get logged: Java Model Exception: Java Model Status [<project root> [in Foo] does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:562) at org.eclipse.jdt.internal.core.PackageFragmentR... | 2004-05-13 14:41:33 | 1,084,470,000 | resolved fixed | 7f90969 | 1,084,520,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java | JDT |
4,182 | 62,182 | Bug 62182 NPE organizing imports [code manipulation] | i200405130010 Organize imports does not work for me with this build: !ENTRY org.eclipse.ui 4 4 May 13, 2004 16:46:45.990 !MESSAGE The command for the key you pressed failed !ENTRY org.eclipse.ui 4 0 May 13, 2004 16:46:45.990 !MESSAGE The command for the key you pressed failed !STACK 0 java.lang.NullPointerException at ... | 2004-05-13 17:01:06 | 1,084,480,000 | resolved fixed | eab7ada | 1,084,520,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java | JDT |
4,183 | 51,634 | Bug 51634 Change Method Signature: Problems with extra dimensions | 20040211 - invoke Change Method Signature on the following method - the return type shows up as int[]. remove the brackets. - press ok, no changes applied class A { public int kind(int tokenIndex)[] { return null; } } | 2004-02-11 09:43:57 | 1,076,510,000 | resolved fixed | 6e337fb | 1,084,520,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAll61_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAll61_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java org.eclipse.jdt.ui/cor... | JDT |
4,184 | 62,134 | Bug 62134 JUnit plugin ignores custom environment settings [JUnit] | null | 2004-05-13 12:44:49 | 1,084,470,000 | resolved fixed | 79343ce | 1,084,490,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitBaseLaunchConfiguration.java | JDT |
4,185 | 59,283 | Bug 59283 Introduce Factory misses references in depending project | 20040420 1. do 'Introduce Factory' on OldASTRewrite(ASTNode) in jdt.corext.dom 2. No updates in the test projects (org.eclipse.jdt.tests.ui) that require jdt.ui and have references to the constructor | 2004-04-20 11:56:21 | 1,082,480,000 | resolved fixed | 37cebd2 | 1,084,470,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/59283/proj1/pA/A.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/59283/proj1/pA/A_out.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/59283/proj2/pB/B.java org.eclipse.jdt.ui.tests.refact... | JDT |
4,186 | 58,791 | Bug 58791 Sorted Exclusion List [build path] | In the Classpath I could specify the Exclusion List. The complete list is sorted by time. Request: To sort this alphabetically. Additonal Request: For adding some new dirs it would be appreciated to have the same window as for the inclusion. Because then it would be easier to get an overview. Additional additonal Reque... | 2004-04-16 04:29:16 | 1,082,100,000 | resolved fixed | d2cfd5e | 1,084,470,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ExclusionInclusionDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java | JDT |
4,187 | 59,284 | Bug 59284 Introduce Factory creates fully qualfied type name | 20040420 1. do 'Introduce Factory' on OldASTRewrite(ASTNode) in jdt.corext.dom 2. The created factory method is public static OldASTRewrite createOldASTRewrite( org.eclipse.jdt.core.dom.ASTNode node) { return new OldASTRewrite(node); } It should use the import rewriter and not fully qualify the type name | 2004-04-20 11:58:00 | 1,082,480,000 | resolved fixed | b749f4f | 1,084,470,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/59284/ArgTypeImport.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/59284/ArgTypeImport_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceFactoryTests.java org.ecli... | JDT |
4,188 | 61,782 | Bug 61782 Quickdiff hover hides the added lines | I200405111200 Linux-GTK The hover displayed for added lines when putting the cursor on the quickdiff bar is as wide as the editor, hiding the text. A few weeks ago, it was only one character wide, this was way better. | 2004-05-11 15:26:28 | 1,084,300,000 | resolved fixed | bff54f8 | 1,084,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/CustomSourceInformationControl.java | JDT |
4,189 | 62,095 | Bug 62095 Compiler pref page should be more resilient | Build 20040513 When patching with latest JDTCore, with adjusted constant value for EmptyStatement optional warning, I saw the following entry in console. 1. it shouldn't be shown by default I suspect, only when in trace mode. 2. when option isn't readable it shouldn't be promoted to ERROR as observed when then looking ... | 2004-05-13 09:53:18 | 1,084,460,000 | resolved fixed | 6b4d549 | 1,084,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java | JDT |
4,190 | 57,822 | Bug 57822 Add new suggestion 'throw new Exception' to 'throw Exception' [quick fix] | I (accidentally) typed in: throw RuntimeException("message"); in my code (which of course didn't compile). The quick-fix suggestion was to create a method called 'RuntimeException', but it should hopefully have also detected that RuntimeException is the name of a known Exception, and suggested instead 'throw new Runtim... | 2004-04-07 17:47:00 | 1,081,370,000 | resolved fixed | 2044187 | 1,084,460,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/UnresolvedElementsSubProcessor.java | JDT |
4,191 | 61,995 | Bug 61995 Removing search matches is slow | I20040512 - 0800 1) Search for declarations of "toString()" in a self-hosting workspace with core projects (or some equivalent search). -> Finding 861 matches takes about 20 seconds. Great 2) Click "Remove all Matches" -> Instantaneous 3) Repeat the search 4) Select every search result but one, and push the delete key ... | 2004-05-12 16:18:09 | 1,084,390,000 | resolved fixed | 77a21d3 | 1,084,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/LevelTreeContentProvider.java | JDT |
4,192 | 55,858 | Bug 55858 Moving methods/fields does not update Java code/JavaDoc references [refactoring] | M8 Testing Seen with static, static-final and instance fields, with @see and {@link } JavaDoc tags. | 2004-03-24 05:43:41 | 1,080,130,000 | resolved fixed | e1aefd7 | 1,084,450,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMoveWizard.java | JDT |
4,193 | 57,629 | Bug 57629 Hierarchy view shows too many types [type hierarchy] | Try opening the hierarchy view on the org.eclipse.ui.internal package. You end up with tons of types. It's not obvious why many of the types are being included. I have a working set with only 10 types from this package selected. Yet there are hundreds of types in the package hierarchy view, including interfaces which d... | 2004-04-06 14:37:43 | 1,081,280,000 | resolved fixed | f841225 | 1,084,450,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TraditionalHierarchyViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyContentProvider.java | JDT |
4,194 | 59,280 | Bug 59280 Introduce Factory fails with SuperConstructorInvocation [refactoring] | 20040420 1. do 'Introduce Factory' on ASTRewrite(AST) in jdt.corext.dom 2. -> Caused by: Java Model Exception: Java Model Status [Unexpected AST node type for constructor search hit: 'org.eclipse.jdt.core.dom.SuperConstructorInvocation('super(node.getAST());')' in compilation unit 'OldASTRewrite.java'] at java.lang.Thr... | 2004-04-20 11:49:35 | 1,082,480,000 | resolved fixed | 5474b5f | 1,084,450,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/59280/ExplicitSuperCtorCall.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/59280/ExplicitSuperCtorCall_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceFactoryTes... | JDT |
4,195 | 62,062 | Bug 62062 Mark Occurrences annotation text is not interesting as Tooltip Description | I20040512-0800 Mark Occurrences annotation is not interesting as Tooltip Description. Steps: - enable Mark Occurrences - set caret to a variable and wait until occurrences marked - hover over variable or press F2 -> expected: type, name and javadoc -> was: only name (I guess this is the Annotation's text) | 2004-05-13 04:14:48 | 1,084,440,000 | resolved fixed | bb2eefc | 1,084,450,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractAnnotationHover.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractJavaEditorTextHover.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AnnotationHover.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/i... | JDT |
4,196 | 55,882 | Bug 55882 Added user library not checked [build path] | Works in I2004032400010 + plug-in export Add a user library after pressing add you get a dialog with an unchecked checkbox where I have to check the added library again. The added library should be checked by default. | 2004-03-24 09:09:00 | 1,080,140,000 | resolved fixed | cd4697f | 1,084,440,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/UserLibraryWizardPage.java | JDT |
4,197 | 62,063 | Bug 62063 Java editor syntax prefs: FULL_SELECTION for 'Foreground:' list | I20040512-0800 Preferences > Java > Editor > Syntax: 'Foreground:' list/table should have SWT.FULL_SELECTION flag set to allow selection of an entry by clicking on the white space to the right of the item label (like the lists in 'Appearance' and 'Hovers' tabs). | 2004-05-13 04:17:49 | 1,084,440,000 | resolved fixed | d92ff79 | 1,084,440,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java | JDT |
4,198 | 58,637 | Bug 58637 Refactor : Extract Method make mistake and replace lhs [refactoring] | On 3.0M8 ... private Object object; public TestRefactorExtractMethod() { this.object = new Object(); System.out.println(this.object); ^^^^^^^^^^^ } ... if you select this.object and call extract method with "getObject" name you got as result ... private Object object; public TestRefactorExtractMethod() { getObject() = ... | 2004-04-15 08:30:31 | 1,082,030,000 | resolved fixed | 665fa1b | 1,084,430,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/duplicates_in/A_test957.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/duplicates_in/A_test958.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodT... | JDT |
4,199 | 52,742 | Bug 52742 Sort source folders alphabetically on project creation | If I add an existing directory as a project to eclipse, it correctly determines what all the source folders in that directory are, and adds them as source folders to my java build path. However, it adds them in some strange ordering (filesystem ordering perhaps?) and so if you have a lot of them, it is hard to visually... | 2004-02-21 14:05:14 | 1,077,390,000 | resolved fixed | b7c5509 | 1,084,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/ClassPathDetector.java | JDT |
4,200 | 61,005 | Bug 61005 Quick Type Hierarchy shows disabled label for private method | I20040505-0200 class A { private void method() {} } Show Hierarchy (Ctrl+T) on method() -> was: classes "Object" and "A", both displayed "disabled" (white-and-grey icon, grey text) -> expected: only "Object" is disabled, "A" is colorful (defines the method) | 2004-05-05 05:13:52 | 1,083,750,000 | resolved fixed | 8b28d87 | 1,084,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyInformationControl.java | JDT |
4,201 | 42,887 | Bug 42887 Deleting of resources that don't exist [ccp] [reorg] | null | 2003-09-10 13:49:24 | 1,063,220,000 | resolved fixed | f35b657 | 1,084,380,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaDeleteProcessor.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgUtils.java | JDT |
4,202 | 53,034 | Bug 53034 showItem() not working when setRedraw(false) | I20040224 tree.setRedraw(false); getTreeViewer().refresh(); getTreeViewer().setSelection(selection, true); tree.setRedraw(true); does not reveal my selection while the followin does: tree.setRedraw(false); getTreeViewer().refresh(); tree.setRedraw(true); getTreeViewer().setSelection(selection, true); | 2004-02-25 06:46:02 | 1,077,710,000 | verified fixed | 525b2b2 | 1,084,370,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java | JDT |
4,203 | 49,350 | Bug 49350 Pull up gives not applicable found problem [refactoring] | I have: class A class B extends A class C extends B I want to pull up a method in class C to class B. In this method, a PROTECTED method in class A is called. When pulling up, I receive in the dialog box of Found problems, the not applicable problem: Method 'void fail(String rrn, String cause)' referenced in one of the... | 2003-12-26 10:34:01 | 1,072,450,000 | resolved fixed | 0e9e708 | 1,084,370,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoring.java | JDT |
4,204 | 58,796 | Bug 58796 Wrong formatting in Extract Local Variable [refactoring] | 200404131323 public class A { void m() { int i= 1 + 2; } } Select "1 + 2" and choose Refactor > Extract Local Variable. Result has a newline too much: public class A { void m() { int j= 1 + 2; int i= j; } } | 2004-04-16 04:52:14 | 1,082,110,000 | resolved fixed | 876c7df | 1,084,370,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java | JDT |
4,205 | 61,273 | Bug 61273 RTF-styles no longer copied in java editor | I20040506-0200 Copying text from the java editor used to copy the selected source range also in RTF format. This no longer works - the only type in the clipboard is text. | 2004-05-06 14:12:38 | 1,083,870,000 | resolved fixed | 689764d | 1,084,360,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClipboardOperationAction.java | JDT |
4,206 | 54,951 | Bug 54951 [search] rename "Java Search Job" | The Job description is shown to the user and Jobs are an implementation detail. Therefore change the Job description to Searching Java | 2004-03-16 05:06:20 | 1,079,430,000 | resolved fixed | 46d0691 | 1,084,350,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchQuery.java | JDT |
4,207 | 48,501 | Bug 48501 Merge undo, redo, move and rename with Platform UI [refactoring] | null | 2003-12-11 11:43:47 | 1,071,160,000 | resolved fixed | e60adde | 1,084,350,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java | JDT |
4,208 | 56,132 | Bug 56132 method signature refactoring does not update javadoc [refactoring] | removing an exception with method signature refactoring does not update javadoc. example: /** * @throws Exception * @throws IOException * @throws IllegalArgumentException */ void doNothing() throws Exception, IOException, IllegalArgumentException { } when removing IOException or IllegalArgumentException javadoc is not ... | 2004-03-25 07:05:13 | 1,080,220,000 | resolved fixed | e27c479 | 1,084,350,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testException05_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testException05_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java org.eclips... | JDT |
4,209 | 57,569 | Bug 57569 Search with the $V{PAGE_NUMBER} pattern fails | I am trying to search for "$V{PAGE_NUMBER}". Nothing happens in the interface when I click the Search button, but I see the following in the Eclipse log: !ENTRY org.eclipse.ui 4 0 Apr 06, 2004 16:24:14.260 !MESSAGE can't parse argument number PAGE_NUMBER !STACK 0 java.lang.IllegalArgumentException: can't parse argument... | 2004-04-06 09:41:36 | 1,081,260,000 | verified fixed | 47c9caa | 1,084,350,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchQuery.java | JDT |
4,210 | 48,504 | Bug 48504 Exception while introducing factory [refactoring] | I20031203 with your latest patch: try introducing a factory method for constructor A in class B. Code I used is: public class A { { field= 10; } public A() { } private int field; static class XX extends A { public void foo() { bar(); } public void bar() { } } public void foo(int y) { Runnable runnable= new Runnable() {... | 2003-12-11 12:20:45 | 1,071,160,000 | resolved fixed | 7440e94 | 1,084,350,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/48504/p1/A.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/48504/p1/A_out.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/48504/p1/B.java org.eclipse.jdt.ui.tests.refactoring/resources/In... | JDT |
4,211 | 61,759 | Bug 61759 [typing] Smart semicolon does not work at end of string literal | I20040506 0. smart semicolon is on, smart typing mode 1. have this code: String s= "asdfasdf<caret>" 2. press SEMICOLON -> expected: semicolon gets inserted after the closing quotation mark -> real: the semicolon is inserted at the caret position -> note that it works if the caret position is not before the closing quo... | 2004-05-11 12:57:57 | 1,084,290,000 | resolved fixed | c828717 | 1,084,300,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SmartSemicolonAutoEditStrategy.java | JDT |
4,212 | 61,176 | Bug 61176 Need better dialog when change type isn't supported | I20040505 - run change method signature on the return type of foo: public void virtualMethod() { class Local { String foo() { return null; } } } The dialog that comes up tells !ChangeTypeAction.exception!. First there seems to be an NLS error. The String isn't NLS correctly. Second, this isn't an exception. The dialog ... | 2004-05-06 04:56:32 | 1,083,830,000 | resolved fixed | 51a5e0b | 1,084,300,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java | JDT |
4,213 | 48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | 2003-12-17 05:16:50 | 1,071,660,000 | resolved fixed | fa8f39e | 1,084,300,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/CopyRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/IReorgDestinationValidator.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/IReorgPol... | JDT |
4,214 | 61,366 | Bug 61366 Hierarchical (java) search results: Matches in parents not visible | I20040507 Steps: - Have a jdk with source - Search for java.util.Random -> There are matches in class files (in import statements) as well as matches in method bodies. In the hierarchical search results view mode, I cannot see whether there are search results in the class file or not. Two solutions come to mind: a) Ren... | 2004-05-07 05:37:39 | 1,083,920,000 | resolved fixed | 5c70218 | 1,084,290,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/PostfixLabelProvider.java | JDT |
4,215 | 49,772 | Bug 49772 Change method signature: remove unused imports [refactoring] | M6 package org.eclipse.jdt.internal.corext.refactoring.base; import org.eclipse.core.runtime.IAdaptable; /** * A <code>RefactoringStatusContext<code> can be used to annotate a * {@link RefactoringStatusEntry} with additional information * typically presented in the UI. * * @since 3.0 */ public class RefactoringStatusCo... | 2004-01-09 10:38:06 | 1,073,660,000 | resolved fixed | 905fdb3 | 1,084,280,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAll60_out.java org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testImport07_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java org.eclipse.jdt.ui... | JDT |
4,216 | 61,723 | Bug 61723 NPE when opening GetterSetterDialog | 20040511 java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointerException.java:60) at org.eclipse.jface.resource.StringConverter.asBoolean(StringConverter.java:137) at org.eclipse.jface.resource.Strin... | 2004-05-11 09:30:16 | 1,084,280,000 | verified fixed | ec52839 | 1,084,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java | JDT |
4,217 | 58,817 | Bug 58817 UI no longer responsive when sorting search matches | Build 20040413 I searched for references to type: java.lang.System in org.eclipse.jdt.core project. This found over 4000 matches. I attempted to sort them by parent name, and my IDE locked for about 5 minutes to do the work, with no progress indication, no refresh and 100% CPU usage. Clearly something to improve on UI ... | 2004-04-16 07:49:23 | 1,082,120,000 | resolved fixed | b4e2a8b | 1,084,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java | JDT |
4,218 | 12,144 | Bug 12144 Re-format all files [code manipulation] | I could be nice to have the ability to re-format all Java files in one time. Beyond, to do all java file based actions on a selection of files (as for search for example). | 2002-03-22 13:44:16 | 1,016,820,000 | resolved fixed | 8fbc6aa | 1,084,270,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FormatAllAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java | JDT |
4,219 | 61,699 | Bug 61699 NPE When searching without text selection | I-2004-05-11 I had a case where the I had a NPE in JavaSearchPage.trySimpleTextSelection. Inspection of the code revealed that ITextSelection.getText() can return null, but we're not checking the condition. | 2004-05-11 04:51:12 | 1,084,270,000 | resolved fixed | fc251fa | 1,084,270,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java | JDT |
4,220 | 60,415 | Bug 60415 Should remove Search extension page | I20040428 We should remove the search extension page and should make sure that participants can't damage a search. If a participant generates an exception the participant should be disabled for the rest of the Eclipse sessions. This is consistent with Platform/UI and refactoring. | 2004-04-29 09:31:49 | 1,083,250,000 | resolved fixed | b56f924 | 1,084,200,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/ParticipantTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/SearchTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/TestParticipant.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SearchParticipantsPr... | JDT |
4,221 | 61,469 | Bug 61469 Code review for CustomFiltersActionGroup#initializeWithViewDefaults() suggested | I200405060200 while (tokenizer.hasMoreTokens()) { String id= tokenizer.nextToken(); if (fFilterDescriptorMap.containsKey(id) && !fLRUFilterIdsStack.contains(id)); fLRUFilterIdsStack.push(id); } See original code. Either formatting is wrong, or - which looks more likely to me - the semicolon should be removed. Don't kno... | 2004-05-07 18:16:31 | 1,083,970,000 | resolved fixed | d9a2c71 | 1,084,180,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CustomFiltersActionGroup.java | JDT |
4,222 | 61,383 | Bug 61383 [preferences] Syntax highlighting list not updated on Restore Defaults | - enable advanced highlighting -> advanced highightings appear in list - Restore Defaults -> advanced highlighting becomes disabled but the highlightings are not removed from the list | 2004-05-07 10:11:44 | 1,083,940,000 | resolved fixed | 79b47a1 | 1,084,170,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java | JDT |
4,223 | 47,315 | Bug 47315 Add quick fix for remove an unused @ Javadoc tag. [quick fix] | The 3.0.m5 Javadoc warnings are *great* and will improve our Javadocs. Could we hae quick fixes for the new warnings when possible. For example: when a @throws is no longer valid, a quick fix to remove the comment would be great. Version 3.0.m5. | 2003-11-23 14:59:28 | 1,069,620,000 | resolved fixed | 17e1fb1 | 1,084,040,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java | JDT |
4,224 | 52,773 | Bug 52773 Check how refactorings handle non Java errors [refactoring] | Set Compiler settings to default Turn on Javadoc/Missing Javadoc comments "warning/public/check" Create new class: public class Test { private String fValue; void a() { System.out.println(fValue); } } Now invoke SEF on fValue. Click on "Preview>" | 2004-02-22 13:18:20 | 1,077,470,000 | closed fixed | f43f57a | 1,083,950,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java | JDT |
4,225 | 55,845 | Bug 55845 NPE when closing editor context menu [refactoring] | I 2004-03-24 + plugin-export 1) in a repositories view, drill down to TableItem.java in org.eclipse.set and open the file from the repository. 2) right-click to get the context menu 3) observe: you get a context menu with two entries: "Copy" and "Refactor". 4) go into the "Refactor" submenu 5) click somewhere else in t... | 2004-03-24 04:52:09 | 1,080,120,000 | verified fixed | d69dfe9 | 1,083,950,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java | JDT |
4,226 | 49,099 | Bug 49099 Reduced Search menu does too much [search] | I200312180010 The reduced search menu preference (work in progress) does too much and therefore I cannot use it: Exmples: - select an interface (in outline or any other view where you already know it is an interface. Try to search for implementors ==> not possible. - same applies for fields: it is no longer possible to... | 2003-12-18 05:16:37 | 1,071,740,000 | resolved fixed | cfdbbb3 | 1,083,950,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/WorkInProgressPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/JavaSearchActionGro... | JDT |
4,227 | 44,204 | Bug 44204 Promote individual methods to interface. | Methods should be able to be promoted to an implemented interface. IE interface SomeThing { public DoDad getDoDad(); } class MyThing implements Something { private DoDad doDad=new DoDad(); public DoDad getDoDad() { return doDad; } public void setDoDad(DoDad dad) { this.doDad=dad; } ^^^^^^^^ } Ctrl-1 on the ^'d should p... | 2003-10-05 13:20:37 | 1,065,370,000 | resolved fixed | 37ef19b | 1,083,950,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/Bindings.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AbstractMethodCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal... | JDT |
4,228 | 51,345 | Bug 51345 double clicking a search result leaves focus on search pane instead of editor | double clicking a search result should set focus to the editor pane as per double clicking a 'problem'. this assists rapid development as the developer can start editing the search result without manually changing focus. changing focus would not limit any user either as the search pane is most commonly used with a mous... | 2004-02-08 19:31:51 | 1,076,290,000 | resolved fixed | 49697c9 | 1,083,940,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchEditorOpener.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/inte... | JDT |
4,229 | 38,483 | Bug 38483 Delete: buttons on the 'Found Problems' page [refactoring] | 20030604 1. make Java file read-only and delete a method in it 2. On the first dialog, press ok, a 'Found Problems' dialog shows up 3. The dialog has two buttons: Back and cancel Back is not too helpfull as you can't change anything on the first dialog Cancel should probably be better 'Ok' | 2003-06-05 06:34:00 | 1,054,810,000 | resolved fixed | 105f818 | 1,083,940,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/InlineTempWizard.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/DeleteWizard.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringStatusDialog.java org.eclipse.ltk.ui.ref... | JDT |
4,230 | 38,482 | Bug 38482 Alignment problem in Java Editor pref page | I20030604 Incorrect alignment of radio buttons and color chooser button (see attached screenshot). | 2003-06-05 06:33:20 | 1,054,810,000 | resolved fixed | 659c552 | 1,083,930,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java | JDT |
4,231 | 61,286 | Bug 61286 StringOutOfBoundsException during NLS search | Build id: 200404281424 I did an NLS search with Resource bundle accessor class: org.eclipse.ui.internal.WorkbenchMessages Property file name: /org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties Some results are reported in the Search view, but there was an error dialog and I found the follo... | 2004-05-06 15:09:33 | 1,083,870,000 | resolved fixed | 24f6cb7 | 1,083,930,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java | JDT |
4,232 | 38,086 | Bug 38086 Add suggestion "array.length()" -> array.length [quick fix] | When referring to an array's length, it would be useful if the developer made a mistake of using array.length() to be prompted with a suggestion to change it to array.length instead, as opposed to 'no suggestion' that it currently says at the moment Mac OS X.2.6 with Eclipse 2.1 | 2003-05-24 19:30:30 | 1,053,820,000 | resolved fixed | a271da5 | 1,083,930,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedMethodsQuickFixTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedVariablesQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java org.eclipse.jdt.ui/ui/org/eclipse/j... | JDT |
4,233 | 38,089 | Bug 38089 Suggest 'Add exception to supertype' when overriden method has more exceptions than superclass [quick assist] | If I have the two classes: public class A { public void method() { } } public class B extends A { public void method() throws Wobbly { } } then I (obviously) get a compile time error. However, it would be useful if the suggestion list (currently empty) could add options o Add exception to superclass implementation o Su... | 2003-05-25 07:50:25 | 1,053,860,000 | resolved fixed | 748ed52 | 1,083,920,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/TypeMismatchQuickFixTests.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeMethodSignatureProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt... | JDT |
4,234 | 57,036 | Bug 57036 New Search shows annotations in internal jar (for matches in class file) | 3.0 M8 - import org.junit as binary plug-in project - search for references to type "TestListener" - select the library junit.jar - from context menu, choose Open With > Text Editor -> invalid "matches" are shown in the editor Problem is probably in JavaSearchResult#getFile(Object), which should not getUnderlyingResour... | 2004-04-01 08:51:00 | 1,080,830,000 | resolved fixed | b7f20c0 | 1,083,920,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResult.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.