id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
4,535
48,722
Bug 48722 Extract Constant refactoring: proposed name
I20031211 When extracting the constant "win32" the proposed name for the constant is: WIN__ I don't see a reason why WIN32 isn't used.
2003-12-15 04:28:02
1,071,480,000
resolved fixed
29e9cb0
1,073,410,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java
JDT
4,536
49,485
Bug 49485 Extra carriage return required after auto-completion of brackets
When typing in a statement such as for(), when completion is enabled (so that the closing bracket is added automatically), an extra carriage return keystroke is sometimes required. For example, type the following: for( Eclipse adds the closing bracket to complete the statement, and leaves the caret between the two brac...
2004-01-03 13:00:40
1,073,150,000
resolved fixed
5046357
1,073,380,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedUIControl.java
JDT
4,537
49,002
Bug 49002 Move static members: Labels [refactoring]
20031217 - The window title says 'Move static member(s)' the brackets look really ugly. Why not just write 'Move static members'? It's the name of the refactoring. Or be precice and write either 'member' or 'members' - When moving a single method that returns something it says 'Destination type for 'IJavaElement create...
2003-12-17 08:37:32
1,071,670,000
resolved fixed
bd86a78
1,073,380,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveMembersWizard.java
JDT
4,538
49,230
Bug 49230 Editable Table: can have empty rows [refactoring]
null
2003-12-20 08:02:58
1,071,930,000
resolved fixed
67dfaa6
1,073,330,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/ParameterInfo.java
JDT
4,539
46,951
Bug 46951 enhancements for "Introduce Factory" [refactoring]
I20031119 It would be useful if the new "Introduce Factory" refactory would allow to specify on which class the "createXxx" method is created. The current behavior always creates the method on the least likely class.
2003-11-19 07:04:12
1,069,240,000
resolved fixed
a246216
1,073,330,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceFactoryInputPage.java
JDT
4,540
49,232
Bug 49232 Refactoring: Move static method content assist key binding is CTRL-SPACE [general issue]
On OS X the content assist key-binding is OPTION-Space, but in the refactoring you can only use CTRL-SPACE.
2003-12-20 08:18:52
1,071,930,000
resolved fixed
ea3dbfd
1,073,330,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveMembersWizard.java
JDT
4,541
49,010
Bug 49010 Move Static Method Refactoring: Focus problems
I20031216 On Mac OS you can open the menu of a combo box with the up or down cursor keys. If you use code assist in the same field and try to use the up and down arrow keys to scroll through the code assist proposals, they don't work as expected because the underlying combo box uses the keys to open its own menu. As a ...
2003-12-17 09:24:57
1,071,670,000
resolved fixed
2a643d0
1,073,330,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ComboContentAssistSubjectAdapter.java
JDT
4,542
45,531
Bug 45531 [JUnit] Open failed test failed when test name is "1.3 - test346"
Using org.eclipse.jdt.junit version 20031021, I got a failure when I tried to open a failed test that is named "1.3 - test346". This can happen with the compiler tests when they run in 1.3 mode. We add "1.3", "1.4" or "1.5" to distinguish the different compiler compliance mode. I attach a patch for the opening action t...
2003-10-24 15:09:26
1,067,020,000
resolved fixed
cc8cf61
1,072,830,000
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenEditorAction.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenEditorAtLineAction.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenTestAction.java
JDT
4,543
35,762
Bug 35762 JUnit View wasting a lot of screen space [JUnit]
null
2003-03-27 11:24:20
1,048,780,000
resolved fixed
2bfc8d4
1,072,830,000
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/CounterPanel.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/IJUnitHelpContextIds.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java
JDT
4,544
41,523
Bug 41523 Keep Order of libs when editing library [build path]
When I edit a library in the Properties dialog of my project using "Properties"->"Java Build Path"->"Libraries"->"Edit", e.g. changing the JRE from 1.4 to 1.3, or changing from an old version of a JAR to a newer one, the changed library is at the last position in the classpath. It should kept at the position it was.
2003-08-14 04:14:13
1,060,850,000
resolved fixed
b04b6c6
1,072,120,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java
JDT
4,545
49,177
Bug 49177 Quick Hierarchy gives NullPointerException [type hierarchy]
I200312182000 Reproduce: 1) Open JavaPreview.java 2) Goto line 83 3) Place cursor on 'preferenceStore' 4) Open quick hierarchy (ctrl-t) 5) check log: !ENTRY org.eclipse.ui 4 4 Dec 19, 2003 16:08:26.575 !MESSAGE Action for command 'org.eclipse.jdt.ui.edit.text.java.open.hierarchy' failed to execute properly. !ENTRY org....
2003-12-19 10:10:48
1,071,850,000
resolved fixed
da4f951
1,072,090,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyInformationControl.java
JDT
4,546
47,665
Bug 47665 Hierarchy perspective outline is missing 'Link with editor' [type hierarchy]
M5 build. I launch type hierarchies in their own perspective in their own window, like the old Smalltalk days. ;) But when I select F4 to open a hierarchy on a method, the method is not selected in the outliner of the new hierarchy perspective, nor is there a 'link with editor' option.
2003-11-27 14:22:51
1,069,960,000
resolved fixed
3d77c7a
1,071,950,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/OpenTypeHierarchyUtil.java
JDT
4,547
48,615
Bug 48615 Javadoc formatting messes up non-javadoc comments.
null
2003-12-11 17:56:46
1,071,180,000
resolved fixed
8092859
1,071,850,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentFormattingStrategy.java
JDT
4,548
48,995
Bug 48995 Types aren't filtered for 'explicit import' QuickFix [quick fix]
I20031216 With this snippet use QF on List: import java.util.*; import org.eclipse.swt.widgets.*; public class Import { public static void main(String[] args) { List l; } }
2003-12-17 07:08:29
1,071,660,000
resolved fixed
63c4c35
1,071,850,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeFilter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java
JDT
4,549
48,999
Bug 48999 Anonym type can have field as parent
JavaElementLabels does only the 'is parent method' test
2003-12-17 08:14:43
1,071,670,000
resolved fixed
39cf123
1,071,850,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/JavaElementLabelsTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabels.java
JDT
4,550
49,084
Bug 49084 formatter StringIndexOutOfBoundsException
java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.charAt(String.java:444) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.isDifferent(CodeFormatterUtil.java:395) at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.commentDifferent(CodeFormatterUtil.java:353) at...
2003-12-17 17:02:41
1,071,700,000
resolved fixed
69f144c
1,071,840,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/CodeFormatterUtil.java
JDT
4,551
47,617
Bug 47617 Error during Java AST creation.
I am using M5 under Sun JDK 1.4.2_02. I got the following error while opening my workspace. It happened while the automatic startup refresh was in progress. The log entry is attached. !SESSION Nov 27, 2003 06:13:53.142 -------------------------------------------- - java.version=1.4.2 java.vendor=Sun Microsystems Inc. B...
2003-11-27 06:42:26
1,069,930,000
resolved fixed
51271af
1,071,830,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/SelectionListenerWithASTManager.java
JDT
4,552
49,004
Bug 49004 primary_type_name misses the last character in the name
20031217 set template to try { ${line_selection}${cursor} } catch (${Exception} e) { // ${todo}: handle exception ${primary_type_name} } results in try { codeStream.invokespecial(this.binding); } catch (Exception e) { // TODO: handle exception CodeSnippetAllocationExpressio }
2003-12-17 08:50:32
1,071,670,000
verified fixed
5d42efb
1,071,670,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContextType.java
JDT
4,553
48,871
Bug 48871 NPE in JavaAnnotationHover when hovering over left ruler
I200312160010 + export from 1158. I just found this in the log but could not reproduce. The caret was in the method name of a declaration ... private boolean accessesAnnonymousFields() { ... and I hovered over the left ruler. After the NPE was logged, the hover over the left ruler didn't appear any more. It only came b...
2003-12-16 11:32:58
1,071,590,000
verified fixed
2eb76ff
1,071,670,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaAnnotationHover.java
JDT
4,554
48,852
Bug 48852 Found the followng exception in the log
I20031216 java.lang.IllegalArgumentException: at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:56) at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:41) at org.eclipse.core.runtime.Status.setMessage(Status.java:156) at org.eclipse.core.runtime.Status.<init>(Status.java:75) at org.eclipse.ui...
2003-12-16 10:09:00
1,071,590,000
verified fixed
0486978
1,071,670,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/textmanipulation/TextBufferEditor.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/textmanipulation/TextBufferFactory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IndentAction.java org.eclipse.jdt.ui/ui/org/eclipse...
JDT
4,555
48,978
Bug 48978 New code formatter prefs: java.lang.ArithmeticException: / by zero
I200312162000 Sorry no steps. Happened while playing with the preferences. !SESSION Dez 17, 2003 11:22:47.461 --------------------------------------------- java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_CH Command-line arguments: -os win32 -ws win32 -arch ...
2003-12-17 05:44:00
1,071,660,000
verified fixed
df86372
1,071,670,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/OtherSettingsTabPage.java
JDT
4,556
46,364
Bug 46364 [content assist] Support incremental content assist
I've been spoiled by content assist. What would be a great addition would be a Unix-style "look ahead" invoked by the TAB key, like at a Unix Shell. If non-whitespace characters appear to the left of the Caret, it is unlikely that a TAB is going to be inserted in that line. This is why I think it's ok to use TAB for th...
2003-11-10 14:20:17
1,068,490,000
verified fixed
3fa1021
1,071,660,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicEditorActionContributor.java
JDT
4,557
48,975
Bug 48975 Comment Formatter should compare values using equals()
Currently, the preference values are read and compared by reference, which only works in special circumstances.
2003-12-17 05:31:15
1,071,660,000
verified fixed
988ada7
1,071,660,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentFormattingContext.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentFormattingStrategy.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentRegion.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/t...
JDT
4,558
48,868
Bug 48868 New compiler preference: Overriding Deprecated Method
20011216 Added option to avoid reporting a warning when overriding a deprecated method. By default, such warnings are no longer reported. * COMPILER / Reporting Deprecation When Overriding Deprecated Method * When enabled, the compiler will signal the declaration of a method overriding a deprecated one. * The severity ...
2003-12-16 11:19:47
1,071,590,000
resolved fixed
4aef2f0
1,071,590,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java
JDT
4,559
39,155
Bug 39155 Extract method in static initialisers [refactoring]
I got this: static { // do something } I want this: static { methodCall(); } private static void methodCall() { // do something }
2003-06-20 02:00:28
1,056,090,000
resolved fixed
1728d83
1,071,520,000
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/initializer_in/A_test1000.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/initializer_in/A_test1001.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMet...
JDT
4,560
46,926
Bug 46926 Editable Table: Key-navigation is bad [refactoring] [misc]
20031119 My expectations for table navigation and usages come from windows applications like MS Excel. The eclipse tables are not follow the 'look' but not the 'feel' and are in general very frustarting to use. 1. select a method and choose 'Refactoring > Change Method Signature' 2. Press 'Add'. A new line added, table...
2003-11-19 05:15:58
1,069,240,000
resolved fixed
7f9d24d
1,071,510,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeSignatureWizard.java
JDT
4,561
45,926
Bug 45926 Change Method Signature dialog does not show "static" in Method Signature Preview. [refactoring]
The Refactor/Change Method Signature dialog does not show "static" in Method Signature Preview for static methods. Version: 3.0.0 Build id: 200310101454
2003-11-02 19:14:02
1,067,820,000
resolved fixed
a565abc
1,071,500,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java
JDT
4,562
46,933
Bug 46933 refactoring: NPE when using "Generalize Type" on field in local type
I20031119 (M5 test pass) 1. have this code: public class Test { public void foobar() { class Listener3 { private Test fTest; private Listener3() { fTest= new Test(); } public int bar() { return foo(); } public int foo() { return 1; } private String getProperty() { return null; } } this.addListener(new Listener3() { pub...
2003-11-19 05:42:52
1,069,240,000
resolved fixed
4493b21
1,071,490,000
org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testFieldOfLocalType_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testFieldOfLocalType_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ChangeTypeRefact...
JDT
4,563
48,696
Bug 48696 Add JUnit libraries Quick Fix [JUnit]
Currently the Quick Fix only works on a line containing "TestCase". It should also work on lines w/ a) "junit.framework" b) "Test suite()" c) "TestSuite"
2003-12-13 10:02:07
1,071,330,000
verified fixed
7284a4f
1,071,420,000
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitQuickFixProcessor.java
JDT
4,564
27,907
Bug 27907 Autocreate of a local variable outside of current block
If you type something like the following void myMethod() { try { a=someCall(); } catch(Exception e) { } System.out.println(a); } the variable 'a' isn't declared and code assist proposes to create a declaration for the local variable 'a'. But it is created inside the current block and not in the context of the method: v...
2002-12-08 17:40:22
1,039,390,000
resolved fixed
29bc7e6
1,071,270,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java
JDT
4,565
48,617
Bug 48617 Error range for unresolved names in qualified references
20031211 1. in the following code public void foo() { int i= xxx.yyy; } 2. if 'xxx' is undefined, but the compiler marks 'xxx.yyy' as unresolved. It would be better to only mark 'xxx'
2003-12-11 19:24:02
1,071,190,000
verified fixed
885286b
1,071,270,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java
JDT
4,566
45,448
Bug 45448 Operation unavailable attempting to search a local variable [search]
Build 20031023 Selecting a local variable declaration in a Java editor and attempting to search for references to this local variable brings up a dialog saying the the operation is unavailable for the selected element.
2003-10-23 11:17:21
1,066,920,000
verified fixed
a6ada08
1,071,230,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsInHierarchyAction.jav...
JDT
4,567
48,473
Bug 48473 code and comments preference section is blank
I will atach a screen shot to demonstrate
2003-12-11 07:05:33
1,071,140,000
verified fixed
4ad3a82
1,071,170,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NameConventionConfigurationBlock.java
JDT
4,568
47,874
Bug 47874 Change Method Signature: enable if cursor is in signature [refactoring]
M5 Currently the user has to select the method name. Would be better if the refactoring will work if the cursor is inside the method's signature.
2003-12-02 05:51:01
1,070,360,000
resolved fixed
18d4077
1,071,160,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ModifyParametersAction.java
JDT
4,569
47,838
Bug 47838 Make refactoring menu selection sensitive in editor [refactoring]
M5 Currently all refactoring actions are enabled in the editor's context menu. Make them selection dependent. Check if code resolve might be enough (no need to create an AST).
2003-12-01 14:06:01
1,070,310,000
verified fixed
d4785a8
1,071,150,000
org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/MoveMembersTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/PullUpTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java org.eclipse.jdt.ui/...
JDT
4,570
44,891
Bug 44891 Search view hanging while resorting search matches
Build 3.0 M4 Search all references to type String in self-hosted workspace. Finds almost 80.000 of them. Now sort them by parent name... it will take minutes to recover, while it works UI is entirely non responsive.
2003-10-15 08:20:50
1,066,220,000
resolved fixed
d79e542
1,071,150,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ElementNameSorter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchSorter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ParentNameSorter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/PathNameSorter.java
JDT
4,571
10,947
Bug 10947 [Cell Editors] Clicking in white space on property sheet doesn't commit change
Make a change in a text cell editor in the property sheet. click on the table somewhere below the last table item. The change is not committed. 02-14 build
2002-03-07 09:50:41
1,015,510,000
resolved fixed
782f51c
1,071,140,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java
JDT
4,572
46,941
Bug 46941 Change method signature: Edit dialog: Window dialog to long [refactoring]
20031119 In the 'Refactoring > Change Method Signature' dialog, press edit. The window dialog says 'Modify Declaration of Parameter myParameter' This is too long. Window titles should not be a sentence anyway. Suggest to change it to 'Method Parameter' and to add a description 'Declaration of parameter 'myParameter':'
2003-11-19 05:59:45
1,069,240,000
resolved fixed
4d51b31
1,071,140,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ParameterEditDialog.java
JDT
4,573
48,431
Bug 48431 Incorrect order for modifiers in generated testcases [JUnit]
null
2003-12-10 14:19:01
1,071,080,000
resolved fixed
148ecc1
1,071,100,000
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizardPage.java
JDT
4,574
48,360
Bug 48360 ArrayIndexOutOfBoundsException when using escape key [reorg]
Using 1209, I got the following stack trace when trying to use Ctrl + C for copying and then cancelling it with the escape key. STEPS TO REPRODUCE: 1) Select a folder 2) Copy it in a folder that already contains a folder with the same name 3) You get a dialog asking if you want to override the existing file 4) Cancel i...
2003-12-09 15:32:51
1,071,000,000
resolved fixed
ba138ba
1,071,050,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgQueries.java
JDT
4,575
47,822
Bug 47822 refactor rename duplicate local variable throws NPE [refactoring]
refactor rename the second b in the following example: ------------------------------------------------------- public class Test { public static void main(String[] args) { final int a = 3; final int b = 3; final int b = 3;//<-- refactor rename this variable final int b = 3; } } -----------------------------------------...
2003-12-01 12:10:12
1,070,300,000
resolved fixed
0cca1ff
1,071,000,000
org.eclipse.jdt.ui.tests.refactoring/resources/RenameTemp/canRename/A_test51_in.java org.eclipse.jdt.ui.tests.refactoring/resources/RenameTemp/canRename/A_test51_out.java org.eclipse.jdt.ui.tests.refactoring/resources/RenameTemp/cannotRename/A_testFail32.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/...
JDT
4,576
48,338
Bug 48338 JavaSearchResultCollector should not create 'Searching' subtask [search]
Build 20031203 org.eclipse.jdt.internal.ui.search.JavaSearchResultCollector.aboutToStart() creates a subtask 'Searching'. This looks awkward as the search infrastructure is also printing this message.
2003-12-09 08:05:00
1,070,980,000
resolved fixed
2b5bb03
1,070,990,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultCollector.java
JDT
4,577
47,875
Bug 47875 Java search: too many cascading menus
- remove everything except reference. Inline reference in main menu - make it work in progress (per default enabled)
2003-12-02 06:09:58
1,070,360,000
resolved fixed
32c5937
1,070,990,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/WorkInProgressPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/JavaSearchActionGroup.java
JDT
4,578
47,062
Bug 47062 Change method signature: Refactor fails for methods/ctors used in static initializers [refactoring]
I have type-safe enum code similar to the class below. If I try to make any change to the constructor or static method using "Change Method Signature", the operation fails with "Internal error while creating a change object". This only happens when the method in question is called from a static initializer as in the ex...
2003-11-20 05:03:18
1,069,320,000
resolved fixed
6e86b02
1,070,990,000
org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAddRecursive1_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAddRecursive1_out.java org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testInStatic01_in.java org.eclipse.jdt.ui....
JDT
4,579
47,674
Bug 47674 Formatting problem with paste
M5: - create class Bar with this code: public class Bar { void foo() { int i= 1; if (i == 2) { i= 1; } i= 2; } } - select full line "i= 2" and cut to clipboard - paste line inside if-statement Observe: the closing bracket is indented public class Bar { void foo() { int i= 1; if (i == 2) { i= 1; i= 2; } } }
2003-11-27 17:11:54
1,069,970,000
resolved fixed
7586211
1,070,980,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java
JDT
4,580
24,894
Bug 24894 Ctrl+A in Type Hierarchy works strange [type hierarchy]
Build 20021016 This problem is caused because of the two panes in the view. If I select the toolbar of the lower pane and then press Ctrl+A I expect all members to be selected. This does not work in most of the cases: I have to click into the list and then press Ctrl+A.
2002-10-17 05:18:41
1,034,850,000
resolved fixed
4f6edb5
1,070,980,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
JDT
4,581
45,179
Bug 45179 Save dialog state of rename dialog [refactoring]
when you are making batch refactor you use some specifig kind of setting for it like : refactor -> rename has following choices : Update references to renamed classes (checked by default) Update references in javadocs Update references in regular comments Update references in string literals Update fully qualifed names...
2003-10-19 16:43:13
1,066,600,000
resolved fixed
7114d5d
1,070,960,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameFieldWizard.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInputWizardPage.java
JDT
4,582
37,353
Bug 37353 add variable button can't add variable only edit. [build path}
Project->properties->java build path->Library tab->add variable button will only allow you to extend or edit a variable not add a variable. The only way to add a classpath variable is to go Window->preferences->java->classpath variables->new button.
2003-05-07 16:48:47
1,052,340,000
resolved fixed
f2e3fde
1,070,960,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/NewVariableEntryDialog.java
JDT
4,583
32,478
Bug 32478 Create inner subclass generate invalid import
When we have a class with an inner protected class like that, package test1; public class Parent { protected class Inner { } } and an other one like that package test2; import test1.Parent; public class Child extends Parent { } and we want to generate a inner class in Child that extends the inner class Protected.Inner,...
2003-02-21 08:12:29
1,045,830,000
resolved fixed
fc4893f
1,070,910,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
JDT
4,584
47,210
Bug 47210 [refactoring] change method signature - misleading message
1) open the change method signature dialog 2) flip to the Exceptions tab ->message at the bottom: Specify the new order of parameters and/or their new names. The message should be specific to the current tab and say: Specify the exceptions that should be added or removed
2003-11-21 06:58:15
1,069,420,000
resolved fixed
d27a7b2
1,070,910,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeSignatureWizard.java
JDT
4,585
46,658
Bug 46658 File search window too wide
20031111 - Select a element in the Java editor, press CTRL + H - Switch to the file tab - the search window is getting larger for no reasons (it takes the full screen width)
2003-11-14 05:39:26
1,068,810,000
verified fixed
380dac5
1,070,890,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java
JDT
4,586
45,178
Bug 45178 Exception when closing rename dialog with read only files [refactoring]
if the resource is read-only you get a modal dialog "the selected elements contain read-only resources. Do you still want to move them ?" when pressing on close { upper right X ) you get java.lang.ArrayIndexOutOfBoundsException: -1 see attached log
2003-10-19 16:33:04
1,066,600,000
resolved fixed
e283030
1,070,870,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgQueries.java
JDT
4,587
44,834
Bug 44834 Extract interface refactoring operation does not create necessary import statement [refactoring]
In 3.0 M3 "Extract interface" refactoring does not create appropriate import statement for the newly created interface thus resulting in broken builds. In the refactoring dialog of Extract interface "Change references to the class X into the references to the interfaces" option has to be turned on in order to re-create...
2003-10-14 13:36:35
1,066,150,000
resolved fixed
f30bd97
1,070,650,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceUtil.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/s...
JDT
4,588
44,737
Bug 44737 JavaElementLabels broken for nested anonymous types
null
2003-10-13 06:10:59
1,066,040,000
resolved fixed
2482cbe
1,070,640,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CoreTests.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/JavaElementLabelsTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabels.java
JDT
4,589
48,122
Bug 48122 NPE in LinkedNamesAssistProposal
I20031203 Sorry, no steps to reproduce but I found several instances of the following in my log: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.correction.LinkedNamesAssistProposal.getSelection(LinkedNamesAssistProposal.java:124) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insert...
2003-12-04 18:06:26
1,070,580,000
resolved fixed
d78140b
1,070,640,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CUCorrectionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedNamesAssistProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/inter...
JDT
4,590
32,022
Bug 32022 Indirect static proposal: Wrong compiler positions
QuickFix produce wrong code while trying to fix the way class accesses field of the static member of the static class instance, i.e.: instance.staticField.flag = true; Where "instance" is the static field of the same class as caller, "staticField" its static member (instance of inner class StaticField) and the "flag" i...
2003-02-17 11:32:30
1,045,500,000
verified fixed
2ec6921
1,070,560,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
JDT
4,591
47,856
Bug 47856 Unusable UI due to custom colors setup for editor [misc]
I have non-default colors set for syntax highlighting in Java editor (black background, white text, yellow reserved words, green comments, ...). However this causes the some important Eclipse UI features to become unusable due to the fact they leave white (default) background but use my custom (non-default) foreground ...
2003-12-01 19:47:49
1,070,330,000
resolved fixed
b80ecbb
1,070,560,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IStatusContextViewer.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/JavaStatusContextViewer.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/SourceContextViewer.java org.eclipse.jdt.ui...
JDT
4,592
37,913
Bug 37913 Suggest creating field instead of local variable if naming matches preferences for field [quick fix]
Eclipse has a defined list of prefixes (or suffixes) for fields when generating code. I have defined, for example, that local fields begin with _ but of course other naming conventions (e.g. f) are also possible. When I write an assignment such as: public void setThing(Object arg) { _arg = arg; } then it provides with ...
2003-05-21 08:22:03
1,053,520,000
verified fixed
89e662e
1,070,470,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java
JDT
4,593
48,001
Bug 48001 Don't want 'e' as variable name in throw clause
M5 'Surround with' refactoring and quick fix use 'e' as exception variable name. It should be possible to configure this
2003-12-03 12:05:43
1,070,470,000
resolved fixed
25a25f1
1,070,470,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/SurroundWithTryCatchRefactoring.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NameConventionConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor...
JDT
4,594
47,971
Bug 47971 java formatter preferences: IllegalArgumentException when opening new formatter page
I20031202 0. Have old formatter preferences specifying to use spaces instead of tabs 1. Create a new formatting style based on "Java Conventions" 2. Set Indentation -> Use Tab character 3. Format some code so its indentation gets changed -> Note that spaces get inserted instead of tabs 4. Go to the Preferences, Java->C...
2003-12-03 08:28:03
1,070,460,000
resolved fixed
79f0f9b
1,070,460,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/IndentationTabPage.java
JDT
4,595
47,922
Bug 47922 Double-click does not go into resource folders [package explorer]
build I20031121 - In a self-hosting workspace with UI in source, - On the Java pref page, change the double-click behavior for the package explorer to Go Into. - In the Package Explorer, double-click on org.eclipse.ui. - It goes into the project. - Double-click on the schema folder. - It has no effect. It should go int...
2003-12-02 16:08:26
1,070,400,000
resolved fixed
34080e8
1,070,460,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java
JDT
4,596
46,923
Bug 46923 Introduce Factory: Preview doesn't work sometimes
I20031119 The preview doesn't work when introducing a factory method on this example: public class HelloWorld { private static HelloWorld instance; public static void main(String [] args) { instance= new HelloWorld(); instance.run(); } private HelloWorld() { } private void run() { } } The factory method is introduced c...
2003-11-19 05:00:03
1,069,240,000
resolved fixed
955406c
1,070,460,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/textmanipulation/GroupDescription.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/TextChange.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeElementContentProvider.java
JDT
4,597
47,873
Bug 47873 Extract Method: should generate Javadoc [refactoring]
I20031126 Title says it all.
2003-12-02 05:49:13
1,070,360,000
resolved fixed
1d8f5d2
1,070,460,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/code/ExtractMethodInputPage.java
JDT
4,598
42,214
Bug 42214 New template variable that gets replaced by file name w/o extension [code manipulation]
I would like there to be a template variable, for example "filename", that works like the "file" variable, except the variable's value doesn't contain the file extension. This would allow me to create template such as the following: public final class ${filename} extends TestCase { public static Test suite() { final Te...
2003-08-28 10:00:16
1,062,080,000
resolved fixed
74443d8
1,070,310,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContextType.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContextType.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaDocContextType.java
JDT
4,599
42,068
Bug 42068 Pref Pages button order
The button order of: New.../Add... Edit... Remove Should be the same on the following preference pages: Classpath Variables Debug/Detail Formatter Editor/Templates Installed JREs Organize Imports Task Tags @@@ There should be no extra space on: Classpath Variables Task Tags @@@@ The "Up" and "Down" Buttons on Organize ...
2003-08-26 20:49:16
1,061,950,000
verified fixed
463cf6f
1,070,310,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ImportOrganizePreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TodoTaskConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/inte...
JDT
4,600
47,731
Bug 47731 JUnit view leaks 2 Colors
M5 Repeated opening and closing of the JUnit view leaks 2 SWT Colors each time
2003-11-28 14:04:25
1,070,050,000
verified fixed
65a3a7a
1,070,290,000
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitProgressBar.java
JDT
4,601
47,394
Bug 47394 Significant performance degradation in 3.x builds
I am currently using M5 we have a fairly large project approx 7000 source files split into about 250 packages plus about 20 jar files containing about 3MB of code. I am running on windows NT Service pack 6 with a 2Ghz processor and 1GB of RAM with vm params =-Xmx640m -Xms640m. Eclipse is running using JDK1.4.2_02. The ...
2003-11-25 04:40:52
1,069,750,000
resolved fixed
06c09ff
1,070,230,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java
JDT
4,602
47,762
Bug 47762 ProgressDialog appears before Open Type dialog
M5 - start Eclipse with a populated workspace - do nothing for 10 seconds - open AllTypesDialog Observe: Sometimes you get a ProgressDialog before the Open Types dialog opens. This should never happend if Eclipse had been idle for at least 5 seconds because then the background caching thread should have started.
2003-11-29 15:56:22
1,070,140,000
resolved fixed
afe057b
1,070,140,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java
JDT
4,603
45,680
Bug 45680 Add Import corner case [code manipulation]
I'm using M4. I have a source file which imports java.awt.* and java.util.*. Now, I need a method parameter of type java.util.List. I type 'List', highlight it, and press Ctrl+Shift+m; the Add Import dialog appears asking me to choose between java.awt.List and java.util.List. I select the proper one and OK, but my impo...
2003-10-28 14:02:51
1,067,370,000
resolved fixed
dc996e9
1,070,120,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddImportsOperation.java
JDT
4,604
46,956
Bug 46956 QuickFix 'add unimplmented methods' should indicate how many methods are going to be added
Sometimes, you think this is what you want, and then suddenly, you've got an extra 20 or 30 methods. It would be nice to know the consequences of this choice in advance. (It's one of the few choices where the "change volume" can really vary a great deal).
2003-11-19 08:27:47
1,069,250,000
resolved fixed
7714e3a
1,070,120,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnimplementedMethodsCompletionProposal.java
JDT
4,605
47,694
Bug 47694 Local rename jumps to first occurence of name
plugin-export/I20031126.from20031127_1934 In QuickAssistProcessor, go to method 'getRenameLocalProposals', set the cursor in the name and invoke 'local rename'. The editor reveals the first occurence of this method (at the top of the editor). It should stay on the selected name. Seems to be a regression.
2003-11-28 04:55:14
1,070,010,000
resolved fixed
c44cea4
1,070,020,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedNamesAssistProposal.java
JDT
4,606
47,678
Bug 47678 Duplicate parameter prefixes in auto-generated JavaDoc comments
Eclipse 3.0 M5. For the variable type 'Parameters' in 'Preferences/Java/Code Generation/Conventions for variable names' select a non-empty Prefix, e.g. p_. If you now add a JavaDoc comment to a method that has a parameter list with already p_-prefixed names, the @param starts with p_p_ what obviously is wrong.
2003-11-27 18:01:57
1,069,970,000
resolved fixed
b644784
1,070,020,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java
JDT
4,607
47,657
Bug 47657 Quick Assist Suggestion: add block to single-line then-statement [quick assist]
null
2003-11-27 13:57:48
1,069,960,000
resolved fixed
7c3c43a
1,070,010,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java
JDT
4,608
47,218
Bug 47218 NPE during rebuidling of Index [misc]
20031120 I got this one while self hosting off of the 4PM build on 1120 - not sure when as I only noticed when I shutdown. I had loaded the platform-ui module in and then immendiately loaded all other plugins from binaries. This didn't seem to affect anything so I don't think it needs to be addressed for M5. java.lang....
2003-11-21 08:09:27
1,069,420,000
resolved fixed
ecc4b16
1,069,970,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java
JDT
4,609
46,763
Bug 46763 Introduce Factory: uses NLS key that doesn't exist
N20031114 Key use: Refactoring.syntax_error Please use the NLS search facility to make sure your NLS stuff is correct. To enable NLS search go to Search Dialog->Customize and check NLS page.
2003-11-17 06:39:52
1,069,070,000
resolved fixed
a45c3e5
1,069,690,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceFactoryWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ChangeTypeAction.java
JDT
4,610
46,875
Bug 46875 [typing] Tabs are messed up
When I type code that has string literals in it, and press enter to move the string literal to the next line, the tab logic seems strange. e.g. String twoLines = "System Contains Many Defects,Systemet innehaller manga fel\n"+"Stories Are Too Complicated,Stories ar for komplicerade"; Move the cursor after + and press en...
2003-11-18 15:19:05
1,069,190,000
resolved fixed
ee1aa7e
1,069,670,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaStringAutoIndentStrategy.java
JDT
4,611
47,332
Bug 47332 Assertion failed in GetterSetter
20011121 1. create getter on this code public class InstanceCount { private String fName; private int fValue; /** * @param name * @param package1 * @param value */ public InstanceCount(String typeName, int value) { super(); fName= typeName; fValue= value; } public static InstanceCount[] deserialize(String str) { ArrayL...
2003-11-24 06:03:01
1,069,670,000
resolved fixed
781af08
1,069,670,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java
JDT
4,612
46,394
Bug 46394 RCP: Add marker action disabled for Java editor
N20031111 Start fresh workspace and create a class in a Java project. The following actions are disabled: Edit > Add Bookmark... Edit > Add Task... It works in the standard text editor.
2003-11-11 03:48:48
1,068,540,000
verified fixed
0aa7aae
1,069,670,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicEditorActionContributor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGro...
JDT
4,613
38,110
Bug 38110 Move Static Member(s); should have combo box [refactoring]
The Dialog "Move Static Member(s)" should feature a MRU combobox instead of a simple text field for destination type.
2003-05-26 10:11:19
1,053,960,000
closed fixed
d599e00
1,069,670,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveMembersWizard.java
JDT
4,614
45,227
Bug 45227 Pullup incorrectly reports errors [refactoring]
I have a heirachy C derives from B derives from A. A contains protected member variable foo. C contains a method bar() which references foo. If I attempt to pull-up bar() to B, the refactoring preview incorrectly informs me that foo cannot be access from B. If I proceed, there are in fact no problems.
2003-10-20 13:34:18
1,066,670,000
resolved fixed
fd3cd8b
1,069,660,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactorin...
JDT
4,615
45,187
Bug 45187 Double clicking in Package Explorer highlights class name [package explorer]
Rurn on "Show members in Package Explorer" Using EclipsePlugin as an example class name, when double clicking on a method in that class, like getDefault, getDefault is selected in the editor, but the highlight in the package explorer jumps to EclipsePlugin instead of remaining on getDefault. This is the behavior if "Li...
2003-10-19 22:55:10
1,066,620,000
resolved fixed
dca60a3
1,069,460,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
JDT
4,616
46,946
Bug 46946 quick type hiearchy: affordance caption is swapped [type hierarchy]
I20031119 (M5 test pass) 1. Open ContextBasedFormattingStrategy.java (or another type of your liking) 2. Press Ctrl+T to open the type hierarchy 3. Repeatedly pressing Ctrl+T toggles between super- and subtype hierarchy -> The caption of the affordance shown at the bottom needs to be swapped Right now, when displaying ...
2003-11-19 06:17:50
1,069,240,000
resolved fixed
2df2bf9
1,069,350,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyInformationControl.java
JDT
4,617
46,886
Bug 46886 Build hangs
I use autobuild. Happened after pressing Ctrl+S (save) Starting Eclipse N20031114 *************************** The following JRE is used to launch Eclipse: java version "1.4.2" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28) Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode) VM Options=-Xms50M -...
2003-11-18 16:28:59
1,069,190,000
resolved fixed
225900c
1,069,330,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/filebuffers/CompilationUnitDocumentProvider2.java
JDT
4,618
44,549
Bug 44549 NLS Keys search page element order is confusing [search]
I20031008 The tree dialog created by the (Properties) Browse button in the NLS Keys search page is not purely alphabetical. It seems to be ordering based on whether the project is a source or a binary import project, and within those groups further ordered alphabetically. This is confusing. A quick look tells me that t...
2003-10-09 10:25:52
1,065,710,000
resolved fixed
3621cdb
1,069,170,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchPage.java
JDT
4,619
45,444
Bug 45444 Open declaration on local variable doesn't select variable name
Build 20031023 1. Create the following cu: public class X { void foo() { int var = 1; var++; } } 2. Select 'var' in the 'var++;' statement 3. F3 Observe: The cursor goes to the begining of the 'int var = 1;' statement. I would expect that 'var' is selected in this statement.
2003-10-23 10:30:43
1,066,920,000
resolved fixed
bffd227
1,069,160,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
JDT
4,620
45,062
Bug 45062 Don't filter output folder and class files
Create a Java project with source folder src and output folder bin. The bin folder will not be shown in the Packages Explorer. Create a Java project with source folder src and output folder output/bin. The output and bin folders are shown in the Packages Explorer. Implictly filtering out bin is confusing and inconsiste...
2003-10-16 18:18:06
1,066,340,000
resolved wontfix
5ebdcbb
1,069,150,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/OutputFolderFilter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
JDT
4,621
46,821
Bug 46821 NPE in LinkedPositionUI
Build: N-20031116 I'm not sure what provoked this NPE. But I know that I was unable to do anything afterwards. I had to shut down my workbench. Error Nov 17, 2003 23:40:33.872 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.link.LinkedPositionUI.leave (LinkedPositionUI....
2003-11-17 23:43:48
1,069,130,000
verified fixed
65aa3b8
1,069,150,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedPositionUI.java
JDT
4,622
46,805
Bug 46805 prepare Compare for encoding support
I20031111 The Compare plugin only supports the global workspace encoding. It does not support encodings per file.
2003-11-17 16:57:51
1,069,110,000
resolved fixed
842e720
1,069,110,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistory.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareUtilities.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaHist...
JDT
4,623
46,764
Bug 46764 Change type refactoring: NLS has two keys ChangeTypeRefactoring.invalidSelection with different values
N20031114 Please use the NLS search facility to make sure your NLS stuff is correct. To enable go to Search Dialog -> Customize and check NLS search. Then fill in the NLS search page.
2003-11-17 06:41:50
1,069,070,000
resolved fixed
8e4e4cd
1,069,110,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeTypeWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ChangeTypeAction.java
JDT
4,624
46,614
Bug 46614 Introduce Factory: make constructor private should be disabled for syntetic default constructors
I20031111 Title says it all.
2003-11-13 14:21:25
1,068,750,000
resolved fixed
01336fa
1,069,100,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceFactoryInputPage.java
JDT
4,625
42,699
Bug 42699 Unexpected error in organize imports [code manipulation]
To recreate this error, you must have two java projects set up. Create a new class file in one of the projects that refers to an existing class in the other project. In the project properties I'm resolving the foreign class file picking "add class folder" and choosing the class folder from the other project but leave o...
2003-09-08 10:01:34
1,063,030,000
resolved fixed
8e14bfc
1,069,100,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/IFileTypeInfo.java
JDT
4,626
46,656
Bug 46656 Find Occurences does not find all occurences
20031111 In jdt.ui selfhost workspace open CyclePartAction (in binary). Select 'commandForward' and use 'Find Occurenced'. Only 3 references are found. Missing are e.g. line 317, 'if (commandForward != null) {'
2003-11-14 05:21:49
1,068,810,000
resolved fixed
716cedf
1,069,090,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesFinder.java
JDT
4,627
46,351
Bug 46351 Call Hierarchy must not implement IViewSite [call hierarchy]
I20031105 The call hierarchy component implements IViewSite which is not allowed. There seems to be no reason for doing so: the CallHierarchyViewPart should directly set the selection provider to its site.
2003-11-10 11:12:53
1,068,480,000
resolved fixed
dd173ad
1,069,090,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyLabelDecorator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyUI.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/in...
JDT
4,628
24,008
Bug 24008 (automatic) Global Replace
Currently it is only possible to do a global replace, by first searching and then replace each occurrence manually. While this ensures that nothing is accidentally replaced, it is awful if you have use cases like the following: - I want to replace "DAO" to "Dao" and "XML" to "Xml" in all methods, classes, attributes, l...
2002-09-24 03:23:38
1,032,850,000
resolved fixed
c8c6e3f
1,069,090,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameFinder.java
JDT
4,629
45,349
Bug 45349 [typing] Smart ; must replace selection
I20031015 1. enter "int a= 3;" 2. select "=3;" 3. press ";"
2003-10-22 03:21:35
1,066,810,000
verified fixed
e3175ca
1,069,090,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SmartSemicolonAutoEditStrategy.java
JDT
4,630
46,674
Bug 46674 Introduce Factory: use message format for NLS string which contains parts
I20031111 The programm should never build up a message string consiting of parts since the parts might not be traslatable into other languages. Always use message format instead (e.g. the following ''{0}'' has compile errors). Affected keys are: IntroduceFactory.noASTNodeForConstructorSearchHit IntroduceFactory.noASTNo...
2003-11-14 10:56:54
1,068,830,000
resolved fixed
c77fc32
1,069,070,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java
JDT
4,631
46,608
Bug 46608 Introduce Factory: internal error
I20031111 + Introduce Factory patch Test Case /* * Created on Nov 10, 2003 * * To change the template for this generated file go to * Window - Preferences - Java - Code Generation - Code and Comments */ package p2; /** * @author dbaeumer * * To change the template for this generated type comment go to * Window - Prefer...
2003-11-13 13:41:47
1,068,750,000
resolved fixed
a305932
1,069,070,000
org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/46608/p1/TT.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/46608/p1/TT_out.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/46608/p2/TT.java org.eclipse.jdt.ui.tests.refactoring/resources...
JDT
4,632
45,332
Bug 45332 Method inline fails [refactoring]
Problem was also present in R2.1. Tried to inline all invocations of a simple method: public static void assertTrue(boolean invariant) { assert invariant; } !SESSION Oct 21, 2003 13:33:31.629 --------------------------------------------- java.version=1.4.1_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=l...
2003-10-21 16:44:04
1,066,770,000
resolved fixed
e8a7136
1,069,070,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/LocalVariableIndex.java
JDT
4,633
45,110
Bug 45110 No constant for '..compiler.problem.missingAnnotation'
20031015 The constant for "org.eclipse.jdt.core.compiler.problem.missingAnnotation" is missing. e.g. JavaCore.COMPILER_PB_MISSING_ANNOTATION;
2003-10-17 11:12:37
1,066,400,000
verified fixed
2a475ab
1,069,070,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java
JDT
4,634
45,352
Bug 45352 Smart paste garbles indentation of commented code block
Copy this: // int abs(int i) { // //TODO: use Math.abs // if (i > 0) { // return i; // } else { // return -i; // } // } Pasting yields: // int abs(int i) { // //TODO: use Math.abs // if (i > 0) { // return i; // } else { // return -i; // } // }
2003-10-22 04:08:12
1,066,810,000
resolved fixed
fbc9bb0
1,068,810,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java
JDT