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
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
64,672
Bug 64672 Code Formatter Preferences Page Broken - NPE
I200405290105 Selecting the Code Formatter Prefs Page results in an error dialog and NPE: !MESSAGE Plug-in "org.eclipse.jdt.ui" was unable to instantiate class "org.eclipse.jdt.internal.ui.preferences.CodeFormatterPreferencePage". !STACK 0 java.lang.NullPointerException at org.apache.xalan.serialize.SerializerToXML.wri...
verified fixed
f452927
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileStore.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T08:56:25Z
2004-05-29T17:00:00Z
64,604
Bug 64604 Quickfix "put ... in parenthesis" shows wrong expression
With 3M9 I get for the expression if (!Integer.parseInt(value)>0) { a quickfix suggesting Put 'instanceof' in parenthesis "instanceof" is wrong there. Note: The quicktip showing the expected result is correct.
verified fixed
aefe641
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T07:58:32Z
2004-05-28T18:46:40Z
64,508
Bug 64508 Move CU refactoring: Button size and label
20040528 The button doesn't seem to have the standard size (use SWTUtil). There also seems to be a space between 'New' and '...'
verified fixed
8bea5b4
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMoveWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T18:08:27Z
2004-05-28T07:40:00Z
65,321
Bug 65321 Call hierarchy: close "top" file and it won't open again
Steps: 1. Open a project with JUnit 3.8.1 sources 2. Open junit.framework.Assert 3. Double click fail( String ) method 4. Press Ctrl+Alt+H 5. Close Assert.java 6. In the "Call Hierarchy" view double-click "fail( String )" -- the "root" of the hierarchy Observed: Assert.java does not open Expected: Assert.java should op...
verified fixed
501e996
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyUI.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T18:03:04Z
2004-06-02T15:26:40Z
64,902
Bug 64902 packages view: keyboard focus lost after switching layout [browsing]
RC1 - browsing perspective, packages view - normal selection in the list in the view - invoke the view menu (Ctrl+F10) - choose Layout->Hierarchical -> view gets updated as expected -> keyboard focus is lost. There is no way to get out by keyboard only. expected: the element previously selected in the list is not selec...
verified fixed
c3a24d3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T17:00:04Z
2004-06-01T11:40:00Z
64,906
Bug 64906 Externalize Strings: bold items in table don't use dialog fonts [nls] [refactoring]
RC1 - set an unusual dialog font - open externalize strings observe: bold items aren't rendered in dialog font.
verified fixed
bd63c68
["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
2004-06-03T15:46:23Z
2004-06-01T11:40:00Z
64,900
Bug 64900 Task Tag preference page: default tab (bold) doesn't pick up dialog font
RC1 See screen shot.
verified fixed
63f27cf
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TodoTaskConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T15:36:53Z
2004-06-01T11:40:00Z
64,921
Bug 64921 members view: selection of a member does not give proper selection change events [browsing]
RC1 - browsing perspective, smoke test scenario - to make the problem visible, enable "Mark occurrences" - open IMoney.java - in the members view, double click on a not selected element -> ok: the member is selected in the editor, focus is transferred to the editor, the element gets highlighted (-> selection changed ev...
verified fixed
7ead976
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/SelectionListenerWithASTManager.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T15:25:59Z
2004-06-01T11:40:00Z
57,011
Bug 57011 [formatting] AIOOBE when formatting Javadoc
Eclipse: 20040330 Platform: OS X 10.3.3 Using Option+Shift+f to format my code produced the following: java.lang.ArrayIndexOutOfBoundsException: 0 at java.util.ArrayList.get(ArrayList.java:326) at org.eclipse.jdt.internal.ui.text.comment.JavaDocRegion.formatRegion(JavaDocRegion.java:133) at org.eclipse.jdt.internal.ui....
verified fixed
dd1c313
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/JavaDocRegion.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T13:44:16Z
2004-04-01T09:00:00Z
65,252
Bug 65252 Restore Defaults in java hover preferences leads to wrong UI state
Preferences > Java > Editor > Hovers. The 'Restore Defaults' button restores the checked state of the checkboxes in the key modifiers table wrongly. The values of the preferences are correctly restored behind the scenes, but the checkboxes are always restored to the state they were when the dialog was opened. Steps in ...
verified fixed
77fb99e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T13:14:37Z
2004-06-02T09:53:20Z
64,129
Bug 64129 Highlight method exit points fail
When the return type is primitive like int or void, this function works well. But if the return type is a class, like Vector, my Eclipse 3M9 just highlights all the occurrences of "Vector" in the file. This function should be smarter.
verified fixed
ebf7d5b
["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
2004-06-03T12:25:27Z
2004-05-26T14:00:00Z
64,634
Bug 64634 Navigate/Show in/Package Explorer doesn't work
With build I200405281200, if I select a Java file in the Navigator in the Java Perspective and then choose Navigate/Show in/Package Explorer, the Package Explorer is shown but the java file from the navigator is not visible or selected (i.e. the view doesn't expand the project or folder containing the java file).
verified fixed
64f2541
["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
2004-06-03T09:09:46Z
2004-05-28T21:33:20Z
64,418
Bug 64418 [refactor] Change method signature causes InvocationTargetException
Version 3.0.m9. The InvocationTargetException is at the end of this post. I have a method: public void testBigDecimalConverter(BigDecimal expected) throws ModelIOException, ParseException { CobolRecordDefinition rec = this.getTestUtil().getTmDataRecordDefinition(); CobolComp3FieldDefinition data3 = this.getTestUtil().g...
verified fixed
a6d791d
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T08:54:34Z
2004-05-27T17:46:40Z
64,298
Bug 64298 JAR files already in build path still shown when adding JARs.
When adding JARs to the Java build path in 3.0M9, the JAR's that are already added do not get filtered out anymore like with all previous builds (M8 and lower). Instead, the complete list of all available JARs is shown.
verified fixed
7a4b704
["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
2004-05-28T13:15:42Z
2004-05-27T09:26:40Z
64,339
Bug 64339 Javadoc export fails with ArrayIndexOutOfBoundsException [javadoc]
M9 I'm running Eclipse with a JRE. When I selected File/Export/Javadoc nothing happens and I get the log entry below. I had to copy the Javadoc executables from my JDK directory to the JRE directory to workaround. I should get an error message saying that the Javadoc command could not be found and that I need a JDK in ...
verified fixed
791fec5
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-28T11:54:14Z
2004-05-27T15:00:00Z
64,419
Bug 64419 Tomcat example does not need "web app root" attribute
The Tomcat/JSP launching example currently requires the user specify a "web app root" on the main tab. However, all we need is the project (in order to compute a classpath for extra java files and source lookup path). We used to require the attribute for source lookup.
verified fixed
cf9abd6
["org.eclipse.jdt.ui.examples.javafamily/src/org/eclipse/jsp/launching/TomcatLaunchDelegate.java", "org.eclipse.jdt.ui.examples.javafamily/src/org/eclipse/jsp/launching/TomcatTab.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-27T21:03:15Z
2004-05-27T17:46:40Z
64,011
Bug 64011 JavaProjectSourceContainer does not search for non-Java files
Java project source containers can only find Java Source and nothing else. It will only look java files from <JavaProject>/<JavaSource> directory. The Java Project may contain more than just Java files. For example, a web project which is also a Java Project contains JSP and HTML files. In this case, these other source...
verified fixed
f3c8d2a
["org.eclipse.jdt.ui.examples.javafamily/src/org/eclipse/jsp/launching/TomcatSourcePathComputer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-27T18:35:51Z
2004-05-25T21:20:00Z
51,851
Bug 51851 [navigation] Outliner is not updated correctly
build 20040212 1) create the following class public class X { int aaa } 2) place your cursor just after 'aaa' 3) type "bbb,ccc" the outliner contain -------------- X +-ccc : int -------------- 'aaa' and 'bbb' are missing (sometimes the problem does not occur) Java delta seems correct FIRING POST_CHANGE Delta [Thread [o...
verified fixed
ac497ba
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-27T17:03:09Z
2004-02-12T15:33:20Z
57,751
Bug 57751 1) Export javadoc not based on package explorer selection but on open editor [javadoc] [export]
build: eclipse r3.0 M8 I find that when making a selection of a project in the Package Explorer view, then open the popup menu and select Export > javadoc and press the Next button, the selected export option is based on the file selected in the editor and not the project in the package explorer. When exporting to jar ...
verified fixed
be2144b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-27T15:31:43Z
2004-04-07T15:00:00Z
60,978
Bug 60978 JUnit scroll lock not working [JUnit]
Build I20040504 The JUnit view's scroll lock button has no affect. The the list of failures scrolls as new entries are added.
verified fixed
3a95f06
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-27T14:50:36Z
2004-05-04T22:33:20Z
64,330
Bug 64330 Pull-Up: error message should be more clear when all super types are binary
null
verified fixed
b85e1e9
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-27T13:45:23Z
2004-05-27T15:00:00Z
47,337
Bug 47337 Placement of exisiting comments after Add javadoc [code manipulation]
null
verified fixed
c0d6d66
["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
2004-05-27T12:57:09Z
2003-11-24T13:20:00Z
53,860
Bug 53860 Extract Local does not work on static parameter in call to constructor [refactoring]
I20040304 Extract Local on "SWT.NORMAL" in the following statement does not work: fRanges.add(new StyleRange(j, word.length(), fLocalColor, null, SWT.NORMAL)); Error Message: Cannot extract this name - try selecting the whole instance creation expression.
verified fixed
3de942a
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test81_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test81_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java", "org.eclipse.jdt.ui/core"...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-27T09:05:36Z
2004-03-05T15:20:00Z
63,940
Bug 63940 Quickfix shows same text for 5 method options
build M9 - open class UIPreferenceInitializer in org.eclipse.ui.internal - change the following line FROM: store.setDefault(IWorkbenchPreferenceConstants.OPEN_NEW_PERSPECTIVE, IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE); TO: store.setddDefault(IWorkbenchPreferenceConstants.OPEN_NEW_PERSPECTIVE, IWorkbenchPr...
verified fixed
440f3c5
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-27T09:02:28Z
2004-05-25T18:33:20Z
61,878
Bug 61878 Package explorer is filtering out plugin dependencies [package explorer]
Build 20040506 When expanding the Plug-in Dependencies container, it is counter-intuitive to hide project dependencies. These are shown in the build path wizard itself, when you expand this container. I would expect to see them all the time.
verified fixed
8aadc81
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/ClassPathContainer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoRequiredProjectAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jd...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-27T08:31:01Z
2004-05-12T11:06:40Z
62,871
Bug 62871 Extract Local Var: Index Out Of Bounds in ExtractTempRefactoring.getFirstReplacedExpression
I200405190010 Dumb user selected a field reference (fMB2 in MoneyTest.setup) and then Extract Local Variable. Clicked OK. java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:283) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(Refactoring...
verified fixed
00f873d
["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
2004-05-27T08:00:24Z
2004-05-19T12:33:20Z
61,172
Bug 61172 [rulers] quick assist hides quickfix icon
1) mistype a method call ->you get a quick fix but the quick fix is overlayed by the quick assist 2) press the quick assist icon ->you the the quick fix proposals
verified fixed
a254ecf
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistLightBulbUpdater.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-27T07:45:25Z
2004-05-06T07:53:20Z
64,286
Bug 64286 Mark exit points does not mark selected element (inconsistency)
I200405250800 in all other occurrence marking things the selected element is also highlighted.
verified fixed
6f6ef2f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MethodExitsFinder.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-27T07:41:14Z
2004-05-27T06:40:00Z
48,779
Bug 48779 Extract local should work in initializers as well [refactoring]
I20031211 Title says it all.
verified fixed
7905560
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test79_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test79_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test80_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-27T07:27:49Z
2003-12-15T20:26:40Z
64,015
Bug 64015 InvocationTargetException during Extract Constant [refactoring]
Version 3.0.m9. I got the InvocationTargetException below when I clicked OK to a Extract Constant refactoring. In the method: byte[] allocateBuffer(String cics, String program, String user, String password, int timeOutSeconds, byte[] data) throws UnsupportedEncodingException { int minLen = IN_BUFLEN_CICS + IN_BUFLEN_PR...
verified fixed
0072a41
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/fragments/ASTMatchingFragmentFinder.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-26T18:26:11Z
2004-05-26T00:06:40Z
63,222
Bug 63222 problem messages during refactoring are being collapsed [refactoring]
i200405200800 I have seen this with other builds as well. When a problem happens during refactoring, the descriptions are collapsed, making it impossible to understand what is wrong. Will attach screenshot.
verified fixed
6dd7166
["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringStatusViewer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-26T18:03:56Z
2004-05-20T16:20:00Z
63,700
Bug 63700 Javadoc problem with project/package formatting
I've just downloaded 3.0 M9 and set up the following Javadoc comment setting: "New line after @param tags" UNCHECKED If I manually call format in an open file, param's description goes in the same line as @param, as expected. However, if I right-click a project or package to format several files at once, param's descri...
verified fixed
4fa4663
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FormatAllAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-26T15:54:58Z
2004-05-24T14:46:40Z
63,513
Bug 63513 Refactoring (moving public static final BigInteger to another type) exception [refactoring]
Eclipse M9: Here is the stack trace: !SESSION 22, 2004 07:48:25.934 -------------------------------------------- - eclipse.buildId=I200405211200 java.version=1.4.2_04 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=iw_IL !ENTRY org.eclipse.ui 4 4 22, 2004 07:48:25.954 !MESSAGE U...
verified fixed
096ab8f
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-26T15:51:00Z
2004-05-22T07:13:20Z
62,880
Bug 62880 NLS Wizard: Source folder content assistant shows duplicates [nls] [refactoring]
200405190010 - Externalize Strings - in NLS Wizard, click 'Configure...' to open 'Configure Accessor Class' dialog - Ctrl+Space -> Source folder content assistant shows duplicates (e.g. I have 7 times 'org.eclipse.compare/compare')
verified fixed
2f2c30c
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaSourcePackageFragmentRootCompletionProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-26T15:22:39Z
2004-05-19T12:33:20Z
62,240
Bug 62240 Use of deprecated API SearchEngine#searchAllTypeNames
I20040513 + org.eclipse.jdt.core v_428a In org.eclipse.jdt.core v_428a, the version SearchEngine#searchAllTypeNames (...) that takes a matchMode and isCaseSentive is being replaced with a version that takes a matchRule.
verified fixed
16691ce
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/AddImportOnSelectionAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-26T15:15:27Z
2004-05-14T10:20:00Z
64,105
Bug 64105 Cannot set data in clipboard [ccp]
null
verified fixed
b216293
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClipboardOperationAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-26T15:04:44Z
2004-05-26T14:00:00Z
64,108
Bug 64108 Javadoc keywords settings no longer work in Java Editor
Using build I200405260010. I've noticed that Javadoc keywords (ie. tag names in javadoc comments) were no longer highlighted. Trying to see if my preferences were reset and then realized that whatever color or style I set for Javadoc keywords, they stay unchanged...
verified fixed
b96aeb2
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-26T14:32:43Z
2004-05-26T14:00:00Z
63,554
Bug 63554 NPE in QuickAssistProcessor [quick fix]
I'm using M9 (Build id: 200405211200), occured sometimes in Java editor. Error Mai 22, 2004 21:01:24.910 Internal Error java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.correction.QuickAssistProcessor. getCoveringNode(QuickAssistProcessor.java:307) at org.eclipse.jdt.internal.ui.text.correction.QuickA...
verified fixed
46f0a34
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AssistContext.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-26T13:54:34Z
2004-05-22T21:06:40Z
63,845
Bug 63845 quick assist: NPE in getInvertEqualsProposal [quick assist]
3.0 m9 code: class CellWrapper2{ private Cell _cell; public CellWrapper2(Object elem){ _cell = new Cell(elem); } public Cell getCell(){ if (this.equals(_cell)) { return _cell; } return _cell; } public Object getElem(){ return _cell.getData(); } } class Cell{ private Object _data; public Cell(Object data){ _data = data;...
verified fixed
1a260f3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-26T13:49:26Z
2004-05-25T13:00:00Z
63,794
Bug 63794 NLS Search reports bogus match ranges [search]
M9 1) Do an NLS search with org.eclipse.search.internal.ui.SearchMessages and the SearchMessages.properties file in the same package 2) Observe: you get 116 unused keys reported, but there are two problems: a) you get an internal error dialog b) when I fixed the internal error (its' an error trying to log a BadLocation...
verified fixed
44d8f11
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/PropertyFileDocumentModel.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-26T09:28:07Z
2004-05-25T07:26:40Z
63,908
Bug 63908 Refactorings should inform user about unprecise matches
M9 Currently refactoring considers unprecise matches during searching and refactors them as well which can lead to unexpected results. Refactorings should inform the user about this.
verified fixed
134a20d
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/reorg/MoveTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringSearchEngine.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineConstantRe...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T19:46:04Z
2004-05-25T15:46:40Z
61,508
Bug 61508 Internal error in sematic highlighting job
I20040506 + Plug-in Export 05.07 While importing plug-in and fragments via PDE I got the following exception: !ENTRY org.eclipse.core.runtime 4 2 Mai 08, 2004 19:00:00.334 !MESSAGE An internal error occurred during: "Semantic Highlighting Job". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.java...
verified fixed
7c50901
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingPresenter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingReconciler.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T18:46:26Z
2004-05-08T18:13:20Z
46,773
Bug 46773 [formatting][templates] template formatting fails if produced code is not valid java syntax
I200311050952 using the following template ----------------------------- public ${enclosing_type}(${arguments}) { ${cursor} } ----------------------------- I get the following error: !ENTRY org.eclipse.jdt.ui 4 10001 Nov 17, 2003 14:26:29.847 !MESSAGE formatter failed to format (no edit returned). Will use unformatted ...
verified fixed
f8c90a9
["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
2004-05-25T18:42:45Z
2003-11-17T14:40:00Z
63,250
Bug 63250 searching for .class files failes
20040520 1. New workspace, create a project with one class test.Main. 2. Use File Search file name pattern "*.java" containing text empty (or *) No results are found. I expected Main.class (which I see in the navigator) (Also fails in other workspaces)
verified fixed
ec3743c
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameFinder.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T15:36:20Z
2004-05-20T16:20:00Z
63,155
Bug 63155 [Refactoring] no user feedback when error during implicit refactoring triggered by drag'n'drop
null
verified fixed
ff799bb
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDropAdapter.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/participants/ProcessorBasedRefactorin...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T14:39:35Z
2004-05-19T23:40:00Z
59,698
Bug 59698 [browser] investigate support for custom popup menu
The Browser widget for 3.0 has the following behaviour: 1. By default, expose the native popup menu if the embedded native browser exposes one (at the moment, this applies to IE only. Other browsers don't provide a 'free' default one). No custom menu can be set or modified on any platform. 2. allow apps to block the de...
resolved fixed
e7e980d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/SourceView.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T14:02:16Z
2004-04-22T21:40:00Z
63,641
Bug 63641 Menu cleanup in JDT UI
* Navigate - Open type Hierarchy (F4) should become dynamic based on the preference setting 1) Open type hierarchy (F4) opens type hierarchy perspective 2) Show type hierarchy (F4) shows the type heirarchy view in the current perspective - Open Call Heirarchy TO Show Call Heirarchy - Show Outline (Ctrl+O) TO Quick Outl...
resolved fixed
13c5749
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CCPActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T13:29:35Z
2004-05-24T09:13:20Z
62,716
Bug 62716 Java Editor Text Hover prefs: Error Message stays unless row selected
200405180816 - Open Java > Editor > Hovers prefs page - Click or doubleclick checkbox in front of "Variable Values" to check -> Error message, is OK - Click again to uncheck => Error message persists. Only goes away after clicking into the table or selecting another row.
verified fixed
708034a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T12:24:39Z
2004-05-18T17:06:40Z
62,718
Bug 62718 [preferences] Java Editor Text Hover prefs: Table should not allow multi-row selection
200405180816: Java Editor Text Hover prefs: Table should not allow multi-row selection
verified fixed
e92550c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T10:43:50Z
2004-05-18T17:06:40Z
63,390
Bug 63390 JavaDoc view should use a style sheet
The JavaDoc view is now using the HTML widget. To improve the rendering of the javadoc it should make sure that the corresping style sheet is available.
verified fixed
dd55a7d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTMLPrinter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T09:47:53Z
2004-05-21T11:46:40Z
38,341
Bug 38341 [reconciling] NewNotPresentException in Java Outline view
build M20030602 - in a self-hosting workspace created using R2.1, - I reimported binaries using build M20030602 (latest 2.1.1 integration build) - it failed with the following dialog: title: Problem while opening message: Cannot open input element: Reason: D:/eclipse-M20030602/eclipse/startup.jar [in org.eclipse.platfo...
verified fixed
e164a98
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T09:36:12Z
2003-06-02T18:53:20Z
63,529
Bug 63529 Shorten the Job description for Search Jobs
The Job description is shown in the progress segment in the status bar. To avoid that the label in the segment gets compressed like "Search for Referen...space" it should be shortened to only show the Job's main function, e.g. "Java Search", "File Search", ...
verified fixed
7b70861
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchQuery.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T08:25:43Z
2004-05-22T15:33:20Z
51,632
Bug 51632 Change Method Signature: Rename method name issues
20040211 - When the name is empty, the error says 'Choose a name'. Needs a dot. - When 'XXX' is entered, the wizard does not warn about the discouraged name - When entring the same name as the declaring type an error says 'Method cannot have the same name declaring class'. This is not forbidden, just discouraged. Note ...
verified fixed
04a865f
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeSignatureWizard.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/Parame...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-25T07:39:59Z
2004-02-11T14:33:20Z
63,769
Bug 63769 Endless loop after Show in Package Explorer
there are situations when you run in an endless loop in show in package explorer when the action is attempting to reveal an element.
verified fixed
782dc57
["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
2004-05-24T23:26:29Z
2004-05-24T23:06:40Z
55,884
Bug 55884 Loading a user library from file does not warn when overwriting an existing library [build path]
Works in I2004032400010 + plug-in export for I200403240800 Add library 'mylib'. Save it. Change it. Load library from file. ==> should warn that 'mylib' gets changed.
verified fixed
380213e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T21:42:05Z
2004-03-24T14:53:20Z
62,666
Bug 62666 Exception when renaming a package [refactoring]
I200405171219 I am renaming a package due to a conflict between a package name and a class name. When the SearchPattern is created in RenamePackageProcessor.getReferencesToTypesInNamesakes(), a null is returned because there are no typesToSearch, ie, IType[0]. java.lang.reflect.InvocationTargetException at java.lang.Th...
verified fixed
46bdc75
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T17:38:14Z
2004-05-18T14:20:00Z
63,382
Bug 63382 Occurrences search: Annotations not shown in re-opened editor [search]
200405210010 - select return type of "TestResult run()" in TestCase.java - Search > Find Occurrences in File -> search annotations are correctly shown in vertical ruler - close editor - Navigate > Back -> only one search annotation is shown in vertical ruler -> expected: all annotations shown "Go to Next/Previous Annot...
verified fixed
c0da2ea
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesSearchResult.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T16:06:53Z
2004-05-21T11:46:40Z
62,849
Bug 62849 opening .options files uses external editor too often
should fix for 3.0 - not critical for 3.0 M9 steps to reproduce: 1. search for files named .options 2. try to open from Search view ==> tries to open external editor Navigator or Package Explorer open it in internal text editor
verified fixed
1c01a60
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchEditorOpener.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchResultUpdater.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T15:41:04Z
2004-05-19T07:00:00Z
63,637
Bug 63637 Mark method exits does not work for non-primitive types
3.0 M9 It works for methods with primitive or void return types. Steps to reproduce: 1. Select method with a non-primitive return type. Expected result: The method exists are marked Actual result: The occurrences of the type in the file are marked.
verified fixed
e59864c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MethodExitsFinder.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T15:23:10Z
2004-05-24T06:26:40Z
63,145
Bug 63145 Mark method exits by itself is not working
Build I200405190010 1. Check Java > Editor > Mark occurrences > Mark method exits (only) 2. Select the return type of a method containinga return statement Observe: the return type is not highlighted. Expectation: it should be. 3. Check Java > Editor > Mark occurrences > Mark exceptions (in addition to Mark method exit...
verified fixed
bb3ba13
["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
2004-05-24T14:47:02Z
2004-05-19T20:53:20Z
62,703
Bug 62703 refactoring & source quick menus location should be confined to workbench [quick menu]
I20040518 M9 testpass 1. Use eclipse without it covering the entire screen, but merely the lower left 2. Open JavaEditor.java 3. Put the editor caret somewhere on AbstractSelectionChangedListener::install 4. Without changing the selection, scroll to the very end of the end of the file 5. Press Alt+Shift+T/S to bring up...
verified fixed
38fde89
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/JDTQuickMenuAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/QuickMenuAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T14:11:58Z
2004-05-18T17:06:40Z
62,755
Bug 62755 Introduce parameter refactoring: offer Code Assist [refactoring]
20040514 - select an expression in a method and invoke 'Introduce parameter' - The dilaog that shows up a.) does not have name code assist b.) the label should say 'Parameter name:' (not 'Parameter Name:')
verified fixed
3c21bb2
["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Javadoc2.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/StaticGetter1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/out/Javadoc2.java", "org.eclipse.jdt.ui.tests.refactoring/re...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:57:44Z
2004-05-18T19:53:20Z
62,756
Bug 62756 Introduce parameter refactoring: Should update javadoc
20040514 - In a method that has a Javadoc comment: - Select an expression in a method and invoke 'Introduce parameter' - The parameter is added but the method's javadoc is not updated
verified fixed
170a579
["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Constructor1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Javadoc1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Javadoc2.java", "org.eclipse.jdt.ui.tests.refactoring/resourc...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:22:06Z
2004-05-18T19:53:20Z
63,400
Bug 63400 elements not removed from hierarchical search
20040520 Ensure that you are use the hierarchical presentation for search. 1. Do a search with several hits: references to toString, or JavaCore, or ... 2. Remove one of the leaf elements from the list (one method or type). The count of search items decreases, however, the view is not updated. When I remove the last el...
verified fixed
f3c5549
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/LevelTreeContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T13:04:32Z
2004-05-21T14:33:20Z
63,062
Bug 63062 [templates] "Restore Removed" button on template pref page not updated as expected
Remove a template from the Ant editor templates or the Java editor templates. Click the Restore Removed After clicking, I would expect the button to return to the disabled state.
verified fixed
c9d11ea
["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
2004-05-24T10:55:04Z
2004-05-19T18:06:40Z
63,485
Bug 63485 [projection] DefaultJavaFoldingStructureProvider's element changes listener not removed
I200405211200 For each Java editor opened a DefaultJavaFoldingStructureProvider is leaked as an element change listener is not getting removed from JavaCore. When the editor is closed, a new element changed listener is added when the document is set to null. The original element changes listener (added when the editor ...
verified fixed
06cbc0a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingStructureProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T10:02:18Z
2004-05-21T20:06:40Z
62,429
Bug 62429 Document partitioner not set when user assigns extension to editor
An editor is entitled to assume that its document partitioner will be set. But when the user associates an extension, e.g., "*.foo", with an editor using preferences, the partitioner for the editor is never set and there is no API (plugin.xml or otherwise) to make it happen. This is fundamentally broken in Eclipse and ...
resolved fixed
9b75625
["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
2004-05-24T09:49:46Z
2004-05-16T23:26:40Z
58,540
Bug 58540 change signature refactoring interaction: validate as you type [refactoring]
- Select a method that takes an arg in some interface (whatever) and refactor the signature - in the dialog you get, the arg's type and name shows up in a table - click in the type box and type the new type name. - notice that the OK/Finish button is still disabled - click on the Edit button - then click ok - notice th...
verified fixed
a15d9e2
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T09:42:29Z
2004-04-14T19:13:20Z
62,654
Bug 62654 ConcurrentModificationException in Rename Method [refactoring]
I20040517 By accident, I was renaming a method to another method which matched on return type and arguments. java.lang.reflect.InvocationTargetException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.reflect.InvocationTargetException.<init> (InvocationTargetExce...
verified fixed
06f583b
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameAnalyzeUtil.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T09:16:23Z
2004-05-18T14:20:00Z
58,098
Bug 58098 Smart cursor positioning in java names don't work for CONSTANT_NAMES
Smart cursor positioning in java names don't work for CONSTANT_NAMES both when moving and deleting (Ctrl+Delete). I assume it should as CONSTANT_NAMES are equally part of a Java naming standard just as methodNames() are. In case it works as designed then option name should be changed to accurately describe its actual f...
resolved fixed
e0a49b0
["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
2004-05-24T08:37:47Z
2004-04-11T13:26:40Z
61,198
Bug 61198 References in Project: Title shows wrong project
I200405060200 1. in the Java editor select a type from project A which comes not from the same project as the opened file (project B). 2. search for refs in project ==> title says project A, matches are from B
resolved fixed
69379d7
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsInProjectAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindImplementors...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T08:33:39Z
2004-05-06T13:26:40Z
62,959
Bug 62959 Search in enclosing project doesn't take project from editor
null
verified fixed
c10104c
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-24T08:10:44Z
2004-05-19T15:20:00Z
62,938
Bug 62938 quick fix list should pre-select what's already filled in [quick fix]
Maybe this is a feature request, but I've been having this problem for months and just now figured out what was causing it (I thought it was keystroke glitches on my part). When I select "add throws declaration" from quick fix, usually the desired exception is filled in (in linked edit mode), and I'm given a list to ch...
verified fixed
3abda3d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedCorrectionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-23T02:33:17Z
2004-05-19T15:20:00Z
62,899
Bug 62899 NLS Wizard: spaces at beginning of strings must be escaped [nls] [refactoring]
200405190010 - Externalize "Hello" + " World". - the space before "World" must be escaped with a \ in the properties file, since whitespace after the = is stripped by the properties file reader.
verified fixed
0be25be
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/nls/PropertyFileDocumentModellTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/PropertyFileDocumentModel.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrect...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-23T02:27:47Z
2004-05-19T12:33:20Z
63,351
Bug 63351 [Navigator] Import/ExportResourcesAction not removed as listeners of selection service
Open and closing the navigator view, these actions are leaked. It would appear that the dispose for these actions is not getting called?
resolved fixed
61a2cc3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ImportActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-21T14:04:17Z
2004-05-21T00:40:00Z
55,513
Bug 55513 [syntax highlighting] Task tag with @ not working
I20040318 Define a tasktag like "@mytag". Observe: a task is generated by J Core but we don't render it as task tag
verified fixed
ec2bb4d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-21T11:03:41Z
2004-03-22T12:53:20Z
63,268
Bug 63268 error while activating view
I'm not sure what caused this behaviour. I created a workspace this morning, imported a few projects, and ran the UI Test Suite. However, I got an error when trying to activate the Hierarchy view (by clicking on it). The error looks like an infinite loop. The trace is over 800 lines long, so I'll attach it in a minute.
verified fixed
dc38062
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-21T09:53:55Z
2004-05-20T19:06:40Z
63,313
Bug 63313 String index error creating template
I0520 noon build - go to the Java - Editor - Templates preference page - press New... - enter 'j' (no quotes) into the Pattern text entry and will get the following exception !ENTRY org.eclipse.ui 4 4 May 20, 2004 16:10:27.299 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 20, 2004 16:10:27.299 !...
resolved fixed
d17dcf2
["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
2004-05-21T09:53:21Z
2004-05-20T19:06:40Z
62,968
Bug 62968 Source folders disappear in Package Explorer if set to Hierarchical Layout
I200405190010 If I set the view to "Hierarchical Layout" in the Package Explorer my "src" folder shows as empty if there are no java files in the root package (i.e. only sub-packages at the first level). Setting to "Flat" and they appear again. Tried a new Java project to recreate, but the problem is not showing on new...
resolved fixed
70f9db7
["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
2004-05-20T21:13:31Z
2004-05-19T15:20:00Z
62,859
Bug 62859 NLS wizard adds wrong keys to properties file
I20040519_0100 - create a test class A with one string - externalize the string (you get a key A.0) - now change the key used in A.java without updating the properties file (for example use A.00) - add a second string - externalize the string observe: the properties file now contains an entry A.00= which is bogus.
resolved fixed
ac84942
["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
2004-05-19T16:27:08Z
2004-05-19T09:46:40Z
62,868
Bug 62868 Error introduced by "create method definition in super class/interface" Quick Assist [quick assist]
I200405190010 I used this quick assist but did not notice that my method was protected and that the method got created in an interface. If a method is protected and it only implements an interface then the quick assist should not be enabled.
resolved fixed
f1747a8
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewDefiningMethodProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-19T16:21:41Z
2004-05-19T09:46:40Z
62,853
Bug 62853 Quick Fix return type of overridden method: empty name for anonymous class [quick fix]
I20040519-0010 - invoke Quick Fix on Composite getTargetControl() -> first proposal is: "Change type of '.getTargetControl(..) to 'Control' -> should be: "Change type of 'new SuperTactileListener() {..}.getTargetControl(..) ..." public class MyPart { MouseMoveListener getHoverUpdater() { return new SuperTactileListener...
resolved fixed
57c7a97
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeChangeCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeMismatchSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-19T16:09:12Z
2004-05-19T09:46:40Z
62,787
Bug 62787 no smart semicolon in single quotes
20040518 Smart semicolon could be cleverer in single quotes. Having the cursor inside 'a' and press ';' you get 'a;' which is probbaly not what is intended. Another point is that for double quotes, smart semicolon is 'cleever' and jumps to the end of the line (here it would make more sense to stay in the string area) H...
resolved fixed
ddbc8f0
["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
2004-05-19T14:48:12Z
2004-05-18T19:53:20Z
62,863
Bug 62863 Assertion failed when using NLS search [nls] [search]
I200405190010 Selected properties file in Package Explorer and used project scope. Maybe it is caused by the fact that the active editor shows a file from the repository. Though I don't know why this should have any influence since the Package Explorer was the active part. !ENTRY org.eclipse.ui 4 4 Mai 19, 2004 11:59:0...
verified fixed
73a0394
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-19T14:09:33Z
2004-05-19T09:46:40Z
62,437
Bug 62437 Hang on 0506 build related to indexing?
My development environment "hung". I did ctrl-break and will attache stack dumps. I can't read these (easily) in detail, but looked related to JDT indexing, so thought I'd route to JDT first. The only thing "unusuall" I was doing in IDE was that I'd just copied a java source file form one plugin/package to another plug...
verified fixed
18a4b60
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportRewrite.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImpor...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-19T13:51:11Z
2004-05-17T05:00:00Z
62,896
Bug 62896 [misc] Quick Outline should not show override indicators if decorator disabled
I20040519 The quick outline shows override indicators no matter whether the Override indicator decorator is enabled in the prefs or not. We should only install the decorator if the prefs says so since this is a performance saver.
resolved fixed
9745e6f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-19T13:41:16Z
2004-05-19T12:33:20Z
62,878
Bug 62878 [misc] Mark Occurrences of exceptions/types inconsistent
I200405190010 - disable Mark Exceptions - enable Mark Types - in TestCase: - position cursor on Throwable of runBare() declaration -> type Throwable is marked - posititon cursor on Throwable of runTest() delcaration -> type Throwable is not marked This is inconsistent.
resolved fixed
37b90cd
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ExceptionOccurrencesFinder.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-19T12:38:28Z
2004-05-19T12:33:20Z
62,873
Bug 62873 [misc] Mark occurrences detects static fields as constants
I200405190010 - disable "Mark constants" - enable "Mark non-constant fields" - in TestCase change fName to be static -> fName is no longer marked
resolved fixed
38a9feb
["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
2004-05-19T11:32:36Z
2004-05-19T12:33:20Z
62,840
Bug 62840 NPE while pasting
Build: I-20040518-2000 I copied a line from a bugzilla report using Ctrl-C I tried to paste it into my Java file (Ctrl-V) and I kept getting the following NPE: Error May 18, 2004 23:52:48.859 The command for the key you pressed failed java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor$O...
verified fixed
12bb438
["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
2004-05-19T07:36:55Z
2004-05-19T04:13:20Z
62,794
Bug 62794 Stub on code assist: Should check if method name is valid Java id
20040518 - between two method, enter 'while' press code assist - proposal is to create method 'while' created method is of course invalid -> should check if method name is not a keyword
verified fixed
1a5349a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-18T20:36:43Z
2004-05-18T19:53:20Z
62,747
Bug 62747 CCE in UnresolvedElementsSubProcessor
20040518 java.lang.ClassCastException at org.eclipse.jdt.internal.ui.text.correction.UnresolvedElementsSubProcessor.addSimilarVariableProposals(UnresolvedElementsSubProcessor.java:296) at org.eclipse.jdt.internal.ui.text.correction.UnresolvedElementsSubProcessor.getVariableProposals(UnresolvedElementsSubProcessor.java:...
verified fixed
12ea3ef
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-18T18:53:35Z
2004-05-18T19:53:20Z
62,686
Bug 62686 Missing classes in hierarchy [type hierarchy]
I200405180816 Open type hierarchy on IWorkbench. The implementing class Workbench is not shown. You have to press 'Show subtype hierarchy' to see it.
verified fixed
3444b32
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TraditionalHierarchyViewer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-18T18:25:18Z
2004-05-18T17:06:40Z
62,508
Bug 62508 [Externalize] Edit fails when key or value is null [nls] [refactoring]
N20040517 on WXP Externalize any source which can be externalized, e.g. ExternalizeWizardPage.java Select a row which has a null key and/or value. This is common when you have asked to ignore/skip these items. You will get the following: java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at ja...
resolved fixed
50390a3
["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
2004-05-18T16:00:15Z
2004-05-17T18:53:20Z
61,866
Bug 61866 ConcurrentModificationException in UndoCollector/AbstractDocument
I20040511 (4pm) I found this in the log allthough I didn't notice any problems during editing Java files. I'm not sure if jface.text is Text or UI component. Please reassign if necessary. !ENTRY org.eclipse.ui 4 4 Mai 12, 2004 10:52:27.500 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Mai 12, 2004 1...
verified fixed
5f84213
["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
2004-05-18T13:42:25Z
2004-05-12T08:20:00Z
62,591
Bug 62591 [misc] Javadoc view keeps prompting about HTML widget
Dear Javadoc view, I was pleased the first time you warned me about the lack of an HTML widget on my platform. However, now that you've told me about it 100 times, I think it's time you and I stop talking about this problem. Thanks, Jared Linux-GTK
resolved fixed
58f9f0a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-18T10:58:17Z
2004-05-18T06:00:00Z
62,612
Bug 62612 NPE in EclipsePreferences.internalGet(...)
I200405171219 + ZRH smoke plugin-export 20040518_1115 After start and shutdown of the Buildmeister runtime I found the following exception. It looks like getTextPreferenceKey() in AbstractAnnotationHover#getHoverInfo() at line 83 returned null. java.lang.NullPointerException at org.eclipse.core.internal.preferences.Ecl...
resolved fixed
5db3d51
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractAnnotationHover.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-18T09:43:26Z
2004-05-18T08:46:40Z
62,603
Bug 62603 NPE in JavaTypeCompletionProcessor [refactoring]
I20040514 + ZRH plug-ins from 20040518 1. Have this java class: <pre> package org.eclipse.jdt.text.tests; import java.text.CharacterIterator; import junit.framework.Assert; import junit.framework.TestCase; import org.eclipse.jdt.internal.ui.text.WordNavigator; /** * @since 3.0 */ public class WordNavigationTest extends...
resolved fixed
791085b
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/CUPositionCompletionProcessor.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaTypeCompletionProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-18T09:04:24Z
2004-05-18T08:46:40Z
62,503
Bug 62503 Classloader problem with older versions of JUnit [JUnit]
I have a project with a version 3.6 junit.jar on the classpath. In 3.0M8 when I run a test with an assertEquals() that fails, I get this error: java.lang.NoClassDefFoundError: junit/framework/ComparisonFailure at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.addFailure(RemoteTestRunner.java:533) at junit.frame...
resolved fixed
73ac583
["org.eclipse.jdt.junit.runtime/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
2004-05-18T08:56:39Z
2004-05-17T16:06:40Z
61,641
Bug 61641 Introduce Parameter introduces compile errors when used on arrays
In M8, applying the Introduce Parameter refactoring on the argument passed to doSomething(...) in the following scenario: public class AClass { public void method1() { method2(); } public void method2() { doSomething(new int[] {1, 2, 3}); ... } ... } Gives: public class AClass { public void method1() { method2(new int[...
resolved fixed
78a8cb1
["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Formatting1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/out/Formatting1.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceParameterTests.java", "org.ecli...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-18T08:05:13Z
2004-05-10T20:13:20Z
61,014
Bug 61014 All types cache populated during start-up
When restoring a crashed workspace the AllTypeCache Updater has shown-up during the start-up sequence before an event loop is active. The suspicion is that this updating is triggered by a delta before the runnable that triggers the initial population is executed. The solution we have discussed is that the all types cac...
resolved fixed
3341f9e
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-05-18T07:32:21Z
2004-05-05T12:26:40Z