id int64 1 6.5k | bug_id int64 2.03k 426k | summary stringlengths 9 251 | description stringlengths 1 32.8k ⌀ | report_time stringlengths 19 19 | report_timestamp int64 1B 1.39B | status stringclasses 6
values | commit stringlengths 7 9 | commit_timestamp int64 1B 1.39B | files stringlengths 25 32.8k | project_name stringclasses 6
values |
|---|---|---|---|---|---|---|---|---|---|---|
5,035 | 33,631 | Bug 33631 [refactoring] Self encapsulate field - label clipped | In the self encapsulate field dialog the label: "keep field reference" is clipped. | 2003-03-02 16:43:43 | 1,046,640,000 | resolved fixed | e42a863 | 1,046,880,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/sef/SelfEncapsulateFieldInputPage.java | JDT |
5,036 | 33,454 | Bug 33454 SelectionState init() method creates an ArrayList which is never used | HEAD contents of org.eclipse.jdt.ui: org.eclipse.jdt.internal.ui.refactoring.RefactoringSupport.AbstractRenameSupport.SelectionState.init() defined the following local variable which is never read. List parts = new ArrayList(); STEPS TO REPRODUCE: Compile your code with error on unused locals. You will find another err... | 2003-02-27 12:07:26 | 1,046,370,000 | resolved fixed | dac1b93 | 1,046,880,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringSupport.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringWizardDialog2.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/changes/ChangeExceptionHandler.java | JDT |
5,037 | 33,415 | Bug 33415 Some actions don't have icons | We have some custom versions of workbench actions. The workbench actions have icons assigned to them, but we don't. This makes the context menu in the package explorer inconsistent with the one in the navigator. The actions are: cut copy paste refresh import export delete | 2003-02-27 03:36:12 | 1,046,330,000 | resolved fixed | f32b8b6 | 1,046,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/ReorgActionFactory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ImportActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefreshAction.java | JDT |
5,038 | 33,216 | Bug 33216 Source actions in context menu on types inconsistency | 1) select a type in the package explorer 2) bring up the context menu ->the source actions are shown in-line and the menu is huge. Given that we show a source submenu in other parts (e.g. the editor) and do the same for the refactoring actions we should also move the source actions into a submenu. | 2003-02-26 05:34:28 | 1,046,260,000 | resolved fixed | 0ece750 | 1,046,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy... | JDT |
5,039 | 33,833 | Bug 33833 typing in editor does not flush refactoring undo stack which leads to garbage on undo | 20030227 public class Test { void f(){ int tempName= 0; int fred= tempName; } } inline the tempName temp change 'fred' to 'me' in the editor (by typing), without saving undo the refactoring you're left with garbage public class Test { void f(){ int tempName= 0; int me= 0;tempNam } } | 2003-03-05 09:03:19 | 1,046,870,000 | resolved fixed | 9d29a2d | 1,046,880,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/TextFileChange.java | JDT |
5,040 | 24,255 | Bug 24255 Internal error when invoking "Restore from Local History" in Outline view | smoke for 20021001 1. Open TestCase.java 2. Select the method at the end of the Outline view 3. From context menu select "Delete" 4. Now you must be fast: in the dialog press "Yes", go to the previously selected method, open the context menu and select "Restore from Local History..." | 2002-10-01 07:43:43 | 1,033,470,000 | resolved fixed | deb3882 | 1,046,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareWithEditionAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaReplaceWithEditionAction.java | JDT |
5,041 | 33,223 | Bug 33223 Extract interface does not use method code templates | Build 2.1 RC1 The genreated interface uses file and type code templates but does not use method code templates. | 2003-02-26 06:10:57 | 1,046,260,000 | resolved fixed | 62c5ec4 | 1,046,870,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/JavaElementCommentFinder.java | JDT |
5,042 | 29,529 | Bug 29529 Moving java files between package fragments introduces unnecessary import statements | Same project, different source folders, same package names: - org.eclipse.pde.core (package) \- src | \- org.eclipse.pde.internal.core.plugin | \- PluginXMLDocumentModelFactory.java (the file to move) \- srcnew \- org.eclipse.pde.internal.core.plugin (the destination package) Moving the file with 'update references' ad... | 2003-01-15 08:26:55 | 1,042,640,000 | resolved fixed | 14df5c7 | 1,046,860,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveCuUpdateCreator.java | JDT |
5,043 | 33,648 | Bug 33648 NPE in search occurrs in file | 20030227 create a new workspace select 'find occurrences in file' from the context menu in package explorer (there's no projects so this actions should be disabled, maybe) !SESSION Mar 03, 2003 11:22:57.967 --------------------------------------------- java.version=1.4.1_01 java.vendor=Sun Microsystems Inc. BootLoader ... | 2003-03-03 05:30:39 | 1,046,690,000 | resolved fixed | dc21358 | 1,046,860,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindOccurrencesInFileAction.java | JDT |
5,044 | 32,958 | Bug 32958 Improve review of refactorings which can't be performed | Build 2.1 RC1 I tried to rename a CU which was out of synch. The preview dialog correctly said: "Cannot proceed due to the following problems:" The problem is that the dialog also shows the warnings (which don't prevent me from continuing) and that the actual error was at the bottom of the list i.e. I first had to scro... | 2003-02-25 09:41:20 | 1,046,180,000 | resolved fixed | 25518bb | 1,046,860,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringStatusViewer.java | JDT |
5,045 | 33,473 | Bug 33473 [Refactoring] "Change method signature" changes more than one method | Eclipse 2.1 RC1, win2k Test case: New java project, create interface I such that: interface I { void method(Integer i, Object o); } then create class C such that: class C implements I { public void method(Integer i, Object o) { } public void method(Double d, Object o) { } } Now, select the second method of class C, cho... | 2003-02-27 13:58:23 | 1,046,370,000 | resolved fixed | ccfb24b | 1,046,810,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java | JDT |
5,046 | 33,042 | Bug 33042 Convert local var to field does not use names from code generation preferences | Build 2.1 RC1 1. Select a local variable 2. Refactor -> Convert Local Variable to Field ==> the suggested field is the same as the local variable. It should use the name prefix and name suffix from the Code Generation preference page. | 2003-02-25 12:32:16 | 1,046,190,000 | resolved fixed | 990a229 | 1,046,800,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/PromoteTempToFieldRefactoring.java | JDT |
5,047 | 33,755 | Bug 33755 add to build path/remove from build path actions enabled on empty workspace | 20030228 they should be disabled because they make no sense there | 2003-03-04 10:13:22 | 1,046,790,000 | resolved fixed | 33c4120 | 1,046,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java | JDT |
5,048 | 33,290 | Bug 33290 Smart quoting should not occur when following an escape char | When typing " at the end of a string, Eclipse helpfully interprets this as a move to the right; so "In here|" typing a " at the cursor point (|) will result in "In here"| However, this is not desirable if trying to type an encoded quote in Java, which is preceeded with the \ escape character: "In here|" -> Type \ "In h... | 2003-02-26 11:55:02 | 1,046,280,000 | verified fixed | 6e805bd | 1,046,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | JDT |
5,049 | 32,664 | Bug 32664 Package Explorer: hierarchical layout and back-linking don't work allways together. | The following triggers it: - initially 'flat layout' is used, 'link with editor' is on or off - open a java file - use 'collapse all' in the package explorer - select 'hierarchical layout' - switch 'link with editor' on or off&on -> no back-linking | 2003-02-24 09:56:14 | 1,046,100,000 | resolved fixed | 9ae517a | 1,046,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java | JDT |
5,050 | 33,016 | Bug 33016 Show In...: "Package Explorer" is enabled when opening a file from cvs repository | null | 2003-02-25 11:59:01 | 1,046,190,000 | resolved wontfix | 4d940ef | 1,046,790,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
5,051 | 33,013 | Bug 33013 Code Generation prefs not used by Convert nested type to top level... | Build 2.1 RC1 0. Set preference to use 'f' prefix for fields 1. Add non-static type T to a top-level type 2. Save 3. Select T 4. Refactor -> Convert nested type to Top Level... ==> a dialog comes up and asked for the field name Observe: the proposed name is not prefixed with an 'f'. We can argue that this is not the na... | 2003-02-25 11:47:32 | 1,046,190,000 | resolved fixed | 76eca09 | 1,046,790,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java | JDT |
5,052 | 32,626 | Bug 32626 [refactor] extract interface causing exception | Got the following exception extracting an interface using RC1: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:307) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:246) at org.eclipse.jdt.internal.ui.refactoring.RefactoringW... | 2003-02-24 07:12:58 | 1,046,090,000 | resolved fixed | ac677f6 | 1,046,780,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test1/out/I.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test10/out/I.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test11/out/I.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test12/out/... | JDT |
5,053 | 33,458 | Bug 33458 StringIndexOutOfBoundsException from Junit HierarchyRunView | 20030227 I am attempting to run my PDE JUnit tests for Debug and Ant Core. All produce similar stack traces to the following: java.lang.StringIndexOutOfBoundsException: String index out of range: -57 at java.lang.String.substring(String.java:1480) at org.eclipse.jdt.internal.junit.ui.HierarchyRunView.newTreeEntry (Hier... | 2003-02-27 12:37:34 | 1,046,370,000 | resolved fixed | cf6929e | 1,046,780,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/runner/MessageIds.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/RemoteTestRunnerClient.java | JDT |
5,054 | 33,163 | Bug 33163 Search again menu option fails to find new occurrences | R2.1 RC1 From the java editor popup menu "Search -> Occurrences in file" on an item that will generate one or more matches. Note the number of matches. Now insert another instance of the item you searched for and press save to recompile the class. RMB in the search view and "Search again" It won't find the new occurren... | 2003-02-25 17:32:34 | 1,046,210,000 | resolved fixed | 3c9d20f | 1,046,780,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindOccurrencesEngine.java | JDT |
5,055 | 33,187 | Bug 33187 Eclipse stops working at seemingly random times... | Whenever I am using the Linux-GTK version of Eclipse, eventually, eclipse will stop opening files. It will simply never bring up the editor when I double- click on files. I have previously opened them, and I have never had this problem in the Windows version. There does not seem to be any triggering event that I could ... | 2003-02-25 23:21:21 | 1,046,230,000 | resolved fixed | 38e7f32 | 1,046,780,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMarkerAnnotation.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaAnnotationHover.java | JDT |
5,056 | 33,015 | Bug 33015 Convert to toplevel type does not use code templates | Buid 2.1 RC1 The file template is used but not the type and constructor template: /* * Dani - Kreated on 25.02.2003 * * To change this generated comment go to * Window>Preferences>Java>Code Generation>Code and Comments */ package danisaddons.preferences; class T { T(T) { } private final PreferencePage preferencePage; T... | 2003-02-25 11:54:34 | 1,046,190,000 | resolved fixed | bce534a | 1,046,770,000 | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_nonstatic_0/out/Inner.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_nonstatic_1/out/Inner.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_nonstatic_10/out/Inner.java org.eclipse.jdt.ui.tes... | JDT |
5,057 | 33,027 | Bug 33027 Externalize Strings does not use code template for constructor | Build 2.1 RC1 Externalize some strings and choose to generate the Messages class. Observe: the file and type comment templates are used but not the one for the constructor. | 2003-02-25 12:08:07 | 1,046,190,000 | resolved fixed | 802f1a5 | 1,046,770,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java | JDT |
5,058 | 33,230 | Bug 33230 Convert local to field not always using code generation templates | Build 2.1 RC1 Select to initialize the field in the constructor ==> the code generation templates (comment and body) are not used. | 2003-02-26 06:20:30 | 1,046,260,000 | resolved fixed | 199d71c | 1,046,770,000 | org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_test4_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/PromoteTempToFieldTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/PromoteTempToFieldRefactori... | JDT |
5,059 | 32,953 | Bug 32953 wording of "remove" QF | RC1 - enable warnings for unused methods - add a (unused) private method xxx to a class - open QF Observe: the only quickfix listed is a very brief "remove". Since "remove" is a potentially dangerous operation, it would be good to explicitely state what gets removed, like "remove unused method" or even better "remove u... | 2003-02-25 09:20:38 | 1,046,180,000 | resolved fixed | daf62e0 | 1,046,730,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java | JDT |
5,060 | 32,917 | Bug 32917 the "Change to Constructor" QF deletes my code. | RC1: - create class C - create method "int C()" int C() { return 19*19; } - use QF to "Change method to constructor" Observe: return statement is removed - add "if (true) return 123;" as the first line of method C() - use QF again Observe: no return statement is removed. | 2003-02-25 06:01:06 | 1,046,170,000 | resolved fixed | 82fbcff | 1,046,730,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ReturnTypeQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReturnTypeSubProcessor.java | JDT |
5,061 | 32,654 | Bug 32654 [Refactoring] Change method signature with problems | 2.1 I20030214 I observed some problems when using the "Change method signature" refactoring. This seems to happen when the original method signature includes an array parameter. Problem: I introduced a new method parameter of type boolean with default value set to true. Previewing the changes, I had to realize that the... | 2003-02-24 09:21:12 | 1,046,100,000 | resolved fixed | 7a7a396 | 1,046,730,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTRewriteAnalyzer.java | JDT |
5,062 | 33,300 | Bug 33300 Package Explorer->Refactor->Move does not allow non-Java projects as destination | Build id: 200302211557 Although you can see non-Java projects and resources on the Package Explorer view, when moving a resource (Refactor->Move), only Java projects are offered as options for destination. If I can use this option to move any resource (from the user perspective, it looks like the same move action - whe... | 2003-02-26 12:32:16 | 1,046,280,000 | resolved fixed | 3b7e759 | 1,046,720,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/JdtMoveAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/ReorgDestinationAction.java | JDT |
5,063 | 33,175 | Bug 33175 Missing target in delete imports dialog | Problem Description: While browsing a class in the outline view, if the "delete" item from the context menu of the "import declarations" item is selected, the pop-up confirmation dialog asks 'Are you sure you want to delete ""?' (i.e 'import declarations' is missing between the quotes). Steps to Reproduce: 1. Open a Ja... | 2003-02-25 18:41:55 | 1,046,220,000 | closed fixed | 074eb40 | 1,046,720,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/DeleteSourceReferencesAction.java | JDT |
5,064 | 32,101 | Bug 32101 JavaCompletionProcessor: error message never shown | null | 2003-02-18 05:49:21 | 1,045,570,000 | resolved fixed | fb20794 | 1,046,720,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProcessor.java | JDT |
5,065 | 32,966 | Bug 32966 Use suprttype where possible: table should have focus | RC1 - JUnit setup - select TestCase - Refactor->User supertype... Observe: table doesn't have focus | 2003-02-25 10:07:17 | 1,046,190,000 | resolved fixed | e32f47e | 1,046,720,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/UseSupertypeInputPage.java | JDT |
5,066 | 32,972 | Bug 32972 Convert Local to Field: text input field doesn't have focus | RC1 | 2003-02-25 10:12:59 | 1,046,190,000 | resolved fixed | f2d2231 | 1,046,720,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PromoteTempInputPage.java | JDT |
5,067 | 33,251 | Bug 33251 Pull Up reports error even though there is none | Build 2.1 RC1 1. Add A.x() and B.x() 2. Start to Pull Up B.x() 3. On the second wizard page select to delete A.x(). 4. Press "Finish" ==> error warns about the fact that there will be a compile error. This is not true: 5. Press "Finish" again ==> everything is done as expected. | 2003-02-26 08:26:29 | 1,046,270,000 | resolved fixed | b77daa5 | 1,046,710,000 | 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/PullUpRefactoring.java | JDT |
5,068 | 33,683 | Bug 33683 Quick fix doesn't work for null type | null | 2003-03-03 12:31:01 | 1,046,710,000 | resolved fixed | 2fdde07 | 1,046,710,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java | JDT |
5,069 | 32,969 | Bug 32969 No QF for uncaught exception type in explicit super call to constructor | RC1 - Given a class CC with default constructor throwing an IOException - create new class C derived from CC - add a default constructor C() Observe: no QFs are proposed for the error: "Unhandled exception type IOException" | 2003-02-25 10:11:16 | 1,046,190,000 | resolved fixed | 0b5cff7 | 1,046,710,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 |
5,070 | 33,258 | Bug 33258 Push Down needs busy cursor | Build 2.1 RC1 1. Select IAction.run 2. Refactor->Push Down ==> neither busy cursor nor progress is shown even though the system is frozen for more than 6 seconds (and I have one of the faster machines). Note: Same might be true for other refactoring with pre-checking. | 2003-02-26 09:15:44 | 1,046,270,000 | resolved fixed | d05097c | 1,046,710,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RefactoringStarter.java | JDT |
5,071 | 32,656 | Bug 32656 Open/Close project in package explorer looses selection on java-projects. [package explorer] | Not on non-java projects, which looks wrong when multiple java- and non-java-projects are opened/closed. | 2003-02-24 09:28:38 | 1,046,100,000 | resolved fixed | 855600e | 1,046,710,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/PasteResourcesFromClipboardAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/in... | JDT |
5,072 | 33,405 | Bug 33405 Refactoring extract local variable fails in nested if statements | If a local variable is extracted from a nested if statement, and it only exists in the second case onwards, then the variable is positioned incorrectly between the if cases. String x; boolean test,test2,test3; if (test) { } else if (test2) { x = "ExtractMe"; } else if (test3) { x = "ExtractMe"; } -> highlight "ExtractM... | 2003-02-26 20:01:09 | 1,046,310,000 | verified fixed | 8e802bb | 1,046,710,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java | JDT |
5,073 | 32,082 | Bug 32082 Creation of { } block captures first line | When creating an 'if' or 'for' block, the first line is always captured in the block. I believe this to be a fairly major bug, since it is very possible that when you are writing code you want to insert an if/for/while test into existing code, and definately /not/ end up accidentally capturing a statement. It may have ... | 2003-02-17 19:01:48 | 1,045,530,000 | verified fixed | 37e9f95 | 1,046,710,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SmartBracesAutoEditStrategy.java | JDT |
5,074 | 16,879 | Bug 16879 Double click after { does not always select the right block of code. | Past the following code in a java text editor public void foo() { String aString = "AAAAAAAAAAAAAAAAA"; String s1[] = new String[]{aString}; String s2[] = new String[]{"aaaa"}; Object o1[] = new Object[][]{{aString},{aString}}; } 1) Doubleclick after { in the line "String s1[]". It will select the code between { and }.... | 2002-05-22 11:56:35 | 1,022,080,000 | resolved wontfix | 87cbbdf | 1,046,700,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaPairMatcher.java | JDT |
5,075 | 31,645 | Bug 31645 Checking off a method/field in the refactoring wizard navigates list to top | See pictures I'll attach afterwards. 1. I navigated to the bottom of the list 2. Checked "measureBlackLevel()" 3. The list navigated to top I expected "3.jpg" instead of "2.jpg". yvind | 2003-02-12 06:46:27 | 1,045,050,000 | resolved fixed | 983acd9 | 1,046,700,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullPushCheckboxTableViewer.java | JDT |
5,076 | 32,932 | Bug 32932 Restore from local history with UTF16 encoding | Build RC1 - change workbench encoding to UTF16 - create a Java class - add a method - delete method in outliner - open "Restore from local History" - select the deleted method - press "Restore" -> garbage in editor | 2003-02-25 06:47:59 | 1,046,170,000 | resolved fixed | 5b2fe7d | 1,046,690,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareUtilities.java | JDT |
5,077 | 33,266 | Bug 33266 Internal Error (NPE) during Use Supertype Where Possible | Build 2.1 RC 1 1. Select org.eclipse.jface.action.Action 2. Refactor->Use Supertype Where Possible 3. Select IAction 4. Check "Replace the selected supertype..." 5. Press Preview ==> Internal Error. See attached picture and .log | 2003-02-26 09:54:13 | 1,046,270,000 | resolved fixed | 0a6bfd6 | 1,046,690,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/Binding2JavaModel.java | JDT |
5,078 | 32,585 | Bug 32585 Organize Import Second Guessing Itself (regression!) | file:Outer.java public class Outer{ public static class Inner{ } } ---- file:Client.java import Outer.Inner; public class Client{ { Object innerInstance = new Inner(); } } In build rc1 (I20030221-win32), 'Organize Imports' command flips between adding and removing the statement 'import Outer.Inner;' With the import sta... | 2003-02-23 08:32:57 | 1,046,010,000 | resolved fixed | 378dc7f | 1,046,650,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java | JDT |
5,079 | 33,040 | Bug 33040 No single Undo for generate delegate methods | RC 1 - JUnit setup - open TestCase - select fName - generate delegate methods for all String methods - press Ctrl+Z Observe: only one method is removed. | 2003-02-25 12:31:27 | 1,046,190,000 | resolved fixed | e41dc64 | 1,046,650,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OverrideMethodsAction.java | JDT |
5,080 | 33,221 | Bug 33221 Java Working Set and synthetic library containers | RC1 - create Java working set just containing the source folder "compare" of the Compare plugin - use this working set to filter Package Explorer Observe: the synthetic library container is visible, but empty | 2003-02-26 06:01:15 | 1,046,260,000 | resolved fixed | bf1d6cc | 1,046,630,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilter.java | JDT |
5,081 | 33,552 | Bug 33552 Show in>Package Explore not consistent with Show in Package Explorer | 1) Show in>PackageExplorer selects the editor input 2) "Show in Package Explorer" selects the method. we should do 2) it reduces tree expansions, and enables the user to quickly initiate an operation on the editor input. | 2003-02-28 11:30:06 | 1,046,450,000 | resolved fixed | b966dfa | 1,046,630,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ShowInPackageViewAction.java | JDT |
5,082 | 33,234 | Bug 33234 Goto source doesn't work when running a single test [JUnit] | RC 1 - JUnit setup - select VectorTest.testCapacity - run->JUnit Test - in JUnit view part go to hierarchy - select testCapacity - activate Goto File from context menu Observe: you get an error dialog saying that the test class can't be found. | 2003-02-26 06:28:44 | 1,046,260,000 | resolved fixed | 1ba9033 | 1,046,630,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/CounterPanel.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureRunView.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureTraceView.ja... | JDT |
5,083 | 33,226 | Bug 33226 Show In beeps | RC1 - JUnit setup - select TestCase in package explorer - open TestCase in editor - position cursor right after the package declaration - Show in->Package Explorer Observe: you hear a beep. Normally beeps indicate an error but TestCase is correctly selected since it was before executung Show In. | 2003-02-26 06:17:56 | 1,046,260,000 | resolved fixed | 8b674f6 | 1,046,630,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
5,084 | 32,943 | Bug 32943 Hierarchy view should better group types with locked methods [type hierarchy] | Build RC1 When locking on a given method, occurrences of such a method are always listed behind subtypes, which is causing the end result to be quite hard to decode: Instead of: A +- foo() +- B +- foo() +- C +- foo() It currently displays: A +- B | +- C | | +- foo() | +- foo() +- foo() which goes backwards, when multip... | 2003-02-25 08:42:49 | 1,046,180,000 | resolved fixed | 49b0307 | 1,046,560,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyViewerSorter.java | JDT |
5,085 | 32,942 | Bug 32942 NPE while opening type hierarchy view | Build RC1 Selected JavaElement#triggerSourceEndOffset(...) method, and pressed F4. Unhandled exception caught in event loop. Reason: !ENTRY org.eclipse.ui 4 0 Feb 25, 2003 14:33:54.382 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierar... | 2003-02-25 08:34:28 | 1,046,180,000 | resolved fixed | 401732f | 1,046,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java | JDT |
5,086 | 32,987 | Bug 32987 Cannot resolve interfaces in same file | in the same file create the following and create an anonymous inner class using the Ctrl+Space mechanism for the Xtra interface: public class Test3 { void method() { Xtra x = new Xtra(); //<-- select anonymous inner class for this using // Ctrl+space } } interface Xtra { public void method(); } result: ----------------... | 2003-02-25 10:51:46 | 1,046,190,000 | resolved fixed | 31f0e98 | 1,046,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AnonymousTypeCompletionProposal.java | JDT |
5,087 | 33,356 | Bug 33356 Read Only files: 2 dialogs from 'override methods' [code manipulation] | rc1 1. set a file to read-only 2. open the file in the editor, select an import statement 3. invoke 'override/implement methods' from the context menu 4. error dialog shows up, 'file is read only', press ok 5. second dialog comes up, invalid selection, select type... | 2003-02-26 15:53:08 | 1,046,290,000 | resolved fixed | afbcad0 | 1,046,470,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OverrideMethodsAction.java | JDT |
5,088 | 33,373 | Bug 33373 Internal error generating javadoc for simple project | Build: 2.1 RC1 1) Create a simple project 2) Switch to java perspective 3) Select the project, and choose Project > Generate Javadoc -> Error appears in the log file: !MESSAGE Internal Error !STACK 1 Java Model Exception: Java Model Status [Bpp does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresent... | 2003-02-26 16:38:57 | 1,046,300,000 | verified fixed | d6809a7 | 1,046,470,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java | JDT |
5,089 | 33,521 | Bug 33521 Cannot turn javadoc generation off | Eclipse 2.1 RC1 Apologies if I'm missing something, but since moving from M3 to RC1, the options under Prefs->Java->CodeGeneration no longer include a way of stopping Eclipse from adding javadoc comments on creation of new types. The help system still reflects the M3-style help dialogs which _did_ have these options. I... | 2003-02-28 04:27:39 | 1,046,420,000 | resolved fixed | fbaf8a3 | 1,046,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java | JDT |
5,090 | 33,535 | Bug 33535 Quickfix causes exceptions | - Unzip to a Java project(default package) (I'll attach the source). - Go to file w/error - Click on icon in left margin to get quickfix options - Exceptions are produce !SESSION feb 28, 2003 14:31:43.732 --------------------------------------------- java.version=1.4.1_01 java.vendor=Sun Microsystems Inc. BootLoader co... | 2003-02-28 08:40:30 | 1,046,440,000 | resolved fixed | 057b809 | 1,046,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java | JDT |
5,091 | 32,913 | Bug 32913 No swapped arguments QF for overloaded methods | RC1: - given a method foo(int, String) the call to foo("abc", 123) results in a "Swap Arguments" QF - add a method declaration foo() Observe: the call to foo("abc", 123) no longer results in a "Swap Arguments" QF | 2003-02-25 05:44:28 | 1,046,170,000 | resolved fixed | 7fae6fb | 1,046,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java | JDT |
5,092 | 33,543 | Bug 33543 Add catch clause to surrounding try doesn't honor code templates [quick fix] | RC1 Test Case import java.io.IOException; public class Test { public void foo() { try { ex1(); ex2(); } catch (IOException e) { e.printStackTrace(); } } public void ex1() throws IOException { } public void ex2 () throws InterruptedException { } } Observe: the generated catch block is empty. | 2003-02-28 09:54:17 | 1,046,440,000 | resolved fixed | 31f6c6d | 1,046,460,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java | JDT |
5,093 | 33,572 | Bug 33572 Quick fix suggests to cast 'null' to 'int' | RC1 private void foo(int i, Object b) { foo(null, '1'); } Suggestion is cast null to int | 2003-02-28 14:24:56 | 1,046,460,000 | resolved fixed | bdf9578 | 1,046,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java | JDT |
5,094 | 33,571 | Bug 33571 SearchEngine.searchAllTypeNames: NPE when passing null as progress monitor | java.lang.NullPointerException at org.eclipse.jdt.internal.core.search.processing.JobManager.performConcurrentJob(JobManager.java:204) at org.eclipse.jdt.core.search.SearchEngine.searchAllTypeNames(SearchEngine.java:584) at org.eclipse.jdt.internal.corext.util.AllTypesCache.isIndexUpToDate(AllTypesCache.java:256) at or... | 2003-02-28 14:21:30 | 1,046,460,000 | verified fixed | 45a0f10 | 1,046,460,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java | JDT |
5,095 | 33,130 | Bug 33130 Type Selection Dialog maintains sizes | RC1 If you start Eclipse in the default (Tahoma 8) font and then change the Dialog font the next time the Type selection dialog is opened it will be cut off STEPS 1) Start Eclipse with default fonts 2) Open a Type Selection Dialog 3) Change the Dialog font 4) Open again - it will be sized based on the last selection | 2003-02-25 16:14:27 | 1,046,210,000 | resolved fixed | 1319109 | 1,046,450,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OpenTypeSelectionDialog.java | JDT |
5,096 | 32,714 | Bug 32714 Packages View: flickering and loosing expanded state when logical package is selected with hierarchical layout | In the java browsing perspective: - enable hierarchical layout for the packages view - select a logical package in the packages view - select types/methods in the types/methods views -> the packages view flickers and looses the expanded state (the tree is only expanded upto the logical package, other expanded subtrees ... | 2003-02-24 12:17:52 | 1,046,110,000 | resolved wontfix | 7cb9c3d | 1,046,450,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java | JDT |
5,097 | 33,103 | Bug 33103 Non externalized menu names in JDT UI | RC1 There are references to non-externalized names in JDT which show up in the pulldown for the PackageExplorer. They appear to be in: PackagesView.java - org.eclipse.jdt.ui/src- jdt/org/eclipse/jdt/internal/ui/browsing LayoutActionGroup.java - org.eclipse.jdt.ui/src- jdt/org/eclipse/jdt/internal/ui/packageview | 2003-02-25 15:06:46 | 1,046,200,000 | resolved fixed | 949b6ac | 1,046,440,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/LayoutActionGroup.java | JDT |
5,098 | 33,029 | Bug 33029 Refactoring preview dialog positioned outside screen | RC1 - activate a refactoring - move dialog to bottom of screen - press preview Observe: dialog gets resized. It is positioned in a way that the buttons are no longer accessable. | 2003-02-25 12:11:00 | 1,046,190,000 | resolved fixed | df2acb8 | 1,046,440,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringWizardDialog2.java | JDT |
5,099 | 32,431 | Bug 32431 extract method: extracted method should be private, not public [refactoring] | Currently, the default protection level of an extracted method is 'public'. This is a 'worst practice' of object-oriented programming, since it would violate encapsulation by introducing a method into the class' public API. The default selection should be 'private'. Or at least be settable. | 2003-02-20 19:19:16 | 1,045,790,000 | resolved fixed | d34e55d | 1,046,440,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java | JDT |
5,100 | 33,376 | Bug 33376 Move Inner Type to Top Level: Error dialog layouted wrong | RC1 1. Create a class with an inner class, make the file read-only 2. Select the name of the inner class, choose 'Move Inner Type to Top Level' 3. error dialog that shows up is strangely layouted. see screenshot | 2003-02-26 16:44:30 | 1,046,300,000 | resolved fixed | de309d6 | 1,046,440,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringStatusViewer.java | JDT |
5,101 | 33,020 | Bug 33020 Have to get rid of cell editors and table cursor | null | 2003-02-25 12:02:30 | 1,046,190,000 | resolved fixed | cad9430 | 1,046,430,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ParameterEditDialog.java | JDT |
5,102 | 33,518 | Bug 33518 Label of "New Classpath Entry" dialog doesn't show banded background | I2003-02-27 The "New Classpath Entry" dialog contains a label that is supposed to display some status information. On MacOS X, the label is display with either white or gray background. However, there should be no colored background instead the common OSX background should show through. | 2003-02-28 03:20:54 | 1,046,420,000 | resolved fixed | 3005c42 | 1,046,430,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/MessageLine.java | JDT |
5,103 | 32,902 | Bug 32902 No "delete" QF available for import of non-existing package [code manipulation] | I20030221 (RC1) - add import declaration to non-existing package to any java source (or remove a package from your project so that you have bogus imports) Observe: you don't get a "remove" QuickFix | 2003-02-25 04:48:21 | 1,046,170,000 | resolved fixed | 0864a7f | 1,046,380,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java | JDT |
5,104 | 32,897 | Bug 32897 Cannot configure Javadoc referenced classes | In the second step of the Generate Javadoc wizard, I should be able to configure referenced classes. For example, JUnit is listed in the listbox. If I try to configure it and enter a URL for it (which is correctly validated), the OK button of that dialog does not work; only the cancel button does! | 2003-02-25 04:33:49 | 1,046,170,000 | resolved fixed | 9a27494 | 1,046,380,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocStandardWizardPage.java | JDT |
5,105 | 32,831 | Bug 32831 NPE buildpaths.CPVariableElement.equals() | Eclipse 20030221 RH 8.0, motif Install eclipse Start eclipse with a new workspace Open the 'Classpath Variables' preference page (Window>Preferences>Java>Classpath Variables' Close the preference page doing nothing (hit ok) Re-open the 'Classpath Variables' preference page. The attached log is generated. | 2003-02-24 17:12:49 | 1,046,120,000 | verified fixed | 9e7b794 | 1,046,380,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPVariableElement.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementImageDescriptor.java | JDT |
5,106 | 32,460 | Bug 32460 Restoring type hierarchy on startup taking for ever | Build 20030221 See below an explanation of a long startup time when opening an old workspace with one hierarchy view opened and index format changed in the meantime. No progress, actually no UI shows up for 5 minutes (it is reindexing the entire world). 2.0 workspaces are likely going to be in this exact mode. I believ... | 2003-02-21 05:31:21 | 1,045,820,000 | resolved fixed | f8abc0d | 1,046,380,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java | JDT |
5,107 | 32,531 | Bug 32531 NPE importing preferences | Build id: 200302211557 Got error messages when importing preferences. I couldn't reproduce the problem anymore. Will attach stack traces (two generated in a row). Top entries are: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.packageview.PackageExplorerContentProvider.rootsAndC ontainers(PackageExplorer... | 2003-02-21 18:30:52 | 1,045,870,000 | resolved fixed | b6f3d18 | 1,046,370,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java | JDT |
5,108 | 33,034 | Bug 33034 Deleting methods from inner classes does not update members view | If you have an inner class shown expanded in the outline, and then delete a method from it, the outline does not update the new view. It is only when the outline view is closed and reopened that the correct methods are shown. Eclipse 2.1RC1 on Windows 2000 and Mac OS X.2.4 | 2003-02-25 12:16:52 | 1,046,190,000 | verified fixed | 052f9a9 | 1,046,370,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java | JDT |
5,109 | 32,893 | Bug 32893 Workspace Compatibility Problems 2.0 -> 2.1 | Build 2.1 RC1 This PR collects problems related to opening a 2.0 workspace with 2.1. | 2003-02-25 04:12:43 | 1,046,160,000 | resolved fixed | 4d635cd | 1,046,360,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BestMatchHover.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaProblemHover.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java | JDT |
5,110 | 32,680 | Bug 32680 Print margin is in wrong location | Eclipse 2.1 (RC1) After changing my font to "Courier New", then turning on the Print Margin, I had to realize that it was located in the wrong place (off by some characters) | 2003-02-24 11:08:11 | 1,046,100,000 | resolved fixed | 8bc835b | 1,046,360,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
5,111 | 31,662 | Bug 31662 NPE in CompilationUnitDocumentProvider$CompilationUnitAnnotationModel | I got two the same NPE (yesterday and this morning). One in the log file, one time in the console. That happened when I started my test runtime workbench. From the log: !ENTRY org.eclipse.core.resources 4 2 Feb 11, 2003 16:09:02.16 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources"... | 2003-02-12 10:03:47 | 1,045,060,000 | resolved fixed | 31153dd | 1,046,350,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | JDT |
5,112 | 32,469 | Bug 32469 disabled breakpoints still rendered as enabled | 20030221 disable a breakpoint - icon does not change but the breakpoint is disabled major - renders the important feature not very useful | 2003-02-21 06:37:46 | 1,045,830,000 | resolved fixed | 29ac342 | 1,046,340,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMarkerAnnotation.java | JDT |
5,113 | 32,935 | Bug 32935 Java Browsing Members view does not update on visibility change | Build 2.1 RC1 1. Open Java Browsing perspective 2. Open an existing CU 3. Add public method t() {} 4. Change public to protected (or remove public) ==> t in Members view does not update | 2003-02-25 06:51:50 | 1,046,170,000 | resolved fixed | 661597b | 1,046,340,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java | JDT |
5,114 | 33,219 | Bug 33219 Leightweight outline no longer resizable | This is a regression. | 2003-02-26 05:51:44 | 1,046,260,000 | resolved fixed | 08a2f6e | 1,046,340,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java | JDT |
5,115 | 32,301 | Bug 32301 2 Packages with similar names have a problem displaying in the Java browsing perspective. | Hello, Thanks for a wonderful IDE with all these rich features. I think we have a small bug in the Java Browsing Perspective. As an example: Please create a package called "test" in your project. Then create a parallel package called "test_a". After refreshing project, test_a will show up as a child of "test" and also ... | 2003-02-19 17:53:13 | 1,045,700,000 | resolved fixed | 3fd4644 | 1,046,340,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewHierarchicalContentProvider.java | JDT |
5,116 | 14,702 | Bug 14702 JUnit plugin displays incorrect Failure Trace when using JUnit decorator | The suite method we're running: public static Test suite() { TestSuite suite = new TestSuite(); suite.addTest(new TD_DecoratorOne(new TestSuite(TC_SomeTest.class))); suite.addTest(new TD_DecoratorTwo(new TestSuite(TC_SomeTest.class))); return suite; } // One of the methods in TC_SomeTest protected void testQuery() { ..... | 2002-04-25 16:50:40 | 1,019,770,000 | resolved fixed | cf07989 | 1,046,300,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/ITestRunListener.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMainTab.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/runner/MessageIds.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.... | JDT |
5,117 | 32,384 | Bug 32384 Cannot open type hierarchy after a cancel | JUnit setup 1) open the type hierarchy on TestCase 2) press F4 on Object 3) cancel in progress bar 4) press F4 on Object again ->nothing happens | 2003-02-20 14:41:14 | 1,045,770,000 | resolved fixed | 6abf625 | 1,045,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyLifeCycle.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java | JDT |
5,118 | 32,414 | Bug 32414 Outline inconsistent with source, and showing blank entries | build I20030220 After doing some edits to a file, the outline had some blank entries at the end. Also, clicking on the some of the remaining items jumped to the wrong place in the source. See attached screen shot. Edits I was doing included pasting methods in from another CU and deleting methods in the text (all in tex... | 2003-02-20 16:39:43 | 1,045,780,000 | resolved fixed | 142fd4f | 1,045,840,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java | JDT |
5,119 | 26,298 | Bug 26298 JUnit: Can not go to inner class and view goes crazy | Build 20021113 1. Create new Java project 'JUnit' with JUnit in it 2. Select Run... -> JUnit 3. Select project 'JUnit' and select "All tests..." 4. Press "Run" 5. Go to the JUnit view, observe several errors/failures 6. Observe when moving the mouse over the results: first one stays selected 7. Double click on each res... | 2002-11-14 09:34:21 | 1,037,280,000 | resolved fixed | 81f337f | 1,045,770,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureRunView.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/HierarchyRunView.java | JDT |
5,120 | 20,666 | Bug 20666 Export JavaDoc should examine jdk compliance | The Export Javadoc wizard should examine the jdk1.3/jdk1.4 compliance for a project and add the appropriate javadoc switch by default to the javadoc args viewer. Result of not fixing: Javadoc users will get errors in the console complaining about all their assert statements, and then have to figure out the switches to ... | 2002-06-19 11:55:44 | 1,024,500,000 | resolved fixed | 2c506ba | 1,045,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocSpecificsWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocStandardWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/... | JDT |
5,121 | 29,531 | Bug 29531 JavaColorManager initialized in non UI thread | Build I20030114 - open Workspace - select CU without opening in editor - activate Move refactoring - select different package - press Preview Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.JavaColorManager.getColor (JavaColorManager.java:53) at org.eclipse.jdt.internal.ui.text.JavaColorMa... | 2003-01-15 09:00:03 | 1,042,640,000 | resolved fixed | df800ea | 1,045,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractJavaScanner.java | JDT |
5,122 | 29,696 | Bug 29696 JavaMarkerAnnotation.initialize() can be called in non UI thread. | Build I20020315 Refactoring uses documents and annotation models to actual perform the textual changes. Since refactoring operations can be executed in a non UI thread (e.g. when executed as an operation) the JavaMarkerAnnotation.initialize() method may be called in a non UI thread resulting in an assertion failure due... | 2003-01-17 04:06:48 | 1,042,790,000 | resolved fixed | dca18b8 | 1,045,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMarkerAnnotation.java | JDT |
5,123 | 19,974 | Bug 19974 Packages view: back / forward buttons do not show frame name [package explorer] | Build 20020611 In packages view, - select a container - Navigate / Go Into - hover over Back button - it says simply "Back" It should say "Back to Workspace". Compare with Navigator. | 2002-06-11 23:05:16 | 1,023,850,000 | resolved fixed | 82656d5 | 1,045,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackagesFrameSource.java | JDT |
5,124 | 27,889 | Bug 27889 [JUnit] Launcher; all tests in default package ... empty TF | If you select "All tests in Project, Source Folder or Package" and select the default package the TF will be empty. There is no visual indication that one has selected the default package. It should be similar to the indicator in Package Explorer/View: (default package) | 2002-12-07 11:34:14 | 1,039,280,000 | closed fixed | 42da73f | 1,045,770,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMainTab.java | JDT |
5,125 | 31,379 | Bug 31379 Surround with try/catch should use unique identifier for exception | Build id: 200302061700 Surround with try/catch should avoid collision with existing identifiers when declaring the catch-block variable. For the following code snippet: try { throw new Exception(); } catch (Exception e) { throw new Exception(); // <<== problem marker } When accepting the quick-fix suggested for the pro... | 2003-02-07 17:10:38 | 1,044,660,000 | resolved fixed | 82df8bb | 1,045,770,000 | org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_in/TestNested.java org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_out/TestNested.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/Surr... | JDT |
5,126 | 19,855 | Bug 19855 Test class not found in project [JUnit] | Is this a bug or am I missing something? I have a class which the JUnit Failure Trace window seems unable to GoTo, instead bringing up an error dialog which reads, "Test class not found in project". Steps: [1] Run a JUnit launch configuration which has failures. [2] In the failures tab, select "test_mumble". Right-menu... | 2002-06-10 18:23:27 | 1,023,750,000 | resolved fixed | 6c49c68 | 1,045,760,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureTraceView.java | JDT |
5,127 | 14,426 | Bug 14426 junit: status line on finish could give more details | time is less interesting than numbers of failures and errors | 2002-04-23 12:28:51 | 1,019,580,000 | resolved fixed | a67a465 | 1,045,760,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java | JDT |
5,128 | 32,299 | Bug 32299 No quick fix for uncaught exception | I have the following method where the call to execute(Runnable) throws an Exception. The code does not compile with: Kind Status Priority Description Resource In Folder Location Error Unhandled exception type EmptyThreadPoolException MQCommunicationManager.java Transidiom- DevE/Java/Source/com/seagullsw/appinterface/se... | 2003-02-19 17:35:58 | 1,045,690,000 | resolved fixed | 237b14c | 1,045,760,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSelectMarkerRulerAction.java | JDT |
5,129 | 14,305 | Bug 14305 JUnit - TestSuite should not include Abstract classes | I refactored my testcases to use some abstract classes. When I now recreate the testsuite (BTW, this only works in the Java but not in the Java-Browsing perspective), the abstract classes are added. I'm using M5. | 2002-04-22 05:56:38 | 1,019,470,000 | resolved fixed | 3f26634 | 1,045,760,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestSuiteCreationWizardPage.java | JDT |
5,130 | 31,119 | Bug 31119 Build Path dialog opened for wrong project if element from external JAR is selected [build path] | Build I20030206 Build Path dialog opened for wrong project if element from external JAR is selected 0815 problem with parents of elements from external JARs. | 2003-02-06 12:49:11 | 1,044,550,000 | resolved fixed | 3f6cb35 | 1,045,750,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenBuildPathDialogAction.java | JDT |
5,131 | 18,687 | Bug 18687 Surround with try catch - should propose NumberFormatException | Build F2 From EC: Hi all! I'd like to know if the following is a bug or is the normal behaviour of eclipse. 1) type the code below: int t= Integer.parseInt("1234"); 2) select the line typed in the step 1. 3) try to "surround with try/catch". I do this by pressing alt+S T. Eclipse gives the following messsage: No uncaug... | 2002-06-03 07:41:51 | 1,023,100,000 | resolved fixed | 002ed67 | 1,045,750,000 | org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_out/TestRuntimeException1.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/SurroundWithTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/surro... | JDT |
5,132 | 28,720 | Bug 28720 Creating a JUnit TestCase gives an error | Whenever I upgrade Eclipse, I always rename the old version to eclipse.old and install in a new directory called eclipse and then copy in my previous WorkSpace from eclipse.old. Everything works fine except when I try to create a JUnit TestCase. The TestCase itself is created but the wizard puts up an error dialog with... | 2002-12-20 05:09:54 | 1,040,380,000 | resolved fixed | b48f1c3 | 1,045,750,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/JUnitStubUtility.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizardPage.java | JDT |
5,133 | 30,543 | Bug 30543 [DND] Files deleted when dragged to mozilla | In the Resource or Java perspectives, after dragging an html file from the navigator to be viewed in Mozilla, the file is deleted from the Eclipse views and from the filesystem. Not true of IE 5.5 or Netscape 4.72 on the same machine. Versions: - Eclipse 2.0.2 - NT 4.0 SP6 - Mozilla 1.2.1 | 2003-01-29 16:23:29 | 1,043,880,000 | resolved fixed | 54f2ba5 | 1,045,750,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/FileTransferDragAdapter.java | JDT |
5,134 | 13,170 | Bug 13170 Missing description on preference pages | Build 20020409 Java preference pages have a description (ended by .) Java -> Refactoring Java -> Junit don't. They start directly with the preferences. Note: Filed separate PR for Java -> Debug | 2002-04-10 05:43:50 | 1,018,430,000 | verified fixed | b04b696 | 1,045,750,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/RefactoringPreferencePage.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.