issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
23,320 | Bug 23320 Incomplete classpath and circular classpath options should be surfaced | null | resolved fixed | 58d7dfc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-09-10T10:21:22Z" | "2002-09-09T11:13:20Z" |
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: | resolved fixed | 697fa51 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-09-10T07:46:03Z" | "2001-10-11T03:13:20Z" |
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 | resolved fixed | d83a297 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/PasteSourceReferencesFromClipboardAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-09-06T16:28:11Z" | "2002-06-13T12:06:40Z" |
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. | resolved fixed | ea8a1fa | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-09-05T13:57:40Z" | "2002-07-23T16:00:00Z" |
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 | resolved fixed | 96207ae | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/CompositeChange.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-09-05T12:58:06Z" | "2002-06-12T11:06:40Z" |
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 | resolved fixed | 0a12950 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-09-05T09:12:18Z" | "2002-09-04T22:53:20Z" |
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()' | resolved fixed | e2f86ca | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-09-04T16:20:28Z" | "2002-02-13T14:20:00Z" |
23,082 | Bug 23082 extract interface: default package | incorrect interface cu is created: package ; //<<<ERROR interface I{ } | resolved fixed | aec6fd0 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-09-03T08:59:48Z" | "2002-09-02T15:20:00Z" |
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. | resolved fixed | 7e648ba | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocStandardWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-09-02T17:14:43Z" | "2002-07-15T16:20:00Z" |
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 | resolved fixed | f655a9a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabels.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-09-02T14:40:38Z" | "2002-09-02T09:46:40Z" |
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. | resolved fixed | 65c76fe | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-09-02T10:55:06Z" | "2002-05-23T16:06:40Z" |
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. | resolved fixed | 0d45186 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-28T16:16:19Z" | "2002-08-26T08:20:00Z" |
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. | resolved fixed | c257cf3 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-28T14:51:05Z" | "2002-08-22T15:26:40Z" |
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 | resolved fixed | 56cdb5a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ModifyParametersAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-26T13:38:20Z" | "2002-04-04T17:06:40Z" |
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. | resolved fixed | 52e543c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/StorageLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-23T15:11:05Z" | "2002-08-09T21:53:20Z" |
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. | resolved fixed | 6189678 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedPositionUI.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-22T14:33:30Z" | "2002-03-26T02:33:20Z" |
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 | resolved fixed | fa2abaa | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-21T14:37:12Z" | "2002-08-21T14:26:40Z" |
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. | resolved fixed | 18b4ef5 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-21T12:50:47Z" | "2002-06-04T14:13:20Z" |
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. | resolved fixed | 69236e6 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-21T11:02:45Z" | "2002-06-21T20:06:40Z" |
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'. | verified fixed | b9edfac | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-20T15:34:31Z" | "2002-07-30T20:13:20Z" |
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. | resolved fixed | c9ca516 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-20T14:24:19Z" | "2002-06-19T07:00:00Z" |
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 | resolved fixed | c6c96b9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-20T12:52:48Z" | "2002-08-13T12:00:00Z" |
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. | resolved fixed | 43aa9ad | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-19T15:16:41Z" | "2002-06-25T18:33:20Z" |
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 | resolved fixed | 543fd80 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonPublicTypeFilter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-19T12:16:10Z" | "2002-04-22T07:20:00Z" |
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 | resolved fixed | 5b0b955 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-19T10:29:15Z" | "2002-06-05T09:40:00Z" |
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 | resolved fixed | b01531e | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-19T09:36:08Z" | "2002-05-31T07:26:40Z" |
22,467 | Bug 22467 TextEdits: replace != delete + insert | see TextBufferTest.testReplaceAndInsert1 | resolved fixed | 29f00f2 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/TextBufferTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-15T12:57:11Z" | "2002-08-15T14:00:00Z" |
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. | resolved fixed | 1609d1a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CustomFiltersActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-15T10:18:00Z" | "2002-05-31T15:46:40Z" |
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. | resolved fixed | b7a1462 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-14T15:55:46Z" | "2002-02-12T13:20:00Z" |
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. | resolved fixed | ce575ee | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-13T16:03:18Z" | "2001-10-11T03:13:20Z" |
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 | resolved fixed | d22851a | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-13T14:36:36Z" | "2002-06-19T18:06:40Z" |
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 | resolved fixed | 698c0fe | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-13T13:51:56Z" | "2002-06-12T13:53:20Z" |
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. | verified fixed | f2b70d4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-13T09:16:34Z" | "2002-06-08T04:20:00Z" |
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)); | verified fixed | 3322182 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-12T10:20:10Z" | "2002-07-03T09:53:20Z" |
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. | verified fixed | f3785fc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-12T10:04:33Z" | "2002-07-01T21:46:40Z" |
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. | verified fixed | 169955e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-09T14:57:46Z" | "2002-04-08T21:06:40Z" |
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. | resolved fixed | bc523a1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-07T13:42:26Z" | "2002-03-21T17:00:00Z" |
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. | resolved fixed | 7d17822 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/MembersView.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-06T16:38:31Z" | "2002-06-13T14:53:20Z" |
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 | resolved fixed | 726e202 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/TemplateTranslator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-06T13:31:16Z" | "2002-02-13T14:20:00Z" |
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]; } | resolved fixed | 6dd9460 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-06T09:20:18Z" | "2001-12-12T18:00:00Z" |
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 | resolved fixed | 323898f | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-05T14:01:46Z" | "2002-04-25T15:53:20Z" |
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. | resolved fixed | 6a0c3d4 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/JavaFormatter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-05T12:56:40Z" | "2002-05-03T23:53:20Z" |
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. | resolved fixed | cd4525e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaUI.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-05T12:26:51Z" | "2002-07-16T20:06:40Z" |
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). | resolved fixed | 3993ffa | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-05T12:09:50Z" | "2002-06-17T10:33:20Z" |
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. | closed fixed | ea120e7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OptionalMessageDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-08-05T10:23:13Z" | "2007-10-23T09:00:00Z" |
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. | resolved fixed | c36b891 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-07-26T16:19:18Z" | "2002-07-23T16:00:00Z" |
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 | resolved fixed | a0c4d3c | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-07-26T14:38:34Z" | "2002-07-26T13:26:40Z" |
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. | resolved fixed | d15285c | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-07-26T13:30:25Z" | "2002-06-11T18:26:40Z" |
21,767 | Bug 21767 nls wizard: needs an 'edit' button | null | resolved fixed | c745d9d | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-07-26T13:28:59Z" | "2002-07-22T15:00:00Z" |
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?). | resolved fixed | 4092b01 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-07-22T14:36:18Z" | "2002-05-13T17:13:20Z" |
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. | resolved fixed | 4af747f | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-26T11:15:23Z" | "2002-06-24T14:46:40Z" |
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. | resolved fixed | f85f2b3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/JavaCapabilityConfigurationPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-24T11:11:40Z" | "2002-06-19T18:06:40Z" |
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). | resolved fixed | 0b1a139 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-24T11:03:53Z" | "2002-06-18T14:20:00Z" |
20,700 | Bug 20700 Code assist activates help UI | null | resolved fixed | cf9960f | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-21T11:19:12Z" | "2002-06-20T02:26:40Z" |
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. | verified fixed | f95b60d | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-21T10:37:38Z" | "2002-06-17T21:40:00Z" |
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; } } | verified fixed | 370d6b1 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-20T09:54:10Z" | "2002-06-19T23:40:00Z" |
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 | resolved fixed | 690b9cf | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestSuiteCreationWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-20T09:32:25Z" | "2002-06-17T18:53:20Z" |
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 | resolved fixed | 92c549d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileDocumentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-20T09:29:23Z" | "2002-06-14T21:26:40Z" |
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. | resolved fixed | bf3151a | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-20T09:09:56Z" | "2002-06-10T23:00:00Z" |
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 | resolved fixed | 02c9efe | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-19T11:41:35Z" | "2002-06-17T21:40:00Z" |
20,595 | Bug 20595 Preference listeners should use equals, not == | null | resolved fixed | 76d5255 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-19T09:50:16Z" | "2002-06-18T19:53:20Z" |
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. | resolved fixed | 7d74fca | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-19T08:56:46Z" | "2002-06-17T13:20:00Z" |
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. | resolved fixed | 3304ed1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-18T18:49:38Z" | "2002-06-13T14:53:20Z" |
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 } | resolved fixed | e11a624 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-18T18:35:49Z" | "2002-06-12T16:40:00Z" |
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. | resolved fixed | 25f383b | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-18T18:20:37Z" | "2002-06-17T16:06:40Z" |
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. | resolved fixed | 67d7d54 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-18T11:33:39Z" | "2002-06-13T17:40:00Z" |
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. | resolved fixed | 8c1b612 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TemplatePreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-18T11:32:57Z" | "2002-06-13T17:40:00Z" |
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. | resolved fixed | cf308b3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSelectMarkerRulerAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-18T10:51:58Z" | "2002-06-13T12:06:40Z" |
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) | resolved fixed | 0925f71 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ShowInPackageViewAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-18T09:41:00Z" | "2002-06-12T16:40:00Z" |
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? | verified fixed | a7dc1c5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionUtil.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-12T17:43:28Z" | "2002-06-12T16:40:00Z" |
20,033 | Bug 20033 Add Javadoc comment on type swallows line delimiter | null | verified fixed | 843e682 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddJavaDocStubOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-12T15:48:04Z" | "2002-06-12T13:53:20Z" |
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. | verified fixed | 80b9a20 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-11T21:22:44Z" | "2002-04-30T18:06:40Z" |
19,075 | Bug 19075 Rename Java file to non Java file causes most actions to crash | F2 - open Java file in editor - rename it so that it has the extension .txt Almost all Java relevant actions in Edit, Source, Refactor, Naviagte and context menu are still enabled. Executing them almost always leads to some sort of exceptions. | verified fixed | aeac1b7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-11T21:21:27Z" | "2002-06-04T14:13:20Z" |
19,104 | Bug 19104 Basket for problems with .java files outside build path | 1) .java file is not inside a source folder - "Rename" refactoring is enabled but does not work: no preview and does not rename if finished is pressed. 2) .java file that is inside a non-Java project - Lots of problems when views hold on to a working copy which can not be mapped to a compilation unit after the editor has been closed - shows red squiggly lines when using "Show Source of selected element only" - same problems as 1) MORE WILL FOLLOW TOMORROW | verified fixed | b5a2f95 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RenameJavaElementAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ModifyParametersAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenExternalJavadocAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ShowInPackageViewAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-11T18:51:03Z" | "2002-06-04T17:00:00Z" |
5,877 | Bug 5877 Rename package -> selection incorrect | 1. select text in a .java file 2. rename the package of that file using the rename menu option 3. notice that the selection has moved Perhaps because selection index isn't updated when the .java file text changes to reflect the new package. | resolved fixed | a1769cf | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-11T17:27:55Z" | "2001-11-14T03:53:20Z" |
18,780 | Bug 18780 Deleting a member in Members view not always working | Build F2 I detected that in some cases deleting a memeber (was a method) from the Members view doesn't get removed from the list. Should fix for F3 | verified fixed | 69a5625 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/MembersView.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-11T15:13:02Z" | "2002-06-03T16:00:00Z" |
17,147 | Bug 17147 Java Editor: missing error indication | F1. - create new Java project - create new class Test - add the word 'Test' as shown below public class Test { Test } Observe: and error appears in the overview bar but no wiggly line. Hovering over the closing bracket shows an error hover. | verified fixed | 7c5ec05 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ProblemPainter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-11T10:51:19Z" | "2002-05-23T07:46:40Z" |
14,444 | Bug 14444 java editor refers to internal jcore classes | ClassFileEditor CompilationUnitDocumentProvider JavaMarkerAnnotation | verified fixed | 5c12b08 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIStatus.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTMLTextPresenter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-11T10:50:54Z" | "2002-04-23T19:26:40Z" |
18,936 | Bug 18936 Assertion failed in MonoReconciler thread | Build F1 I just noticed the following exception in the debugger when I was launching a runtime WSADIE workspace. It looks like the MonoReconciler is running before the Display has been initialized. The assertion which failed was: Display display = Display.getCurrent(); Assert.isNotNull(display); -------------------------------------------------------------------- Thread [org.eclipse.jface.text.reconciler.MonoReconciler] (Suspended (exception org.eclipse.jface.util.Assert$AssertionFailedException)) org.eclipse.jface.util.Assert.isNotNull(java.lang.Object, java.lang.String) line: 133 org.eclipse.jface.util.Assert.isNotNull(java.lang.Object) line: 110 org.eclipse.jface.resource.ImageRegistry.<init>() line: 50 org.eclipse.jdt.internal.ui.JavaPluginImages.<clinit>() line: 41 java.lang.Class.initializeImpl() line: not available [native method] java.lang.Class.initialize() line: 307 org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider$ ProblemAnnotation.<init>(org.eclipse.jdt.core.compiler.IProblem) line: 125 org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider$ CompilationUnitAnnotationModel.endReporting() line: 402 org.eclipse.jdt.internal.core.WorkingCopy.reconcile(boolean, org.eclipse.core.runtime.IProgressMonitor) line: 395 org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile (boolean) line: 71 org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.initialRe concile() line: 120 org.eclipse.jface.text.reconciler.MonoReconciler.initialProcess() line: 95 org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.r un() line: 134 | verified fixed | 719cc91 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-10T17:24:39Z" | "2002-06-03T21:33:20Z" |
16,554 | Bug 16554 "Reconcile Java views" preference is meaningless | "Window->Preferences->Java->Reconcile Java views" I don't think anyone will know what this preference does. It should be given a more meaningful title. | verified fixed | ffcc0a4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-10T16:17:07Z" | "2002-05-21T14:06:40Z" |
18,510 | Bug 18510 ClassFileEditor leaks | In the 0530 build the leaks with the .java editor appear to have been fixed. The scenario I was using before: Create a .java file, close it. In memory profiler do a global GC and mark objects Open the same .java file, close it Does not leave tons of objects around anymore. However, if you import a binary plugin (I did this by importing all plugins) and open the .class file there is a significant leak. To recreate: Select a .class file (I used junit.awtui.AboutDialog.cass) from the junit.jar Open/Close it. Do a global GC, snapshot Open/Close the .class editor Do a global GC | resolved fixed | ba67e47 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-10T15:40:01Z" | "2002-05-31T21:20:00Z" |
19,633 | Bug 19633 JUnit launch configurations are not honoring class path | If I make a junit test that needs different things on the classpath than what a project needs for building, and try to make a launch configuration that reflects that, it looks like the junit runner ignores the LC and just goes with the project build classpath. The concrete example I can give is an EJB, which is built as a generic J2EE component (using sun's j2ee SDK), and I want to test against Weblogic, but don't want to be forced to put weblogic.jar in the the build classpath. If I put the vendor-specific jar (i.e. weblogic.jar) into the build path, the junit test runs fine. If I put it into the launch configuration user classpath, the weblogic InitialContextFactory is not found (instantiated via reflection). If I put it into the bootstrap classpath, the InitialContextFactory is found, but weblogic blows up later on in the test, possibly due being loaded by the bootstrap CL. This problem is repeatable without J2EE app servers involved, and shows up any time a unit test is loading a class via reflection. The trivial case can be worked around by using the boostrap classpath, but the more significant one cannot. | verified fixed | 08fd389 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitLaunchConfiguration.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-10T11:19:30Z" | "2002-06-07T17:13:20Z" |
19,635 | Bug 19635 JUnit useless launch config name when there is no selection | 1) give the packages view focus 2) remove the selection 3) bring up the launch config dialog 4) create a new JUnit launch configuration ->it is given the name (1) should fix | verified fixed | 796d25e | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMainTab.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-10T11:14:31Z" | "2002-06-07T17:13:20Z" |
19,567 | Bug 19567 ProblemsLabelDecorator throws ResourceException when project not open | In the F2 build, org.eclipse.jdt.ui.ProblemsLabelDecorator throws a ResourceException if the IResource passed to decorateImage() is a Project that is closed. The exception is a result of calling findMarkers() on line 178 with the closed project. The fix is to change the first line of getErrorTicksFromMarkers() on line 164 from: if (res == null || !res.exists()) { to: if (res == null || !res.isAccessible()) { isAccessible() is the same as exists() except for projects it tests that the project is open. Thanks. | verified fixed | 3446760 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ProblemsLabelDecorator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-10T11:08:11Z" | "2002-06-07T03:20:00Z" |
19,525 | Bug 19525 Outline selection should not synchronize on editor activation | Build F2. Selection in outline for Java editors is always synchronized to reveal the current cursor position after an editor is activated. This is true even when Java > Editor pref setting for "synchronize outline selection on cursor move" is not selected. Try opening two Java source files. Position the cursor inside the class name on one of the imports. Switch to other editor in the editor area and switch back to the first editor. Outline selection should change to reveal the import the cursor is on. I think this is new behavior in F2, I didn't notice it in F1. Outline selection should only change if the preference is selected, I expect it to not change any of its state otherwise. | verified fixed | 7e11f35 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaReconciler.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaReconcilingStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-10T10:47:28Z" | "2002-06-06T19:00:00Z" |
19,445 | Bug 19445 Text editor should not display tooltip and help infopop simultaneously | null | verified fixed | 105395c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-10T10:39:28Z" | "2002-06-06T02:20:00Z" |
17,709 | Bug 17709 Convert Line Delimiters should disable on read-only files | 20020521 1. Make a CU read-only, open it in the editor 2. Source->Convert Line Delimiters actions are enabled, should be disabled | verified fixed | 9549875 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-10T10:37:00Z" | "2002-05-24T14:20:00Z" |
19,014 | Bug 19014 Empty CU after reorg | F2 - enable single click and show in members in packages view - open TestCase.java in editor - give focus to packages view - change it on disk - copy a method in TestCase using DnD - activate the TestCase.java editor - answer question with no - activate revert from context menu observe: CU is empty | verified fixed | 75a0fe1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-10T09:49:31Z" | "2002-06-04T11:26:40Z" |
19,367 | Bug 19367 Generate Getter and Setter dialog for final fields takes the wrong action | As of F2, when generating a getters and setters for final fields, a dialog asks if it's "OK to only create getter". The options are Yes, Yes to All, No, and Cancel. It looks like selecting "Yes to All" actually acts like No (i.e. the setter gets created), and vice versa. | verified fixed | 24939f0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/AddMethodStubAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/FileTransferDropAdapter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-10T09:49:03Z" | "2002-06-05T15:13:20Z" |
6,295 | Bug 6295 File "save as" bug, new file is read-only | Environment: 0.137 driver on Windows NT 4.0 SP6a 1. Create a Java project and package 2. Create a Java class called "Test" in the project/package created in '1.' above. 3. Edit the "Test" class by adding a comment. 4. Select the "Test" class, the 'File' menu, 'Save Test.java As...', and save as a different file name. You will receive an error dialog that states: "Save Problems x Could not save file Reason: File is read-only" The file will be created but it will be 'read-only' and not read-write. | verified fixed | 6af7848 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-10T08:56:28Z" | "2001-11-26T04:46:40Z" |
15,544 | Bug 15544 JavaDoc wizard includes non-selected packages | If you have two source folders: src and test, and tell the JavaDoc wizard to use only the packages in src, it will include any matching packages from the test source folder. Eg. If I have select the package 'ca.beq.tundra' in the 'src' folder, the generated JavaDocs will also include classes from the 'ca.beq.tundra' package in the 'test' folder. Using integration build 0502. | verified fixed | 431531f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocTreeWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-08T11:25:14Z" | "2002-05-08T15:00:00Z" |
19,395 | Bug 19395 Constructor not found by class wizard or by 'Add constructors from superclass' | Build F2 I tried to subclass TextEditorAction using the Create a Java Class wizard. This class has a single protected constructor. I ensured that 'Constructors from superclass' was checked. I changed the package to place the subclass in my own package. When I hit Finish, the resulting class did not contain any constructors. I also tried to add the constructor using 'Add constructors from superclass', from the Outline's menu. This reported that the class has no unimplemented constructors. I was able to add the constructor by hand with no compiler errors. | verified fixed | 9b34d7a | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-08T09:37:31Z" | "2002-06-05T18:00:00Z" |
19,035 | Bug 19035 Validating Javadoc location causes connection refused in .log | Build F2 1. Open properties of a Java project 2. Enter "" as Javadoc location 3. Press validate 4. Press Ok in the dialog Check the .log: !ENTRY org.eclipse.jdt.ui 4 1 Jun 04, 2002 15:35:15.453 !MESSAGE Internal Error !STACK 0 java.net.ConnectException: Connection refused: connect .... | verified fixed | 04fdbd0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-08T09:28:18Z" | "2002-06-04T14:13:20Z" |
19,234 | Bug 19234 NPE in NewMethodCompletionProposal.apply | Build 20020602 (F2) Sorry, no steps. I was writing code for a couple of hours, and I noticed this stack in my log afterwards. I was using the java browsing perspective to write code. Hopefully the stack trace contains enough information to be useful... Attaching complete log file, but here's the top of the stack: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.correction.NewMethodCompletionProposal.apply(Ne wMethodCompletionProposal.java:253) | closed fixed | 7fcee7a | ["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"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-08T09:23:23Z" | "2002-06-04T22:33:20Z" |
19,045 | Bug 19045 Not Present exception: when changing the output folder | 1) create a JUnit project with a src and bin folder 2) open properties on the project 3) rename bin->bin2 ->get the following not present exception org.eclipse.core.internal.resources.ResourceException: Resource /junit/bin3/junit does not exist. at org.eclipse.core.internal.resources.Resource.checkExists (Resource.java:179) at org.eclipse.core.internal.resources.Container.members (Container.java:177) at org.eclipse.core.internal.resources.Container.members (Container.java:160) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.removeOldClassfil es(BuildPathsBlock.java:721) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.removeOldClassfil es(BuildPathsBlock.java:723) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.internalConfigure JavaProject(BuildPathsBlock.java:656) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.configureJavaProj ect(BuildPathsBlock.java:631) at org.eclipse.jdt.internal.ui.preferences.BuildPathsPropertyPage$1.run (BuildPathsPropertyPage.java:132) 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) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:249) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run (ProgressMonitorDialog.java:335) at org.eclipse.jdt.internal.ui.preferences.BuildPathsPropertyPage.performOk (BuildPathsPropertyPage.java:140) at org.eclipse.jface.preference.PreferenceDialog.okPressed (PreferenceDialog.java:577) at org.eclipse.jface.preference.PreferenceDialog.buttonPressed (PreferenceDialog.java:176) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:398) 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.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.jface.window.Window.runEventLoop(Window.java:558) at org.eclipse.jface.window.Window.open(Window.java:538) at org.eclipse.ui.dialogs.PropertyDialogAction.run (PropertyDialogAction.java:159) 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: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.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1177) 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 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:244) at org.eclipse.core.launcher.Main.run(Main.java:693) at org.eclipse.core.launcher.Main.main(Main.java:526) !ENTRY org.eclipse.core.resources 4 368 Jun 04, 2002 16:02:11.183 !MESSAGE Resource /junit/bin3/junit does not exist. | verified fixed | b7b0ee3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-08T09:13:54Z" | "2002-06-04T14:13:20Z" |
19,365 | Bug 19365 ArrayIndexOutOfBounds: editing Build Path .jar | F2 - File -> New -> Project... - Plug-in Development - Plug-in Project -> Next - set name="asd", Next - Next - select Hello World wizard, Next - Finish -> creates new Project "asd" - select it in the Packages view, right-click -> Properties... - go to Java Build Path page - go to contained Libraries tab - select any of the ECLIPSE_HOME... libraries shown in the list - press Edit... - press OK in the subsequent Variable Extension dialog, get the attached exception | verified fixed | 51089bb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-08T09:10:02Z" | "2002-06-05T15:13:20Z" |
15,730 | Bug 15730 Java compare doesn't copy deleted methods properly | Here are the steps to reproduce: 1. Load a java project from CVS 2. Delete a method from a java file 3. Sync 4. Select the changed file 5. In the Java Structure compare, select the deleted method 6. Choose "copy from right to left" 7. The deleted method is inserted at the top of the java file | resolved fixed | 052a99b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaMergeViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-07T21:35:00Z" | "2002-05-10T14:13:20Z" |
17,913 | Bug 17913 Fail to show source of selected element only in single-click mode | Build 20020521 1. Start new workspace 2. Open Java perspective 3. Create Java project Test 4. Create cu X.java in default package: public class X { public void foo() { } } 5. Select 'source of selected element only' 5. Close X.java 6. Change preferences to open perspective in new window and use single-click to open editor 7. Open Java Browsing perspective 8. Select Test, then default package, then X, then foo Observe: The whole cu source is still shown. It is only when you click in the editor that only the source of foo is shown. | verified fixed | 8db43d2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-07T11:44:45Z" | "2002-05-27T11:46:40Z" |
19,431 | Bug 19431 Selection of new elements in packages view is annoying | from jdt-dev However, I do see that adding an import will expand the compilation unit in the Java Packages view and even expand the import declarations section in order to select the newly added import. I find this very annoying. I don't mind the option to generally "Link Packages view selection to active editor" so long as it's just limited to selecting the compilation unit. But following the addition of imports and auto-expanding to select those entries (and whatever it is that is triggering expansion of the class itself to show the methods) in the Java Packages view is overkill in my opinion. | verified fixed | aa3824e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-07T11:03:23Z" | "2002-06-05T20:46:40Z" |
19,066 | Bug 19066 NPE in RenameTempRefactoring | I was doing some experiments with a .java file opened from the repository. However, I cannot reproduce it. The next time I've tried the action wasn't available in the context menu anymore. We should guard against the null pointer exception. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.rename.RenameTempRefactoring.<init> (RenameTempRefactoring.java:51) at org.eclipse.jdt.internal.ui.refactoring.actions.RenameTempAction.createRefactori ng(RenameTempAction.java:36) at org.eclipse.jdt.internal.ui.refactoring.actions.RenameTempAction.canRun (RenameTempAction.java:54) at org.eclipse.jdt.ui.actions.RenameAction.run(RenameAction.java:73) 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: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.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1177) 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 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:244) at org.eclipse.core.launcher.Main.run(Main.java:693) at org.eclipse.core.launcher.Main.main(Main.java:526) | verified fixed | 583a106 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RenameTempAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2002-06-07T09:52:01Z" | "2002-06-04T14:13:20Z" |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.