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-only file!).
|
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 perspective, - File -> New ->Class - In the resulting dialogue box, type "JPan" in the 'Superclass' field. Now click on Browse. - Ideally, the dialogue box that just opened up should already have JPan written in it and hence the list of selectable classes would be shortened.
|
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 more useful
|
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.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MembersOrderPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementSorter.java
|
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 methods). Because, as for these methods, it's really an implementation, not an overriding of an other method.
|
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 the Package pane to select the java.lang package! (5) I have "lost" my context and the UI looks "funny": I have the beautiful hierarchy view of my classes in my package but, Object is selected (which is not in my package obviously) and java.lang is selected. Suggestion: (a) Do NOT select any classes in the just opened package. (b) If you MUST select a class, select one in the package. Please. Thank you very much.
|
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#eatInner(InnerI) */ public void eatInner(InnerI innerI) {} } Neat trick, that import statement. But unfortunately, the javadoc tool does not agree with us: javadoc: warning - Impl.eatInner(OuterI.InnerI): Tag @see: can't find eatInner(InnerI) in OuterI I correct it manually, then it works: import OuterI.InnerI; public class Impl implements OuterI { /** * @see OuterI#eatInner(OuterI.InnerI) */ public void eatInner(InnerI innerI) {} }
|
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 not be shown in the first place, or it should not stick around as long.
|
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/ui/org/eclipse/jdt/internal/ui/text/correction/InsertCorrectionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewConstructorCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewMethodCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReplaceCorrectionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java
|
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 1.4.0 Eclipse F2
|
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/TypeHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/IViewPartInputProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java
|
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 the name of class NonnaPapera in Pippo and Eclipse trasform the code in this way: class Pippo { } class Paperino extends Pippo { } public class TestRefactor { public static void main(String[] args) { Paperino paperino = new Paperino(); Pippo nonnaPapera = ( NPippo)paperino; } } As you can see the line Pippo nonnaPapera = ( NPippo)paperino; is WRONG!!! insted of Pippo nonnaPapera = ( Pippo )paperino;
|
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/java/ExperimentalResultCollector.java
|
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(ModalContext.java:249) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:717) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizard.performFinish (RefactoringWizard.java:334) at org.eclipse.jdt.internal.ui.refactoring.UserInputWizardPage.performFinish (UserInputWizardPage.java:88) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizard.performFinish (RefactoringWizard.java:464) at org.eclipse.jface.wizard.WizardDialog.finishPressed (WizardDialog.java:574) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizardDialog.finishPressed (RefactoringWizardDialog.java:73) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:312) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:393) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1622) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1368) at org.eclipse.jface.window.Window.runEventLoop(Window.java:562) at org.eclipse.jface.window.Window.open(Window.java:542) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate (RefactoringStarter.java:78) at org.eclipse.jdt.internal.ui.refactoring.RefactoringSupportFactory$RenameSupport. rename(RefactoringSupportFactory.java:74) at org.eclipse.jdt.internal.ui.refactoring.actions.RenameJavaElementAction.run (RenameJavaElementAction.java:52) at org.eclipse.jdt.internal.ui.refactoring.actions.RenameJavaElementAction.run (RenameJavaElementAction.java:41) at org.eclipse.jdt.ui.actions.RenameAction.run(RenameAction.java:104) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:191) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:169) at org.eclipse.jface.action.Action.runWithEvent(Action.java:749) at org.eclipse.ui.actions.RetargetAction.runWithEvent (RetargetAction.java:174) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent (WWinPluginAction.java:201) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1622) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1368) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1256) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1239) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:775) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) Caused by: java.lang.ArrayStoreException at java.lang.System.arraycopy(Native Method) at java.util.ArrayList.toArray(ArrayList.java:301) at org.eclipse.jdt.internal.corext.refactoring.rename.RefactoringScopeFactory.creat e(RefactoringScopeFactory.java:40) at org.eclipse.jdt.internal.corext.refactoring.rename.RefactoringScopeFactory.creat e(RefactoringScopeFactory.java:57) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameFieldRefactoring.create RefactoringScope(RenameFieldRefactoring.java:508) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameFieldRefactoring.getRef erences(RenameFieldRefactoring.java:512) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameFieldRefactoring.checkI nput(RenameFieldRefactoring.java:308) at org.eclipse.jdt.internal.ui.refactoring.CheckConditionsOperation.run (CheckConditionsOperation.java:59) at org.eclipse.jdt.internal.ui.refactoring.CreateChangeOperation.run (CreateChangeOperation.java:94) at org.eclipse.jdt.internal.ui.refactoring.PerformChangeOperation.run (PerformChangeOperation.java:116) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:299) ... 45 more
|
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/text/java/JavaStringAutoIndentStrategy.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocAutoIndentStrategy.java
|
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 constants: OS=win32, ARCH=x86, WS=win32, NL=en_CA Command-line arguments: -os win32 -ws win32 - arch x86 -install file:F:/Java/eclipse/ !ENTRY org.eclipse.jdt.ui 4 1 Aug 31, 2002 08:36:29.537 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:310) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:249) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:717) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard.finishPage(NewElementWizard.java:66) at org.eclipse.jdt.internal.ui.wizards.NewInterfaceCreationWizard.performFinish(NewInterfaceCreationWizard.java:42) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:574) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:312) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:393) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1622) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1368) at org.eclipse.jface.window.Window.runEventLoop(Window.java:562) at org.eclipse.jface.window.Window.open(Window.java:542) at org.eclipse.jdt.internal.ui.wizards.AbstractOpenWizardAction.run(AbstractOpenWizardAction.java:152) at org.eclipse.jdt.internal.ui.wizards.AbstractOpenWizardAction.run(AbstractOpenWizardAction.java:170) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:210) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:196) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1622) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1368) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1256) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1239) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:775) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.template.java.JavaContext.evaluateTemplate(JavaContext.java:433) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.getTemplate(NewTypeWizardPage.java:1561) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.getTypeComment(NewTypeWizardPage.java:1534) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.constructTypeStub(NewTypeWizardPage.java:1448) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.createType(NewTypeWizardPage.java:1334) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage$1.run(NewTypeWizardPage.java:1637) at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:39) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:64) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1361) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:78) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:299) ... 37 more The java file is created, and the class generated, but the templates are missing. Testing shows that even trivial templates cause this error (ie. /** */).
|
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 extension/org/eclipse/jdt/internal/corext/template/java/JavaDocContext.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/TemplateEngine.java
|
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 delete 'xxx.java'? Yes or No. Likewise, if you select multiple resources to delete, you will get different behavior between the Package Explorer and Navigator views. For the former, the Confirm Delete window appears saying, "Are you sure you want to delete the selected element(s)?" Yes or No. For the latter, a Confirm Multiple Resource Delete window appears saying, "Are you sure you want to delete these 3 resources?" Yes or No. So, the delete confirmation prompts that appear in the Packages Explorer view aren't consistent with those in the Navigator view.
|
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 short list. How do you ask for classes that end in a given string anyhow? Can it be done? Thank you, Gary
|
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/wiki_out/A_test2003.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/wiki_out/A_test2004.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/wiki_out/A_test2005.java org.eclipse.jdt.ui.tests.refactoring/resources/SefWorkSpace/SefTests/A.java org.eclipse.jdt.ui.tests.refactoring/resources/SefWorkSpace/SefTests/invalid/TestInvalidOverwrite.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/SefTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RefactoringScopeFactory.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java
|
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_OTHER_PROJECT_JAVADOC" in the javadoc options page, but there should be an easier way to do this.
|
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 package fragment name compression
|
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 behaviour of the new Package Wizard which only gives a warning for package name starting with a cap.
|
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 what most users do anyway, so it would be nice if the tool did it for us.
|
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 a sample project which can be unzipped into your workspace directory. When you look at the project, you will see that the abc.xml and def.xml files in the MyFiles folder have unique icons (as defined by the plugin). However, if you expand the iconTest.jar file, def.xml has the same icon as abc.xml. If you open the two files in the jar though, the icon displayed in the editor tab is actually correct. I have seen a case where the editor tab icons are incorrect (a generic file icon appears rather than either of the specific icons), but have yet to be able to reproduce that particular problem.
|
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 know and I can put somewhere else or send by email.
|
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 this type. This error message isn't very usefull. Even if we disble the action in the case of java files not on build path we should improve the message for case in which it is used. Why can't I pull up elements.
|
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: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.rename.RenameMethodRefactoring.analy zeRenameChanges(RenameMethodRefactoring.java:360) [...rest of stack trace omitted] ================== Examining the source of RenameMethodRefactoring, I discovered the NPE is caused by an unsafe call in a finally block: ================== // ... omitted } catch(CoreException e) { throw new JavaModelException(e); } finally{ pm.done(); for (int i= 0; i < fNewWorkingCopies.length; i++) { // <-- line 360 fNewWorkingCopies[i].destroy(); } } ================== The following change fixed this problem and let me see the real problem (the CoreException I was getting that also kept fNewWorkingCopies from being assigned to anything): ================== // ... omitted } catch(CoreException e) { throw new JavaModelException(e); } finally{ pm.done(); if (fNewWorkingCopies != null) { // <-- added this check for (int i= 0; i < fNewWorkingCopies.length; i++) { fNewWorkingCopies[i].destroy(); } } } ================== Here was the real problem: ================== java.lang.reflect.InvocationTargetException at org.eclipse.jdt.internal.ui.refactoring.CheckConditionsOperation.run (CheckConditionsOperation.java:60) [...rest of stack trace omitted] Caused by: Java Model Exception: Core Exception [code 274] Resource is out of sync with the file system: /NMEAJava/src/gps/event/SentenceMulticaster.java. at org.eclipse.jdt.internal.corext.refactoring.rename.RenameMethodRefactoring.check Input(RenameMethodRefactoring.java:237) [...rest of stack trace omitted] ================== (I thing the "out of sync" exception had to do with running another IDE at the same time as Eclipse and was easily corrected by re-saving the source file it was complaining about. I suspect this CoreException should be handled in a more user-friendly way, but this bug report isn't concerned with that.) Please make my or an equivalent fix to RenameMethodRefactoring. You might also want to search globally for similar dangerous code in finally blocks at some point.
|
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 set the keyboard focus to the "Attach Source..." button
|
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 with the type hierarchy view, so I can look at interfaces as well as classes. For this case it would be nice to be able to filter out classes in the type browsing view.
|
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 in a glance all public classes of a package or a group of packages.... It corresponds to the interface of a an application towards the external world. Nobody in other tools implements this feature , except maybe in modeling tools like STOOD(a implementation tool of the HOOD method or the UML tools). Best regards Xavier
|
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.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ErrorWizardPage.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IErrorContextViewer.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PreviewWizardPage.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/SourceContextViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/ViewerPane.java
|
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 you can't extract any expression from the argument list of super or this. Defer until the feature is implemented.
|
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_test622.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/expression_out/A_test621.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/expression_out/A_test622.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java
|
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 the project>open menu pull down. When I perform this operation I generage over 40,000 compile errors. It appears the projects are being re-openned one at a time, not in compile order. I would expect the open project to perform the operation as a group, in compile order. I repeated the same experiment in the java perspective using the navigator view and everything behaved correctly. In addition the behaviour in the resource perspective using the navigator view was also correct. Finally I tried the package view in the resource perspective and observed the same behaviour as that in the java perspective (40,000 compile errors). A rebuild in both error cases clears all compile errors
|
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(Object obj) { this.obj = obj; } private Object getObj() { return obj; } } The "this.getObj() = obj;" in the constructor should be "setObj(obj);" correctly. My Eclipse version was: 20020602
|
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/resources/SefWorkSpace/SefTests/base_out/TestThisExpression.java org.eclipse.jdt.ui.tests.refactoring/resources/SefWorkSpace/SefTests/base_out/TestThisExpressionInner.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/AbstractSelectionTestCase.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractInterfaceTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTestSetup.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java 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/MoveMembersTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/PullUpTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RefactoringScannerTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RefactoringTest.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameJavaProjectTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenamePackageTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameSourceFolderChangeTests.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 org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ReorgTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/SefTestSetup.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/SefTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/SurroundWithTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/AccessAnalyzer.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/EncapsulateWriteAccess.java
|
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 you are commenting out text, you are selecting a block of text with the mouse. It is then logical to bring up the context menu to comment/uncomment the text. It is less efficient to have to go under the Source menu, or to have to switch your hand to the keyboard to enter in the shortcut (as typing "<ctrl>-/" with only your left hand is fairly difficult, you must move your mousing hand to the keyboard). Just a suggestion, as I think the comment/uncomment are some of the most frequently-used actions, so it may be justifiable to have them in the context menu.
|
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() { IWorkbenchWindow window= getSite().getWorkbenchWindow(); IPartService service= window.getPartService(); return (this == service.getActivePart()); } it could have the last line as return (service.getActivePart().equals(this));
|
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 -- ibm ... Then when I try to create a New Java Project, I can enter a project name, but when I click Next nothing happnes, and when I'm forced to click Finish, I get an error message that reads: "An Error occured while creating the Java project. Path must include project and resource name." This bug is reproducible, but after I got to playing with the folder names, it went away when I setup the same conditions that caused it the first time. I just did a fresh extract of Eclipse (I'm using the final 2.0 release from June 28th) and was able to recreate it. So somehow by putting values in those fields and then taking them away, I've been able to make the bug go away. This bug may seem minor, but it's very frustrating and caused me to curse one of the mileston builds when I saw it (I didn't report it at the time because I thought I saw a bug that was to fix it). The correlation between a setting in the new project tab and actually creating a new project is quite small as I might set that tab up in the first week of using eclipse and not create a new project for weeks. Perhaps I'm misunderstanding the intent of those folder names, but I don't think I am. If I am, their intent should be better documented in the panel. If I'm correct as to their intent, then there is some wierd initial setting on the source folder name that is empty which later causes projects to not be created (with a confusing message to boot). This is my first bug submission to eclipse so my apologies if I've filed it on the wrong component.
|
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 DecoratinglabelProvider wishes to implement ICombinedLabelDecorator it cannot as it cannot rely on its subclasses to use their label providers. These special code should be moved to the label providers for these classes.
|
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 converting the uppercase into a lowercase one. IClasspathEntry --> entry Runnable --> runnable IResource --> resource
|
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 contents specified.] at org.eclipse.jdt.internal.core.JavaModelOperation.execute(JavaModelOperation.java:270) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:476) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1361) at org.eclipse.jdt.internal.core.JavaModelManager.runOperation(JavaModelManager.java:1281) at org.eclipse.jdt.internal.core.JavaElement.runOperation(JavaElement.java:552) at org.eclipse.jdt.internal.core.CompilationUnit.createType(CompilationUnit.java:169) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.createType(NewTypeWizardPage.java:1187) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage$1.run(NewTypeWizardPage.java:1416) at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:39) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:64) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1361) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:78) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:296) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:249) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:720) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard.finishPage(NewElementWizard.java:66) at org.eclipse.jdt.internal.ui.wizards.NewClassCreationWizard.performFinish(NewClassCreationWizard.java:42) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:577) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:312) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:379) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:85) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1412) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.jface.window.Window.runEventLoop(Window.java:538) at org.eclipse.jface.window.Window.open(Window.java:525) at org.eclipse.jdt.internal.ui.wizards.AbstractOpenWizardAction.run(AbstractOpenWizardAction.java:147) at org.eclipse.jdt.internal.ui.wizards.AbstractOpenWizardAction.run(AbstractOpenWizardAction.java:165) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:202) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:165) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1412) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:883) at org.eclipse.ui.internal.Workbench.run(Workbench.java:866) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:733) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:349) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:162) at org.eclipse.core.launcher.Main.run(Main.java:588) at org.eclipse.core.launcher.Main.main(Main.java:437) The underlying file is created, but it contains only the package declaration. Removing the ${cursor} var fixes this. While having that var in these templates doesn't make much sense, it still shouldn't cause a problem like this. This is with the 0502 integration build.
|
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 message ("Please select a type/class/interface") should be provided.
|
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 of this to make sense. I feel it's not as "auto" and not as "complete" as it could be (if you pardon the pun).
|
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/eclipse/jdt/internal/ui/text/template/TemplateProposal.java
|
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 this action to generate: public class Foo { public static void main(String[] arguments) { String temp = new String(); } } This would be useful when you are not sure of the return type of an expression, for instance.
|
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().getToolTipHandler() not surprisingly, I named the variable toolTipHandler. It would be nice if the action figured this out for itself and seeded the variable name text field with this guess.
|
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 jardesc for, all the previous settings are loaded again, including the jardesc file name. Since this information is on the 2nd or 3rd page, I got it rewrite without knowing it. Maybe the export wizard should keep the previous settings only if a jardesc is NOT created (afterall why do I need then persisted between wizard activations if I saved the information?).
|
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_javacDebugOnOff.zip and unzip it into plugins then start WSAD and select the menu to turn debug off.
|
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; defaultEntries= null; Class is API and this bug would prevent cliants from using the functionality. No dependences so far, fix is riskless.
|
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 up saying: "The file has been changed on the file system. Do you want to load the changes? (Yes/No).
|
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 "An expression must be selected to activate this refactoring. If you select the same expression on line 4, the refactoring is allowed. If you select "((Object)null)" on line 3, the refactoring is alos allowed. All three of these are identical expressions, and should all be permitted.
|
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()". If you remove the brackets around "this.willSearchFindMe" it will be found. ----- package com; public class EclipseSearchTest { String willSearchFndMe; public String getWillSearchFndMe() { return willSearchFndMe; } public String getWillSearchFndMe2() { return (this.willSearchFndMe); } public void setWillSearchFndMe(String willSearchFndMe) { this.willSearchFndMe = willSearchFndMe; } }
|
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 context menu. Select New -> Other.... On the New wizard, expand Java in the left frame, then select Junit. In the right frame, select TestSuite then click on Next. 'JUnit Test Suite' page appears. Under 'Test Classes to iclude in Suite:' box, text '... class selected' appears in English This bug was opened in response to TPRS ID=120
|
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 on classpath'. The dialog looked like it was flickering, as if it was being redrawn rapidly. Although the GPF is a VM problem, it looks like the underlying cause was a stack overflow. Unhandled exception Type=GPF vmState=0xffffffff ExceptionCode=0xc0000005 ExceptionAddress=0x1001e41f ContextFlags=0x0001003f Handler1=0x10f015a6 Handler2=0x10026720 Module=D:\eclipse\j9-20\bin\J9VM20.dll Module_base_address=0x10000000 Offset_in_DLL=0x0001e41f EDI=0x00000000 ESI=0x00000000 EAX=0x0014bca8 EBX=0x04000001 ECX=0x001d7a60 EDX=0x0012f488 EBP=0x0014af70 ESP=0x0012f1d8 EIP=0x1001e41f Thread: main (priority 5) (LOCATION OF ERROR) INLN java/lang/StringBuffer.<init>(Ljava/lang/String;)V (@020622b2) 02a2 org/eclipse/jdt/internal/core/ClasspathEntry.rootID()Ljava/lang/String; ( @020622b2) 0081 org/eclipse/jdt/internal/core/JavaProject.computePackageFragmentRoots (Lorg /eclipse/jdt/core/IClasspathEntry;Lorg/eclipse/jdt/internal/compiler/util/Objec t Vector;Ljava/util/HashSet;ZZZ)V (@02065e09) 00b8 org/eclipse/jdt/internal/core/JavaProject.computePackageFragmentRoots ([Lor g/eclipse/jdt/core/IClasspathEntry;Lorg/eclipse/jdt/internal/compiler/util/Obje c tVector;Ljava/util/HashSet;ZZZ)V (@01f96be8) 10c4 org/eclipse/jdt/internal/core/JavaProject.computePackageFragmentRoots (Lorg /eclipse/jdt/core/IClasspathEntry;Lorg/eclipse/jdt/internal/compiler/util/Objec t Vector;Ljava/util/HashSet;ZZZ)V (@02066e4c) 00b8 org/eclipse/jdt/internal/core/JavaProject.computePackageFragmentRoots ([Lor g/eclipse/jdt/core/IClasspathEntry;Lorg/eclipse/jdt/internal/compiler/util/Obje c tVector;Ljava/util/HashSet;ZZZ)V (@01f96be8) 01c6 org/eclipse/jdt/internal/core/JavaProject.computePackageFragmentRoots ([Lor g/eclipse/jdt/core/IClasspathEntry;Z) [Lorg/eclipse/jdt/core/IPackageFragmentRoot ; (@132f4656) 0007 org/eclipse/jdt/internal/core/JavaProject.getAllPackageFragmentRoots() [Lor g/eclipse/jdt/core/IPackageFragmentRoot; 0033 org/eclipse/jdt/internal/core/JavaProject.findPackageFragmentRoot0 (Lorg/ec lipse/core/runtime/IPath;)Lorg/eclipse/jdt/core/IPackageFragmentRoot; (@020646a 3) 002e org/eclipse/jdt/internal/core/JavaProject.isOnClasspath (Lorg/eclipse/jdt/c ore/IJavaElement;)Z 0040 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.doSetInput (Lorg/ecl ipse/ui/IEditorInput;)V 0002 org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@133045f0) 08c8 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@133045f0) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;)I 002a org/eclipse/ui/texteditor/AbstractTextEditor.setInput (Lorg/eclipse/ui/IEdi torInput;)V 0008 org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor$4.run()V INLN org/eclipse/swt/widgets/RunnableLock.run()V (@1330402e) 0306 org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z (@1330402e) 0021 org/eclipse/swt/widgets/Display.runAsyncMessages()Z (@022c1d31) 0618 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@023f7d1c) 0426 org/eclipse/jface/window/Window.runEventLoop (Lorg/eclipse/swt/widgets/Shel l;)V (@0236f1ae) 0022 org/eclipse/jface/window/Window.open()I 000f org/eclipse/jface/dialogs/ErrorDialog.open()I 0011 org/eclipse/jface/dialogs/ErrorDialog.openError (Lorg/eclipse/swt/widgets/S hell;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/core/runtime/IStatus;I)I 0006 org/eclipse/jfac
|
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.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:295) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:161) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:148) at java.net.Socket.connect(Socket.java:425) at java.net.Socket.connect(Socket.java:375) at java.net.Socket.<init>(Socket.java:290) at java.net.Socket.<init>(Socket.java:118) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.connect(RemoteTestRunner.java:440) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:210) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:151) Could be related to one of the following: **I'm running a dual head linux systems via xinerama, but other apps have not had any difficulty. **I'm suspicious that the problem occurs when I have more than one perspective open in different windows, OR when using Debug... would cause a new perspective to be started.
|
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 also attach a screenshot showing which ones are affected in Brazilian. This bug was opened in response to TPRS ID=125
|
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 can change the order, it just won't make sense in Japanese. Could we either be told where to find the proper key to switch the order, or have one made if it doesn't exist? I will also attach a screencap. This bug opened in response to TPRS ID=112 From the Java perspective, expand the com.ibm.wsweducation.dialogs package to expose DialogsPlugin.java in the Packages view. Double-click DialogsPlugin.java to edit it if it is not already open for editing. Make another change, but do not save the file. In the Packages view, select the com.ibm.wsweducation.dialogs project or package. On the menu bar, click on Source -> Find Strings to Externalize... Select the DialogsPlugin.java file and click on Externalize... Then Click on OK. 'Externalize Strings' opens. Title of this window is 'Externalize Strings in 'DialogsPlugin.java'. I found 'in' in NLSUIMessage.properties file, but even if I translate it, word order is incorrect for Japanese. In this case, order should be: 'DialogsPlugin.jave' 'in' 'Externalize Strings' in Japanese. We need complete sentence with variables.
|
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 rendering. Look stupid, should be fixed.
|
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 (SelectionDispatchAction.java:180) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:156) at org.eclipse.jface.action.Action.runWithEvent(Action.java:749) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Menu.setVisible(Menu.java:920) at org.eclipse.swt.widgets.Control.WM_CONTEXTMENU(Control.java:2818) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java (Compiled Code)) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java (Compiled Code)) at org.eclipse.swt.widgets.Control.WM_RBUTTONUP(Control.java:3707) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:248) at org.eclipse.core.launcher.Main.run(Main.java:697) at org.eclipse.core.launcher.Main.main(Main.java:530)
|
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 created?
|
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 in the editor. Since I have already typed the first parameter before doing code-assist, the highlighting will always be off by one parameter as I type.
|
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.