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]
48,732
Bug 48732 ChangeTypeRefactoring: shouldn't create Error exception
I20031211 The method collectAffectedUnits contains shouldn't contain code like if (selectedMethod == null){ throw new Error(RefactoringCoreMessages.getString ("ChangeTypeAction.exception")); //$NON-NLS-1$ } Bindins.finsMethod can return null and the code should handle the case and not throw an error which isn't very he...
resolved fixed
42c4248
["org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testObjectReturnType_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testObjectReturnType_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/Chang...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-28T16:34:03Z
2003-12-15T12:06:40Z
59,326
Bug 59326 DeferredMethodWrapper needs to update imports
We are going to move IElementCollector to org.eclipse.ui.progress in M9 so please update your imports accordingly in DeferredMethodWrapper . The org.eclipse.ui.progress.IElementCollector currently extends org.eclipse.jface.progress.IElementCollector but this dependency will be severed in M9 and the jface version will b...
resolved fixed
72784bd
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/DeferredMethodWrapper.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-27T17:26:51Z
2004-04-20T19:40:00Z
39,783
Bug 39783 [preferences] template editor in preferences should honor partition type
200307030800 1. Preferences, Java->Editor->Templates 2. Add a template for javadoc 3. syntax highlighting shows default (java) partition type highlighting -> should respect partition type setting, e.g. initialize the viewer with javadoc
resolved fixed
e1cf258
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaTemplatePreferencePage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-27T12:31:08Z
2003-07-09T05:53:20Z
60,078
Bug 60078 NPE in ASTConverter
Failing test in N-N20040427-200404270010, org.eclipse.jdt.ui.tests. I disabled the test for the I-build. java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointerException.java:60) at java.lang.StringBu...
verified fixed
9458409
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-27T11:03:36Z
2004-04-27T10:00:00Z
60,077
Bug 60077 NPE in JavaSearchTableContentProvider
Smoke Test: I200404220800.from20040427_1125 - earlier, made one search for type "Test" in Java Browsing Perspective - switched to Java Perspective (Search view not visible) - some editing in TestResult.java - enabled "Show Source of Selected Element Only" and selected class TestResult in Outline - used regex find-repla...
resolved fixed
d39062e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchTableContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-27T10:29:14Z
2004-04-27T10:00:00Z
52,611
Bug 52611 [QuickDiff] Let QuickDiff hovers adapt to horizontal scrollbar
Test Case: - on a long line: make a change such that you have to scroll horizontally to see the change - use QuickDiff -> Hover shows line from its start and does not match the horizontally scrolled text in the editor
resolved fixed
28e3818
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/CustomSourceInformationControl.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaChangeHover.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-27T08:16:01Z
2004-02-20T12:26:40Z
47,499
Bug 47499 Quick Diff hovers don't use text editor font
Quick Diff difference hovers use the java editor's text font for hovers to provide an easy "visual diff" by hovering/unhovering. This doesn't work in *text* editors (e.g. on a *.properties file), since the hover uses a default font and doesn't take over the text editor's.
resolved fixed
94306bf
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaChangeHover.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-26T16:14:07Z
2003-11-26T09:46:40Z
47,097
Bug 47097 [content assist] Pressing Semicolon to commit content assist bypasses smart semicolon
When content assist is present, semicolon will commit the current proposal. But, the semicolon is not processed in the normal manner by the editor. setValue(rect.wid<<ASSIST>>) pressing ";" should add the semicolon at the end of the line when smart semicolon is enabled. 3.0 M4
resolved fixed
8f117f3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-26T14:35:22Z
2003-11-20T14:53:20Z
58,800
Bug 58800 NLS Search: should support search again
20040413 - do a NLS search (I got an unused key entry) - do a searh again observe: the unused key entry is doubled.
resolved fixed
05b8e09
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchQuery.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultCollector2.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/sear...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-23T13:34:10Z
2004-04-16T10:06:40Z
54,892
Bug 54892 [call hierarchy] javadoc misleads Call Hierarchy
Using build I20040226 on a Win2K SP4 box, the Call Hierarchy view is consistently fooled by method names present in javadoc statement. Take this situation: a certain method A is mentioned in the javadoc comments for another method B (for example, in a {@link} tag). When using Call Hierarchy for method A, it lists metho...
resolved fixed
b2e6244
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallerMethodWrapper.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/MethodReferencesSearchCollector.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/M...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-23T09:12:50Z
2004-03-15T19:46:40Z
59,369
Bug 59369 The search view should not include an inner border
null
resolved fixed
1f3d0d6
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-22T08:23:51Z
2004-04-21T01:13:20Z
54,444
Bug 54444 Extract local var and Convert local to field suggest bad name [refactoring]
I20040310 I have the following line, no errors. SortByDefiningTypeAction fSortByDefiningTypeAction= new SortByDefiningTypeAction(); When I convert this variable to a field the suggested name is fAction
resolved fixed
6638e4e
["org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_test22_in.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/PromoteTempToFieldTe...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-21T14:27:02Z
2004-03-11T10:13:20Z
59,229
Bug 59229 AssertionFailed when restoring from local history
smoke for I20040420 1. open SimpleTest.java 2. select all in editor 3. delete 4. save 5. select SimpleTest.java in Package Explorer 6. context menu > Restore From Local Histore... 7. select all elements 8. click Restore ==> nothing restores and Assertion failure (see below) I looks as if restoring CU children always fa...
verified fixed
5da8f8a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-21T09:50:30Z
2004-04-20T11:20:00Z
56,397
Bug 56397 [New Search] Lose sort order
20040326 - 8am build I'm using the flat layout & choose to sort by parent name, but this setting is not propagated to new search views in other perspectives/windows.
resolved fixed
035b113
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-21T09:50:03Z
2004-03-26T19:40:00Z
59,211
Bug 59211 NPE from RemoveFromClasspathAction when double clicking on a new jar in a ClasspathContainer
I have written an IClasspathContainer with an Initializer to sync the classpath with an external file. When the file I am monitoring changes the contents of the container is updated with the new jars, but when I double click on the jar to see the contents I get the following exception: java.lang.NullPointerException at...
resolved fixed
ed219a2
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RemoveFromClasspathAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-20T17:13:56Z
2004-04-20T11:20:00Z
55,249
Bug 55249 [Wizards] Radio button looses selection when page is disabled
20040318 1. Open the new Java project wizard, enter a name 2. In the 'project layout' group, set the upper radio button 3. press 'next', the 'prev' 4. The radio has changed to the lower control This doesn't happen on the MAC
verified fixed
f6ac4ee
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-20T16:47:16Z
2004-03-18T17:13:20Z
58,921
Bug 58921 Texts created with unsupported styles
- org.eclipse.jdt.internal.ui.text.AbstractInformationControl.createFilterText creates a Text with style SWT.FLAT - org.eclipse.jdt.internal.ui.filters.CustomFiltersDialog.createCheckBoxList creates a Text with style SWT.VERTICAL (perhaps V_SCROLL was meant?)
resolved fixed
87dc30c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/CustomFiltersDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-20T13:34:09Z
2004-04-16T18:26:40Z
59,199
Bug 59199 NPE in JavaDocView
java.lang.NullPointerException at org.eclipse.jdt.internal.ui.infoviews.JavadocView.findSelectedJavaEle ment(JavadocView.java:417) at org.eclipse.jdt.internal.ui.infoviews.AbstractInfoView$2.run(Abstract InfoView.java:406) java.lang.NullPointerException at org.eclipse.jdt.internal.ui.infoviews.JavadocView.findSelectedJ...
resolved fixed
e70df13
["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-04-20T08:33:14Z
2004-04-20T08:33:20Z
59,050
Bug 59050 Dead lock in JavaReconciler
Using build I200404131323. I was editing several files and haven't save them immediately when my eclipse hanged infinitely... Looking at console, the exception seems to show that I was trying to open a popup-menu on a new created class, but I'm not completely sure that dead-lock occurred exactly at this moment. I'll ad...
resolved fixed
731eb53
["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-04-20T06:48:24Z
2004-04-19T10:20:00Z
57,283
Bug 57283 JavaDocExport: if destination path has spaces, the JavaDoc is generated into the incorrect (truncated) path or fails [javadoc]
Steps to reproduce (Eclipse3.0M8): Create a project with any name; Create some classes there; Execute Export->Javadoc. In the wizard, in the destination editbox, type any name that contains spaces. If the spaces are only in the last segment of the path (say, c:\tmp\my project), the javadoc is just generated in the inco...
resolved fixed
237e9df
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java", "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-04-19T15:01:11Z
2004-04-02T18:20:00Z
58,696
Bug 58696 Override/Implement Methods dialog: better labels for insertion position [code manipulation]
The Override/Implement Methods dialog says: Insertion Point: - First Method - Last Method - a() - b() ... I *never* know whether that means before or after the selected method. Better labels would be: Insert after: - Class Declaration Header - a() - b() ... or Insert Before: - a() - b() ... - End of Class
resolved fixed
47b5a2e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-19T12:14:38Z
2004-04-15T17:26:40Z
59,039
Bug 59039 JUNIT_HOME has preceeding slash in value [JUnit]
The JUNIT_HOME variable has a preceeding slash in its value. Path with a device should not start with a slash JUNIT_HOME = /c:\dev\eclipse\plugins\org.junit_3.8.1\
resolved fixed
c3a2195
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitHomeInitializer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-19T11:11:53Z
2004-04-19T10:20:00Z
58,293
Bug 58293 Introduce Factory: create Java Model Exception
I20040413 Test Case: public class A { public A() { } public static void main(String[] args) { System.out.println("Hello World"); A a= new A(); } } class B extends A { } Encapsulate constructor A(). Observe: you get a JavaModelException
resolved fixed
76a3850
["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/58293/ImplicitSuperCtorCall.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/58293/ImplicitSuperCtorCall_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/Introduc...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-19T09:44:06Z
2004-04-13T15:26:40Z
55,527
Bug 55527 IntroduceFactoryRefactoring: contains e.printStackTrace() code
I20040318 This has to be removed for 3.0.
resolved fixed
4810b0a
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-19T09:36:56Z
2004-03-22T15:40:00Z
38,237
Bug 38237 [api] Code Assist images
Code Assist proposals are reflected as an Image and Text. The images that are used in the JDT proposals are generated by org.eclipse.jdt.internal.ui.text.java.ResultCollector. Though it makes use of the JavaElementImageProvider.getFieldImageDescriptor() to get the proper image for a particular IJavaElement, it does per...
resolved fixed
1bfdc6d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ISharedImages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-18T21:29:01Z
2003-05-29T14:53:20Z
49,714
Bug 49714 [Dialogs] JRE wizard page is leaking an Image [build path]
null
resolved fixed
81f05e0
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathContainerDescriptor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathContainerSelectionPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathContainerWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-18T17:23:23Z
2004-01-08T19:26:40Z
58,061
Bug 58061 Getter/Setter code templates should provide access to ${enclosing_method} [code manipulation]
The auto-generated code template for getter/setters don't let you use ${enclosing_method} in the comment; whereas the comment for auto-genned methods or overriden methods does. I'll attach simple fix.
resolved fixed
2ea7e9a
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/CodeTemplateContextType.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-16T13:26:04Z
2004-04-09T22:33:20Z
53,888
Bug 53888 Mnemonic collision Text Editor -> Quick Diff
20040303 The Make Default and Restore Defaults button have the same mnemonic
resolved fixed
26c1ba9
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/QuickdiffConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-16T13:01:10Z
2004-03-05T18:06:40Z
58,778
Bug 58778 AFE in JavaHeuristicScanner.findOpeningPeer(..)
Copy & Paste these two lines into the condition field of a breakpoint properties dialog: control= getCellEditors()[0].getControl(); return false; -> Log: Error Apr 16, 2004 03:05:51.373 Assertion failed: org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed: at java.lang.Throwable.<init>(Throwable.ja...
resolved fixed
b19d729
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-16T08:02:28Z
2004-04-16T07:20:00Z
57,442
Bug 57442 DBCS:Externalize String does not work with DBCS name class
Reporter: Brook Zhang OS: RHEL WS 3.0 -GTK Language: CHT/CHS/KOR Build level: wswb-3.0M8-200403291703 JDK Version: IBM JDK 1.4.2 Beta Test case #: Summary: DBCS:Externalize String does not work with DBCS name class Description: Steps to recreate problem: 1-Create a Java project with DBCS name 2-Add a new class with DBC...
closed fixed
238e22a
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHint.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/PropertyFileDocume...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-15T16:54:47Z
2004-04-05T10:13:20Z
58,537
Bug 58537 Migration to new source lookup facilities [JUnit]
New source lookup facilities have been added to the debug platform. The Java debugger provides a corresponding new implementation for source lookup. The following patch will migrate the JUnit launch config to use the new source lookup support. The changes are: * specify the platform source lookup tab in the tab group *...
resolved fixed
e9f2db8
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitLaunchShortcut.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitTabGroup.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-15T09:14:29Z
2004-04-14T19:13:20Z
57,883
Bug 57883 mysterious results for NLS search [nls search]
Build id: 200404070800 From a fresh workspace I did the following: - checked out the org.eclipse.ui.ide project - did an NLS search with the following value: Resource bundle accessor class: org.eclipse.ui.internal.ide. IDEWorkbenchMessages Property file name: /org.eclipse.ui. ide/src/org/eclipse/ui/internal/ide/message...
resolved fixed
0eb4357
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultCollector2.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-14T08:06:18Z
2004-04-08T13:13:20Z
57,697
Bug 57697 DBCS:The ok button disabled when Factory method name's first charactor is not lower case. [refactoring]
Reporter: Tony Liu OS: RHEL WS 3.0 -gtk Language: KOR Build level: wswb-30M8-200403291703 JDK Version: IBM JDK 1.4.2 Beta Test case #: JDT09 Summary: DBCS:The ok button disabled when Factory method name's first charactor is not lower case. Steps to recreate problem: 1- Open a DBCS java file. 2- Select constructor decla...
closed fixed
7f634ac
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceFactoryInputPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-13T14:45:26Z
2004-04-07T06:40:00Z
58,262
Bug 58262 NPE after showing empty refactoring menu
build i0407-1337, winxp, sun jdk 1.4.2_03 I got the following NPE in my console. Here are the steps that I did: - opened revision of code to look at (InternalPlatform 1.86) - no outline so I tried ctrl-o (didn't work...didn't expect either to work) - right clicked and saw 2 menu options...Copy and Refactoring - expande...
resolved fixed
b28b06b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/JavaUIHelp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-13T14:40:45Z
2004-04-13T12:40:00Z
57,899
Bug 57899 Exception when removing muliple elements [reorg] [refactoring]
20040408 - Open the GoToBackProgressMonitorDialog (in 20040407) - Select all children of the type in the outline - press delete java.lang.reflect.InvocationTargetException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.reflect.InvocationTargetException.<init>(In...
resolved fixed
2af3a32
["org.eclipse.jdt.ui.tests.refactoring/resources/Delete/testDeleteWithinCu23/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/Delete/testDeleteWithinCu23/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/reorg/DeleteTest.java", "org.eclipse.jdt.ui/core", "refactoring/o...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-13T14:37:24Z
2004-04-08T16:00:00Z
54,922
Bug 54922 [implementation] Java editor disposes default StyledText caret's image
Build id: 200403040800 Java editor, according to the insert mode, sets a special Caret in the StyledText. I've two problem with that: 1- This caret is not bidi aware 2- At some point they dispose the image of the StyledText default Caret We (SWT Team) have some major changes (still to be release) in StyledText that wil...
resolved fixed
295f482
["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
2004-04-13T09:16:34Z
2004-03-16T01:20:00Z
40,484
Bug 40484 Provide a linked Javadoc output view
In order to make Javadoc better integrated w/ E, it would be great to have a a linked Javadoc output view. Instead of Javadoc output going to "Console" it would go to a "Javadoc" view where: o You can run and re-run the same Javadoc command as specified in an initial "Export..." o Javadoc warnings and errors can be cli...
resolved fixed
30ec70e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocConsoleLineTracker.java", "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-04-09T20:38:50Z
2003-07-18T17:40:00Z
55,219
Bug 55219 Method rename refactorying problem with overloaded methods
Refactoring a method from an interface on a class with overloaded signatures will cause a warning that the method is part of the interface implemented by the class even though it is a completely different method. On the example below, trying to rename one of the first four method 'a' will result in a warning that the m...
resolved fixed
8fa3d6b
["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/rename/MethodChecks.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-08T19:47:35Z
2004-03-18T14:26:40Z
56,732
Bug 56732 Call Hierarchy doesn't show callees of method from anonymous type
3.0M8: Call Hierarchy doesn't show callees of method from anonymous type. Callees of m() are correctly shown: println(String) and Runnable. However, callees of run() are empty, although run() calls println(String). class A { void m() { System.out.println("before"); Runnable runnable= new Runnable() { public void run() ...
resolved fixed
e4a7e4e
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/callhierarchy/CallHierarchyTestHelper.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CallHierarchyTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeAnalyzerVisitor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-08T08:23:16Z
2004-03-30T15:20:00Z
57,720
Bug 57720 ArrayIndexOutOfBoundsException after code assist
20040407 smoke while doing a code assist: java.lang.ArrayIndexOutOfBoundsException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.ArrayIndexOutOfBoundsException.<init>(ArrayIndexOutOfBoundsException.java) at org.eclipse.jface.text.templates.TemplateVariable.getD...
resolved fixed
a9f949c
["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/contentassist/MultiVariable.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-07T12:09:29Z
2004-04-07T12:13:20Z
57,622
Bug 57622 ClassCastException using NLS tool
Using I20040406 Had a Compilation unit open that needed string externalized. Selected "Externalize Strings..." action and got the following error logged: java.lang.ClassCastException at org.eclipse.jdt.internal.corext.refactoring.nls.NLSHint.getAccessorClass (NLSHint.java:212) at org.eclipse.jdt.internal.corext.refacto...
verified fixed
5f360e9
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/nls/NLSHintTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHint.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-07T08:14:29Z
2004-04-06T19:33:20Z
57,661
Bug 57661 NLS refactoring: property files must use ISO-8859-1 encoding
null
resolved fixed
dfd15b5
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/LineReader.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultCollector.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NL...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-06T20:54:48Z
2004-04-06T22:20:00Z
53,742
Bug 53742 [templates] add different ui for linked mode depending on usage
Linked mode should allow to be configured programmatically to have a different ui. This would allow the instance that is setting up linked mode to determine how it will look like. Use case is auto-closing: the box is too disturbing there, while it may be good for more complex templates.
resolved fixed
ba3c118
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-06T07:52:33Z
2004-03-04T14:20:00Z
57,299
Bug 57299 Exception when displaying Javadoc after 'Generate Javadoc...' wizard [javadoc]
After creating a Javadoc documentation using the 'Generate Javadoc...' wizard, with the option 'Open generated index file in browser' activated, the index page doesn't show up and an exception is logged (see below). When the option 'Preferences > Help > Always use external browsers' is activated, the index page shows u...
verified fixed
2d421e0
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenBrowserUtil.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-05T09:27:58Z
2004-04-02T21:06:40Z
57,362
Bug 57362 organize import and class with first charachter '_' don't work [code manipulation]
Test case : -- Class a._AClass package a; public class _AClass { } -- Class b.BClass package b; public class BClass { private _AClass _aClass; } organize import in class b.BClass don't work (don't find a._AClass) regards
resolved fixed
65f9b21
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-05T09:00:51Z
2004-04-03T13:46:40Z
57,115
Bug 57115 Infinite loop during project import ? [build path]
null
resolved fixed
f5e9c7f
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/userlibrary/UserLibraryClasspathContainerInitializer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-02T12:57:46Z
2004-04-01T20:06:40Z
57,084
Bug 57084 Bad focus in the 'New User Library' dialog [build path]
I20040330 window>preferences>java>build path>user libraries>new The focus is set on the checkbox by default. It should be on the text field.
resolved fixed
9e1ec97
["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-04-02T07:41:42Z
2004-04-01T20:06:40Z
57,176
Bug 57176 NPE while editing Java source file
3.0 M8 Happened a couple of times today, not sure what exact action I was executing. Except for an error dialog, and the log entry, it would go unnoticed (no noticeable change in behaviour). Sorry, no test case. !ENTRY org.eclipse.core.runtime 4 2 Apr 01, 2004 22:30:42.857 !MESSAGE Problems occurred when invoking code ...
resolved fixed
e98978d
["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-04-02T07:32:12Z
2004-04-02T04:26:40Z
56,885
Bug 56885 problematic use of platform encoding in CompareResultDialog.CompareElement [JUnit]
M8 org.eclipse.jdt.internal.junit.ui.CompareResultDialog.CompareElement uses platform encoding to encode Unicode string. This may result in data loss if platform encoding doesn't preserve Unicode.
resolved fixed
1e79fc0
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/CompareResultDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-01T22:09:19Z
2004-03-31T10:46:40Z
57,131
Bug 57131 Remove references to AST#parseCompilationUnit from java.compare
JDT Core wants to remove the following methods (that have been deprecated for several builds now) for next integration build: - AST#parseCompilationUnit(ICompilationUnit,boolean,WorkingCopyOwner) (use ASTParser instead) - ICompilationUnit#reconcile(boolean, IProgressMonitor) (use reconcile(boolean, boolean, WorkingCopy...
resolved fixed
806bade
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaHistoryAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaReplaceWithEditionAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-01T22:01:15Z
2004-04-01T22:53:20Z
49,126
Bug 49126 Javadoc > Project generation [javadoc]
Open generated index file in browser does not take in account the -d option when using a custom doclet.
resolved fixed
c3f8c4c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocSpecificsWizardPage.java", "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-04-01T15:36:14Z
2003-12-18T17:53:20Z
56,289
Bug 56289 Organize imports with Javadoc link to member type generates unused import
build I20040325-2030 In the Javadoc IDEWorkbenchAdvisor.declareWorkbenchImages, there is a link in the Javadoc to a member type: (named in {@link IDE#SharedImages IDE.SharedImages}) - organize imports - it prompts to disambiguate SharedImages (there's on in the o.e.ui.internal as well as the member type of IDE) - choos...
resolved fixed
1683a54
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-01T14:58:55Z
2004-03-26T03:00:00Z
39,600
Bug 39600 [misc] Java editor does not read lines in JAWS 4.5
3.0 M1 There has been a change in the Java editor since version 2.1.1 that now confuses the JAWS screen reader. It no longer gives the contents of each line but now says "begin" only. STEPS 1) Start JAWS 4.5 2) Open a Java Editor 3) Use the arrow keys to read each line In version 2.1.1 this works fine but not in 3.0 M1...
verified fixed
7aae711
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicJavaEditorActionContributor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java", "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
2004-04-01T14:58:20Z
2003-07-03T13:46:40Z
57,007
Bug 57007 Type Filter page should be empty by default
M8 The type filter page should be empty by default.
resolved fixed
0b660b7
["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
2004-04-01T14:42:53Z
2004-04-01T06:13:20Z
56,530
Bug 56530 Only one User Library of many added to runtime classpath
DefaultProjectClasspathEntry#expandProject() by default compares containers by using the "variable name" of the classpath container. This leads to only one of "n" classpath containers beeing added to the runtime classpath. Solution: UserLibraryClasspathContainer should implement IRuntimeContainerComparator for example ...
resolved fixed
a70d3b8
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/userlibrary/UserLibraryClasspathContainer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-01T14:36:13Z
2004-03-29T08:46:40Z
56,965
Bug 56965 Classpath variable name has to be a valid Java identifier
I20040330 window>preferences>java>classpath variables>new type '444' an error is displayed in the dialog : Invalid name: ''444' is not a valid Java identifier.'. I don't see any reason why the name of the variable has to be a valid Java identifier.
resolved fixed
d6440fa
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableCreationDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-04-01T14:32:22Z
2004-03-31T19:06:40Z
56,911
Bug 56911 JUnit socket communication uses wrong encoding [JUnit]
M8 socket communication between client and server of jdt.junit uses default encoding. This does not work in general because arbitrary Unicode strings are sent between client and server and the default encoding may not be Unicode preserving.
resolved fixed
feb20d4
["org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/RemoteTestRunnerClient.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-31T20:49:36Z
2004-03-31T16:20:00Z
51,901
Bug 51901 Breakpoint image specification is on jdt.ui instead of debug.ui
The breakpoint org.eclipse.ui.editors.markerAnnotationSpecification for org.eclipse.debug.core.breakpoint is currently in jdt.ui. since there is more then jdt the adds breakpoints (CDT) the image currently shows as a red square for cdt until the jdt plugin is loaded, if cdt adds the same specifcation, then the reverse ...
verified fixed
d213475
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BreakpointImageProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-31T18:30:22Z
2004-02-12T21:06:40Z
56,589
Bug 56589 Call Hierarchy should show root element in title
The Call Hierarchy is the only view which shows its input as root element. All other views (Search, Package Explorer, CVS Resource History, etc.) only show their input in the view title via ViewPart#setTitle(String). I think the Call Hierarchy should also follow this pattern and just add the current input to the title....
resolved fixed
744a214
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-31T17:14:17Z
2004-03-29T17:06:40Z
34,221
Bug 34221 [code manipulation] Comment and uncomment code
The same key ctrl-/ should be used for both comments and uncommenting code. If code isn't commented ctrl-/ will comment. If already commented ctrl-/ will uncomment it. If two levels of comments, uncomment the first, then the second. For example //this is a comment ////this is a second comment hitting ctrl-/ would resul...
resolved fixed
329888a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ToggleCommentAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-31T09:24:41Z
2003-03-09T03:20:00Z
56,588
Bug 56588 Call Hierarchy should remove redundant mode overlays
null
resolved fixed
248cfbb
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeMethodWrapper.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallerMethodWrapper.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/MethodWrapper...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-31T09:07:56Z
2004-03-29T17:06:40Z
56,465
Bug 56465 Compiler compiliance setting and 'assert' is missleading [build path]
The preference page for compiler compliance settings is missleading. Allthough they don't allow illegal combinations it is uncommon to change settings that are fixed in some states. Example (from a posting): ---- 3.0 M8 will not allow me to set "Compiler/Compliance and Classfiles/Source compatibility" to 1.4 when I hav...
resolved fixed
0d055f4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-30T17:47:19Z
2004-03-27T15:06:40Z
56,463
Bug 56463 First page of new project wizard does not use dialog font [dialogs] [code manipulation]
null
verified fixed
9a8b723
["org.eclipse.jdt.ui.examples.projects/examples/org/eclipse/jdt/internal/ui/exampleprojects/ExampleProjectCreationWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-30T14:32:14Z
2004-03-27T15:06:40Z
49,461
Bug 49461 [preferences] code formatter not configured with Java project options
null
resolved fixed
7625617
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-30T13:53:44Z
2004-01-02T13:26:40Z
49,527
Bug 49527 [formatting] Non-Javadoc-Headers are always formatted
Non-Javadoc-Headers are reformatted by the new code formatter, regardless of the 'Format header comment' option. I think this behaviour is not desired because such headers are often used to store version control information. The only current option to avoid this behaviour is to disable comment formatting completely (wh...
resolved fixed
6ee6883
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentFormattingStrategy.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-30T12:49:17Z
2004-01-05T13:40:00Z
56,459
Bug 56459 Pref Page Type Filters [code manipulation]
The buttons are not sized according to the dialog font.
verified fixed
cafc4db
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/SWTUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SpellingConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/SWTUtil.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-30T12:36:19Z
2004-03-27T15:06:40Z
56,691
Bug 56691 Missing Java Formatter option when sort is by Java element [formatter]
In Preferences|Java|Code Style|Code Formatter, select "Edit". In the "Edit Profile" dialog, select the White Space tab. In the little list box, first select "Sort options by Syntax element." One of the 24 items in the resulting tree list is "Before opening brace". Expand this node, and note that there is a subitem "Arr...
resolved fixed
2396586
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceOptions.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-30T12:26:02Z
2004-03-30T04:13:20Z
50,097
Bug 50097 [junit] Cannot rerun test case (but can rerun test method)
It is very nice that one can right-click "Rerun" a test method. I have a test suite with many test case classes. I want to be able to right-click rerun on a test case class and rerun it. Version 3.0.m6.
resolved fixed
0735bb9
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/HierarchyRunView.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenTestAction.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/RerunAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-29T22:33:57Z
2004-01-15T20:53:20Z
56,016
Bug 56016 JUnitLaunchShortcut#launchConfiguration() should call DebugUITools#launch() instead of config.launch() [JUnit]
I20040324 ILaunchConfiguration#launch(String, IProgressMonitor) never performs a build prior to the launch. DebugUITools#launch(ILaunchConfiguratio, String) saves and builds the workspace according to the current preference settings.
resolved fixed
b2b2528
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitLaunchShortcut.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-29T22:25:42Z
2004-03-24T20:26:40Z
39,935
Bug 39935 Package Explorer drop down Layout sub-menu should use radio buttons [package explorer]
Using build 200307090800, if you drop down the Package Explorer view menu, and open the Layout sub-menu, you will see Flat, and Hierarchical as toggle (check) style buttons. These should be radio buttons since only one can be selected at one time. If you are using the viewActions extension point, then there is a "style...
verified fixed
e3155a4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/MultiActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/LayoutActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-29T22:17:50Z
2003-07-11T16:13:20Z
53,000
Bug 53000 [templates] NLS template doesn't work in line comments
Build 20040219 I defined a template to map 'nls' to '//$NON-NLS-1$' In a code line where 2 string literals occur, I completed on nls first and inserted the template. Then right behind it (after one space) I tried again to complete on nls, and this time it did not work anymore. This used to be working fine before.
resolved fixed
b607bfa
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/CompoundContentAssistProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-29T17:12:34Z
2004-02-24T22:00:00Z
55,012
Bug 55012 ResourceToItemMapper should take into account new IViewLabelProvider
ResourceToItemMapper should take into account new IViewLabelProvider to prevent the flashing in the packages view when decorators update. I will attach a modified version of the class.
resolved fixed
16c2ebf
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ResourceToItemsMapper.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-29T17:10:43Z
2004-03-16T20:46:40Z
55,895
Bug 55895 import declarations are missing in quick outline
version: i2004-03-24 + plugin-export
resolved fixed
9757e37
["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-03-29T15:52:14Z
2004-03-24T14:53:20Z
47,729
Bug 47729 Unable to ignore '*,D' files [filters]
I am using Aegis which produces files having the extension ',D', e.g. 'MyClass.java,D'. I want to ignore these files from being shown in the Package Explorer. I tried the filter in Project - Properties - Java Build Path - Source - Exclusion Filter but failed. I tried **/*,D **/*.java,D **/*.java?D without success. Seem...
resolved fixed
e11540b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/CustomFiltersDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-29T14:46:37Z
2003-11-28T17:20:00Z
56,550
Bug 56550 NPE when pressing Next on first Javadoc export page
3.0 M8 I exported Javadoc for a class (checked the rt.jar on page 2). When exporting the next time I cannot go to page 2 and get an NPE in .log: !ENTRY org.eclipse.ui 4 4 Mrz 29, 2004 12:59:36.205 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Mrz 29, 2004 12:59:36.215 !MESSAGE java.lang.NullPointerE...
resolved fixed
28cbfb9
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocLinkDialogLabelProvider.java", "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
2004-03-29T13:17:02Z
2004-03-29T11:33:20Z
55,604
Bug 55604 [implementation] JavaOutlinePage should dispose CustomFiltersActionGroup
null
verified fixed
745179e
["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-03-29T13:15:24Z
2004-03-23T00:00:00Z
56,543
Bug 56543 [preferences] Switching to Java Editor preference page shows error for a short time
3.0 M8 Switching to Text Editor preference page shows error for a short time
resolved fixed
dd999ad
["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
2004-03-29T09:48:45Z
2004-03-29T08:46:40Z
56,129
Bug 56129 Callhierarchy: CallLocation#getLineNumber() must not create an AST
+ clean up caching of fCallText, fLineNumber + remove unused ctor
resolved fixed
14a2a15
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallHierarchy.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallLocation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallSearchResultCollector....
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-29T09:03:03Z
2004-03-25T10:20:00Z
55,487
Bug 55487 List from "Edit Working Set" doesn't show all projects [working sets]
I've noticed this on the I20040318 build, but might have been partially true before. If I try to create a new working set (or edit an existing one) not all projects show up to add to the working set. The one's I've noticed (tested) missing are 'simple' projects and 'feature' projects (as created with PDE). Is the "work...
resolved fixed
3c0472e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPageContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-29T08:52:37Z
2004-03-22T01:46:40Z
56,323
Bug 56323 [implementation] NPE when opening file from reprository view
20040325 Got this NPE when opening an editor from the rep view java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointerException.java:60) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.activeJav...
verified fixed
96cad90
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-29T08:45:48Z
2004-03-26T11:20:00Z
55,968
Bug 55968 [misc] segmented view does not work with new methods
i2004-03-24+plugin export - add a new method into a class by typing: public void test() {[enter] - the closing bracket is made automatically and the cursor is placed in the method - press "show source of selected element only" - observed behavior: the selected segment is the whole class rather than the method in which ...
resolved fixed
7333454
["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
2004-03-29T08:44:52Z
2004-03-24T17:40:00Z
56,195
Bug 56195 NPE invoking search on working set and then cancelling
I20040325 1. select a method name 2. in the ctx menu select References > Working Set 3. Cancel the working set dialog 4. NPE is in log java.lang.NullPointerException at org.eclipse.search.ui.NewSearchUI.runQuery(NewSearchUI.java:43) at org.eclipse.jdt.ui.actions.FindAction.performNewSearch(FindAction.java:331) at org.e...
resolved fixed
98a23a3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-29T08:31:54Z
2004-03-25T18:40:00Z
52,071
Bug 52071 Cannot change default formatting preferences -- OK button disabled
I like the new options for the code formatter, but when I change them I am unable to click 'OK' as the button is greyed out when the preference window is opened and clicking checkboxes does not seem to un-enable it. I cannot change either the 'default' or 'Java' profiles (though I can create a new one and change that)....
resolved fixed
2725e76
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodingStyleConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/RenameProfileDialog.java", "org.eclipse.jdt...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-28T14:31:30Z
2004-02-15T01:53:20Z
52,074
Bug 52074 Organise Imports inserts blank lines when code formatter preferences is to clear blank lines
I have Eclipse set up to clear all blank lines (which I think is the default Eclipse setting anyway) but when doing an Organise Import, the importer leaves a blank line between the top-level package name imports, e.g. import java.io.Something import java.util.SomethingElse import javax.ejb.Other import com.example.Anot...
resolved fixed
da526bb
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-28T14:26:51Z
2004-02-15T01:53:20Z
52,474
Bug 52474 UI Blocked when opening Java Perspective during CVS check out
build I20040218 - start eclipse with a new workspace - switch to CVS Repository Exploring perspective - check out a number of projects ( i checkout Platform UI module) - now attempt to switch to the Java Perspective NOTE that at this point the "UI is blocked" dialog is opened. Probably due to the fact that starting the...
verified fixed
fa8d043
["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-03-25T15:21:36Z
2004-02-19T14:13:20Z
55,899
Bug 55899 NPE & Assertion Failure in Call Hierarchy
i2003-04-24 + plugin export see attached stacktrace - dont know how to reproduce (but occured on a call hierarchy of Object.toString() with only JUnit example-project in the workspace)
verified fixed
4ffc9d0
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallLocation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-25T14:07:33Z
2004-03-24T14:53:20Z
55,975
Bug 55975 User Libraries lose jars after save, load [build path]
I20040324-0800 Saving and then re-loading the saved user library misses some of the jars. Steps: - new workspace, import org.apache.ant as binary - new java project "abc" - on abc: Properties, Buildpath, Libraries, Add Library - User Library, Next, User Libraries - New: "Ameisen" (not system) - Add Jars... - add ant.ja...
verified fixed
b25dea7
["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-03-25T12:16:08Z
2004-03-24T17:40:00Z
55,867
Bug 55867 [misc] Hang when clicking quickfix rollover
I 2004-03-24+plugin export 1) Import junit 3.8.1 into project JUnit with a source folder "src" 2) create the following two classes in the "src" folder: /* * Created on Mar 24, 2004 * * @todo To change the template for this generated file go to * Window - Preferences - Java - Code Generation - Code and Comments */ /** *...
resolved fixed
cd8af8f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/IJavaReconcilingListener.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/tex...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-25T11:40:47Z
2004-03-24T12:06:40Z
56,105
Bug 56105 Shouldn't use @todo as a default todo tag
I20040324 We shouldn't used @todo as a default todo tag. Doing so causes grief when using @todo inside Javadoc tags.
verified fixed
6a3679a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-25T11:37:19Z
2004-03-25T10:20:00Z
55,863
Bug 55863 No content assist in dialog text fields and combos
null
verified fixed
c86359b
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-24T15:24:55Z
2004-03-24T12:06:40Z
53,473
Bug 53473 [EditorMgmt] Leak editor++ on open/close
Build I20040226 1. Create a simple project P; create a file file.txt. 2. Open file.txt; close file.txt Using a profiler, check if there are any instances hanging around. I discover a left-over editor. In addition, I leak many ActionHandler and HandlerSubmissions (equal number). (I appear to leak 1 additional editor and...
resolved fixed
03aebf6
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-24T09:48:46Z
2004-03-02T04:00:00Z
51,170
Bug 51170 [implementation] AbstractMarkerAnnotationModel.updateMarker doesn't maintain Marker length
Using 3.0M5. I hope this is clear what my problem is. The problem I'm running into is that when I use the updateMarker(3 args) function to force a Marker up to date, the resource change listener isn't disabled. So the BasicMarkerUpdater sets the Marker CHAR_START, which causes the listener to be invoked, which causes t...
resolved fixed
96d2584
["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-03-23T15:28:32Z
2004-02-04T15:53:20Z
53,869
Bug 53869 [EditorMgmt] Blank outliner when opening/switching to editor
Build 20040303 - multiple windows No exact steps sorry. The problem is that sometimes when opening an editor (ctrl-shift-T) or switching to an existing one will bring it to front, but the outliner doesn't refresh properly. It remains blank. Usually, closing the editor and reopening will make the outline show up after a...
verified fixed
de8851d
["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-03-23T15:05:42Z
2004-03-05T15:20:00Z
55,675
Bug 55675 NPE in ASTProvider.reconciled
I20040323_0010 + export for smoke test. This was on the console, not in the log: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.reconciled(ASTProvider.java:413) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.reconciled(CompilationUnitEditor.java:1530) at org.eclips...
verified fixed
8fa622a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-23T14:57:26Z
2004-03-23T13:53:20Z
55,628
Bug 55628 Ctrl+o Filters not persistent when set via view menu
I20040322
resolved fixed
7fa55bd
["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
2004-03-23T11:47:55Z
2004-03-23T08:20:00Z
49,022
Bug 49022 Extract Method: changed parameter name not used in return statement [refactoring]
I20031216-2000: void execute() { int i= 2; i= i * 2; // extract this statement int a= i; } Extract the line and change the parameter name from "i" to "jott". Expected: the extracted code uses 'jott' everywhere. Was: private int execute(int jott) { jott= jott * 2; // extract this statement return i; }
resolved fixed
a5069a1
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/parameterName_in/A_test906.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/parameterName_out/A_test906.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-22T20:12:28Z
2003-12-17T14:06:40Z
41,796
Bug 41796 JavaDoc comment for TextBuffer.getLineCotent incomplete
The comment for TextBuffer.getLineContent() should include something to the effect that it does not include the line's delimiter in the String that is returned.
resolved fixed
d70a184
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/textmanipulation/TextBuffer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-22T19:33:24Z
2003-08-21T12:46:40Z
54,153
Bug 54153 AssertionFailedException when canceling action from "lock window"
N20040309 1. Start a CVS refresh (long running) that will lock your project 2. Try to perform a refactoring (e.g. Extract Constant) 3. The progress "lock" window will show up, telling you that the workspace lock can not be obtained, with the option to cancel either the cvs or ui task. 4. Choose to cancel the UI task ->...
resolved fixed
7f38a95
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RefactoringStarter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-22T19:29:45Z
2004-03-09T16:33:20Z
55,532
Bug 55532 JUnitAddLibraryProposal contains e.printStackTrace call
I20040316
resolved fixed
d3151ec
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitAddLibraryProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-03-22T18:16:49Z
2004-03-22T15:40:00Z
55,555
Bug 55555 NPE in JavaFormatter.plainFormat
I20040322 Found NPE in .log (related to scrapbook page) !ENTRY org.eclipse.ui 4 0 Mrz 22, 2004 17:57:21.152 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.template.java.JavaFormatter.plainFormat(JavaFormatter.java:174) at org.eclipse.jdt.internal.corex...
resolved fixed
b89c4ae
["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-03-22T17:19:38Z
2004-03-22T18:26:40Z