id int64 1 6.5k | bug_id int64 2.03k 426k | summary stringlengths 9 251 | description stringlengths 1 32.8k ⌀ | report_time stringlengths 19 19 | report_timestamp int64 1B 1.39B | status stringclasses 6
values | commit stringlengths 7 9 | commit_timestamp int64 1B 1.39B | files stringlengths 25 32.8k | project_name stringclasses 6
values |
|---|---|---|---|---|---|---|---|---|---|---|
2,535 | 133,526 | Bug 133526 [javadoc location] can't set any http locations anymore | null | 2006-03-28 09:14:43 | 1,143,560,000 | resolved fixed | bfd41e5 | 1,143,620,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java | JDT |
2,536 | 133,236 | Bug 133236 [Model Sync] Java with incoming src directory has no children | I checked out the root directory of a project and then synced. The Java content provider did not show any incoming changes. The resource content provider did. | 2006-03-24 22:14:02 | 1,143,260,000 | verified fixed | 892e942 | 1,143,620,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java | JDT |
2,537 | 133,497 | Bug 133497 [misc] Activate30JavaEditors performance test explanation not there | I20060328-0010. Activate30JavaEditors performance test explanation not there. I suspect that the comment needs to be set before starting the performance meter. | 2006-03-28 06:02:29 | 1,143,540,000 | verified fixed | d87e179 | 1,143,570,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/ActivateJavaEditorTest.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/TextPerformanceTestCase.java | JDT |
2,538 | 133,519 | Bug 133519 [spell checking] Add @category to JavaDocTagDictionary | Title says it all... | 2006-03-28 08:35:57 | 1,143,550,000 | verified fixed | 9aa7dee | 1,143,570,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/IJavaDocTagConstants.java | JDT |
2,539 | 133,513 | Bug 133513 [outline] Visible Java categories dialog list changes check state of elements on select | I20060328-0010 Single-clicking on a category element in the list control changes its check state. It should only change check state on double click. | 2006-03-28 08:19:27 | 1,143,550,000 | resolved fixed | 9053098 | 1,143,560,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java | JDT |
2,540 | 123,978 | Bug 123978 Ensure update of working set team state decorations | null | 2006-01-16 11:06:56 | 1,137,430,000 | verified fixed | ea7be08 | 1,143,560,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTreeViewer.java | JDT |
2,541 | 133,367 | Bug 133367 Find Broken NLS Keys... does not detect unused fields in Messages class | I20060322-1335 Find Broken NLS Keys... does not detect unused fields in Messages class. Found out while removing NLS Search page: the action correctly found the unused keys in the properties file but not in NLSSearchMessages. | 2006-03-27 10:04:10 | 1,143,470,000 | resolved fixed | cf62d00 | 1,143,480,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchQuery.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java | JDT |
2,542 | 83,473 | Bug 83473 [Viewers] Open Call Hierarchy fails to find callers sometimes [call hierarchy] | 1. Place the cursor on a method or constructor name that is called from one or more places in the code. 2. Select Open Call Hierarchy from the context menu. At this point the Call Hierarchy view should show all the callers of the selected method. Since I installed 3.1M4 (upgraded from 3.1M3) I have noticed that sometim... | 2005-01-21 18:43:57 | 1,106,350,000 | verified fixed | ce1e69f | 1,143,470,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java | JDT |
2,543 | 132,318 | Bug 132318 [api][hovering][rulers] give access to the current annotation hover | I20060315-1200 There is no way to get a hold of the currently showing annotation hover, similar to what ITextViewer::getCurrentTextHover provides. I will add a patch that provides similar API on ISourceViewerExtension3. | 2006-03-17 07:05:28 | 1,142,600,000 | resolved fixed | f90c4bb | 1,143,470,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchMessages.java | JDT |
2,544 | 133,153 | Bug 133153 ArrayIndexOutOfBoundsException when introducing parameter | I20060322 - no exact steps, I was introducing a parameter into a private method which was referenced (via a static accessor method) by an inner (non-static) listener class. - got this: !ENTRY org.eclipse.ui 4 0 2006-03-24 15:20:12.532 !MESSAGE 0 !STACK 0 java.lang.ArrayIndexOutOfBoundsException: 0 at org.eclipse.jdt.in... | 2006-03-24 09:21:40 | 1,143,210,000 | resolved fixed | c86e147 | 1,143,470,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java | JDT |
2,545 | 133,265 | Bug 133265 [api] new actions () don't follow JDT's pattern | JDT HEAD as of now It is JDT UI standard to define a public constant for command (previously action definition) and action IDs, see JdtActionConstants. The lately added ConfigureDeprecationFixAction and FindBrokenNLSKeysAction do not follow that pattern but instead define the constant inside the internal action itself:... | 2006-03-25 05:52:50 | 1,143,280,000 | resolved fixed | 04909d1 | 1,143,450,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureDeprecationFixAction.java | JDT |
2,546 | 124,702 | Bug 124702 [projection] redraw problem with JavaEditor.resetProject() | After calling resetProjection() the CompilationUnitEditor seems to keep the [..] annotations on each region that could be folded (see screenshot attached). If anything redraws the editor (e.g. scrolling, activating another editor), the annotations disappear. Note that in the screnshot I made one partly disappear by scr... | 2006-01-20 14:29:24 | 1,137,790,000 | verified fixed | bbffa83 | 1,143,210,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/folding/DefaultJavaFoldingStructureProvider.java | JDT |
2,547 | 127,126 | Bug 127126 [quick assist] keybinding for 'Split/Join variable declaration' | I20060208-0848 It would be convenient if I could assign a keybinding to the 'Split variable declaration' and the 'Join variable declaration' quick assists. Since they are never applicable at the same position, it would be nice if they could even get the same keybinding, e.g. named 'Split/Join variable declaration'. | 2006-02-09 13:32:46 | 1,139,510,000 | resolved fixed | 44856bc | 1,143,210,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java | JDT |
2,548 | 131,562 | Bug 131562 TypeHierarchyViewPart CopyToClipboardAction is accessing zip files for enablement | M5 From a trace from Steve Northover. It looks like this is occuring when Steve toggles a breakpoint in code that is in a binary or external project while it is selected in the type hierarchy view (Steve could you give us an idea of what your were doing please)? In Steves case he is seeing a hang in Eclipse so this mig... | 2006-03-13 12:33:12 | 1,142,270,000 | resolved fixed | f7b2be2 | 1,143,200,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/CopyToClipboardAction.java | JDT |
2,549 | 133,141 | Bug 133141 Must JavaCore.create(IFile) always do full checks? | null | 2006-03-24 07:22:28 | 1,143,200,000 | verified fixed | edf4eb7 | 1,143,200,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/ResourceAdapterFactory.java | JDT |
2,550 | 132,998 | Bug 132998 [navigation] Javadoc view unnecessarily reloads doc if input has not changed | I20060322-1335 Javadoc view unnecessarily reloads doc if input has not changed. Moving the caret inside the same element in a CU editor reloads the view all the time. Updating on equal elements should either be turned off like in the Declaration view (just remove JavadocView#isIgnoringEqualInput()), or it should be mad... | 2006-03-23 09:33:00 | 1,143,120,000 | resolved fixed | e3c7c29 | 1,143,190,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 | JDT |
2,551 | 132,748 | Bug 132748 [junit] NPE in new junit suite wizard | 20060321 1. create and select import junit.framework.TestCase; public class A extends TestCase { } 2. start the JUnit suite wizard, press finish without changing anything and pressed finish without changing any fiel java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.TypeContextChecker.resolve... | 2006-03-21 16:39:13 | 1,142,980,000 | resolved fixed | 349ab8a | 1,143,150,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestSuiteWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java | JDT |
2,552 | 125,869 | Bug 125869 [clean up][infrastructure] a dirty CU remains dirty, a clean CU is saved after the clean up | null | 2006-01-31 12:17:57 | 1,138,730,000 | resolved fixed | 4d29790 | 1,143,130,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/FixCorrectionProposal.java | JDT |
2,553 | 132,302 | Bug 132302 [source actions] Provide action to configure the deprecation fix of a member | During 3.2, support has been added to store information about automatic fixing of deprecated constant accesses and method invocations. This functionality is currently used in the following refactorings: - Rename - Move - Change Signature - Introduce Parameter - Replace Invocations In order to let the user configure how... | 2006-03-17 04:37:15 | 1,142,590,000 | resolved fixed | 04eceb4 | 1,143,130,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureDeprecationFixAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureDepreca... | JDT |
2,554 | 127,657 | Bug 127657 [quick fix] applying multiple 'add generated serial version ID' shows no progress / not cancellable | null | 2006-02-14 05:58:05 | 1,139,910,000 | resolved fixed | c948213 | 1,143,130,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/PotentialProgrammingProblemsFix.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java org.ec... | JDT |
2,555 | 127,652 | Bug 127652 [quick fix] add generated serial version ID not cancellable | I20060214-0010 The quick fix shows a progress dialog, but pressing the cancel button has no effect other than disabling the cancel button. It should kill the second vm if it cannot be cancelled immediately. | 2006-02-14 05:43:10 | 1,139,910,000 | resolved fixed | 293c854 | 1,143,130,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionHashOperation.java | JDT |
2,556 | 120,894 | Bug 120894 [content assist] remove workaround for bug 120542 | null | 2005-12-14 11:20:20 | 1,134,580,000 | verified fixed | 74c95db | 1,143,120,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java | JDT |
2,557 | 127,780 | Bug 127780 [package explorer] Open project menu item appears when it shouldn't | I20060214-0800 This only happens with java projects in package explorer which is why I open on JDT. - Start with fresh workspace - Create new java project in package explorer - Delete the project - Right click in package explorer - Bug: I see an "Open Project" menu item This item wasn't there if I right clicked before ... | 2006-02-14 11:51:50 | 1,139,940,000 | resolved fixed | 2be1516 | 1,143,120,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
2,558 | 132,931 | Bug 132931 Extract Local Variable incorrectly moves local variable outside non-delimited loop. | Given the method: private void test(Collection c) { for (Object o : c) System.out.println(o.toString()); } If you attempt to extract "o.toString()" as a local variable, it is placed outside the for loop. The refactoring should create braces for the for loop and place the local variable inside. | 2006-03-22 21:16:28 | 1,143,080,000 | resolved fixed | 8c33af8 | 1,143,110,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test98_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test98_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 |
2,559 | 132,660 | Bug 132660 [nls tooling] Find Broken NLS Keys should be enabled for packages and editors that edit a Java property file | I20060315-1200 The Source > Find Broken NLS Keys action should be enabled for editors that edit a Java property file i.e. editor's who's editor input has "org.eclipse.jdt.core.javaProperties" content type. | 2006-03-21 06:14:33 | 1,142,940,000 | resolved fixed | 71a957f | 1,143,110,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FindBrokenNLSKeysAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java | JDT |
2,560 | 132,869 | Bug 132869 NPE in JavaOutlineInformationControl.toggleShowInheritedMembers | HEAD In a java editor, press Ctrl+O twice -> NPE in log: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.JavaOutlineInformationControl.toggleShowInheritedMembers(JavaOutlineInformationControl.java:640) at org.eclipse.jdt.internal.ui.text.JavaOutlineInformationControl$3.keyPressed(JavaOutlineInformati... | 2006-03-22 12:22:17 | 1,143,050,000 | resolved fixed | d92b6dc | 1,143,050,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java | JDT |
2,561 | 103,306 | Bug 103306 Failure when importing a WSDL file in another WSDL for WTP > M4 | I have a WSDL file that references another WSDL file. Both are located in the same dirctory. Under WTP 1.0 M4 all is fine and dandy and the WSDL file validate Under WTP 1.0 M5 the same file does not validate and eclipse complains that : The 'messages-0.2.wsdl' document could not be imported. Check that the document exi... | 2005-07-11 07:37:47 | 1,121,080,000 | closed fixed | 5bbef3a | 1,143,040,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BrowserInformationControl.java | JDT |
2,562 | 99,346 | Bug 99346 [refactoring] Move member type to new file adds enclosing type's type variables to static inner type. | I20050610-0010 - Have the code below - move member type to new file -> B2 is changed from a non-generic type to a generic type Expected: this should only happen if the inner type is non-static, as the inner type really does not have a reference to the outer's type parameter. Enhancement: even if the inner type was non-... | 2005-06-10 09:08:11 | 1,118,410,000 | resolved fixed | c87f346 | 1,143,030,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java | JDT |
2,563 | 99,329 | Bug 99329 [syntax highlighting] Syntax highlighting for Javadoc Tags also underlines space after tag | I20050610-0010 Enable 'Syntax Coloring > Javadoc > Tags' and enable option 'Underline'. In this example, the spaces after @author and @deprecated are also underlined: /** * @author myself * @deprecated use something else */ Javadoc > Tags is the only element I found where leading or trailing spaces are underlined. | 2005-06-10 06:54:02 | 1,118,400,000 | resolved fixed | 0e6351e | 1,143,030,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocScanner.java | JDT |
2,564 | 98,093 | Bug 98093 [implementation] Make JavaPairMatcher final, hide protected fields | 3.1-RC2 There is no reason for JavaPairMatcher to be non-final. | 2005-06-02 09:10:19 | 1,117,720,000 | resolved fixed | f96fc07 | 1,143,030,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaPairMatcher.java | JDT |
2,565 | 132,715 | Bug 132715 Java synchronization always has an empty org package | The Java synchronization always has an empty org package. I will attach a patch that fixes this. | 2006-03-21 13:04:42 | 1,142,960,000 | resolved fixed | c5607fd | 1,143,020,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java | JDT |
2,566 | 132,752 | Bug 132752 [misc] @sine tag is kept in generated documentation | In javadoc documentaion generation tag @since is not expanded to 'Since': but is kept as '@since' (in javadoc view for example). | 2006-03-21 16:54:14 | 1,142,980,000 | resolved fixed | 36cda4f | 1,143,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocMessages.java | JDT |
2,567 | 57,903 | Bug 57903 [implementation] BufferedDocumentScanner.read is broken for partial documents | 3.0M8 Possible fix: Replace line 3 below with if (fBufferOffset + fBufferLength == fRangeOffset+fRangeLength) I am writing a colorizer for jsp pages. As part of this effort, I am using the FastJavaPartitioner to partition the scriptlet code into the correct java chunks. So the crux of the problem is that I am only part... | 2004-04-08 10:54:50 | 1,081,440,000 | resolved fixed | b99f8f7 | 1,142,960,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/PartitionTokenScannerTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/BufferedDocumentScanner.java | JDT |
2,568 | 99,330 | Bug 99330 [implementation] Don't swallow IllegalStateException in ASTprovider | null | 2005-06-10 07:00:28 | 1,118,400,000 | resolved fixed | ce9101d | 1,142,960,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java | JDT |
2,569 | 111,653 | Bug 111653 [misc] Dialogs remembering last location will help them open on correct monitor | null | 2005-10-05 13:31:02 | 1,128,530,000 | resolved fixed | f4e1b3a | 1,142,950,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java | JDT |
2,570 | 123,229 | Bug 123229 [navigation] "Show In > Outline" does not work (always beeps) | I20060105-0800 "Show In > Outline" does not work (always beeps) when invoked from a java editor. The problem is that JavaEditor.getAdapter(IShowInSource.class) now sets a StructuredSelection, but JavaOutlinePage.getShowInTarget() expects an ITextSelection. | 2006-01-10 06:43:25 | 1,136,890,000 | resolved fixed | de69cf0 | 1,142,950,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java | JDT |
2,571 | 48,231 | Bug 48231 extract local variable could be smarter and introduce a block [refactoring] [extract local] | In the folowing code code snippet extract the expression a[i] public void testFoo() { int a[]= new int[20]; for (int i= 0; i < a.length; i++) System.out.println(a[i]); } You get the error message that i cannot be resolved (this message is confusing). Then when I say proceed, incorrect code is generated: public void tes... | 2003-12-07 11:32:06 | 1,070,810,000 | verified fixed | 8f54401 | 1,142,930,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test14_out.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test15_out.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test16_out.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTe... | JDT |
2,572 | 125,486 | Bug 125486 [refactoring] Delete subpackages of default package should not be available | I20060125-0800 Delete subpackages of default package should not be available. Also check special case in JavaElementUtil#getPackageAndSubpackages(). | 2006-01-27 10:34:22 | 1,138,380,000 | resolved fixed | 0cd02eb | 1,142,880,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/reorg/DeleteTest.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/DeleteModifications.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaDeleteProcessor.java org... | JDT |
2,573 | 130,027 | Bug 130027 Changing "Show members in Package Explorer" causes error | Using 3.2 M5 Checking or unchecking Java > Appearance > "Show members in Package Explorer" gives the following error and log entry. It also kills the Package Explorer view menu button. "Error notifying a preference change listener. Check the log for details." ----- !ENTRY org.eclipse.ui.workbench 4 2 2006-03-01 14:24:5... | 2006-03-01 15:42:22 | 1,141,250,000 | resolved fixed | 48ce200 | 1,142,880,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ViewActionGroup.java | JDT |
2,574 | 130,764 | Bug 130764 [refactoring] rename refactoring updates non-matching FQN | Class foo.Transient Class foo.TransientProperty Refactor rename Transient -> TransientEquipment with 'update fully qualified name in ....' will change <class name="foo.TransientProperty"> to <class name="foo.TransientEquipmentProperty"> <-- incorrect and <class name="foo.Transient"> to <class name="foo.TransientEquipme... | 2006-03-07 13:18:48 | 1,141,760,000 | verified fixed | 0c01155 | 1,142,870,000 | org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/testQualifiedName2/in/Transient.java org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/testQualifiedName2/out/TransientEquipment.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenamePackageTests.java org.eclipse... | JDT |
2,575 | 101,626 | Bug 101626 [5.0][navigation] Javadoc view does not show method parameter types | I20050624-0010 The Javadoc view should show complete information about the current element. For methods, it should show at least parameter types and type parameters. For types, it should show type parameters. In fact, it should show the same information as the javadoc hover shows: parameter names, parameter types, type... | 2005-06-24 09:19:27 | 1,119,620,000 | resolved fixed | 521b7af | 1,142,870,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.java | JDT |
2,576 | 132,254 | Bug 132254 cancelling dialog should not result in file I/O | If I cancel the TypeSelection2Dialog, a call to org.eclipse.jdt.internal.corext.util.History.save() is made unnecessarily - this action causes file I/O to occur. This could cause a noticeable delay in closing the dialog if the user is running a workspace on the network. Steps: Open preferences dialog Go to Java > JUnit... | 2006-03-16 16:39:19 | 1,142,550,000 | resolved fixed | d446fcd | 1,142,870,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog2.java | JDT |
2,577 | 132,303 | Bug 132303 [build path] Java Model Exception when 'Clear all changes' in new project wizard | I20060309-1000 1. Open New Java Project Wizard 2. Type in a name 3. click next Is: -> 'Clear all Changes' is enabled Should: -> be disabled 4. Click 'Clear all Changes' -> Now it should realy be disabled 5. Click 'Clear all Changes' -> Java Model Exception: Java Model Status [Operation requires a path] at org.eclipse.j... | 2006-03-17 04:50:41 | 1,142,590,000 | resolved fixed | b661876 | 1,142,870,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifierOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ResetAllOperation.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/ClasspathModifierAction.java | JDT |
2,578 | 132,494 | Bug 132494 JavaModelException opening up class file in non java project | Version: 3.2.0 Build id: I20060223-1656 1. Create a new simple project 2. Copy a class file into the project 3. Attempt to open the class file 4. Observe: A dialog box should pop up and the following shoudl appear in the log The editor looks ok, but the source attachment section is empty (which is as much as you would ... | 2006-03-19 22:59:13 | 1,142,830,000 | verified fixed | 84a0e6c | 1,142,870,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java | JDT |
2,579 | 122,650 | Bug 122650 ASTParser.createBindings(IJavaElement[]) returns wrong element | When invoking createBindings() with an IMethod of a generic method inside a class file in a jar with or without attached source, a type binding instead of a method binding is returned, for example in the following case for foo: ---------- package gTest; public class Test4 { <E> void foo(E e) { } } ---------- For non-ge... | 2006-01-04 13:18:20 | 1,136,400,000 | verified fixed | 30040bd | 1,142,860,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java | JDT |
2,580 | 129,991 | Bug 129991 [refactoring] Rename sourcefolder fails with JME | I20060228-1207 Steps to reproduce: - Create new Java project, default settings - Create new source folder, check to update exclusion filters in other source folders - Invoke rename refactoring on source folder -> JME because of a wrong classpath (renamed source folder is incorrectly nested in the new classpath) | 2006-03-01 12:24:05 | 1,141,230,000 | verified fixed | 7a10c9b | 1,142,850,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameSourceFolderChangeTests.java | JDT |
2,581 | 132,518 | Bug 132518 [build path] Build path error when renaming sub folder | I20060309-1000 1. New Java Project with seperate source and output folder 2. Build Path->New Source Folder... 3. Create src/sub source folder 4. Configure Build Path... 5. Source Tab 6. Select src/sub 7. Edit... 8. Change src/sub to src2 -> src excluds an empty path 9. OK -> Build Path Error: The project is missing req... | 2006-03-20 04:31:53 | 1,142,850,000 | resolved fixed | 6e9ac4e | 1,142,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SetFilterWizardPage.java | JDT |
2,582 | 127,065 | Bug 127065 missing Select/Deselect All buttons in Push Down/Pull Up dialog | Version: 3.2.0 Build id: I20060208-0848 Open Refactoring -> Push Down or Refactoring -> Pull Up Select All and Deselect All buttons are IMHO missing. | 2006-02-09 09:12:06 | 1,139,490,000 | resolved fixed | 2d2a580 | 1,142,850,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PushDownWizard.java | JDT |
2,583 | 127,678 | Bug 127678 [build path] checkboxes on 'new source folder wizard' | 20050214-0010 1. create a new Java project, enter a name and press next 2. on the configure build path page click on 'add source folder' the 'New Source Folder' wizard has two checkboxes. It seems to me that a radio would be better: - fix with adding exclusion filter - or remove them all - fix later A 'detail' link sho... | 2006-02-14 07:03:32 | 1,139,920,000 | resolved fixed | 64d8a2f | 1,142,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/inter... | JDT |
2,584 | 129,366 | Bug 129366 Update the JDT wizard images to use the PNG format | null | 2006-02-24 11:41:58 | 1,140,800,000 | resolved fixed | 61cacaa | 1,142,840,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringPluginImages.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/scripting/ApplyRefactoringScriptWizard.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/scripting/CreateRefact... | JDT |
2,585 | 132,408 | Bug 132408 [Model Sync] Modify action provider to show open on compilation units | The Java action provider doesn't contribute an Open and Open with to compilation units. The menu items are contributed by the SynchronizationActionProvider superclass but the Java action provider is not enabled for ICompilationUnit. The same holds true for any file that is included in a Java project. | 2006-03-17 17:06:55 | 1,142,630,000 | resolved fixed | fa81ad4 | 1,142,840,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/model/RefactoringSynchronizationActionProvider.java | JDT |
2,586 | 125,677 | Bug 125677 [navigation] @category not standing out enough in outliner | Version: 3.2.0 Build id: I20060125-0800 I find the the @category tag not standing out enough in outline view. e.g. SomeType +- method1() : int +- method2() : int +- method3() : int +- accessor - getX() : int +- accessor - getY() : int +- SOME_CONSTANT : String Visually, the grouping doesn't appear much. - Could it be e... | 2006-01-30 04:52:05 | 1,138,610,000 | resolved fixed | 1c233af | 1,142,600,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java | JDT |
2,587 | 127,639 | Bug 127639 [build path] order of details pane entries | 20050214-0010 1. create a new Java project, enter a name and press next 2. the detail pane starts with 'remove project from...' That's a complicated option, better start with 'Create new source folder' and we should also have a 'Link additional source..' | 2006-02-14 05:27:38 | 1,139,910,000 | resolved fixed | edc0675 | 1,142,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/HintTextGroup.java | JDT |
2,588 | 118,063 | Bug 118063 Duplicate public modifier on refactor move method | Build id: I20051122-0800 1) Start with these two CUs in different packages: package p1; class C { } package p2; public class A { protected static void foo(int args) {} protected static void foo(int args, int moreArgs) {} private void bar() { foo(5); foo(5, 5); } } 2) Select the two "foo" methods in the content outline,... | 2005-11-25 10:21:15 | 1,132,930,000 | resolved fixed | 4ebfc42 | 1,142,540,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java | JDT |
2,589 | 128,763 | Bug 128763 [build path] Can no longer add multiple folders via Java Build properties 'Source' tab | 3.2 M5 1. select a Java project 2. context menu 'Build Path' > 'Configure Build Path...' 3. select 'Source' tab 4. click 'Add Folder...' Observe: can no longer add multiple folders This used to work since day one up to 3.2 M4 and is now broken. Workaround: select the folders in the Package Explorer and then from the co... | 2006-02-21 03:29:30 | 1,140,510,000 | resolved fixed | 10834a5 | 1,142,530,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java org.eclipse.jdt.ui/ui/org... | JDT |
2,590 | 131,713 | Bug 131713 JavaElementResourceMapping should implement contains | The JavaElementResourceMapping should implement that contains method. Without this, the java model doesn't have children when used in the Synchronize wizard. I will attach a patch. | 2006-03-14 10:18:50 | 1,142,350,000 | resolved fixed | 380841b | 1,142,530,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaElementResourceMapping.java | JDT |
2,591 | 131,768 | Bug 131768 [refactoring] API additions for Replace Invocations | I need some API additions for the new "Replace Invocations" refactoring: org.eclipse.jdt.ui.actions: + constant IJavaEditorActionDefinitionIds.REPLACE_INVOCATIONS + constant JdtActionConstants.REPLACE_INVOCATIONS + ReplaceInvocationsAction.java org.eclipse.jdt.ui/plugin.xml: + action and command definitions Erich, coul... | 2006-03-14 13:38:48 | 1,142,360,000 | resolved fixed | 3aec335 | 1,142,450,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ReplaceInvocationsWorkspace/ReplaceInvocations/rewrite_in/TestClassFile.java org.eclipse.jdt.ui.tests.refactoring/resources/ReplaceInvocationsWorkspace/ReplaceInvocations/rewrite_in/TestMultiple.java org.eclipse.jdt.ui.tests.refactoring/resources/ReplaceInvocationsWorkspac... | JDT |
2,592 | 127,668 | Bug 127668 Refactorings with wizard based user interface have bad dialog sizes | I20060214-0010 (old problem of Pull Up, became more apparent with Clean Up Wizard) Refactorings with RefactoringWizard#WIZARD_BASED_USER_INTERFACE ('Clean Up' and 'Pull Up') always remember just one dialog size. They should make the input page as compact as possible and remember the preview pages size like the dialog b... | 2006-02-14 06:38:20 | 1,139,920,000 | resolved fixed | aa6763f | 1,142,440,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog.java | JDT |
2,593 | 131,545 | Bug 131545 [clean up] better progress monitor for clean up | 20060313 - create a clean-up for all of the jdt-ui sources observe: - the progress monitor increases the number of elements to process - the wizard stays a long time at 100% Suggestion: Only advance a step when the CU has completly been processed Also keep the number of steps show stable (do not increase the number) | 2006-03-13 11:19:54 | 1,142,270,000 | resolved fixed | 182641a | 1,142,430,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java | JDT |
2,594 | 131,279 | Bug 131279 [refactoring] Introduce indirection should use delegate comment for method stub | I20060307-1315 The generated method is not an overriding method, but rather a static delegate. | 2006-03-10 03:43:17 | 1,141,980,000 | resolved fixed | 8169c0f | 1,142,430,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test01/out/Foo.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test02/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test03/out/Bar.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIn... | JDT |
2,595 | 131,679 | Bug 131679 [nls] changing a label touches Messages.java without change | 20060314 1. open the NLS wizard on an already translated file, e.g. DelegateUIHelper 2. change a label, e.g. 'Mark as ...' to 'mark as' 3. press next: Two files have changes, but 'RefactoringMessage.java' is a no-op | 2006-03-14 05:10:00 | 1,142,330,000 | resolved fixed | da98ef7 | 1,142,420,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassModifier.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java | JDT |
2,596 | 40,306 | Bug 40306 [misc] Javadoc view: Should always update to latest element | null | 2003-07-17 06:26:45 | 1,058,440,000 | resolved fixed | 93b5e8a | 1,142,330,000 | 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 |
2,597 | 69,623 | Bug 69623 [hovering] Show why there's no Javadoc | Javadocs for methods, etc within the JRE display propery in the Javadoc View and in the code window after appropriate delay; the external browser menu also works. User libraries don't work in the first two cases, only the external browser works... (this confirms that the javadoc path is correct) | 2004-07-08 11:20:22 | 1,089,300,000 | verified fixed | d71873c | 1,142,330,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/InfoViewMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaHoverMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/Javado... | JDT |
2,598 | 45,408 | Bug 45408 Enable assertions during unit tests [JUnit] | As I understand it, Java 1.4 assertions are disabled by default unless the vm argument "-ea" exists. I would like very much for Eclipse to have an option to always enable assertions while running my unit tests from the "run as... JUnit test" menu item. I realize that I can define a runtime configuration and specify the... | 2003-10-22 14:49:08 | 1,066,850,000 | verified fixed | 084adaf | 1,142,280,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitMessages.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitPreferencesConstants.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JunitPreferenceInitializer.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/j... | JDT |
2,599 | 131,544 | Bug 131544 [ltk][refactoring] add busy cursor for 'filter changes' | 20060313 - create a clean-up for all of the jdt-ui sources - in the preview page enable some filter view this takes several seconds. We should use a busy cursor here | 2006-03-13 11:17:22 | 1,142,270,000 | resolved fixed | 967ae7f | 1,142,270,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/PreviewWizardPage.java | JDT |
2,600 | 130,909 | Bug 130909 [api][text edit] Need API on TextEditGroup to remove edits | null | 2006-03-08 10:09:55 | 1,141,830,000 | resolved fixed | 1a9905d | 1,142,270,000 | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/TextChange.java | JDT |
2,601 | 130,896 | Bug 130896 [misc] Internal error when showing Javadoc hover | I20060307-1315 Editing a java file, I get an 'Internal Error' popup. The stack trace is: !ENTRY org.eclipse.ui 4 0 2006-03-08 14:43:46.738 !MESSAGE No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)] !STACK 0 org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)] at ... | 2006-03-08 08:48:42 | 1,141,830,000 | resolved fixed | b561e0c | 1,142,250,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java | JDT |
2,602 | 96,799 | Bug 96799 Textual move cannot be undone [refactoring] | N20050526-0010 + ZRH plugin export Steps to reproduce: - Create JUnit project - Open class junit.awtui.ProgressBar - Show class in outline (with no filters) - Invoke Refactor / Move on the java.awt.* import declaration - Move import declaration to another cu - Try to undo textual move -> No undo menu entry for this ref... | 2005-05-26 11:04:01 | 1,117,120,000 | resolved fixed | 821eea6 | 1,142,010,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/reorg/MoveTest.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/reorg/MultiMoveTest.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaMoveProcessor.java | JDT |
2,603 | 101,987 | Bug 101987 Convert anonymous: does not add comments | In I20050627-1435. Convert anonymous to nested does not add comments to the new field if specified in the preferences. I would expect comments on: - The new type - Any generated constructor - Any generated field | 2005-06-28 05:04:33 | 1,119,950,000 | resolved fixed | 2327f68 | 1,142,010,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ConvertAnonymousToNestedTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/Co... | JDT |
2,604 | 131,348 | Bug 131348 Pull up refactoring allows pulling fields into an interface | I20060307-1315 Start with these two CUs: public interface I { } public class C implements I { boolean value; } Select the "value" field, and run the "Pull Up" refactoring. Select "I" as the destination of the refactoring. No warnings are presented, but of course a non-final field doesn't make sense in an interface. Aft... | 2006-03-10 11:55:07 | 1,142,010,000 | resolved fixed | b878306 | 1,142,010,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java | JDT |
2,605 | 129,157 | Bug 129157 [clean up] should open a dialog on target without CU | I20060221-1300 Source > Clean Up... currently does nothing if started on a project / source folder / package that does not contain any compilation units. It should show a dialog telling the user that the selection contains no files to clean up. | 2006-02-23 09:20:56 | 1,140,700,000 | resolved fixed | 0896d98 | 1,142,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CleanUpAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FormatAllAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java | JDT |
2,606 | 99,960 | Bug 99960 Convert to enhanced for loop does not appear on 'this' | I20050610-1757 (3.1RC2) The 'Convert to enhanced for loop' proposal does not appear here: class FilteredCollection<E> extends AbstractCollection<E> { @Override public Iterator<E> iterator() { return null; } @Override public int size() { int result= 0; for (Iterator<E> iter = iterator(); iter.hasNext();) { E element = i... | 2005-06-14 10:07:43 | 1,118,760,000 | resolved fixed | 76d3463 | 1,142,010,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java | JDT |
2,607 | 131,309 | Bug 131309 Multiple entries for 'add deprecation info' | 20060310 - rename method TestDecorator.countTestCases() and mark delegate as deprecated - open preview: multiple entries 'create deprecation info' Either this is a bug, or maybe one is created per overriding method: add this to the label 'create deprecation info for xy()' | 2006-03-10 06:57:35 | 1,141,990,000 | resolved fixed | 0c35834 | 1,142,000,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java | JDT |
2,608 | 131,288 | Bug 131288 [nls tooling] Sort order of fields in eclipse style NLS class is wrong | I20060307-1315 Given: public class E3 { String s1= Messages.E3_b; String s2= Messages.E3_y; String s3= "a"; String s4= "h"; String s5= "x"; } And: public class Messages extends NLS { private static final String BUNDLE_NAME = "test3.messages";//$NON-NLS-1$ public static String E3_b; public static String E3_y; static {NL... | 2006-03-10 04:22:36 | 1,141,980,000 | resolved fixed | 279f52c | 1,141,990,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/nls/NLSSourceModifierTest.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassModifier.java | JDT |
2,609 | 130,895 | Bug 130895 Closed Projects Filter in Package Explorer no longer removes expansion symbol from empty working sets | This is more of an annoyance than anything. I'm running M5 and the first thing I noticed was that the Closed Projects filter no longer removes the expansion symbol from my working sets when all the projects in that working set are closed. I use the Show->Working Sets option of Package Explorer and in previous version (... | 2006-03-08 08:13:00 | 1,141,820,000 | resolved fixed | 05d781a | 1,141,980,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/packageview/WorkingSetAwareContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt... | JDT |
2,610 | 131,106 | Bug 131106 [nls tooling] Externalized to Igonored does not add nls tag | I20060307-1315 With eclipse style nlsed strings. Given an externalized string and package test2; public class E2 { String s1= Messages.E2_0; } Run source->Externalize Strings... on the above cu Change to 'Ignore' Finish the wizard Result is: package test2; public class E2 { String s1= "string"; } Expected: package test... | 2006-03-09 10:40:03 | 1,141,920,000 | resolved fixed | 0e3bc70 | 1,141,920,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/nls/NLSSourceModifierTest.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSSourceModifier.java | JDT |
2,611 | 95,708 | Bug 95708 [nls tooling] Wizard for Eclipse NLS doesn't handle duplicated keys | M7 1. with the new NLS scheme (fields), translate the following file and give both fields the same key "hello_key", First problem: Messages file gets duplicated key: Remove the dup key. 2. Open the NLS wizard again, change the second key to "hello_key2" Second problem: A new key-value pair is added to the properties fi... | 2005-05-18 03:33:58 | 1,116,400,000 | resolved fixed | 3ee562a | 1,141,920,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/nls/NLSSourceModifierTest.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassCreator.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassModifier.... | JDT |
2,612 | 130,317 | Bug 130317 ASTParser with IClassFile as source creates type bindings that are not isEqualTo(..) binary bindings | I20060301-0800 Create an AST from an IClassFile with source attachment, e.g. java.lang.Integer -> was: the ITypeBinding for Integer answers true for isFromSource() -> expected: false On the other hand, when I create an AST for a compilation unit that refers to Integer and resolve a type binding for Integer there, the b... | 2006-03-03 09:50:05 | 1,141,400,000 | verified fixed | 275430b | 1,141,920,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TargetProvider.java | JDT |
2,613 | 131,069 | Bug 131069 OutOfMemoryError running refactoring tests | I20060307-1315 Run e.g. InlineTempTests with a fresh (default) launch configuration. On my machine, I get the OOME in InlineTempTests.test19(). The problem is the StringBuffer buffer in RefactoringHistoryManager.addIndexEntry(IFileStore, RefactoringDescriptor, IProgressMonitor) line: 147 which is > 15MB (and then conve... | 2006-03-09 06:52:05 | 1,141,910,000 | verified fixed | ede67c7 | 1,141,910,000 | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/history/RefactoringHistoryManager.java | JDT |
2,614 | 130,829 | Bug 130829 [hovering] Empty yellow box over imports | Build: I-20060307-1315 Put the mouse pointer over an import statement in the Java editor, and you will get a empty yellow box. Screenshot to follow. | 2006-03-07 17:49:22 | 1,141,770,000 | resolved fixed | e0238ec | 1,141,840,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java | JDT |
2,615 | 130,469 | Bug 130469 [typing] 'Correct Identation' strange behaviour | For this code 'Source' -> 'Correct Identation' result is ugly and not the same as using 'Source' -> 'Format': // comment JButton button = new JButton("test"); button.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { doSomething(); } }); | 2006-03-05 11:07:04 | 1,141,570,000 | resolved fixed | de265e8 | 1,141,840,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java | JDT |
2,616 | 94,950 | Bug 94950 [nls tooling] Switching to Eclipse mechanism should automatically convert keys | N20050512-0010 Steps to reproduce: - Create cu with unexternalized string which has NO reference to message bundles (both eclipse and non-eclipse approach) - Invoke Externalize String refactoring - Proposed key names have format <Class>.n - Check 'Use Eclipse's string externalization mechanism' -> The proposed key name... | 2005-05-12 09:10:25 | 1,115,900,000 | resolved fixed | 21438a7 | 1,141,840,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java | JDT |
2,617 | 130,925 | Bug 130925 [ltk][refactoring] UndoableOperation2ChangeAdapter | I20060307-1315 UndoableOperation2ChangeAdapter does not follow the spec of IUndoableOperation#addContext(IUndoContext context), which makes JDT UI's UndoManagerTests#test9 fail. The current implementation inserts the specified context in a list, regardless whether the context is already there. This violates the contrac... | 2006-03-08 11:14:21 | 1,141,830,000 | resolved fixed | f8ae937 | 1,141,830,000 | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/UndoableOperation2ChangeAdapter.java | JDT |
2,618 | 111,972 | Bug 111972 [nls tooling] Duplicate keys created in Externalize Strings Wizard | To reproduce: 1) Create your own Messages class without a BUNDLE_NAME constant. 2) Go to the class you want to externalize and run the externalization wizard. 3) Point the externalization wizard to your custom Messages class. 4) Finish the wizard. 5) Add some new strings to the class you externalized in step 2, and run... | 2005-10-07 14:54:23 | 1,128,710,000 | resolved fixed | b9833ad | 1,141,830,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java | JDT |
2,619 | 101,025 | Bug 101025 [nls tooling] externalize strings doesn't generate correct code | if you externalize strings on the following code: --------------------------------------------------- package p; public class A { public static void main(String[] args) { System.out.println("hello world!"); } } ------------------------------------------------------ then this is the "Message.java" that gets created: ---... | 2005-06-21 08:06:15 | 1,119,360,000 | resolved fixed | bd8e1b9 | 1,141,810,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassCreator.java | JDT |
2,620 | 87,492 | Bug 87492 JUnit view: can't open some stack trace entries | I20050308-1510 (but have seen it in earlier releases as well) Some of the entries could not be opened - reported by a dialog: Title: Cannot Open Editor Message: Test class not found in selected project It works when I first open the editor, no matter in which workbench window (!). When I copy the stack trace into the C... | 2005-03-09 08:43:11 | 1,110,380,000 | resolved fixed | 7e3840f | 1,141,750,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenEditorAction.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenEditorAtLineAction.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenTestAction.java | JDT |
2,621 | 130,718 | Bug 130718 [api][ltk][refactoring] Add new event type ADDED to RefactoringHistoryEvent | null | 2006-03-07 05:10:29 | 1,141,730,000 | resolved fixed | 2a0a46a | 1,141,730,000 | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/history/RefactoringHistoryEvent.java | JDT |
2,622 | 129,508 | Bug 129508 [quick assist] convert to enhanced for should not be applicable sometimes | 3.2M5 convert should not be applicable here for (Iterator<Integer> iter = removed.iterator(); iter.hasNext();) { Integer id = iter.next(); //do stuff iter.remove(); //after convert this is broken } or here for (Iterator<Integer> iter = removed.iterator(); iter.hasNext();) { Integer id = iter.next(); //do stuff boolean ... | 2006-02-26 18:54:29 | 1,141,000,000 | resolved fixed | 681a461 | 1,141,730,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertIterableLoopQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java | JDT |
2,623 | 129,730 | Bug 129730 [java perspective] add progress view to view shortcuts | 20060228 As sson as platform ui added the new constant we will add it to the default views (in the view menu only) layout.addShowViewShortcut(IPageLayout.ID_PROGRESS_VIEW); | 2006-02-28 03:41:34 | 1,141,120,000 | resolved fixed | 2ad2c2e | 1,141,720,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaHierarchyPerspectiveFactory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPerspectiveFactory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java | JDT |
2,624 | 127,727 | Bug 127727 refactoring: replace with new jar must remember last location | null | 2006-02-14 10:42:28 | 1,139,930,000 | resolved fixed | dc18174 | 1,141,670,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/RefactoringLocationControl.java | JDT |
2,625 | 130,542 | Bug 130542 [painting] Erroneous bulb icon in left ruler | Build 3.2M5 Having the following source in Java editor, I noticed an unexpected bulb icon in the left ruler. It seems to imply a quickfix is available though none is actually. (in 1.5 source mode) public class X { void foo(Object... os) {} public static void main(String[] args) { new X().foo(args); } } | 2006-03-06 09:11:50 | 1,141,650,000 | resolved fixed | c1233b9 | 1,141,660,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaAnnotationImageProvider.java | JDT |
2,626 | 130,396 | Bug 130396 CopyToClipboardAction chokes with non-local file system | For a project that is based on a non-local file system, IResource#getLocation() will return null. CopyToClipboardAction#addFileName(Set, IResource) will try to handle that, but ends up storing URIs in a collection that is only expected to contain strings. This causes a failure later on when #copyToClipboard() tries to ... | 2006-03-03 16:41:29 | 1,141,420,000 | resolved fixed | 73dcd35 | 1,141,650,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/CopyToClipboardAction.java | JDT |
2,627 | 130,350 | Bug 130350 NPE in AbstractReusableInformationControlCreator#canReplace(..) | HEAD My runtime workbench has written this to the console: Exception in thread "Text Viewer Hover Presenter" java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.java.hover.AbstractReusableInformationControlCreator.canReplace(AbstractReusableInformationControlCreator.java:65) at org.eclipse.jface.text.Abs... | 2006-03-03 12:10:37 | 1,141,410,000 | resolved fixed | 5aa28d9 | 1,141,640,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractReusableInformationControlCreator.java | JDT |
2,628 | 127,645 | Bug 127645 [cleanup][infrastructure] Use change filters in the preview | I20060214-0010 Cleanup potentially creates a lot of changes, which are difficult to spot in the refactoring preview. using change filters whould make the preview much more usable. | 2006-02-14 05:37:16 | 1,139,910,000 | resolved fixed | 927f727 | 1,141,400,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/AbstractFix.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/AbstractSerialVersionOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CodeStyleFix.java org.eclipse.jdt.ui/core extension/org/e... | JDT |
2,629 | 129,236 | Bug 129236 [hovering] Focus javadoc hover shows blank popup window | If I hover over a class to get its javadoc hover, and hit F2 to give it focus, the focused javadoc window is blank. eclipse 3.2M5 on PPC OSX 10.4.5 | 2006-02-23 16:42:09 | 1,140,730,000 | resolved fixed | 27eb767 | 1,141,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BrowserInformationControl.java | JDT |
2,630 | 94,586 | Bug 94586 [code manipulation] Overriding methods and delegates should have separate comment and code templates | It would be extremely helpful if overriding methods and delegates would have separate comment and code templates. Each of these cases needs a different comment, and also the needs for the method body are different. E.g. an overriding method needs a TODO-comment, while in a delegate, it will be a pain in the neck to man... | 2005-05-10 21:03:04 | 1,115,770,000 | verified fixed | 069e91c | 1,141,390,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CodeCompletionTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/TemplateStoreTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/JavadocQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/code... | JDT |
2,631 | 97,521 | Bug 97521 [refactoring] [move] Move method to generic type | In RC1, given code: public class A { <T> void foo(B<T> b) { } } class B<T> { } Select "foo", and "move method". b is offered as a target, but if selected, the user is told: "This method could not be moved to the specified target, since the target is a generic entity". Ideally, the move would be allowed, since the type ... | 2005-05-31 11:18:22 | 1,117,550,000 | resolved fixed | bde5cdd | 1,141,380,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java | JDT |
2,632 | 130,293 | Bug 130293 [quick assist] Convert to enhanced for loop not applicable for field accesses | I20060301-0800 Given: package test; public class E { private int[] arr; public void foo() { for (int i = 0; i < this.arr.length; i++) { System.out.println(this.arr[i]); } } } or: package test; public class E { private class E1Sub { public int[] array; } private E1Sub e1sub; public void foo() { for (int i = 0; i < this.... | 2006-03-03 05:33:35 | 1,141,380,000 | resolved fixed | 42e6c69 | 1,141,380,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java | JDT |
2,633 | 130,284 | Bug 130284 [quick assist] Remove curly braces / parenthesis QA accessability | 3.2M5 The "remove curly brackets" (and "change 'if' block to statement") Quick Assists are difficult to access, because they are not available when the caret is to the right or left side of the brackets. It would make sense to have them available when the caret is on the right side of the bracket, which would be symmet... | 2006-03-03 03:53:41 | 1,141,380,000 | resolved fixed | 260edca | 1,141,380,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java | JDT |
2,634 | 130,139 | Bug 130139 [clean up] Convert for loops to enhanced may mess up program logic in some cases | After applying the cleanup wizard on our sources, we noticed some parts of our program failing to work properly, although they compiled well. Our program processes command line output of a console application to display it in a GUI. The following test class reproduces the problem: public class Testcase { public static ... | 2006-03-02 11:05:36 | 1,141,320,000 | resolved fixed | ce01e2b | 1,141,380,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.