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,035 | 66,048 | Bug 66048 Adpat JDT test cases to new code formatter defaults | I20040606 The default code formatter settings have changed to Java convention. The JDT/UI test cases must be adapted. | 2004-06-07 17:06:16 | 1,086,640,000 | verified fixed | 4d612d6 | 1,086,640,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/all/AllAllTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractInterfaceTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTestSetup.java o... | JDT |
4,036 | 53,376 | Bug 53376 [refactoring] signature preview inconsistency | The signature preview isn't consistently shown in the refactoring dialogs. For example, extract method is showing the signature preview in a different way than change method signature. The change method signature preview is the recommended way and we should make a pass over all refactoring dialogs. | 2004-03-01 06:02:13 | 1,078,140,000 | verified fixed | 5c9f6e8 | 1,086,630,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/code/ExtractMethodInputPage.java | JDT |
4,037 | 42,551 | Bug 42551 Selecting Copy on Java Properties View should select element | Using Eclipse 3.0 M3 build. When I select a method in the Java outline view and right-click and select Copy from the context menu, I expect it to copy the entire method into the copy-buffer. This is how the behavior used to work. Currently, it appears to only copy the method name. I use this behavior often, in order to... | 2003-09-04 13:10:04 | 1,062,700,000 | verified fixed | a4d62f3 | 1,086,620,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java | JDT |
4,038 | 65,541 | Bug 65541 Search string for constructor should not include constructor name [search] | null | 2004-06-03 10:03:55 | 1,086,270,000 | verified fixed | aaf4bf2 | 1,086,610,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/PrettySignature.java | JDT |
4,039 | 65,304 | Bug 65304 Fields, static fields and member classes not correctly ordered by visibility | 3.0RC1 - enable sorting by visiblility (Java->Appearance->Members Sort Order) - use CU: public class Sort { class T16 {} protected class T17 {} private class T15 {} public class T18 {} static int t16; protected static int t15; private static int t13; public static int t14; int t12; protected int t10; private int t9; pu... | 2004-06-02 09:51:47 | 1,086,180,000 | verified fixed | 23a0b97 | 1,086,610,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/SortMembersOperation.java | JDT |
4,040 | 58,295 | Bug 58295 Hierarachy compuation on dialog pop-up can be expensive (Object case) | I20040413 Test Case class A { public Object foo() { return null; } } Try to generalize the return type of foo. | 2004-04-13 10:55:47 | 1,081,870,000 | verified fixed | af383e5 | 1,086,600,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java | JDT |
4,041 | 65,315 | Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog | RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt' | 2004-06-02 10:15:41 | 1,086,190,000 | verified fixed | 67a3625 | 1,086,600,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ConvertAnonymousToNestedRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRe... | JDT |
4,042 | 61,565 | Bug 61565 [navigation] next / previous sub-word jumping misses some sub-word start/ends | I200405060200 Preferences > Java > Editor > Navigation > "Smart cursor positioning in Java names" checked. /** * @see GenericVisitor#visitNode(ASTNode) */ - set caret to after "Generic", Ctrl+Right -> was: caret jumps to after "visitNode"; expected: caret after "Visitor" - set caret to after "visit", Ctrl+Left -> was c... | 2004-05-10 04:36:17 | 1,084,180,000 | verified fixed | 0379a4b | 1,086,600,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/BreakIteratorTest.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaBreakIteratorTest.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaWordIteratorTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEdito... | JDT |
4,043 | 65,584 | Bug 65584 TemplateReaderWriter should take stream as argument. | null | 2004-06-03 13:41:59 | 1,086,280,000 | verified fixed | c442e90 | 1,086,600,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java | JDT |
4,044 | 65,249 | Bug 65249 Refactoring actions enabled in CU from CVS | 3.0RC1 In a CU from CVS the refactoring actions are enabled and when invoked show dialogs about wrong selection, sometimes an exception is thrown: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringActions.co nvertToEnclosingOrPrimaryType(RefactoringActions.java:50) at org.ecli... | 2004-06-02 05:49:05 | 1,086,170,000 | verified fixed | 1bcd929 | 1,086,600,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionUtil.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineAction.java | JDT |
4,045 | 64,932 | Bug 64932 filter dialog: initial focus is on cancel, should be on top control or list [dialogs] | RC1 - Open the filter dialog for members view, package explorer etc. Expected: top control has focus Actual: Cancel button has focus This is annoying, because I first have to tab through. The default behaviour for dialogs should be to give focus to the first element that expects interaction. If the user just wants to c... | 2004-06-01 09:09:10 | 1,086,100,000 | verified fixed | 7e9e210 | 1,086,540,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/CustomFiltersDialog.java | JDT |
4,046 | 65,063 | Bug 65063 AIOOBE when expanding selection to previous element | 3.0RC1 - in the CU: package org.test; public class Test { } - set the cursor within "package" - invoke twice Edit->Expand Selection To->Previous Element -> results in the following exception: java.lang.ArrayIndexOutOfBoundsException: -2 at org.eclipse.jdt.internal.ui.javaeditor.selectionactions.StructureSele ctPrevious... | 2004-06-01 13:02:28 | 1,086,110,000 | verified fixed | 876b39e | 1,086,540,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/selectionactions/StructureSelectPreviousAction.java | JDT |
4,047 | 65,378 | Bug 65378 FindOccurencesCUEngine should use ASTProvider | RC1 FindOccurrencesEngine should get the AST from the ASTProvider so it can profit if the AST is already cached (2 occurences) e.g. JaavPlugin.getDefault().getASTProvider().getAST(cu) | 2004-06-02 12:39:02 | 1,086,190,000 | verified fixed | 5100bb7 | 1,086,540,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindOccurrencesEngine.java | JDT |
4,048 | 65,254 | Bug 65254 Generalize Type dialog does not disappear on Ok [refactoring] | 3.0RC1 - in the CU: package org.test; class Foo { void foo() { Object s= bar(); } String bar() { return ""; } } - set caret on "String" - invoke Generalize Type - choose Object - click Ok -> change is applied, but the dialog does not disappear | 2004-06-02 06:07:53 | 1,086,170,000 | verified fixed | 81e93c4 | 1,086,540,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeTypeWizard.java | JDT |
4,049 | 64,855 | Bug 64855 QuickMenuAction leaks the context menus | null | 2004-05-31 18:36:22 | 1,086,040,000 | verified fixed | c317262 | 1,086,530,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/QuickMenuAction.java | JDT |
4,050 | 44,753 | Bug 44753 Extract Local Variable also on ExpressionStatements [refactoring] | Typing : System.out.println(new String()); select 'new String()' and apply ELV , works. Typing : new String() Select 'new String()' and apply ELV , does not work - error is "An expression must be selected to activate this refactoring" I'm reasonably sure "new String();" is an expresssion and can serve as an RHS. I even... | 2003-10-13 09:52:09 | 1,066,050,000 | verified fixed | 59354bb | 1,086,460,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test82_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test82_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java org.eclipse.jdt.ui/core extension/org/... | JDT |
4,051 | 64,890 | Bug 64890 Package explorer out of sync when open/closing projects [package explorer] | RC1 - close a project - Open the closed project in a new window va Open in New Window context menu action - open the project observe: the Java project is rendered in the additional window as folders and CUs not on the class path. | 2004-06-01 06:00:25 | 1,086,080,000 | verified fixed | 6fcfead | 1,086,430,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java | JDT |
4,052 | 65,243 | Bug 65243 Build path dialog: Disable 'Add folder' when ex-/inclusion selected | RC1 On the build path dialog it would be better to disable 'Add folder' when ex-/inclusion selected to avoid confusion to what 'Add folder is releated' | 2004-06-02 05:30:41 | 1,086,170,000 | verified fixed | 4e001fe | 1,086,370,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java | JDT |
4,053 | 64,971 | Bug 64971 Code manipulation actions - insertion point after an existing method will insert at the end instead | I am using Generate Delegate Methods. I want to specify the position of the newly generated methods. Any combination for insertion point works (cursor position, at the beginning, at the end) except when I want to insert the new methods after any existing method. If I choose this option they will get positioned at the e... | 2004-06-01 10:31:14 | 1,086,100,000 | verified fixed | 703183d | 1,086,370,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java | JDT |
4,054 | 65,237 | Bug 65237 JavaModelException on Generate Constructor using Fields | 3.0RC1 In a Java file from a non-Java project. Invoking "Generate Constructor using Fields" throws the following exception, where "Test123" is the enclosing project: Java Model Exception: Java Model Status [Test123 does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(Java Element.java:56... | 2004-06-02 05:05:11 | 1,086,170,000 | verified fixed | a2d6b2a | 1,086,370,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/GenerateNewConstructorUsing... | JDT |
4,055 | 64,530 | Bug 64530 AssertionFailedException while "Refactore -> Extract Constant ..." | 3.0 M9 After invoking "Refactore -> Extract Constant..." on a selection inside an overwritten method of an anonymous inner class I got an AssertionFailedException "null argument" after clickin "OK" in the refactor dialog (wanted to extract this as private constant). see attached log file | 2004-05-28 07:19:38 | 1,085,740,000 | verified fixed | 75f957e | 1,086,360,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java | JDT |
4,056 | 64,504 | Bug 64504 "Foreground color for potential matches" preference has no effect | I20040528-0010: Preferences > Search > Foreground color for potential matches The color preference has no effect on potential matches in the search results view. Potential matches are always black. P.S. A quick way to generate a potential match: - file a/A.java: package a; public class A { B b; } - file b/B.java packag... | 2004-05-28 04:21:56 | 1,085,730,000 | verified fixed | b130b46 | 1,086,360,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ColorDecoratingLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java | JDT |
4,057 | 64,867 | Bug 64867 Extract Local Variable: NPE when expression in Javadoc selected | 200405280010. I think we have this bug since the AST has Javadoc nodes. We should check whether the selected expression is inside a javadoc comment. Steps: - Select the 'name' after @param and choose Refactor > Extract Local Variable /** * Sets the name of a TestCase * @param name The name to set */ public void setName... | 2004-06-01 03:41:19 | 1,086,080,000 | verified fixed | dfdb2e2 | 1,086,360,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.jav... | JDT |
4,058 | 63,883 | Bug 63883 Cannot configure option for enabling/disabling exclusion filters or custom output folders on a per project basis | Build M9 JDT/Core supports setting enablement for exclusion patterns and custom output folders on a per project basis. This isn't surfaced in the UI. There is only a global flag in workspace preferences. | 2004-05-25 11:11:19 | 1,085,500,000 | verified fixed | 1dd7cad | 1,086,350,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BuildPathPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BuildPathPreferencesBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/inte... | JDT |
4,059 | 65,137 | Bug 65137 AssertationFailedException in MoveInnerToTopRefactoring | Experimenting with refactoring in RC1 !SESSION Jun 01, 2004 15:21:57.216 --------------------------------------------- eclipse.buildId=I200405290105 java.fullversion=J2RE 1.4.1 IBM Windows 32 build cn1411-20040301a (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: ... | 2004-06-01 15:50:15 | 1,086,120,000 | verified fixed | 027a2ee | 1,086,350,000 | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/testFail_nonstatic_3/in/A.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/MoveInnerToTopLevelTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java org.eclipse.jdt... | JDT |
4,060 | 64,897 | Bug 64897 packages view: not updated when project source folders change [browsing] | RC1 - browsing perspective - smoke test scenario... - import junit.zip into the previously not existing folder 'src' -> packages view shows a number of packages src.junit.framework... with errors - go to the project properties, source page - add 'src' as source folder, accept when asked to remove the project root as so... | 2004-06-01 06:07:47 | 1,086,080,000 | verified fixed | 691a8a7 | 1,086,340,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/LogicalPackagesProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewFlatContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewHierarchicalContentProvider.java | JDT |
4,061 | 64,672 | Bug 64672 Code Formatter Preferences Page Broken - NPE | I200405290105 Selecting the Code Formatter Prefs Page results in an error dialog and NPE: !MESSAGE Plug-in "org.eclipse.jdt.ui" was unable to instantiate class "org.eclipse.jdt.internal.ui.preferences.CodeFormatterPreferencePage". !STACK 0 java.lang.NullPointerException at org.apache.xalan.serialize.SerializerToXML.wri... | 2004-05-29 11:39:47 | 1,085,850,000 | verified fixed | f452927 | 1,086,340,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileStore.java | JDT |
4,062 | 64,604 | Bug 64604 Quickfix "put ... in parenthesis" shows wrong expression | With 3M9 I get for the expression if (!Integer.parseInt(value)>0) { a quickfix suggesting Put 'instanceof' in parenthesis "instanceof" is wrong there. Note: The quicktip showing the expected result is correct. | 2004-05-28 14:42:28 | 1,085,770,000 | verified fixed | aefe641 | 1,086,340,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java | JDT |
4,063 | 64,508 | Bug 64508 Move CU refactoring: Button size and label | 20040528 The button doesn't seem to have the standard size (use SWTUtil). There also seems to be a space between 'New' and '...' | 2004-05-28 05:01:48 | 1,085,730,000 | verified fixed | 8bea5b4 | 1,086,290,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMoveWizard.java | JDT |
4,064 | 65,321 | Bug 65321 Call hierarchy: close "top" file and it won't open again | Steps: 1. Open a project with JUnit 3.8.1 sources 2. Open junit.framework.Assert 3. Double click fail( String ) method 4. Press Ctrl+Alt+H 5. Close Assert.java 6. In the "Call Hierarchy" view double-click "fail( String )" -- the "root" of the hierarchy Observed: Assert.java does not open Expected: Assert.java should op... | 2004-06-02 10:34:12 | 1,086,190,000 | verified fixed | 501e996 | 1,086,290,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyUI.java | JDT |
4,065 | 64,902 | Bug 64902 packages view: keyboard focus lost after switching layout [browsing] | RC1 - browsing perspective, packages view - normal selection in the list in the view - invoke the view menu (Ctrl+F10) - choose Layout->Hierarchical -> view gets updated as expected -> keyboard focus is lost. There is no way to get out by keyboard only. expected: the element previously selected in the list is not selec... | 2004-06-01 06:24:08 | 1,086,090,000 | verified fixed | c3a24d3 | 1,086,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java | JDT |
4,066 | 64,906 | Bug 64906 Externalize Strings: bold items in table don't use dialog fonts [nls] [refactoring] | RC1 - set an unusual dialog font - open externalize strings observe: bold items aren't rendered in dialog font. | 2004-06-01 06:34:47 | 1,086,090,000 | verified fixed | bd63c68 | 1,086,280,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java | JDT |
4,067 | 64,900 | Bug 64900 Task Tag preference page: default tab (bold) doesn't pick up dialog font | RC1 See screen shot. | 2004-06-01 06:18:23 | 1,086,090,000 | verified fixed | 63f27cf | 1,086,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TodoTaskConfigurationBlock.java | JDT |
4,068 | 64,921 | Bug 64921 members view: selection of a member does not give proper selection change events [browsing] | RC1 - browsing perspective, smoke test scenario - to make the problem visible, enable "Mark occurrences" - open IMoney.java - in the members view, double click on a not selected element -> ok: the member is selected in the editor, focus is transferred to the editor, the element gets highlighted (-> selection changed ev... | 2004-06-01 08:16:51 | 1,086,090,000 | verified fixed | 7ead976 | 1,086,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/SelectionListenerWithASTManager.java | JDT |
4,069 | 57,011 | Bug 57011 [formatting] AIOOBE when formatting Javadoc | Eclipse: 20040330 Platform: OS X 10.3.3 Using Option+Shift+f to format my code produced the following: java.lang.ArrayIndexOutOfBoundsException: 0 at java.util.ArrayList.get(ArrayList.java:326) at org.eclipse.jdt.internal.ui.text.comment.JavaDocRegion.formatRegion(JavaDocRegion.java:133) at org.eclipse.jdt.internal.ui.... | 2004-04-01 03:26:02 | 1,080,810,000 | verified fixed | dd1c313 | 1,086,270,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/JavaDocRegion.java | JDT |
4,070 | 65,252 | Bug 65252 Restore Defaults in java hover preferences leads to wrong UI state | Preferences > Java > Editor > Hovers. The 'Restore Defaults' button restores the checked state of the checkboxes in the key modifiers table wrongly. The values of the preferences are correctly restored behind the scenes, but the checkboxes are always restored to the state they were when the dialog was opened. Steps in ... | 2004-06-02 06:04:15 | 1,086,170,000 | verified fixed | 77fb99e | 1,086,270,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java | JDT |
4,071 | 64,129 | Bug 64129 Highlight method exit points fail | When the return type is primitive like int or void, this function works well. But if the return type is a class, like Vector, my Eclipse 3M9 just highlights all the occurrences of "Vector" in the file. This function should be smarter. | 2004-05-26 10:56:12 | 1,085,580,000 | verified fixed | ebf7d5b | 1,086,270,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
4,072 | 64,634 | Bug 64634 Navigate/Show in/Package Explorer doesn't work | With build I200405281200, if I select a Java file in the Navigator in the Java Perspective and then choose Navigate/Show in/Package Explorer, the Package Explorer is shown but the java file from the navigator is not visible or selected (i.e. the view doesn't expand the project or folder containing the java file). | 2004-05-28 16:45:11 | 1,085,780,000 | verified fixed | 64f2541 | 1,086,250,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
4,073 | 64,418 | Bug 64418 [refactor] Change method signature causes InvocationTargetException | Version 3.0.m9. The InvocationTargetException is at the end of this post. I have a method: public void testBigDecimalConverter(BigDecimal expected) throws ModelIOException, ParseException { CobolRecordDefinition rec = this.getTestUtil().getTmDataRecordDefinition(); CobolComp3FieldDefinition data3 = this.getTestUtil().g... | 2004-05-27 14:51:37 | 1,085,680,000 | verified fixed | a6d791d | 1,086,250,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java | JDT |
4,074 | 64,298 | Bug 64298 JAR files already in build path still shown when adding JARs. | When adding JARs to the Java build path in 3.0M9, the JAR's that are already added do not get filtered out anymore like with all previous builds (M8 and lower). Instead, the complete list of all available JARs is shown. | 2004-05-27 05:42:24 | 1,085,650,000 | verified fixed | 7a4b704 | 1,085,750,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java | JDT |
4,075 | 64,339 | Bug 64339 Javadoc export fails with ArrayIndexOutOfBoundsException [javadoc] | M9 I'm running Eclipse with a JRE. When I selected File/Export/Javadoc nothing happens and I get the log entry below. I had to copy the Javadoc executables from my JDK directory to the JRE directory to workaround. I should get an error message saying that the Javadoc command could not be found and that I need a JDK in ... | 2004-05-27 10:34:56 | 1,085,670,000 | verified fixed | 791fec5 | 1,085,750,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java | JDT |
4,076 | 64,419 | Bug 64419 Tomcat example does not need "web app root" attribute | The Tomcat/JSP launching example currently requires the user specify a "web app root" on the main tab. However, all we need is the project (in order to compute a classpath for extra java files and source lookup path). We used to require the attribute for source lookup. | 2004-05-27 14:53:57 | 1,085,680,000 | verified fixed | cf9abd6 | 1,085,690,000 | org.eclipse.jdt.ui.examples.javafamily/src/org/eclipse/jsp/launching/TomcatLaunchDelegate.java org.eclipse.jdt.ui.examples.javafamily/src/org/eclipse/jsp/launching/TomcatTab.java | JDT |
4,077 | 64,011 | Bug 64011 JavaProjectSourceContainer does not search for non-Java files | Java project source containers can only find Java Source and nothing else. It will only look java files from <JavaProject>/<JavaSource> directory. The Java Project may contain more than just Java files. For example, a web project which is also a Java Project contains JSP and HTML files. In this case, these other source... | 2004-05-25 18:26:01 | 1,085,520,000 | verified fixed | f3c8d2a | 1,085,680,000 | org.eclipse.jdt.ui.examples.javafamily/src/org/eclipse/jsp/launching/TomcatSourcePathComputer.java | JDT |
4,078 | 51,851 | Bug 51851 [navigation] Outliner is not updated correctly | build 20040212 1) create the following class public class X { int aaa } 2) place your cursor just after 'aaa' 3) type "bbb,ccc" the outliner contain -------------- X +-ccc : int -------------- 'aaa' and 'bbb' are missing (sometimes the problem does not occur) Java delta seems correct FIRING POST_CHANGE Delta [Thread [o... | 2004-02-12 11:09:18 | 1,076,600,000 | verified fixed | ac497ba | 1,085,680,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java | JDT |
4,079 | 57,751 | Bug 57751 1) Export javadoc not based on package explorer selection but on open editor [javadoc] [export] | build: eclipse r3.0 M8 I find that when making a selection of a project in the Package Explorer view, then open the popup menu and select Export > javadoc and press the Next button, the selected export option is based on the file selected in the editor and not the project in the package explorer. When exporting to jar ... | 2004-04-07 11:44:33 | 1,081,350,000 | verified fixed | be2144b | 1,085,670,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java | JDT |
4,080 | 60,978 | Bug 60978 JUnit scroll lock not working [JUnit] | Build I20040504 The JUnit view's scroll lock button has no affect. The the list of failures scrolls as new entries are added. | 2004-05-04 18:36:39 | 1,083,710,000 | verified fixed | 3a95f06 | 1,085,670,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java | JDT |
4,081 | 64,330 | Bug 64330 Pull-Up: error message should be more clear when all super types are binary | null | 2004-05-27 09:54:15 | 1,085,670,000 | verified fixed | b85e1e9 | 1,085,670,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java | JDT |
4,082 | 47,337 | Bug 47337 Placement of exisiting comments after Add javadoc [code manipulation] | null | 2003-11-24 07:19:16 | 1,069,680,000 | verified fixed | c0d6d66 | 1,085,660,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddJavaDocStubOperation.java | JDT |
4,083 | 53,860 | Bug 53860 Extract Local does not work on static parameter in call to constructor [refactoring] | I20040304 Extract Local on "SWT.NORMAL" in the following statement does not work: fRanges.add(new StyleRange(j, word.length(), fLocalColor, null, SWT.NORMAL)); Error Message: Cannot extract this name - try selecting the whole instance creation expression. | 2004-03-05 10:06:35 | 1,078,500,000 | verified fixed | 3de942a | 1,085,650,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test81_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test81_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java org.eclipse.jdt.ui/core refactoring/or... | JDT |
4,084 | 63,940 | Bug 63940 Quickfix shows same text for 5 method options | build M9 - open class UIPreferenceInitializer in org.eclipse.ui.internal - change the following line FROM: store.setDefault(IWorkbenchPreferenceConstants.OPEN_NEW_PERSPECTIVE, IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE); TO: store.setddDefault(IWorkbenchPreferenceConstants.OPEN_NEW_PERSPECTIVE, IWorkbenchPr... | 2004-05-25 14:27:21 | 1,085,510,000 | verified fixed | 440f3c5 | 1,085,650,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java | JDT |
4,085 | 61,878 | Bug 61878 Package explorer is filtering out plugin dependencies [package explorer] | Build 20040506 When expanding the Plug-in Dependencies container, it is counter-intuitive to hide project dependencies. These are shown in the build path wizard itself, when you expand this container. I would expect to see them all the time. | 2004-05-12 07:52:50 | 1,084,360,000 | verified fixed | 8aadc81 | 1,085,650,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/ClassPathContainer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoRequiredProjectAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/... | JDT |
4,086 | 62,871 | Bug 62871 Extract Local Var: Index Out Of Bounds in ExtractTempRefactoring.getFirstReplacedExpression | I200405190010 Dumb user selected a field reference (fMB2 in MoneyTest.setup) and then Extract Local Variable. Clicked OK. java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:283) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(Refactoring... | 2004-05-19 07:12:45 | 1,084,970,000 | verified fixed | 00f873d | 1,085,640,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java | JDT |
4,087 | 61,172 | Bug 61172 [rulers] quick assist hides quickfix icon | 1) mistype a method call ->you get a quick fix but the quick fix is overlayed by the quick assist 2) press the quick assist icon ->you the the quick fix proposals | 2004-05-06 04:07:02 | 1,083,830,000 | verified fixed | a254ecf | 1,085,640,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistLightBulbUpdater.java | JDT |
4,088 | 64,286 | Bug 64286 Mark exit points does not mark selected element (inconsistency) | I200405250800 in all other occurrence marking things the selected element is also highlighted. | 2004-05-27 02:54:28 | 1,085,640,000 | verified fixed | 6f6ef2f | 1,085,640,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MethodExitsFinder.java | JDT |
4,089 | 48,779 | Bug 48779 Extract local should work in initializers as well [refactoring] | I20031211 Title says it all. | 2003-12-15 14:44:45 | 1,071,520,000 | verified fixed | 7905560 | 1,085,640,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test79_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test79_out.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test80_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp... | JDT |
4,090 | 64,015 | Bug 64015 InvocationTargetException during Extract Constant [refactoring] | Version 3.0.m9. I got the InvocationTargetException below when I clicked OK to a Extract Constant refactoring. In the method: byte[] allocateBuffer(String cics, String program, String user, String password, int timeOutSeconds, byte[] data) throws UnsupportedEncodingException { int minLen = IN_BUFLEN_CICS + IN_BUFLEN_PR... | 2004-05-25 19:00:51 | 1,085,530,000 | verified fixed | 0072a41 | 1,085,600,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/fragments/ASTMatchingFragmentFinder.java | JDT |
4,091 | 63,222 | Bug 63222 problem messages during refactoring are being collapsed [refactoring] | i200405200800 I have seen this with other builds as well. When a problem happens during refactoring, the descriptions are collapsed, making it impossible to understand what is wrong. Will attach screenshot. | 2004-05-20 11:05:13 | 1,085,070,000 | verified fixed | 6dd7166 | 1,085,590,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringStatusViewer.java | JDT |
4,092 | 63,700 | Bug 63700 Javadoc problem with project/package formatting | I've just downloaded 3.0 M9 and set up the following Javadoc comment setting: "New line after @param tags" UNCHECKED If I manually call format in an open file, param's description goes in the same line as @param, as expected. However, if I right-click a project or package to format several files at once, param's descri... | 2004-05-24 11:21:23 | 1,085,410,000 | verified fixed | 4fa4663 | 1,085,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FormatAllAction.java | JDT |
4,093 | 63,513 | Bug 63513 Refactoring (moving public static final BigInteger to another type) exception [refactoring] | Eclipse M9: Here is the stack trace: !SESSION 22, 2004 07:48:25.934 -------------------------------------------- - eclipse.buildId=I200405211200 java.version=1.4.2_04 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=iw_IL !ENTRY org.eclipse.ui 4 4 22, 2004 07:48:25.954 !MESSAGE U... | 2004-05-22 03:15:08 | 1,085,210,000 | verified fixed | 096ab8f | 1,085,590,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java | JDT |
4,094 | 62,880 | Bug 62880 NLS Wizard: Source folder content assistant shows duplicates [nls] [refactoring] | 200405190010 - Externalize Strings - in NLS Wizard, click 'Configure...' to open 'Configure Accessor Class' dialog - Ctrl+Space -> Source folder content assistant shows duplicates (e.g. I have 7 times 'org.eclipse.compare/compare') | 2004-05-19 07:42:26 | 1,084,970,000 | verified fixed | 2f2c30c | 1,085,580,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaSourcePackageFragmentRootCompletionProcessor.java | JDT |
4,095 | 62,240 | Bug 62240 Use of deprecated API SearchEngine#searchAllTypeNames | I20040513 + org.eclipse.jdt.core v_428a In org.eclipse.jdt.core v_428a, the version SearchEngine#searchAllTypeNames (...) that takes a matchMode and isCaseSentive is being replaced with a version that takes a matchRule. | 2004-05-14 06:51:41 | 1,084,530,000 | verified fixed | 16691ce | 1,085,580,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/javaeditor/AddImportOnSelectionAction.java | JDT |
4,096 | 64,105 | Bug 64105 Cannot set data in clipboard [ccp] | null | 2004-05-26 09:47:11 | 1,085,580,000 | verified fixed | b216293 | 1,085,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClipboardOperationAction.java | JDT |
4,097 | 64,108 | Bug 64108 Javadoc keywords settings no longer work in Java Editor | Using build I200405260010. I've noticed that Javadoc keywords (ie. tag names in javadoc comments) were no longer highlighted. Trying to see if my preferences were reset and then realized that whatever color or style I set for Javadoc keywords, they stay unchanged... | 2004-05-26 09:48:38 | 1,085,580,000 | verified fixed | b96aeb2 | 1,085,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java | JDT |
4,098 | 63,554 | Bug 63554 NPE in QuickAssistProcessor [quick fix] | I'm using M9 (Build id: 200405211200), occured sometimes in Java editor. Error Mai 22, 2004 21:01:24.910 Internal Error java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.correction.QuickAssistProcessor. getCoveringNode(QuickAssistProcessor.java:307) at org.eclipse.jdt.internal.ui.text.correction.QuickA... | 2004-05-22 17:42:46 | 1,085,260,000 | verified fixed | 46f0a34 | 1,085,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AssistContext.java | JDT |
4,099 | 63,845 | Bug 63845 quick assist: NPE in getInvertEqualsProposal [quick assist] | 3.0 m9 code: class CellWrapper2{ private Cell _cell; public CellWrapper2(Object elem){ _cell = new Cell(elem); } public Cell getCell(){ if (this.equals(_cell)) { return _cell; } return _cell; } public Object getElem(){ return _cell.getData(); } } class Cell{ private Object _data; public Cell(Object data){ _data = data;... | 2004-05-25 09:36:25 | 1,085,490,000 | verified fixed | 1a260f3 | 1,085,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java | JDT |
4,100 | 63,794 | Bug 63794 NLS Search reports bogus match ranges [search] | M9 1) Do an NLS search with org.eclipse.search.internal.ui.SearchMessages and the SearchMessages.properties file in the same package 2) Observe: you get 116 unused keys reported, but there are two problems: a) you get an internal error dialog b) when I fixed the internal error (its' an error trying to log a BadLocation... | 2004-05-25 04:28:55 | 1,085,470,000 | verified fixed | 44d8f11 | 1,085,560,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/PropertyFileDocumentModel.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java | JDT |
4,101 | 63,908 | Bug 63908 Refactorings should inform user about unprecise matches | M9 Currently refactoring considers unprecise matches during searching and refactors them as well which can lead to unexpected results. Refactorings should inform the user about this. | 2004-05-25 12:36:22 | 1,085,500,000 | verified fixed | 134a20d | 1,085,510,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/reorg/MoveTest.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringSearchEngine.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineConstantRefactoring.java or... | JDT |
4,102 | 61,508 | Bug 61508 Internal error in sematic highlighting job | I20040506 + Plug-in Export 05.07 While importing plug-in and fragments via PDE I got the following exception: !ENTRY org.eclipse.core.runtime 4 2 Mai 08, 2004 19:00:00.334 !MESSAGE An internal error occurred during: "Semantic Highlighting Job". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.java... | 2004-05-08 13:13:43 | 1,084,040,000 | verified fixed | 7c50901 | 1,085,510,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingPresenter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingReconciler.java | JDT |
4,103 | 46,773 | Bug 46773 [formatting][templates] template formatting fails if produced code is not valid java syntax | I200311050952 using the following template ----------------------------- public ${enclosing_type}(${arguments}) { ${cursor} } ----------------------------- I get the following error: !ENTRY org.eclipse.jdt.ui 4 10001 Nov 17, 2003 14:26:29.847 !MESSAGE formatter failed to format (no edit returned). Will use unformatted ... | 2003-11-17 09:30:54 | 1,069,080,000 | verified fixed | f8c90a9 | 1,085,510,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaFormatter.java | JDT |
4,104 | 63,250 | Bug 63250 searching for .class files failes | 20040520 1. New workspace, create a project with one class test.Main. 2. Use File Search file name pattern "*.java" containing text empty (or *) No results are found. I expected Main.class (which I see in the navigator) (Also fails in other workspaces) | 2004-05-20 13:06:26 | 1,085,070,000 | verified fixed | ec3743c | 1,085,500,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameFinder.java | JDT |
4,105 | 63,155 | Bug 63155 [Refactoring] no user feedback when error during implicit refactoring triggered by drag'n'drop | null | 2004-05-19 19:09:43 | 1,085,010,000 | verified fixed | ff799bb | 1,085,500,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDropAdapter.java org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/participants/ProcessorBasedRefactoring.java | JDT |
4,106 | 59,698 | Bug 59698 [browser] investigate support for custom popup menu | The Browser widget for 3.0 has the following behaviour: 1. By default, expose the native popup menu if the embedded native browser exposes one (at the moment, this applies to IE only. Other browsers don't provide a 'free' default one). No custom menu can be set or modified on any platform. 2. allow apps to block the de... | 2004-04-22 16:38:23 | 1,082,670,000 | resolved fixed | e7e980d | 1,085,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/SourceView.java | JDT |
4,107 | 63,641 | Bug 63641 Menu cleanup in JDT UI | * Navigate - Open type Hierarchy (F4) should become dynamic based on the preference setting 1) Open type hierarchy (F4) opens type hierarchy perspective 2) Show type hierarchy (F4) shows the type heirarchy view in the current perspective - Open Call Heirarchy TO Show Call Heirarchy - Show Outline (Ctrl+O) TO Quick Outl... | 2004-05-24 05:02:12 | 1,085,390,000 | resolved fixed | 13c5749 | 1,085,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CCPActionGroup.java | JDT |
4,108 | 62,716 | Bug 62716 Java Editor Text Hover prefs: Error Message stays unless row selected | 200405180816 - Open Java > Editor > Hovers prefs page - Click or doubleclick checkbox in front of "Variable Values" to check -> Error message, is OK - Click again to uncheck => Error message persists. Only goes away after clicking into the table or selecting another row. | 2004-05-18 13:43:24 | 1,084,900,000 | verified fixed | 708034a | 1,085,490,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java | JDT |
4,109 | 62,718 | Bug 62718 [preferences] Java Editor Text Hover prefs: Table should not allow multi-row selection | 200405180816: Java Editor Text Hover prefs: Table should not allow multi-row selection | 2004-05-18 13:46:49 | 1,084,900,000 | verified fixed | e92550c | 1,085,480,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java | JDT |
4,110 | 63,390 | Bug 63390 JavaDoc view should use a style sheet | The JavaDoc view is now using the HTML widget. To improve the rendering of the javadoc it should make sure that the corresping style sheet is available. | 2004-05-21 08:37:40 | 1,085,140,000 | verified fixed | dd55a7d | 1,085,480,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTMLPrinter.java | JDT |
4,111 | 38,341 | Bug 38341 [reconciling] NewNotPresentException in Java Outline view | build M20030602 - in a self-hosting workspace created using R2.1, - I reimported binaries using build M20030602 (latest 2.1.1 integration build) - it failed with the following dialog: title: Problem while opening message: Cannot open input element: Reason: D:/eclipse-M20030602/eclipse/startup.jar [in org.eclipse.platfo... | 2003-06-02 14:09:31 | 1,054,580,000 | verified fixed | e164a98 | 1,085,480,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java | JDT |
4,112 | 63,529 | Bug 63529 Shorten the Job description for Search Jobs | The Job description is shown in the progress segment in the status bar. To avoid that the label in the segment gets compressed like "Search for Referen...space" it should be shortened to only show the Job's main function, e.g. "Java Search", "File Search", ... | 2004-05-22 10:17:48 | 1,085,240,000 | verified fixed | 7b70861 | 1,085,470,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchQuery.java | JDT |
4,113 | 51,632 | Bug 51632 Change Method Signature: Rename method name issues | 20040211 - When the name is empty, the error says 'Choose a name'. Needs a dot. - When 'XXX' is entered, the wizard does not warn about the discouraged name - When entring the same name as the declaring type an error says 'Method cannot have the same name declaring class'. This is not forbidden, just discouraged. Note ... | 2004-02-11 09:42:22 | 1,076,510,000 | verified fixed | 04a865f | 1,085,470,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeSignatureWizard.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ParameterEditDialog.jav... | JDT |
4,114 | 63,769 | Bug 63769 Endless loop after Show in Package Explorer | there are situations when you run in an endless loop in show in package explorer when the action is attempting to reveal an element. | 2004-05-24 19:35:29 | 1,085,440,000 | verified fixed | 782dc57 | 1,085,440,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
4,115 | 55,884 | Bug 55884 Loading a user library from file does not warn when overwriting an existing library [build path] | Works in I2004032400010 + plug-in export for I200403240800 Add library 'mylib'. Save it. Change it. Load library from file. ==> should warn that 'mylib' gets changed. | 2004-03-24 09:14:15 | 1,080,140,000 | verified fixed | 380213e | 1,085,430,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java | JDT |
4,116 | 62,666 | Bug 62666 Exception when renaming a package [refactoring] | I200405171219 I am renaming a package due to a conflict between a package name and a class name. When the SearchPattern is created in RenamePackageProcessor.getReferencesToTypesInNamesakes(), a null is returned because there are no typesToSearch, ie, IType[0]. java.lang.reflect.InvocationTargetException at java.lang.Th... | 2004-05-18 11:34:45 | 1,084,890,000 | verified fixed | 46bdc75 | 1,085,420,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java | JDT |
4,117 | 63,382 | Bug 63382 Occurrences search: Annotations not shown in re-opened editor [search] | 200405210010 - select return type of "TestResult run()" in TestCase.java - Search > Find Occurrences in File -> search annotations are correctly shown in vertical ruler - close editor - Navigate > Back -> only one search annotation is shown in vertical ruler -> expected: all annotations shown "Go to Next/Previous Annot... | 2004-05-21 07:28:00 | 1,085,140,000 | verified fixed | c0da2ea | 1,085,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesSearchResult.java | JDT |
4,118 | 62,849 | Bug 62849 opening .options files uses external editor too often | should fix for 3.0 - not critical for 3.0 M9 steps to reproduce: 1. search for files named .options 2. try to open from Search view ==> tries to open external editor Navigator or Package Explorer open it in internal text editor | 2004-05-19 03:49:01 | 1,084,950,000 | verified fixed | 1c01a60 | 1,085,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchEditorOpener.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchResultUpdater.java | JDT |
4,119 | 63,637 | Bug 63637 Mark method exits does not work for non-primitive types | 3.0 M9 It works for methods with primitive or void return types. Steps to reproduce: 1. Select method with a non-primitive return type. Expected result: The method exists are marked Actual result: The occurrences of the type in the file are marked. | 2004-05-24 03:32:40 | 1,085,380,000 | verified fixed | e59864c | 1,085,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MethodExitsFinder.java | JDT |
4,120 | 63,145 | Bug 63145 Mark method exits by itself is not working | Build I200405190010 1. Check Java > Editor > Mark occurrences > Mark method exits (only) 2. Select the return type of a method containinga return statement Observe: the return type is not highlighted. Expectation: it should be. 3. Check Java > Editor > Mark occurrences > Mark exceptions (in addition to Mark method exit... | 2004-05-19 18:08:01 | 1,085,000,000 | verified fixed | bb3ba13 | 1,085,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
4,121 | 62,703 | Bug 62703 refactoring & source quick menus location should be confined to workbench [quick menu] | I20040518 M9 testpass 1. Use eclipse without it covering the entire screen, but merely the lower left 2. Open JavaEditor.java 3. Put the editor caret somewhere on AbstractSelectionChangedListener::install 4. Without changing the selection, scroll to the very end of the end of the file 5. Press Alt+Shift+T/S to bring up... | 2004-05-18 12:51:33 | 1,084,900,000 | verified fixed | 38fde89 | 1,085,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/JDTQuickMenuAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/QuickMenuAction.java | JDT |
4,122 | 62,755 | Bug 62755 Introduce parameter refactoring: offer Code Assist [refactoring] | 20040514 - select an expression in a method and invoke 'Introduce parameter' - The dilaog that shows up a.) does not have name code assist b.) the label should say 'Parameter name:' (not 'Parameter Name:') | 2004-05-18 15:20:42 | 1,084,910,000 | verified fixed | 3c21bb2 | 1,085,410,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Javadoc2.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/StaticGetter1.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/out/Javadoc2.java org.eclipse.jdt.ui.tests.refactoring/resources/Int... | JDT |
4,123 | 62,756 | Bug 62756 Introduce parameter refactoring: Should update javadoc | 20040514 - In a method that has a Javadoc comment: - Select an expression in a method and invoke 'Introduce parameter' - The parameter is added but the method's javadoc is not updated | 2004-05-18 15:24:23 | 1,084,910,000 | verified fixed | 170a579 | 1,085,400,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Constructor1.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Javadoc1.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Javadoc2.java org.eclipse.jdt.ui.tests.refactoring/resources/Introduc... | JDT |
4,124 | 63,400 | Bug 63400 elements not removed from hierarchical search | 20040520 Ensure that you are use the hierarchical presentation for search. 1. Do a search with several hits: references to toString, or JavaCore, or ... 2. Remove one of the leaf elements from the list (one method or type). The count of search items decreases, however, the view is not updated. When I remove the last el... | 2004-05-21 09:29:32 | 1,085,150,000 | verified fixed | f3c5549 | 1,085,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/LevelTreeContentProvider.java | JDT |
4,125 | 63,062 | Bug 63062 [templates] "Restore Removed" button on template pref page not updated as expected | Remove a template from the Ant editor templates or the Java editor templates. Click the Restore Removed After clicking, I would expect the button to return to the disabled state. | 2004-05-19 14:34:29 | 1,084,990,000 | verified fixed | c9d11ea | 1,085,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java | JDT |
4,126 | 63,485 | Bug 63485 [projection] DefaultJavaFoldingStructureProvider's element changes listener not removed | I200405211200 For each Java editor opened a DefaultJavaFoldingStructureProvider is leaked as an element change listener is not getting removed from JavaCore. When the editor is closed, a new element changed listener is added when the document is set to null. The original element changes listener (added when the editor ... | 2004-05-21 16:04:52 | 1,085,170,000 | verified fixed | 06cbc0a | 1,085,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingStructureProvider.java | JDT |
4,127 | 62,429 | Bug 62429 Document partitioner not set when user assigns extension to editor | An editor is entitled to assume that its document partitioner will be set. But when the user associates an extension, e.g., "*.foo", with an editor using preferences, the partitioner for the editor is never set and there is no API (plugin.xml or otherwise) to make it happen. This is fundamentally broken in Eclipse and ... | 2004-05-16 19:56:37 | 1,084,750,000 | resolved fixed | 9b75625 | 1,085,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | JDT |
4,128 | 58,540 | Bug 58540 change signature refactoring interaction: validate as you type [refactoring] | - Select a method that takes an arg in some interface (whatever) and refactor the signature - in the dialog you get, the arg's type and name shows up in a table - click in the type box and type the new type name. - notice that the OK/Finish button is still disabled - click on the Edit button - then click ok - notice th... | 2004-04-14 14:39:35 | 1,081,970,000 | verified fixed | a15d9e2 | 1,085,390,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java | JDT |
4,129 | 62,654 | Bug 62654 ConcurrentModificationException in Rename Method [refactoring] | I20040517 By accident, I was renaming a method to another method which matched on return type and arguments. java.lang.reflect.InvocationTargetException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.reflect.InvocationTargetException.<init> (InvocationTargetExce... | 2004-05-18 10:54:25 | 1,084,890,000 | verified fixed | 06f583b | 1,085,390,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameAnalyzeUtil.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java | JDT |
4,130 | 58,098 | Bug 58098 Smart cursor positioning in java names don't work for CONSTANT_NAMES | Smart cursor positioning in java names don't work for CONSTANT_NAMES both when moving and deleting (Ctrl+Delete). I assume it should as CONSTANT_NAMES are equally part of a Java naming standard just as methodNames() are. In case it works as designed then option name should be changed to accurately describe its actual f... | 2004-04-11 09:22:06 | 1,081,690,000 | resolved fixed | e0a49b0 | 1,085,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
4,131 | 61,198 | Bug 61198 References in Project: Title shows wrong project | I200405060200 1. in the Java editor select a type from project A which comes not from the same project as the opened file (project B). 2. search for refs in project ==> title says project A, matches are from B | 2004-05-06 08:52:17 | 1,083,850,000 | resolved fixed | 69379d7 | 1,085,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUtil.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsInProjectAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindImplementorsInProjectAc... | JDT |
4,132 | 62,959 | Bug 62959 Search in enclosing project doesn't take project from editor | null | 2004-05-19 11:28:34 | 1,084,980,000 | verified fixed | c10104c | 1,085,390,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java | JDT |
4,133 | 62,938 | Bug 62938 quick fix list should pre-select what's already filled in [quick fix] | Maybe this is a feature request, but I've been having this problem for months and just now figured out what was causing it (I thought it was keystroke glitches on my part). When I select "add throws declaration" from quick fix, usually the desired exception is filled in (in linked edit mode), and I'm given a list to ch... | 2004-05-19 10:56:36 | 1,084,980,000 | verified fixed | 3abda3d | 1,085,280,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedCorrectionProposal.java | JDT |
4,134 | 62,899 | Bug 62899 NLS Wizard: spaces at beginning of strings must be escaped [nls] [refactoring] | 200405190010 - Externalize "Hello" + " World". - the space before "World" must be escaped with a \ in the properties file, since whitespace after the = is stripped by the properties file reader. | 2004-05-19 09:26:12 | 1,084,970,000 | verified fixed | 0be25be | 1,085,280,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/nls/PropertyFileDocumentModellTest.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/PropertyFileDocumentModel.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcess... | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.