id int64 1 6.5k | bug_id int64 2.03k 426k | summary stringlengths 9 251 | description stringlengths 1 32.8k ⌀ | report_time stringlengths 19 19 | report_timestamp int64 1B 1.39B | status stringclasses 6
values | commit stringlengths 7 9 | commit_timestamp int64 1B 1.39B | files stringlengths 25 32.8k | project_name stringclasses 6
values |
|---|---|---|---|---|---|---|---|---|---|---|
5,535 | 23,860 | Bug 23860 bogus char left in refactoring input page - preview | select an expression, extract as temp enter 'xxx' as name, hit backspace 3 times - it stays 'x' | 2002-09-19 12:01:07 | 1,032,450,000 | resolved fixed | d1df19a | 1,032,530,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractTempInputPage.java | JDT |
5,536 | 20,474 | Bug 20474 [Dialogs] SelectionDialog should not return an initial selection of null | F3 The JavaDoc for SelectionDialog.getInitialSelection does not state that null is a valid return value. If we think that clients are acutally using the null case to avoid performing some real work then we should fix the javadoc. Otherwise we should an empty list. | 2002-06-17 12:39:04 | 1,024,330,000 | closed fixed | 448a64f | 1,032,520,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/MultiElementListSelectionDialog.java | JDT |
5,537 | 20,213 | Bug 20213 Code assist could show static methods|fields with different icons | It would be good if one could distinguish between static methods and normal methods within the code assist. Eg. Thread.sleep(xxx) is static, but if you use Thread t=Thread.current(); t.sleep(xxx); you could think is local method. | 2002-06-13 12:07:34 | 1,023,980,000 | resolved fixed | 7eefb0c | 1,032,520,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java | JDT |
5,538 | 23,838 | Bug 23838 Error ticks don't show up in Types view | 20020917 The error icons don't show up in types view if they are inside a class. They only appear if they are above the first type. | 2002-09-19 10:23:11 | 1,032,450,000 | resolved fixed | ecaa749 | 1,032,450,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/TopLevelTypeProblemsLabelDecorator.java | JDT |
5,539 | 23,685 | Bug 23685 nls wizards: unconventional name for Messages should not be an error | null | 2002-09-18 05:00:18 | 1,032,340,000 | resolved fixed | 2cfef85 | 1,032,360,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage2.java | JDT |
5,540 | 19,864 | Bug 19864 Code completion does not filter fully qualified class names | Steps to reproduce: - Type: java.io. - Press CTRL+SPACE to make the Auto completion box appear. - Type: O The auto completion box then disapears. It should instead filter out those classes that do not begin with O. I'm using build 20020607. | 2002-06-10 21:04:38 | 1,023,760,000 | resolved fixed | ff5b486 | 1,032,270,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaTypeCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java | JDT |
5,541 | 22,994 | Bug 22994 Choose Package subdialog of New Class dialog crashes if source dir is not on java build path [dialogs] | There is no code for checking whether given IPackageFragmentRoot exists. Simmilar problem is in Choose Source Dir dialog - it allows you to select project even if it is not a source folder. | 2002-08-29 13:52:41 | 1,030,640,000 | resolved fixed | f30cca5 | 1,032,250,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java | JDT |
5,542 | 23,348 | Bug 23348 Quickfix ignores read-only state [quick fix] | Build: 20020903 1. Create a new Java project. 2. Create a new Java file, A.java public class A { public void foo() { ba(); } public void bar() { } } 3. Save the file. 4. Mark it read-only. 5. Right click the error in the task list and select "Quick- fix..." 6. Select either of the options, the edits are made (in a read... | 2002-09-09 17:16:42 | 1,031,610,000 | resolved fixed | 3fdca60 | 1,032,250,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.java | JDT |
5,543 | 23,585 | Bug 23585 Reorder parameter refactoring of constructors broken [refactoring] | The following refactoring does not work: reorder parameters of constructors. This works for non-constructor methods but fails for constructors. A simple (double, double) will demonstrate the flaw. The constructor itself is changed but none of the constructor references are updated. | 2002-09-14 09:50:48 | 1,032,010,000 | resolved fixed | 9d740b2 | 1,032,250,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ModifyParametersRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ReorderParametersRefactoring.java | JDT |
5,544 | 23,447 | Bug 23447 Java super-class name does not carry on to dialogue box [code manipulation] | From WSAD Customer: When creating a new Java Class, when an incomplete super-classname is entered in the dialogue box and then the Browse button is clicked, nothing that appears in the Choose a type field. Ideally, it should have the incomplete name typed in the previous super-class field. How to recreate : In the Java... | 2002-09-12 03:28:31 | 1,031,820,000 | resolved fixed | 02d77b9 | 1,032,250,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java | JDT |
5,545 | 11,703 | Bug 11703 Outline sorting -> constructors should be before statics | build 2002-03-19 on Win98. - open a Java editor on a Java file - in the Outline view have "sort" and "hide fields" icons selected - note that the sort order seems to be statics then constructors then instance methods - in build 2002-03-14 constructors used to be listed at the top next to the class name - this is much m... | 2002-03-19 15:24:21 | 1,016,570,000 | resolved fixed | c59109a | 1,032,200,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java org.eclips... | JDT |
5,546 | 23,598 | Bug 23598 incorrect handling of auto-string-closing in linked positions | 0916.1 plugin export 1. package p; public class A{ void f(String hola) { } } 2. enter somewhere f<<CODE ASSIST HERE 3. choose the first entry - you get f(hola) << hola is selected and underlined 4. type "" fast 5. you get f(""a) - the last character is always left there | 2002-09-16 09:52:23 | 1,032,180,000 | resolved fixed | ee21f97 | 1,032,190,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java | JDT |
5,547 | 23,219 | Bug 23219 bad decorator for methods which implement abstract methods. [render] | Build 200209031019 In the outline view, the current decorator for a method which implements an abstract method defined in a abstract class is the full triangle, as for a method which overrides an other method. The decorator should be the empty triangle, as for methods which implement other abstract methods (interface m... | 2002-09-05 10:03:26 | 1,031,230,000 | resolved fixed | c5dae6b | 1,032,190,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddMethodStubOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java | JDT |
5,548 | 22,553 | Bug 22553 "Show in Types Hierarchy" selects the "wrong" class [type hierarchy] | My custom perspective has a Packages pane, Hierarchy pane and a code editor pane. My packages pane is really a pane with a Packages Tab and a Projects Tab. (1) I select one of my packages. (2) I choose Open in Types Hierarchy. (3) E opens by package in the Types Hierarchy but Selects the class Object! (4) This causes t... | 2002-08-19 20:24:45 | 1,029,800,000 | resolved fixed | 4297428 | 1,032,190,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java | JDT |
5,549 | 19,889 | Bug 19889 [assist] completion in throws clause or in javadoc @throws tag should propose only exception class | When I'm here: /** {@link Unsupp and ask for autocompletion, it comes up with a window listing a few types, among them java.lang.UnsupportedOperationException. When I'm here: /** @throws Unsupp or here: /** @exception Unsupp autocompletion has no idea what could possibly follow. | 2002-06-11 08:10:28 | 1,023,800,000 | resolved wontfix | 10d9d51 | 1,032,190,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocCompletionEvaluator.java | JDT |
5,550 | 20,549 | Bug 20549 Class generation from Interface generates @see - tags Javadoc doesn't understand [javadoc] | I have an interface stack like this: public interface OuterI { public interface InnerI {} public void eatInner(InnerI innerI); } I use New/Class to generate a class implementing OuterI. Here is (a slightly boiled-down version of) what I get: import OuterI.InnerI; public class Impl implements OuterI { /** * @see OuterI#... | 2002-06-18 12:24:34 | 1,024,420,000 | resolved fixed | f7ca609 | 1,032,180,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddJavaDocStubOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java | JDT |
5,551 | 15,732 | Bug 15732 String not found message not cleared | Build 20020508 - did a search, and it found no matches - the status line shows "String Not Found" in red - the message remains even if I click around, switch between editors of the same type (even though I didn't search in the other editors), or switch to another view and back to the editor Either the message should no... | 2002-05-10 10:35:59 | 1,021,040,000 | resolved fixed | 79e965d | 1,031,930,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | JDT |
5,552 | 23,324 | Bug 23324 pull up: incorrect indent | 2 cases: //testFieldMethod0 package p; class A { } class B extends A { void m() { int i= f; } int f; } and //test19 package p; class A { void m() { //implementation } } class C extends A { } class B extends C { void m() { super.m(); //further implementation } } | 2002-09-09 09:51:50 | 1,031,580,000 | resolved fixed | 3d553ca | 1,031,930,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java | JDT |
5,553 | 23,528 | Bug 23528 quick fix: adds bogus whitespaces on 'add throws declaration' | class A{ void a() throws Exception{ } void f(){ a(); } } qf the call to a() 'add throws declaration' you will get 'void f() throws Exception{' i have to go and fix it every time it used to work :( | 2002-09-13 06:03:15 | 1,031,910,000 | resolved fixed | ec0851e | 1,031,920,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/TextChange.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CUCorrectionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectPackageDeclarationProposal.java org.eclipse.jdt.ui/... | JDT |
5,554 | 23,366 | Bug 23366 Modify parameters refactoring remebers last state [refactoring] | 2.x - select a method with 2 arguments - activate modify parameters - change order and one name - click next to see preview - press cancel - activate refactoring again observe: the dialog shows the last entered settings. | 2002-09-10 10:39:04 | 1,031,670,000 | resolved fixed | d6e1ac6 | 1,031,920,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExtractInterfaceAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ModifyParametersAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/MoveInnerToTopAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/PullUpAction.java | JDT |
5,555 | 18,961 | Bug 18961 Adding new class creates class in wrong package in Java Browsing Perspective [browsing] | Hi, I'm working on a class in package A and want to create a class in package B in the Java Browsing perspective. I select package B in the Packages view go into the Types view, click the right mouse button and select New Class. The new class is created in package A instead of package B. Environment: Windows 2000 JSDK ... | 2002-06-03 22:07:18 | 1,023,160,000 | resolved fixed | 02ce495 | 1,031,920,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarc... | JDT |
5,556 | 22,938 | Bug 22938 Refactor doesn't work with cast and spacing. | I explain my problem with a little piece of code. If you have this example code: class NonnaPapera { } class Paperino extends NonnaPapera { } public class TestRefactor { public static void main(String[] args) { Paperino paperino = new Paperino(); NonnaPapera nonnaPapera = ( NonnaPapera )paperino; } } I have refactored ... | 2002-08-28 05:33:39 | 1,030,530,000 | resolved fixed | eda87e1 | 1,031,910,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/InlineTempTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameTempTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameTypeTests.java | JDT |
5,557 | 23,362 | Bug 23362 DOM: incorrect length for InfixExpression. | Latest Head 2002/09/10. package test1; public class E { public void foo() { i= (1 + 2) * 3; } } The infix expression for "1 + 2" has a length of 3. It should be 5. | 2002-09-10 10:28:55 | 1,031,670,000 | verified fixed | 84b1a3b | 1,031,910,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/astrewrite/ASTRewritingExpressionsTest.java | JDT |
5,558 | 23,459 | Bug 23459 add preference option to turn off variable guessing on method completion | request from Adam | 2002-09-12 04:55:14 | 1,031,820,000 | resolved fixed | 75fbf65 | 1,031,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/ContentAssistPreference.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/jav... | JDT |
5,559 | 23,434 | Bug 23434 ArrayStoreException attempting rename field [refactoring] | 20020910 In org.eclipse.ant.internal.core.ant.ProgressBuildListener when I attempt to rename the "mainProject" field to "fMainProject" I get: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:310) at org.eclipse.jface.operation.ModalContext.run... | 2002-09-11 16:23:27 | 1,031,780,000 | resolved fixed | d44be8e | 1,031,810,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RefactoringScopeFactory.java | JDT |
5,560 | 23,316 | Bug 23316 preference to turn off automagic-closing-brackets | there should be a way to turn it off - i'm not used to it and it gets in my way a bit | 2002-09-09 04:41:49 | 1,031,560,000 | resolved fixed | 14e32bc | 1,031,750,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/te... | JDT |
5,561 | 23,069 | Bug 23069 Class wizard fails with file/typecomment enabled [regression] build I0827 | When creating a new class or interface with the wizards, the evaluation of the file/typecomment templates fails, generation the following error log: *** Error Log: !SESSION Aug 31, 2002 08:36:29.537 --------------------------------------------- java.version=1.4.1-rc java.vendor=Sun Microsystems Inc. BootLoader constant... | 2002-08-31 10:29:20 | 1,030,800,000 | verified fixed | 5962c4d | 1,031,670,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/TemplateContext.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/GlobalVariables.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java org.eclipse.jdt.ui/core ex... | JDT |
5,562 | 23,320 | Bug 23320 Incomplete classpath and circular classpath options should be surfaced | null | 2002-09-09 07:48:01 | 1,031,570,000 | resolved fixed | 58d7dfc | 1,031,650,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerPreferencePage.java | JDT |
5,563 | 4,263 | Bug 4263 Error ticks should also cover search results (1GKPVSU) [search] | Search matches do not get decorated with red Xs, though it could be interesting to show. Indeed when dealing with a large set of errors, one way to navigate is through search operations. NOTES: | 2001-10-10 23:08:47 | 1,002,770,000 | resolved fixed | 697fa51 | 1,031,640,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultLabelProvider.java | JDT |
5,564 | 20,151 | Bug 20151 Copy/Paste inserts two new lines [ccp] | F3 - select a method in ouliner - copy - select CU - paste observe: method has two trailing newlines. There should be only one. May be this is a regression of the CodeFormatter fix | 2002-06-13 09:15:53 | 1,023,970,000 | resolved fixed | d83a297 | 1,031,330,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/PasteSourceReferencesFromClipboardAction.java | JDT |
5,565 | 21,808 | Bug 21808 delete confirmation prompts inconsistent with Navigator view [ccp] | Select a .java file in the Package Explorer and then Delete from its context menu. A Confirm Delete windows appears saying, "Are you sure you want to delete the selected element(s)? Yes or No. If you try the same thing from the Navigator view, a Confirm Resource Delete window appears saying, "Are you sure you want to d... | 2002-07-23 10:43:25 | 1,027,440,000 | resolved fixed | ea8a1fa | 1,031,230,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/DeleteResourcesAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/DeleteSourceReferencesAction.java | JDT |
5,566 | 19,996 | Bug 19996 rename type: no progress reported when changes are performed [refactoring] | smoke test for 20020612 when you rename a type there's no progress reported in the change preforming phase | 2002-06-12 06:46:36 | 1,023,880,000 | resolved fixed | 96207ae | 1,031,230,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/CompositeChange.java | JDT |
5,567 | 23,188 | Bug 23188 Open Type dialog needs real RE support | I cannot ask the Open Type dialog for types ending in "X" with the RE "*X". I get lower case "x"s AND types that do not end in "X" or "x". Very annoying to have to sift through hundreds of classes to find the one I want when I do not want to type the whole thing or I am not sure which one I really want until I see a sh... | 2002-09-04 18:13:49 | 1,031,180,000 | resolved fixed | 0a12950 | 1,031,220,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog.java | JDT |
5,568 | 9,598 | Bug 9598 Self encapsulate field: Renamed method might shadow existing method in base class [refactoring] | 20020212 1. field: private IType fClass; 2. encapsulate field, choose setter name getClass 3. compile error in the created class private IType getClass() { return fClassC; } 'Return type is not compatible with java.lang.Object.getClass()' | 2002-02-13 09:23:41 | 1,013,610,000 | resolved fixed | e2f86ca | 1,031,160,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/wiki_out/A_test2001.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/wiki_out/A_test2002.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/wik... | JDT |
5,569 | 23,082 | Bug 23082 extract interface: default package | incorrect interface cu is created: package ; //<<<ERROR interface I{ } | 2002-09-02 10:43:06 | 1,030,980,000 | resolved fixed | aec6fd0 | 1,031,040,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceRefactoring.java | JDT |
5,570 | 21,583 | Bug 21583 Generate Javadoc won't link prereqed projects | In the export wizard for generating javadoc, there is no easy way to link the javadoc from a prereqed project. The wizard has a screen for linking in javadoc from libraries included in the classpath, but projects in the classpath do not show up. I got a temporary workaround from the news group. Just add a "-link URL_TO... | 2002-07-15 11:23:44 | 1,026,750,000 | resolved fixed | 7e648ba | 1,030,990,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocStandardWizardPage.java | JDT |
5,571 | 23,079 | Bug 23079 JavaElementLabels does not honor P_COMPRESSED for types and members | Build 20020903 The label provider has an option to compress the package name (P_COMPRESSED). This option is not applied to types and members. Test Case: 1. Enable package fragment name compression 2. Search for declarations of a type or method which is not in the default package ==> the Search view should honor the pac... | 2002-09-02 06:52:24 | 1,030,960,000 | resolved fixed | f655a9a | 1,030,980,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabels.java | JDT |
5,572 | 17,402 | Bug 17402 Search should use the package compression... [search] | Enable package compression in the Java preferences and change the Search sort order to be 'Parent Name'... it would be nice if the package names were compressed using the same compression as the packages view. | 2002-05-23 12:52:57 | 1,022,170,000 | resolved fixed | 65c76fe | 1,030,960,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultLabelProvider.java | JDT |
5,573 | 22,827 | Bug 22827 nls: incorrect error if package starts with uppercase [refactoring] | If you try to externalize strings from a class contained in a package whose name starts with a cap, you will not be able to complete the externalization because of an error on the second page. The error message says : "By convention, packages names usually start with a lowercase letter". This is inconsistent with the b... | 2002-08-26 04:55:21 | 1,030,350,000 | resolved fixed | 0d45186 | 1,030,550,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage2.java | JDT |
5,574 | 22,725 | Bug 22725 NLS Tool: Default common prefix [refactoring] | It would be nice if the "Externalize Strings" wizard filled in the "Enter common prefix for generated keys" field with the name of the name of the class by default. For example, if I'm externalizing the strings in JDIModelPresentation, the prefix would be set to "JDIModelPresentation." by default. I believe this is wha... | 2002-08-22 12:07:41 | 1,030,030,000 | resolved fixed | c257cf3 | 1,030,550,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java | JDT |
5,575 | 12,802 | Bug 12802 modify parameters: should be enabled if a parameter is selected in the editor [refactoring] | currently, you have to select a method | 2002-04-04 10:59:06 | 1,017,940,000 | resolved fixed | 56cdb5a | 1,030,370,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ModifyParametersAction.java | JDT |
5,576 | 22,329 | Bug 22329 Incorrect icon shown for jar entries [package explorer] [browsing] | The icon displayed for jar file entries is not always correct. I am supplying the following to demonstrate the problem: 1. test.plugin.zip - This is a plugin that defines several default text editors with unique icons for particular file names. Extract it into the eclipse/plugins directory. 2. IconJarTest.zip - This is... | 2002-08-09 17:50:47 | 1,028,930,000 | resolved fixed | 52e543c | 1,030,120,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/StorageLabelProvider.java | JDT |
5,577 | 12,261 | Bug 12261 Eclipse dies after SWT error | build 20020321 Adding a method to a java file I get an SWT error and a dialog pops up asking if I want to exit Eclipse because of an Internal error. The log file is attached. I could not isolate the problem but I do have a workspace that reproduces it. If you need the workspace and the steps to reproduce, just let me k... | 2002-03-25 20:51:41 | 1,017,110,000 | resolved fixed | 6189678 | 1,030,030,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedPositionUI.java | JDT |
5,578 | 22,632 | Bug 22632 inline temp: should disallow iniling arrays intialized with array constants | class A{ void f(A a){ A[] arr= {a}; arr[0]= null; } } cannot inline arr | 2002-08-21 09:28:21 | 1,029,940,000 | resolved fixed | fa2abaa | 1,029,940,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/cannotInline/A_testFail14.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/InlineTempTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineTempRefactoring.java | JDT |
5,579 | 19,067 | Bug 19067 Useless error message | F2 - create project Test with source folder src - create folder data - create Test.java in data - paste content class Test { public Object field; } class B extends Test { public Object field2; } - select field2 - select Refactor->Pullup... You get an error message saying: Pull up is not allowed on elements declared in ... | 2002-06-04 10:29:35 | 1,023,200,000 | resolved fixed | 18b4ef5 | 1,029,930,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/MoveMembersAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/PullUpAction.java | JDT |
5,580 | 20,832 | Bug 20832 NullPointerException in finally block hides real exception (in RenameMethodRefactoring.java) [refactoring] | I suddenly started having a problem with the rename method refactoring, getting an Internal Error with the following unhelpful root cause: ================== java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:280) [...rest of stack trace omitted] Caused by: jav... | 2002-06-21 15:30:22 | 1,024,690,000 | resolved fixed | 69236e6 | 1,029,930,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodRefactoring.java | JDT |
5,581 | 22,054 | Bug 22054 Can't extract local variable from super send [refactoring] | - Import the following Java class into Eclipse: public class Foo { public String toString() { return super.toString() + new Integer(1).toString(); } } - Select 'super.toString()' and choose 'Extract local variable' - An error message appears saying: 'Cannot extract this kind of expression into a local variable'. | 2002-07-30 15:29:55 | 1,028,060,000 | verified fixed | b9edfac | 1,029,860,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test48_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test48_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java | JDT |
5,582 | 20,622 | Bug 20622 resize bug in "Override Method" [code manipulation] | When there's lot of methods potentially overrideable and I enlarge the override method view, the inner subfields do not enlarge accordingly. I enclose a screenshot that will make clear what I mean. | 2002-06-19 04:16:20 | 1,024,470,000 | resolved fixed | c9ca516 | 1,029,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CheckedTreeSelectionDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OverrideMethodQuery.java | JDT |
5,583 | 22,380 | Bug 22380 "No Source" class file editor does not fetch keyboard focus | Build N20020813 Test Case: 1. From the package explorer open a class from a JAR without attached source 2. Activate the editor 3. Select something in another view (note: selection is blue) 4. Activate the class file editor by clicking on the tab ==> selection in other view remains blue but should be gray. Suggest to se... | 2002-08-13 08:42:27 | 1,029,240,000 | resolved fixed | c6c96b9 | 1,029,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java | JDT |
5,584 | 20,970 | Bug 20970 class/interface filters in type browsing view [filters] [browsing] | Build 20020625 (GM2) A post 2.0 feature request... I think it would be useful to have "filter classes" and "filter interfaces" in the type browsing view. One use scenario for this: when the type hierarchy view is open on a package, it can't show interfaces. To get around this I generally stack the type browsing view wi... | 2002-06-25 14:58:36 | 1,025,030,000 | resolved fixed | 43aa9ad | 1,029,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/ClassFilter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/InterfaceFilter.java | JDT |
5,585 | 14,299 | Bug 14299 Package filter [browsing] | Hello, I would suggest the following useful feature ; could it be possible to add a filter in the package view of the java browsing perspective, and elsewhere in order to aneble the user to filter the "package", "protected", "private", "public" classes of a package or a group of packages. Actually we often need to have... | 2002-04-22 04:36:02 | 1,019,460,000 | resolved fixed | 543fd80 | 1,029,760,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonPublicTypeFilter.java | JDT |
5,586 | 19,278 | Bug 19278 jar source attachment: jar icon not refreshed [package explorer] [browsing] | F2 .a jar with no source attached .attach source the icon is still suggesting that no source is attached | 2002-06-05 06:05:10 | 1,023,270,000 | resolved fixed | 5b0b955 | 1,029,750,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java | JDT |
5,587 | 18,409 | Bug 18409 EmptyInnerPackageFilter needs to be revisited [filters] | The Empty inner package filter also filter import declarations. This should be changed or made configurable. After 2.0 | 2002-05-31 03:07:00 | 1,022,830,000 | resolved fixed | b01531e | 1,029,750,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/EmptyInnerPackageFilter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/PackageDeclarationFilter.java | JDT |
5,588 | 22,467 | Bug 22467 TextEdits: replace != delete + insert | see TextBufferTest.testReplaceAndInsert1 | 2002-08-15 08:55:38 | 1,029,420,000 | resolved fixed | 29f00f2 | 1,029,420,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/TextBufferTest.java | JDT |
5,589 | 18,467 | Bug 18467 Radio bullet on Packages view's Filters... item [filters] | Build 20020530 The Filters... item on the view menu has a radio bullet, even though there are no other items in this group to choose from. | 2002-05-31 12:04:18 | 1,022,860,000 | resolved fixed | 1609d1a | 1,029,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CustomFiltersActionGroup.java | JDT |
5,590 | 9,448 | Bug 9448 Improve layout and appearanceof the refactoring error page [refactoring] | - the top viewer should have a pane and may be step buttons - the lower viewer should have a pane with a title. | 2002-02-12 09:03:40 | 1,013,520,000 | resolved fixed | b7a1462 | 1,029,340,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/Context.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/FileContext.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/JavaSourceContext.java org.eclipse.... | JDT |
5,591 | 3,582 | Bug 3582 extract method: constructor //reminder (1GEYNSB) | AK (6/7/01 7:21:46 PM) just a reminder: DB knows well about it class A{ A(){ this(8 + 9); } A(int i){} } if you want to extract anything from the super or this call in the constructor you have to make the new method static. it's a special case. NOTES: EG (6/7/2001 11:14:08 AM) defer DB (09.08.2001 11:34:32) Currently y... | 2001-10-10 22:57:30 | 1,002,770,000 | resolved fixed | ce575ee | 1,029,250,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/A.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/expression_in/A_test621.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/expression_in/A_t... | JDT |
5,592 | 20,677 | Bug 20677 close/open project: incorrect compile order | eclipse-SDK-20020612 ibm jdk1.3.1 I closed 20 projects in the java perspective, choosing the projects from the package view. The 20 projects I closed were org.eclipse.swt.* and org.eclipse.jdt.* I closed all 20 projects simultaneously using the project>close menu. I then re-openned all 20 projects simultaneously using ... | 2002-06-19 14:55:08 | 1,024,510,000 | resolved fixed | d22851a | 1,029,250,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/WorkbenchRunnableAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenProjectAction.java | JDT |
5,593 | 20,017 | Bug 20017 Self Encapsulate does not work correctly when "this.field = value" is used before refactoring [refactoring] | As an example I start with this class: public class Test { private Object obj; public Test (Object obj) { this.obj = obj; } } Then apply the "Self Encapsulate" refactoring on the obj field, which results: public class Test { private Object obj; public Test (Object obj) { this.getObj() = obj; } private void setObj(Objec... | 2002-06-12 10:13:35 | 1,023,890,000 | resolved fixed | 698c0fe | 1,029,250,000 | org.eclipse.jdt.ui.tests.refactoring/resources/SefWorkSpace/SefTests/A.java org.eclipse.jdt.ui.tests.refactoring/resources/SefWorkSpace/SefTests/base_in/TestThisExpression.java org.eclipse.jdt.ui.tests.refactoring/resources/SefWorkSpace/SefTests/base_in/TestThisExpressionInner.java org.eclipse.jdt.ui.tests.refactoring/... | JDT |
5,594 | 19,702 | Bug 19702 Feature: Have comment/uncomment actions in context menu [code manipulation] [editor] | Build F2. The source Comment action is no longer available from the right-click context menu. It is available from the Source pull-down menu, as well as the keyboard shortcut, but I think it is much more efficient and usable to have it in the context menu as in previous builds. The reasoning being that generally when y... | 2002-06-08 00:45:37 | 1,023,510,000 | verified fixed | f2b70d4 | 1,029,230,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java | JDT |
5,595 | 21,198 | Bug 21198 On JavaEditor dont use == in the isActivePart() method but instead use .equals(Object) | The class JavaEditor does an == check inside isActivePart(). This means that if the part is embedded inside another one then the check fails. Rather than this can it use .equals instead and dispatch this to the other part that can specialize accordingly, e.g. instead of the current method protected boolean isActivePart... | 2002-07-03 05:44:58 | 1,025,690,000 | verified fixed | 3322182 | 1,029,150,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
5,596 | 21,173 | Bug 21173 Can't create new Project because empty string in "New Project" Preference [2.0.1] | In the Java->New Project tab of Preferences I chose the folders radio button and leave the Source folder name empty, and the output location name to be "output". My intent is to have my source come off the main tree with an initial branch to be output. Like this: myProject (root) -- com -- ibm ... -- output -- com -- i... | 2002-07-01 18:30:10 | 1,025,560,000 | verified fixed | f3785fc | 1,029,150,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java | JDT |
5,597 | 13,036 | Bug 13036 Search LabelProviders should not override getText() | Three search subclasses of DecoratingLabel Provider override getText and do not use the label provider. They are org.eclipse.search.internal.ui.util.FileLabelProvider org.eclipse.jdt.internal.ui.search.JavaSearchResultLabelProvider org.eclipse.search.internal.ui.SearchResultLabelProvider. As a result if Decoratinglabel... | 2002-04-08 16:38:44 | 1,018,300,000 | verified fixed | 169955e | 1,028,910,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultLabelProvider.java | JDT |
5,598 | 12,049 | Bug 12049 Java Browing is not saving its state. | Open a java browing perspective. Select a project, package and type. Exit the workspace Re-start it. The selected project,package and type are not selected anymore. | 2002-03-21 12:20:17 | 1,016,730,000 | resolved fixed | bc523a1 | 1,028,730,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java | JDT |
5,599 | 20,195 | Bug 20195 Can't collapse import container in members view [browsing] | F3 - link Java Browsing to active editor - open Java Browsing perspective - open ClassFileDocumentProvider - expand import container in members view - select first import - try to collapse import container. | 2002-06-13 11:10:32 | 1,023,980,000 | resolved fixed | 7d17822 | 1,028,650,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/MembersView.java | JDT |
5,600 | 9,615 | Bug 9615 template pref page: should give warning if there are 2 {cursor} vars in a template | like in summary: template pref page should give warning if there are 2 {cursor} vars in a template | 2002-02-13 09:59:20 | 1,013,610,000 | resolved fixed | 726e202 | 1,028,640,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/TemplateTranslator.java | JDT |
5,601 | 6,860 | Bug 6860 template: for(array) - inserts qualified type name (+ incorrect temp name) | class A { class Inner{} void f(){ Inner[] t; //<<INSERT FOR(ARRAY) TEMPLATE HERE } } the created for loop is: for (int i = 0; i < t.length; i++) { A.Inner a.Inner = t[i]; } | 2001-12-12 12:30:01 | 1,008,180,000 | resolved fixed | 6dd9460 | 1,028,630,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/NameProposer.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitCompletion.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java | JDT |
5,602 | 14,646 | Bug 14646 Template - local variable name should default to type name last segment | Build 20020423 When iteration over an array of IClasspathEntry[], the inserted local variable is 'iClasspathEntry', where it would make more sense to propose 'entry'. A simple way to solve this problem would be to default to a name computed by extracting the last segment of the name starting with an uppercase, and conv... | 2002-04-25 12:53:37 | 1,019,750,000 | resolved fixed | 323898f | 1,028,560,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/NameProposer.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitCompletion.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java | JDT |
5,603 | 15,247 | Bug 15247 Class/Interface wizard fails if a ${cursor} variable is in the type or filecomment template | Upon using the New Class or New Interface wizard, if typecomment or filecomment is enabled at that template has a ${cursor} variable in it, the wizard fails with this exception: !ENTRY org.eclipse.jdt.ui 4 1 Fri May 03 16:58:04 MDT 2002 !MESSAGE Internal Error !STACK Java Model Exception: Java Model Status [Invalid con... | 2002-05-03 19:01:12 | 1,020,470,000 | resolved fixed | 6a0c3d4 | 1,028,550,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaFormatter.java | JDT |
5,604 | 21,631 | Bug 21631 JavaUI.createTypeDialog() should provide default message [dialogs] | 2.0 Release If you use JavaUI.createTypeDialog() to create a new (single selection) type dialog, and then open the dialog, the open will fail silently. The dialog cannot be succesfully opened unless you send setMessage() to the dialog before you open it. This behaviour should be documented, or, preferably, a default me... | 2002-07-16 15:25:34 | 1,026,850,000 | resolved fixed | cd4525e | 1,028,550,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaUI.java | JDT |
5,605 | 20,424 | Bug 20424 Autocompletion "Iterate through Collection" should add "import java.util.Iterator" | I use autocompletion to generate an iteration through a collection. So this is the kind of code I'm getting: for (Iterator iter = myCollection.iterator(); iter.hasNext();) { type element = (type) iter.next(); However, autocompletion leaves my .java file without the neccessary import java.util.Iterator; required for all... | 2002-06-17 05:48:32 | 1,024,310,000 | resolved fixed | 3993ffa | 1,028,550,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/TemplateContext.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContextType.java org.eclipse.jdt.ui/ui/org/... | JDT |
5,606 | 207,141 | Bug 207141 [Automation][Regression]There is a faint secondary image in column when preview reportdesign in PDF | Description: There is a faint secondary image in one column when preview reportdesign in PDF TestDate: 20071023 steps to reproduce: - use the attached report design - preview it in PDF Expected Result: Report should be preview correctly Actual Result: There is a faint secondary image. | 2007-10-23 05:47:01 | 1,193,130,000 | closed fixed | ea120e7 | 1,028,540,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OptionalMessageDialog.java | JDT |
5,607 | 21,815 | Bug 21815 Refactor: should be able to extract local variable from expression used as statement | Enter the following class: public class Foo { public static void main(String[] arguments) { new String(); } } Select 'new String()' and choose 'Refactor'->'Extract local variable'. An error message appears saying: 'Cannot extract expressions used as statements.' This seems like an unnecessary restriction. I would like ... | 2002-07-23 11:44:42 | 1,027,440,000 | resolved fixed | c36b891 | 1,027,700,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java | JDT |
5,608 | 21,939 | Bug 21939 extract temp: incorrect if expression used as statement [refactoring] | 2.0 class A { int f(){ int t= f(); f(); return 1; } } extract f() from the first line - you end up with syntax errors | 2002-07-26 08:21:59 | 1,027,690,000 | resolved fixed | a0c4d3c | 1,027,690,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java | JDT |
5,609 | 19,930 | Bug 19930 Refactor->Extract Local Variable should guess name [refactoring] | Build F2 90% of the time, when I extract a local variable, the variable name could be easily inferred from selected code. If the last message send in selected code is of the form 'getXXX', the variable name should probably be XXX. e.g. I just extracted a local variable from the following code: getEditorPart().getToolTi... | 2002-06-11 14:33:08 | 1,023,820,000 | resolved fixed | d15285c | 1,027,690,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java | JDT |
5,610 | 21,767 | Bug 21767 nls wizard: needs an 'edit' button | null | 2002-07-22 11:36:54 | 1,027,350,000 | resolved fixed | c745d9d | 1,027,690,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java | JDT |
5,611 | 15,877 | Bug 15877 Jar export wizard (driver 020502) | Hi, I really don't know if this is the correct category for this bug. Sorry if I am at the wrong place. The option of saving the "export to jar" wizard settings on a file is really good. The only problem is that if I activate the Jar wizard again (not using the jardesc file) to do an export that I don't to create a jar... | 2002-05-13 13:27:03 | 1,021,310,000 | resolved fixed | 4092b01 | 1,027,350,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarOptionsPage.java | JDT |
5,612 | 20,232 | Bug 20232 export jar fails with null exception for classes without debug info (no filename) | compile the following normally, then export as a jar, it works: package com.abc.test; public class Test { public static void main(String[] args) { System.out.println("hello"); } } No, turn debug compilation off, then export as a jar, it fails. PS: to turn debug info off easily, you can use the attached com_ibm_sample_j... | 2002-06-13 13:24:38 | 1,023,990,000 | verified fixed | 50fb3289 | 1,026,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java | JDT |
5,613 | 20,885 | Bug 20885 Search match not revealed when in the single element view | 0) enable single element view (full preference settings will be attached) 1) do a reference search for JavaPlugin.getDirtyEditors() 2) double click on a match ->the match gets quickly revealed and then the editor jumps to the top again. | 2002-06-24 10:56:43 | 1,024,930,000 | resolved fixed | 4af747f | 1,025,090,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
5,614 | 20,674 | Bug 20674 JavaCapabilityConfigurationPage.init is not clearing the default path when classpath already exists | F4 JavaCapabilityConfigurationPage.init: The doc states that when defaultsOverrideExistingClasspath is set to false and a .classpath file already exists the setting from the classpath file is taken. code is defaultOutputLocation= null; defaultOutputLocation= null; is meant to be defaultOutputLocation= null; defaultEntr... | 2002-06-19 13:23:11 | 1,024,510,000 | resolved fixed | f85f2b3 | 1,024,920,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/JavaCapabilityConfigurationPage.java | JDT |
5,615 | 20,533 | Bug 20533 Unexpected popup closing eclipse with unsaved changes | Build 20020617 Win2k I'm not sure if this is core, but... - In the resource perspective, create a new simple project - Create a .txt file in this project - Type something in it (to flag it as modified) - close eclipse - it will ask you if you want to save it before exiting, save it Now you should see another dialog pop... | 2002-06-18 09:20:28 | 1,024,410,000 | resolved fixed | 0b1a139 | 1,024,920,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | JDT |
5,616 | 20,700 | Bug 20700 Code assist activates help UI | null | 2002-06-19 22:36:15 | 1,024,540,000 | resolved fixed | cf9960f | 1,024,660,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | JDT |
5,617 | 20,520 | Bug 20520 Refactor - expression detection incorrect | Build F3 Enter the following class into a Java editor: 1: public class Foo { 2: public Object foo() { 3: if ( ((Object)null).toString() == null ) { 4: return (Object)null; 5: } 6: return null; 7: } 8: } If you select "(Object)null" on line 3, and choose 'Refactor'->'Extract Local Variable', the action complains that "A... | 2002-06-17 17:38:33 | 1,024,350,000 | verified fixed | f95b60d | 1,024,660,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test39_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test39_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java | JDT |
5,618 | 20,693 | Bug 20693 Finding references to variables does not find all occurances | When searching for variables by using the context menu command "refernces" not all occurances are found. After some investigation as an informed user I could track it down to a simple sample (see below). Find all references to the var "willSearchFingMe". All occurances are found except the one in "getWillSearchFndMe2()... | 2002-06-19 18:21:07 | 1,024,530,000 | verified fixed | 370d6b1 | 1,024,570,000 | org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/test16/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/test16/out/A.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameNonPrivateFieldTests.java | JDT |
5,619 | 20,508 | Bug 20508 TVT2: hardcoded string in NewTestSuiteCreationWizardPage.java | Build F3 In NewTestSuiteCreationWizardPage.java there is a hardcoded string that shows up in the JUnit Test Suite creation page. I have attached a screenshot from a Japanese tester that shows where this appears. To replicate: From the resource perspective, project in the Navigator. Right click on it to bring up a conte... | 2002-06-17 16:04:59 | 1,024,340,000 | resolved fixed | 690b9cf | 1,024,570,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestSuiteCreationWizardPage.java | JDT |
5,620 | 20,405 | Bug 20405 Stack overflow | Non repeatable GPF occurred after running Eclipse F3 for several hours. I selected all the projects in my workspace and chose 'Compute build path' (the PDE option). Just before it crashed it looked like Eclipse was getting sick. An error dialog appeared on the screen that said something like 'Couldn't find class file o... | 2002-06-14 18:36:18 | 1,024,090,000 | resolved fixed | 92c549d | 1,024,570,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileDocumentProvider.java | JDT |
5,621 | 19,859 | Bug 19859 [JUnit] Socket connection error | I'll provide more specifics as I come across them. Sorry for the sparse detail. Sometimes (but not always) when I Run.. or Debug.. a JUnit launcher, I get the following exception: Console [<disconnected> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner at localHost:9613] Could not connect to: : 6293 java.net.Conn... | 2002-06-10 19:51:41 | 1,023,750,000 | resolved fixed | bf3151a | 1,024,560,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java | JDT |
5,622 | 20,512 | Bug 20512 TVT2: truncated strings in buttons on Modify Parameters window | Build F2, running latest NL fragments. I have been unable to confirm this problem in F3, because we have not migrated to that build yet for our fragments. This problem was reported in Portugese Brazilian, but it probably will occur in all languages, especially German. Here's how to get to the offending buttons. I will ... | 2002-06-17 16:44:25 | 1,024,350,000 | resolved fixed | 02c9efe | 1,024,490,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ModifyParametersInputPage.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpInputPage.java | JDT |
5,623 | 20,595 | Bug 20595 Preference listeners should use equals, not == | null | 2002-06-18 16:46:47 | 1,024,430,000 | resolved fixed | 76d5255 | 1,024,480,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
5,624 | 20,441 | Bug 20441 TVT2: Word order of the title needs to be changed | The following description is from a Japanese tester working on build F2. She has tried looking for the string where "Externalize Strings in <source file name>" would be built and has been unable to find it, as have I. Her problem is that in Japanese the title needs to read in a different order than it does. Unless she ... | 2002-06-17 09:35:40 | 1,024,320,000 | resolved fixed | 7d74fca | 1,024,480,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizard.java | JDT |
5,625 | 20,181 | Bug 20181 TVT2: Mnemonic doesn't work in Java Editor prefs | Japanese TVT tester found a non-functional mnemonic in Preferences>Java>Editor on the Syntax tab. Pressing Alt+B doesn't activate the bold checkbox. Build F2 NL fragments generated on 6/11 Window>Preferences Select Java Select Editor Click on Syntax tab press Alt+B... checkbox does not work. | 2002-06-13 10:42:41 | 1,023,980,000 | resolved fixed | 3304ed1 | 1,024,430,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java | JDT |
5,626 | 20,040 | Bug 20040 java editor: undo does not work correctly | 20020612 .create new class .'override methods...' - add clone() .undo .redo .undo the plain text editor does not exhibit this mis-behavior you're left with garbage like (pressing undo/redo more times produces even more garbage): public class Dfg { r.clone(); //<<GARBAGE } //<<GARBAGE } | 2002-06-12 11:57:54 | 1,023,900,000 | resolved fixed | e11a624 | 1,024,430,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | JDT |
5,627 | 20,475 | Bug 20475 Quick fix proposal preview: Bold off by 2 characters | F3 create file class A extends Object1 { } -> Object1 is marked as temporary error, Quick Fix. Select 'Change to Object', look at the preview: The preview shows changes in bold: It is off by 2 charaters: 'ject {' is bold, should be 'Object'. From debugging I see that the resulting html is correct, bug must be in render... | 2002-06-17 12:48:45 | 1,024,330,000 | resolved fixed | 25f383b | 1,024,420,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTML2TextReader.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTMLTextPresenter.java | JDT |
5,628 | 20,237 | Bug 20237 TVT2: mnemonic not workin in java template prefs | With build F2. A mnemonic in the new template dialog is not working. Below are the replication steps. 1) Window>Preferences 2) Java>Templates 3) Click on New... 4) Mnemonic for Patterns does not work. All others are fine. | 2002-06-13 13:38:35 | 1,023,990,000 | resolved fixed | 67d7d54 | 1,024,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java | JDT |
5,629 | 20,242 | Bug 20242 TVT2: Buttons not resizing in Java prefs (truncation) | Build F2 In Window>Preferences, Java>Templates all of the buttons on the right side of the prefs page are not resizing with translated text. This is a critical issue for TVT, since there are translations that cannot be shortened to accomodate a particular button size. | 2002-06-13 13:47:36 | 1,023,990,000 | resolved fixed | 8c1b612 | 1,024,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TemplatePreferencePage.java | JDT |
5,630 | 20,144 | Bug 20144 Enter key not working in packages view | Build 20020612 (F3) Linux-GTK Selecting a file in the packages view and hitting the ENTER key does not open the file. Unless there's another way to open a file without the mouse, the is a serious accessibility problem. | 2002-06-13 08:37:55 | 1,023,970,000 | resolved fixed | cf308b3 | 1,024,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSelectMarkerRulerAction.java | JDT |
5,631 | 20,047 | Bug 20047 NPE in ShowInPackageViewAction | 20020612 found in log java.lang.NullPointerException at org.eclipse.jdt.ui.actions.ShowInPackageViewAction.run (ShowInPackageViewAction.java:138) at org.eclipse.jdt.ui.actions.ShowInPackageViewAction.run (ShowInPackageViewAction.java:109) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispa... | 2002-06-12 12:21:13 | 1,023,900,000 | resolved fixed | 0925f71 | 1,024,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ShowInPackageViewAction.java | JDT |
5,632 | 20,051 | Bug 20051 Renaming: Operation cannot be performed | Using the 06/12 integration build. 1. Create a plug-in project. 2. Try to rename it using refactor->rename..., you get the Java message dialog saying: "The resource is not on the build path of a Java project". First, what does this message mean? Second, are we not allowed to change the name of a PDE project after it is... | 2002-06-12 13:00:06 | 1,023,900,000 | verified fixed | a7dc1c5 | 1,023,900,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionUtil.java | JDT |
5,633 | 20,033 | Bug 20033 Add Javadoc comment on type swallows line delimiter | null | 2002-06-12 11:05:11 | 1,023,890,000 | verified fixed | 843e682 | 1,023,900,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddJavaDocStubOperation.java | JDT |
5,634 | 14,939 | Bug 14939 Parameter assist highlighting doesn't always match editor | Build 20020426 (M5 patch 1) Type the following in the body of a java method: int[] source, destination; System.arraycopy(source, <cursor> Now hit Ctrl+Space at <cursor>, and hit enter to select the only match in the popup list. Now the "parameter assist" window is supposed to highlight the parameters as they are typed ... | 2002-04-30 13:05:40 | 1,020,190,000 | verified fixed | 80b9a20 | 1,023,830,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ProposalContextInformation.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.