issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
unknown
report_datetime
unknown
92,579
Bug 92579 [Viewers] TreeViewer.expandAll() not working was: [navigation] quick outline should expand nodes to show all filtered matches
Once you start typing in the popup outline to filter the elements, all of the TreeItems should be expanded. Currently, if you have two inner classes both with matches to the filter string, only the first treeitem is expanded. Why is the first nested class expanded and not the second?
resolved fixed
d1c084a
["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
"2006-09-21T15:44:44Z"
"2005-04-25T14:40:00Z"
157,772
Bug 157772 [clean up] Simplifying the profile dialog
20060919 As discussed some time ago, we could simplify the profile management First page: Label: Selected formatter/clean up profile: Combo, Buttons 'Edit...', 'Remove' Button 'New...', Button 'Import...' Dialog: Dialog Title: 'Formatter/Clean Up Profile 'xxx'' Label 'Profile name:', Text input field (Profile name), Button 'Export...' Tabs When editing a build in profile, profile name is grey and ok disabled, until the user changes a name. If the user changes a setting, then we can automatically clear the name.
resolved fixed
66cbb2b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpModifyDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodeFormatterConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterModifyDialog.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/ProfileConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/RenameProfileDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-21T15:10:55Z"
"2006-09-19T10:00:00Z"
157,807
Bug 157807 [clean up] fickering when using clean up on one file
20060919-0010 - assign a shortcut to 'Clean Up', for example Ctrl + Alt + Z - in a Java editor press that shortcut - A dialog is shown for a very short time and goes away It would be better if the workbench progress bar (status line) is used.
resolved fixed
82d8fac
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-21T09:05:31Z"
"2006-09-19T12:46:40Z"
157,765
Bug 157765 [clean up] Typos in 'Import Profile' dialog
20060919 - gp to the 'Clean Up' preference page - create a new profile - export profile - import the file - a dialog asks to rename or replace 'Overwrite the existing profile.' should not end with a dot (no dots for radio labels) We should also remove the help button
resolved fixed
471aea8
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/AlreadyExistsDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-21T08:37:34Z"
"2006-09-19T10:00:00Z"
157,774
Bug 157774 [clean up] UI issues on the clean up preference page
20060919 I would - change the label 'Selected Clean Ups' to 'Details:' - make the text field read only - use '-' to separate the items
verified fixed
560ea23
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-20T13:53:35Z"
"2006-09-19T10:00:00Z"
157,812
Bug 157812 [search] Java search result view should not enable polymorphic filter by default
null
verified fixed
0cac3c7
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MatchFilter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-20T13:02:44Z"
"2006-09-19T12:46:40Z"
157,967
Bug 157967 [junit] can run single method anymore
20060920-0010 - select a test method (e.g. X.foo) - chose 'Run > As Junit plugin test' from the context menu - JUnit view complains about 'X.foo' not found
verified fixed
1568a0c
["org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/launcher/JUnitLaunchShortcut.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-20T10:45:38Z"
"2006-09-20T11:00:00Z"
157,767
Bug 157767 [clean up] Code formatter allows to import clean up profiles
20060919 - go to the 'Clean Up' preference page - create a new profile - export profile as text.xml - go to the 'Formatter' preference page - import the text.xml - new profile created, no warning I think a warning dialogs should say that this was saved as clean up profile. Ok to create a new profile containing only the code formatter settings? Or just an error dialog...
verified fixed
696a18b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpProfileManager.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpProfileVersioner.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CreateProfileDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterProfileManager.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/IProfileVersioner.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileStore.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileVersioner.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-20T09:48:46Z"
"2006-09-19T10:00:00Z"
157,860
Bug 157860 [clean up] both serial option radio buttons checked
I20060919-0010 1. Open the built-in clean up preference (click Show) 2. go to Missing Code page ==> both radio buttons under serial version id are marked
verified fixed
5e0d5da
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpConstants.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-19T17:06:33Z"
"2006-09-19T15:33:20Z"
157,809
Bug 157809 [clean up] improve the clean up preference keys
20060919-0010 - the preference keys are currently in the form of 'org.eclipse.jdt.uicleanup.add_default_serial_version_id' I suggest to change them to 'cleanup.add_default_serial_version_id' we should do this for M2 before users are releasing these keys to their projects
verified fixed
70eb57a
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpConstants.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-19T14:27:56Z"
"2006-09-19T12:46:40Z"
157,480
Bug 157480 [clean up] Add paranoical parantheses does mess up expressions
While running cleanup on our whole codebase, I've found a particular file that is incorrectly modified by the cleanup process. Specifically, this: if(target == null && other.target == null || (target != null && target.equals(other.target))) targetEquals = true; return sourceEquals && targetEquals; } becomes this: if(( && (other.target == null))(target == null) || ((target != null) && target.equals(other.target))) { targetEquals = true; } I'll attach source before/after cleanup attached plus screenshots of every steps (including options selected for the cleanup.
verified fixed
0ce03e3
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-18T14:39:03Z"
"2006-09-15T14:20:00Z"
157,468
Bug 157468 [clean up] Overlapping text edits when formating code/comment
Given: package test1; public class E1 { private void bar(boolean bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb) { if (bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb) { // a b c d e f g h i j k final String s = ""; } } } 1. Eclipse formatter settings 2. Clean Ups: Format source code Format single line comments 3. Run clean up on E1 Is: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdit$InsertionComparator.compare(TextEdit.java:119) at java.util.Collections.indexedBinarySearch(Collections.java:322) at java.util.Collections.binarySearch(Collections.java:310) at org.eclipse.text.edits.TextEdit.computeInsertionIndex(TextEdit.java:793) at org.eclipse.text.edits.TextEdit.internalAdd(TextEdit.java:778) at org.eclipse.text.edits.TextEdit.addChild(TextEdit.java:333) at org.eclipse.jdt.internal.corext.refactoring.changes.TextChangeCompatibility.insert(TextChangeCompatibility.java:85) at org.eclipse.jdt.internal.corext.fix.CleanUpRefactoring.mergeTextChanges(CleanUpRefactoring.java:768) at org.eclipse.jdt.internal.corext.fix.CleanUpRefactoring.access$2(CleanUpRefactoring.java:724) at org.eclipse.jdt.internal.corext.fix.CleanUpRefactoring$CleanUpASTRequestor.calculateSolutions(CleanUpRefactoring.java:219) at org.eclipse.jdt.internal.corext.fix.CleanUpRefactoring$CleanUpASTRequestor.acceptAST(CleanUpRefactoring.java:186) at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:712) at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:466) at org.eclipse.jdt.core.dom.ASTParser.createASTs(ASTParser.java:707) at org.eclipse.jdt.internal.corext.fix.CleanUpRefactoring$CleanUpParser.createASTs(CleanUpRefactoring.java:304) at org.eclipse.jdt.internal.corext.fix.CleanUpRefactoring$CleanUpFixpointIterator.next(CleanUpRefactoring.java:383) at org.eclipse.jdt.internal.corext.fix.CleanUpRefactoring.cleanUpProject(CleanUpRefactoring.java:598) at org.eclipse.jdt.internal.corext.fix.CleanUpRefactoring.checkFinalConditions(CleanUpRefactoring.java:552) at org.eclipse.ltk.core.refactoring.Refactoring.checkAllConditions(Refactoring.java:160) at org.eclipse.jdt.internal.ui.refactoring.RefactoringExecutionHelper$Operation.run(RefactoringExecutionHelper.java:76) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:39) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:720) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4022) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
resolved fixed
7daee37
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-15T16:37:20Z"
"2006-09-15T14:20:00Z"
157,203
Bug 157203 [ltk] [patch] TextEditBasedChange/TextChange provides incorrect diff when one side is empty
When previewing changes for a refactoring whose changes are TextChanges, sometimes spurious changes are displayed in the preview/diff UI due to the presence of empty regions in the source or target. For instance, given a ReplaceEdit that inserts a line, the source's region is empty and the target's is not. But in the diff page, it looks like a line is inserted in the source AND the following line from the source's context is deleted. This is confusing. I think the issue comes down to TextEditBasedChange#getContent() when dealing with the expandRegionToFullLine argument. If the incoming region is empty, then expanding to full line introduces a new line in the content, whereas a non-empty region always has line(s) to work with. Thus, the fix is to remove one line of context when expanding an empty region, so the two sides (current and preview) balance out in total number of lines displayed.
resolved fixed
ba62d0b
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/changes/AllTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/changes/TextDiffContentTest.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/TextEditBasedChange.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-15T10:37:23Z"
"2006-09-13T17:53:20Z"
73,401
Bug 73401 [search] Unable to search just for references to overridden method
I have a class Obstacles extends Rectangle, which overrides containsPoint(int, int). I would like to search to references to this method. When I search, I get all references to Rectangle#containsPoint(int, int) instead. How can I make this search? Which method is the bytecode calling?
verified fixed
aab4c89
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/MethodOccurenceCollector.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaElementMatch.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MatchFilter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/NewSearchResultCollector.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-14T17:53:32Z"
"2004-09-07T20:46:40Z"
156,513
Bug 156513 [Clean Up] Body of converted for loop is removed
I20060905-1250 Given: package test; public class E { public void foo(boolean b, int[] is) { if (b) { for (int i = 0; i < is.length; i++) bar(is[i]); } } private void bar(int i) {} } 1. Enable clean ups - Remove blocks - Convert to enhanced for loop 2. Run Source>Clean Up Is: if (b) for (int i = 0; i < is.length; i++) Should if (b) for (int element : is) bar(element);
resolved fixed
4d5b8ed
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-14T16:05:26Z"
"2006-09-07T14:40:00Z"
121,049
Bug 121049 [implementation] Revisit calls to StyledText.setRedraw(boolean)
I20051214-2000 We should try to reduce the calls to StyledText.setRedraw(boolean). For example when revealing a selection, we could check up-front whether scrolling will happen or not.
resolved fixed
93f31a6
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaHistoryActionImpl.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-14T16:04:28Z"
"2005-12-15T15:20:00Z"
156,842
Bug 156842 [clean up] should not make unused private fields final
I20060905-1250 With 'clean up on save' this will result in compile errors after save, which is realy anoing.
resolved fixed
d57c38d
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/VariableDeclarationFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-14T13:22:58Z"
"2006-09-11T07:33:20Z"
157,276
Bug 157276 [clean up] Private field not made final if written in constructor
I20060912-0800 Given: package test1; public class E1 { private int field; public E1() { field= 10; } } 1. Run 'make private fields final' clean up Is: no changes Should: make field final
resolved fixed
cf48877
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/VariableDeclarationFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-14T12:21:11Z"
"2006-09-14T07:46:40Z"
156,911
Bug 156911 [Compare] Modify Java compare classes to support file buffers
In tomorrows integration build (which will probably be today by the time you read this bug), there will be support for the use of file buffers in compare editors. The use of file buffers requires modifications to the Java compare classes. I will attach a patch. Also, any feedback is welcome.
resolved fixed
2cc61b3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareUtilities.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaMergeViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureCreator.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaTextViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/PropertiesFileMergeViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/PropertiesFileViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/PropertiesStructureCreator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-12T10:03:54Z"
"2006-09-11T18:40:00Z"
156,822
Bug 156822 [nls tooling] Externalizes strings dialog has wrong buttons enabled
If you have only one string to externalize, open the Externalizes Strings Wizard. All the three buttons (Externalize, Ignore, Internalize) are enabled. But if you click on one of them, nothing happens besides they get disabled because the no string in the table is selected when the dialog opens. Now we have to ways: a) disable them at startuo if nothing is selected b) select the first entry automatically if there is only one entry In my eyes, option b) is the better approach to have a smart user interaction. I'll provide a patch for the second way tomorrow if nobody has a problem with this.
resolved fixed
45316ad
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-11T10:59:40Z"
"2006-09-10T23:13:20Z"
155,435
Bug 155435 [content assist] NPE in content assist
Eclipse 3.3 I20060822-1200, IBM Java 5.0SR2, WinXP SP2. Steps to reproduce * start fresh workspace and paste the code below there package t; import java.util.Stack; public class T { void t() { final class C { } final Stack<C> stack = new // ^ hit Ctrl-Space here } } * use content assist to finish "... new Stack<C>();" statement * move cursor back to indicated location and activate contect assists again Problem: "Problem During Content Assist" dialog pops up and NullPointerException is written to .log !ENTRY org.eclipse.jdt.ui 2 0 2006-08-28 13:40:26.756 !MESSAGE The 'org.eclipse.jdt.ui.JavaTypeCompletionProposalComputer' proposal computer from the 'org.eclipse.jdt.ui' plug-in did not complete normally. The extension has thrown a runtime exception. !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.java.JavaTypeCompletionProposalComputer.computeCompletionProposals(JavaTypeCompletionProposalComputer.java:90) at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.computeCompletionProposals(CompletionProposalComputerDescriptor.java:303) at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.computeCompletionProposals(CompletionProposalCategory.java:264) at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.collectProposals(ContentAssistProcessor.java:251) at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.computeCompletionProposals(ContentAssistProcessor.java:220) at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:1753) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:478) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$17(CompletionProposalPopup.java:475) at org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(CompletionProposalPopup.java:410) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:404) at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1582) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:173) at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185) at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:461) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:424) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:160) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:466) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:799) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:846) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:564) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:506) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:983) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:927) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:965) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:961) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1275) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3352) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3252) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4052) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1928) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2999) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
verified fixed
9566942
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaTypeCompletionProposalComputer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-11T09:39:30Z"
"2006-08-28T18:33:20Z"
156,352
Bug 156352 NPE when accessing annotations from ITypeBinding
The attached snippet fails with a NPE when it tries to access the annotations of a super class. java.lang.NullPointerException at org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.getAnnotationTagBits(SourceTypeBinding.java:677) at org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.retrieveAnnotationHolder(SourceTypeBinding.java:1417) at org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.retrieveAnnotations(ReferenceBinding.java:1082) at org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.getAnnotations(ReferenceBinding.java:595) at org.eclipse.jdt.core.dom.TypeBinding.getAnnotations(TypeBinding.java:92) at org.eclipse.jdt.junit.tests.JUnit4TestFinderTest.testNPE(JUnit4TestFinderTest.java:323) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ...
verified fixed
350e7af
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-08T13:12:47Z"
"2006-09-06T13:40:00Z"
60,724
Bug 60724 [misc] Class File Editor clips large class files
null
resolved fixed
39514d4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-08T11:01:25Z"
"2004-05-03T10:26:40Z"
99,694
Bug 99694 [nls tooling] Configure Accessor Dialog in NLS refactoring clips caption labels in high-contrast mode [nls]
3.1 RC2 Attaching screenshot
resolved fixed
92254f9
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/NLSAccessorConfigurationDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-08T10:00:40Z"
"2005-06-13T16:26:40Z"
3,537
Bug 3537 DCR - no disassemled code for class files (1G8BSH6)
AK (1/29/01 7:36:51 PM) (most likely a duplicate) now, the editor is just empty - no even information that this is a binary file and thus the source cannot be presented the editor window should at least become gray and say sth like 'binary file (use souce for binaries to view the source)' NOTES:
resolved fixed
6b3bbee
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-07T08:33:56Z"
"2001-10-11T03:13:20Z"
156,239
Bug 156239 [CommonNavigator][Java] PackageExplorerContentProvider forces unnecessary refreshes in working set mode
The test case here has two working sets, each containing several projects, displayed in the Project Explorer, with "Show Top Level Elements" set to "Working Sets". Whenever a Java type is opened, the Java type in the viewer "becomes" a working copy, which causes the PackageExplorerContentProvider to respond in its elementChanged() method. Currently, elementChanged() first checks if the input was deleted (PackageExplorerContentProvider.inputDeleted()). If inputDeleted() returns true, then it forces a complete refresh of the viewer. This causes jumpiness if the viewer is scrolled outside of the scope of the current selection. The inputDeleted() method is already updated for the JDT WorkingSetModel: private boolean inputDeleted() { if (fInput == null) return false; if ((fInput instanceof IJavaElement) && ((IJavaElement) fInput).exists()) return false; if ((fInput instanceof IResource) && ((IResource) fInput).exists()) return false; if (fInput instanceof WorkingSetModel) return false; postRefresh(fInput, ORIGINAL, fInput); return true; } However, as of 3.2.1, the Project Explorer supports working sets, using the Platform/UI's support for the IWorkingSet API. Because the PackageExplorerContentProvider doesn't recognize IWorkingSet and return false, the viewer is structurally refreshed for each opened Java file. Instead, the inputDeleted() method should check for IWorkingSet: private boolean inputDeleted() { if (fInput == null) return false; if ((fInput instanceof IJavaElement) && ((IJavaElement) fInput).exists()) return false; if ((fInput instanceof IResource) && ((IResource) fInput).exists()) return false; if (fInput instanceof WorkingSetModel) return false; if (fInput instanceof IWorkingSet) return false; postRefresh(fInput, ORIGINAL, fInput); return true; } I will attach a patch.
verified fixed
0afa1de
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-06T09:59:36Z"
"2006-09-05T18:13:20Z"
83,221
Bug 83221 [misc] classnot found moving from M4 to i0118
I got the latest integration biuld (i0118) and opened a workspace formerly used via M4. I got an error restoring workbench state and several of the following execeptions in my log. I had several open editors in the workspace. It is hard to tell if there are any missing. Note much more information available. !ENTRY org.eclipse.ui 4 4 2005-01-19 13:35:03.264 !MESSAGE Exception creating editor: The classfile is not on the classpath !STACK 1 org.eclipse.ui.PartInitException[995]: org.eclipse.core.runtime.CoreException: The classfile is not on the classpath at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.doSetInput (ClassFileEditor.java:623) at org.eclipse.ui.texteditor.AbstractTextEditor$16.run (AbstractTextEditor.java:2284) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:344) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:289) at org.eclipse.jface.window.ApplicationWindow$1.run (ApplicationWindow.java:624) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.window.ApplicationWindow.run (ApplicationWindow.java:621) at org.eclipse.ui.internal.WorkbenchWindow.run (WorkbenchWindow.java:1949) at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit (AbstractTextEditor.java:2302) at org.eclipse.ui.texteditor.AbstractTextEditor.init (AbstractTextEditor.java:2329) at org.eclipse.ui.internal.EditorManager.createSite (EditorManager.java:820) at org.eclipse.ui.internal.EditorManager.openInternalEditor (EditorManager.java:899) at org.eclipse.ui.internal.EditorManager.access$12 (EditorManager.java:883) at org.eclipse.ui.internal.EditorManager$9.run(EditorManager.java:1106) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:1061) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.ui.internal.EditorManager.busyRestoreEditor (EditorManager.java:1076) at org.eclipse.ui.internal.EditorManager$8.run(EditorManager.java:1068) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.EditorManager.restoreEditor (EditorManager.java:1066) at org.eclipse.ui.internal.EditorManager.restoreEditorState (EditorManager.java:1708) at org.eclipse.ui.internal.EditorManager.restoreState (EditorManager.java:1020) at org.eclipse.ui.internal.WorkbenchPage.restoreState (WorkbenchPage.java:2443) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1634) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1415) at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1371) at org.eclipse.ui.internal.Workbench$15.run(Workbench.java:1274) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:1061) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1208) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState (WorkbenchConfigurer.java:171) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows (WorkbenchAdvisor.java:638) at org.eclipse.ui.internal.Workbench.init(Workbench.java:888) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1517) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:287) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:220) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:274) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.basicRun(Main.java:255) at org.eclipse.core.launcher.Main.run(Main.java:811) at org.eclipse.core.launcher.Main.main(Main.java:795)
verified fixed
da65fe2
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditorInputFactory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-09-06T08:56:23Z"
"2005-01-19T18:40:00Z"
136,915
Bug 136915 [build path] Default output folder changed when assigning a src output folder
When creating a new project from an existing folder structure, the Default output folder is changed if a different folder is assigned to one of the source folders in the project. Steps to recreate: Setup a project outside of Eclipse with 2 source folders and one output folder: TestProject ->src1 ->tests ->classes Add a .java file to each of the source folders. In Eclipse create a new project using New->Project->Java Project. On the initial Wizard page, give project a name and select Create project from existing source. Click next. Default output folder is set to tests. Select Browse and select classes as new Default output folder. Click Allow output folder for source folders and select tests folder. Click on Configure output folder properties, Select output folder, Browse. Select tests as the output folder and hit OK for both dialogs. Default output folder is changed from classes back to tests.
verified fixed
0eaef74
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/NewSourceContainerWorkbookPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/ResetAllOutputFoldersAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-31T13:29:43Z"
"2006-04-15T19:40:00Z"
72,354
Bug 72354 [misc] Accidental clicking "Show Source of Selected Element Only" causes confusion
On the newsgroups I have seen many people (mostly beginners) complaining about not seeing full cource of their classes. It always turns out that they accidentally clicked the "Show Source of Selected Element Only" toolbar button. Here are few possible enhancements: 1. When the "Show Source of Selected Element Only" is clicked show a message dialog indicating how to get out of the state. The dialog could have "Do not show this message" checbbox. The message showing behaviour should be recoverable from the Java:Editor preferences page. Alternatively: 2. Make "Show Source of Selected Element Only" a preference. 2.1 Move "Show Source of Selected Element Only" to a submenu under Source i.e. making it difficult to get into. It should be possible for an expert to show it on the toolbar also. 3. Always indicate the state in the editor - a label at top with instructions on how to get out of the state. Or a icon on the Editor tab with a tooltip showing how to get out of the state.
resolved fixed
f66f074
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-30T16:32:58Z"
"2004-08-20T13:53:20Z"
136,353
Bug 136353 [implementation] clean up performSaveAs(...) workaround
null
verified fixed
e90e229
["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
"2006-08-30T11:15:34Z"
"2006-04-12T13:53:20Z"
154,936
Bug 154936 [quick fix] "Convert switch to if-else" introduces error
Eclipse SDK Version: 3.2.0 Build id: M20060629-1905 Consider the following snippet: --- public static int getPower(TimeUnit unit) { switch (unit) { case SECONDS: return 0; case MILLISECONDS: return -3; case MICROSECONDS: return -6; case NANOSECONDS: return -9; default: throw new InternalError(); } } --- Run the quick fix "Convert switch to if-else" on the switch keyword, and the new code will have compiler errors, one for each enum constant: SECONDS cannot be resolved. Et cetera. The constants should be preceded by "TimeUnit."
resolved fixed
6f9a371
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-29T16:49:38Z"
"2006-08-23T21:53:20Z"
154,840
Bug 154840 [Add Import] on private enum constants results in compilation error
Eclipse SDK Version: 3.2.0 Build id: M20060629-1905 Consider the following snippet: --- public class Machine { private State state; public boolean isAlive() { return state != State.DEAD; } private enum State { IDLE, RUNNING, DEAD } } --- Run Source -> Add Import on "State.DEAD". Two compiler errors appear: - DEAD cannot be resolved. - The import Machine cannot be resolved.
resolved fixed
6401857
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/AddImportTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddImportsOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/CodeGenerationMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/AddImportOnSelectionAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-29T13:09:11Z"
"2006-08-23T10:46:40Z"
154,939
Bug 154939 [clean up] Convert iterable loop does not detect additional breaking conditions
Hi, In Source->CleanUp the "Covert for loops to enhanced" will convert also loops which aren't convertable, changing the meaning of the program. E.g. this program which limits the number of executions of the loop package x; import java.util.Iterator; import java.util.List; import java.util.Vector; public class X { private static final String[] init={"a","b","c","d","e"}; public static void main(final String[] args) { final List<String> list = new Vector<String>(); for (int i = 0; i < init.length; i++) { list.add(init[i]); } int n = 2; for (Iterator<String> iterator = list.iterator(); iterator.hasNext() && (n > 0); n--) { String string = iterator.next(); System.out.println(string); } } } and thus produces the output a b will be transformed to (btw. ugly formatted) enhanced for loop even though it couldn't be done. The additional condition and decrement of n is ignored and dropped. package x; import java.util.List; import java.util.Vector; public class X { private static final String[] init={"a","b","c","d","e"}; public static void main(final String[] args) { final List<String> list = new Vector<String>(); for (String element : init) { list.add(element); } int n = 2; for (String string : list) { System.out.println(string); } } } thus the result of this program is different than what is was before and it outputs a b c d e I noticed this today with eclipse 3.2 and have then tried the above test case in a clean 3.3M1 (unpacked in the home directory of a freshly created user) to confirm the error is in the latest milestone of 3.3. claudio
verified fixed
74150a2
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/AbstractFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/FixMessages.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/IFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/StringFix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CodeFormatFix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CommentFormatFix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/FixCorrectionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-24T15:05:14Z"
"2006-08-23T21:53:20Z"
154,337
Bug 154337 [quick fix] should suggest final for initialized static variable in inner class
public static void main( String[] args ) { class In { static int a = 21; // ^^ } new In(); } In an inner class the quickfix should suggest final for the static variable "a". The compiler is correct with his message "The field a cannot be declared static; static fields can only be declared in static or top level types..." but the editor should be able to fix it. Maybe the error message should be extended in a way that static final values are valid in an inner class.
resolved fixed
33a3460
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-22T16:26:07Z"
"2006-08-18T08:33:20Z"
154,609
Bug 154609 [type hierarchy] NPE in quick outline
Using Eclipse 3.2 release version. Not sure what caused it, but quick outline failed in a couple of my editors (several others were open and quick outline was working fine in there) due to a NPE. Things were fine when I closed and reopened those two editors. Hopefully, the stack trace will give you an idea of what went wrong. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.util.MethodOverrideTester.findOverriddenMethod(MethodOverrideTester.java:122) at org.eclipse.jdt.internal.corext.util.MethodOverrideTester.findDeclaringMethod(MethodOverrideTester.java:101) at org.eclipse.jdt.internal.ui.typehierarchy.AbstractHierarchyViewerSorter.getDefiningType(AbstractHierarchyViewerSorter.java:136) at org.eclipse.jdt.internal.ui.typehierarchy.AbstractHierarchyViewerSorter.compare(AbstractHierarchyViewerSorter.java:96) at org.eclipse.jface.viewers.ViewerComparator$1.compare(ViewerComparator.java:184) at java.util.Arrays.mergeSort(Arrays.java:1284) at java.util.Arrays.mergeSort(Arrays.java:1295) at java.util.Arrays.mergeSort(Arrays.java:1295) at java.util.Arrays.sort(Arrays.java:1223) at org.eclipse.jface.viewers.ViewerComparator.sort(ViewerComparator.java:182) at org.eclipse.jface.viewers.AbstractTreeViewer.getSortedChildren(AbstractTreeViewer.java:556) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:719) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:696) at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:892) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:1486) at org.eclipse.jdt.internal.ui.text.JavaOutlineInformationControl$OutlineTreeViewer.internalExpandToLevel(JavaOutlineInformationControl.java:226) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:1496) at org.eclipse.jdt.internal.ui.text.JavaOutlineInformationControl$OutlineTreeViewer.internalExpandToLevel(JavaOutlineInformationControl.java:226) at org.eclipse.jface.viewers.AbstractTreeViewer$5.run(AbstractTreeViewer.java:1278) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1323) at org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged(AbstractTreeViewer.java:1266) at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:250) at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1542) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.inputChanged(AbstractInformationControl.java:525) at org.eclipse.jdt.internal.ui.text.JavaOutlineInformationControl.setInput(JavaOutlineInformationControl.java:625) at org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:858) at org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:837) at org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:308) at org.eclipse.jface.text.information.InformationPresenter.computeInformation(InformationPresenter.java:346) at org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:821) at org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:811) at org.eclipse.jdt.internal.ui.javaeditor.JavaSourceViewer.doOperation(JavaSourceViewer.java:166) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:201) at org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:131) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:129) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185) at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:461) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:424) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:160) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:466) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:799) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:846) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:564) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:506) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:982) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:927) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:965) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:961) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1275) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3346) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3246) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1923) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
4aa4056
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/MethodOverrideTester.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/AbstractHierarchyViewerSorter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-22T12:40:18Z"
"2006-08-21T19:53:20Z"
154,037
Bug 154037 [package explorer] Select All in pkg expl behaves strange
I20060810-1230 1. Create a new java project 'P01' with separate src folder 2. Expand 'P01' 3. Ctrl-A Is: P01, src, and the JRE is selected, correct 4. Collapse 'P01' 5. Expand 'P01' Is: only P01, is selected, maybe correct 6. Collapse 'P01' 7. Ctrl-A 8. Expand 'P01' Is: P01, src, and the JRE is selected That's strange because: a) I did not expect that Ctrl-A in step 7 does select non visible elements b) It's different from what I see after step 5 It looks like once you expanded a node that susequent 'Select All' invocations do select the node and its children, no matter if the node is expanded or collapsed (i.e. expand the jre container once).
resolved fixed
a326b3b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/SelectAllAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-21T17:10:39Z"
"2006-08-16T12:06:40Z"
154,103
Bug 154103 [search] 'Copy Qualified Name' should also work in search result view
I20060815-0948 Open java.lang.Integer, select the type name, and press Ctrl+G. I would expect that 'Edit > Copy Qualified Name' is enabled now, but it isn't.
resolved fixed
fd8fba7
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CopyQualifiedNameAction.java", "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
"2006-08-21T16:14:27Z"
"2006-08-16T17:40:00Z"
154,534
Bug 154534 [content assist][templates] Endless loop in JavaContext.suggestVariableName
I20060816-1200 + ZRH plug-ins from 20060817_1526 In a method like the one below, I pressed Ctrl+Space in the empty body and then Down_Arrow to select the template "for - iterate over array with temp...". void checkMappingChanged(.., .., Object[][] objs) { } Stackdump while in endless loop: "main" prio=6 tid=0x00280048 nid=0x2a10 runnable [0x0007e000..0x0007fc44] at java.lang.String.endsWith(String.java:1296) at org.eclipse.jdt.internal.corext.template.java.JavaContext.suggestVariableName(JavaContext.java:394) at org.eclipse.jdt.internal.corext.template.java.JavaContext.suggestVariableNames(JavaContext.java:377) at org.eclipse.jdt.internal.corext.template.java.JavaContextType$AbstractIterableElement.resolve(JavaContextType.java:204) at org.eclipse.jface.text.templates.TemplateContextType.resolve(TemplateContextType.java:272) at org.eclipse.jface.text.templates.TemplateContextType.resolve(TemplateContextType.java:239) at org.eclipse.jdt.internal.corext.template.java.JavaContext.evaluate(JavaContext.java:164) at org.eclipse.jdt.internal.ui.text.template.contentassist.TemplateProposal.getAdditionalProposalInfo(TemplateProposal.java:391) at org.eclipse.jface.text.contentassist.AdditionalInfoController$6.run(AdditionalInfoController.java:162) - locked <0x1b3aa948> (a org.eclipse.jface.text.contentassist.AdditionalInfoController$10) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) - locked <0x1024df30> (a org.eclipse.swt.widgets.RunnableLock) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3354) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3000) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
verified fixed
fb6c785
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-21T14:42:37Z"
"2006-08-21T14:20:00Z"
154,518
Bug 154518 [content assist] NPE on ContentAssist
I20060816-1200 + ZRH plug-ins from 20060817_1526 I can reproduce the NPE below on Ctrl+Space with a modified version of RenamePackageTests.java. !MESSAGE The 'org.eclipse.jdt.ui.JavaNoTypeCompletionProposalComputer' proposal computer from the 'org.eclipse.jdt.ui' plug-in did not complete normal ly. The extension has thrown a runtime exception. !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.core.Signature.toCharArray(Signature.java:2253) at org.eclipse.jdt.ui.text.java.CompletionProposalCollector.getDeclaringType(CompletionProposalCollector.java:562) at org.eclipse.jdt.ui.text.java.CompletionProposalCollector.isFiltered(CompletionProposalCollector.java:524) at org.eclipse.jdt.ui.text.java.CompletionProposalCollector.accept(CompletionProposalCollector.java:208) at org.eclipse.jdt.internal.codeassist.CompletionEngine.findClassField(CompletionEngine.java:2033) at org.eclipse.jdt.internal.codeassist.CompletionEngine.complete(CompletionEngine.java:894) at org.eclipse.jdt.internal.codeassist.CompletionEngine.complete(CompletionEngine.java:1774) at org.eclipse.jdt.internal.core.Openable.codeComplete(Openable.java:123) at org.eclipse.jdt.internal.core.CompilationUnit.codeComplete(CompilationUnit.java:314) at org.eclipse.jdt.internal.core.CompilationUnit.codeComplete(CompilationUnit.java:307) at org.eclipse.jdt.internal.ui.text.java.JavaCompletionProposalComputer.internalComputeCompletionProposals(JavaCompletionProposalComputer.java :166) at org.eclipse.jdt.internal.ui.text.java.JavaCompletionProposalComputer.computeCompletionProposals(JavaCompletionProposalComputer.java:146) at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.computeCompletionProposals(CompletionProposalComputerDescriptor. java:303) at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.computeCompletionProposals(CompletionProposalCategory.java:264) at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.collectProposals(ContentAssistProcessor.java:251) at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.computeCompletionProposals(ContentAssistProcessor.java:220) at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:1753) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:478) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$17(CompletionProposalPopup.java:475) at org.eclipse.jface.text.contentassist.CompletionProposalPopup$12.run(CompletionProposalPopup.java:1399) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.incrementalComplete(CompletionProposalPopup.java:1393) at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1581) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:173) at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185) at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:461) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:424) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:160) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:466) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:799) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:846) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:564) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:506) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:982) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:927) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:965) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:961) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1275) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3352) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3252) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4054) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1928) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2995) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
verified fixed
cc2d0da
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalCollector.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-21T14:38:12Z"
"2006-08-21T11:33:20Z"
140,771
Bug 140771 [generate constructor] generate constructor for enum [code generation]
When using [Source->Generate constructor using fields] for an enum, the generated constructor is public by default. This is illegal (as far as I understand), and should always be private. It shouls also ommit the call to super().
verified fixed
ca94e26
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateConstructorUsingFieldsSelectionDialog.java", "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
"2006-08-17T15:52:32Z"
"2006-05-09T10:20:00Z"
153,299
Bug 153299 [build path] Can't remov project form bp if it contains src folder
I20060807-2000 1. Create new project with project as src/out folder 2. New src folder with update exclusion filters 3. Select the project and invoke Build Path>Remove from Buildpath Is: Error while removing from buildpath Fix: change default outputfolder to bin
resolved fixed
45c6088
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/buildpath/BuildpathModifierActionTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-17T15:37:44Z"
"2006-08-09T13:26:40Z"
151,611
Bug 151611 [infer type arguments] NPE in InferTypeArgumentsTCModel.makeVariableVariable()
In the Java Editor, I was in the following line: Map<PpmMedia, String> parallelVersions = new HashMap(); when I chose Ctrl+1 and picked "Add type parameters to 'HashMap'" on the HashMap constructor. That resulted in the following NPE: eclipse.buildId=M20060629-1905 java.version=1.5.0 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Command-line arguments: -os win32 -ws win32 -arch x86 -data D:\eclipse_workspaces\sgw2 This is a continuation of log file D:\eclipse_workspaces\sgw2\.metadata\.bak_0.log Created Time: 2006-07-24 13:16:35.266 Error Mon Jul 24 19:52:30 CEST 2006 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.generics.InferTypeArgumentsTCModel.makeVariableVariable(InferTypeArgumentsTCModel.java:350) at org.eclipse.jdt.internal.corext.refactoring.generics.InferTypeArgumentsTCModel.makeDeclaredVariableVariable(InferTypeArgumentsTCModel.java:367) at org.eclipse.jdt.internal.corext.refactoring.generics.InferTypeArgumentsConstraintCreator.endVisit(InferTypeArgumentsConstraintCreator.java:869) at org.eclipse.jdt.core.dom.VariableDeclarationFragment.accept0(VariableDeclarationFragment.java:226) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536) at org.eclipse.jdt.core.dom.VariableDeclarationStatement.accept0(VariableDeclarationStatement.java:272) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:135) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2513) at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:501) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536) at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:483) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536) at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:212) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.internal.corext.fix.Java50Fix$AddTypeParametersOperation.rewriteAST(Java50Fix.java:116) at org.eclipse.jdt.internal.corext.fix.LinkedFix.createChange(LinkedFix.java:106) at org.eclipse.jdt.internal.ui.text.correction.FixCorrectionProposal.createTextChange(FixCorrectionProposal.java:75) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.createChange(CUCorrectionProposal.java:303) at org.eclipse.jdt.internal.ui.text.correction.ChangeCorrectionProposal.getChange(ChangeCorrectionProposal.java:207) at org.eclipse.jdt.internal.ui.text.correction.ChangeCorrectionProposal.performChange(ChangeCorrectionProposal.java:100) at org.eclipse.jdt.internal.ui.text.correction.LinkedCorrectionProposal.performChange(LinkedCorrectionProposal.java:231) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.apply(CUCorrectionProposal.java:244) at org.eclipse.jdt.internal.ui.text.correction.FixCorrectionProposal.apply(FixCorrectionProposal.java:142) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertProposal(CompletionProposalPopup.java:777) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertSelectedProposalWithMask(CompletionProposalPopup.java:728) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.verifyKey(CompletionProposalPopup.java:1139) at org.eclipse.jface.text.contentassist.ContentAssistant$InternalListener.verifyKey(ContentAssistant.java:650) at org.eclipse.jface.text.TextViewer$VerifyKeyListenersManager.verifyKey(TextViewer.java:434) at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener.java:61) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:709) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5047) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4789) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:965) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:961) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1275) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3346) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3246) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1923) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
verified fixed
7992135
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsTCModel.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-17T15:32:11Z"
"2006-07-24T16:53:20Z"
154,215
Bug 154215 NPE in org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.updateOccurrenceAnnotations
20060816-0100 (nightly) When I did a Ctrl-Shift O I got the following exception. I was fixing warnings in AddMarkersAction in the UI tests but I have not been able to replicate !ENTRY org.eclipse.jface 4 2 2006-08-17 09:16:43.421 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.updateOccurrenceAnnotations(JavaEditor.java:3035) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.doSelectionChanged(JavaEditor.java:2239) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor$OutlineSelectionChangedListener.selectionChanged(JavaEditor.java:300) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:839) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:843) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:837) at org.eclipse.jface.viewers.StructuredViewer.handleInvalidSelection(StructuredViewer.java:1094) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1336) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1413) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1370) at org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage$JavaOutlineViewer.reconcile(JavaOutlinePage.java:425) at org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage$1.run(JavaOutlinePage.java:172) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3354) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3000) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
99979e1
["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
"2006-08-17T13:29:59Z"
"2006-08-17T13:06:40Z"
144,410
Bug 144410 [JUnit] TypeRenameParticipant still uses 'isTest' property
N20060529-0010 TypeRenameParticipant still uses 'isTest' property to check enablement in the plugin.xml. To avoid loading of the JUnit plug-in, it should use the same tests as JUnitLaunchShortcut (only loads jdt.launching).
resolved fixed
5483c25
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/ResourceExtender.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-17T12:41:12Z"
"2006-05-30T09:06:40Z"
154,193
Bug 154193 [build path] Can't edit filters on project without separate src folder
1. Create new Project as source and bin folder 2. On the project invoke BP>Configure Inclusion/Exclusion Filters... 3. Click Finish Is: Java Model Exception: Java Model Status [P08 [in P08] does not exist] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:485) at org.eclipse.jdt.internal.core.PackageFragmentRoot.getUnderlyingResource(PackageFragmentRoot.java:742) at org.eclipse.jdt.internal.core.Openable.getCorrespondingResource(Openable.java:287) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.EditFilterAction.run(EditFilterAction.java:106) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3377) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2997) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) !SUBENTRY 1 org.eclipse.jdt.core 4 969 2006-08-17 12:36:51.289 !MESSAGE P08 [in P08] does not exist
verified fixed
bcfe9b5
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-17T12:22:06Z"
"2006-08-17T10:20:00Z"
153,078
Bug 153078 [build path] Configure Output Folder dialog > Browse... dialog should not accept the project as valid
I20060807-2000 The Build Path > Configure Output Folder... > Browse... dialog should not accept the project itself as valid value.
resolved fixed
b59e7d4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/OutputLocationDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-17T11:00:37Z"
"2006-08-08T12:26:40Z"
154,196
Bug 154196 [build path] NPE when setting output folder to default
null
resolved fixed
5e967ad
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/buildpath/BuildpathModifierActionTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-17T10:58:53Z"
"2006-08-17T10:20:00Z"
153,077
Bug 153077 [build path] Configure Output Folder dialog should show the default output folder
I20060807-2000 The Build Path > Configure Output Folder... dialog should show the default output folder so that it is clear which folder is used when choosing this radio button.
resolved fixed
852490a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/OutputLocationDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-17T10:30:25Z"
"2006-08-08T12:26:40Z"
154,044
Bug 154044 [build path] Remove excluded output folder on output folder change
I20060810-1230 1. Create Java Project with separate src output folder 2. On the src folder invoke BP>Configure Output Folder... 3. specify src/bin1 4. invoke BP>Configure Output Folder.... 5. specify src/bin2 6. invoke BP>Configure Inclusion/Exclusion Filters... Is: bin1 is filtered Should: bin1 should not be filtered but removed (optional)
resolved fixed
74e3e6f
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/buildpath/BuildpathModifierActionTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java", "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/newsourcepage/EditOutputFolderAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-17T10:08:04Z"
"2006-08-16T12:06:40Z"
148,081
Bug 148081 [hovering] Hover and F2 do not work for some error messages
create a try block without a catch or finally. There is no squiggly underline on the closing brace, so the error is not easily accessible using F2. Type "; ff" in a method body somewhere. There *IS* a squiggly underline under the semicolor, but F2 fails there too.
verified fixed
4085111
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaWordFinder.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractJavaEditorTextHover.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
"2006-08-17T09:49:24Z"
"2006-06-21T17:13:20Z"
145,138
Bug 145138 [content assist] IJavaCompletionProposalComputer corecontext only initialized 'by chance'
I have been successfully using the org.eclipse.jdt.ui.javaCompletionProposalComputer extension point in a plugin (lets call it plugin A). This plugin have the following code: public List computeCompletionProposals(ContentAssistInvocationContext context, IProgressMonitor monitor) { JavaContentAssistInvocationContext ctx = (JavaContentAssistInvocationContext)context; CompletionContext coreContext = ctx.getCoreContext(); try { if(coreContext!=null) { int kind = coreContext.getTokenKind(); if(kind==CompletionContext.TOKEN_KIND_STRING_LITERAL) { ... So it uses the public API JavaContentAssitInvocationContext and its coreContext to decide if a completion is being performed inside a String literal. This works beautifull. Now for modularity sake I wanted to seperate this functionallity out to another plugin. Thus I copied the extension point and code into plugin B which then depends on plugin A. The proposal computer is indeed called, but now the core context is null. Enabling the code in Plugin A together with the new thing in Plugin B showed that for some reason Plugin A had a non-null core context and Plugin B still had null. After some time I found that the reason is that the core context is only intialized IFF one of the builtin JDT provided proposalcomputers is called first. This is because they internall call the non-public: JavaCompletionProposalComputer.createCollector(context) which in turn call ExperimentalResultCollector which initializes the corecontext. Thus the capabilities exposed to a custom proposalcomputer is 'by chance'. If the above is expected behavior then it would be interesting to find out one of the following: A) how can I ensure that my completion proposal collector is called *after* the corecontext is initialized ? B) can I create the context somehow from within my custom propsal collector with public API that does not interfere with the builtin JDT completion ? C) Is there a more public (and just as efficient) API to detect where a codecompletion is actually performed ? (e.g. to see if it is on a string)
resolved fixed
7877a5b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/JavaContentAssistInvocationContext.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-17T09:14:31Z"
"2006-06-02T20:26:40Z"
153,245
Bug 153245 [content assist] Must better handle evil javadocCompletionProcessor
I20060809-0010. Currently an evil javadocCompletionProcessor contribution that takes a long time to complete results in a dialog and there is no way to - detect which processor causes it - disable the bad processor At a minimum for 3.2.1 we must - list all possible candidates - provide a way to disable the LegacyJavadocCompletionProposalComputer
verified fixed
f841b33
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalComputerDescriptor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/IJavadocCompletionProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-17T06:46:49Z"
"2006-08-09T07:53:20Z"
153,421
Bug 153421 [preferences] Looking at 'Java Compiler' property forces build and generates file
R3.2 and I20060810-0010 * Workspace default JRE is jdk1.4.2_08 * Also have jdk1.5.0_08 in the workspace * Create a new Java project, specifying a project specific JRE for the project - jdk1.5.0._08 * Select the newly created project and check its "properties..." * Select the "Java Compiler" page to see that the compliance has been set to 1.5 * Press OK ==> build is started ==> new file gets added: '.settings/org.eclipse.jdt.ui.prefs' with: #Thu Aug 10 11:51:55 CEST 2006 eclipse.preferences.version=1 internal.default.compliance=default The "internal.default.compliance=default" seems to be the bad guy.
resolved fixed
e33caea
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-16T16:35:19Z"
"2006-08-10T11:40:00Z"
153,449
Bug 153449 [preferences] Code folding has completely disappeared
I do not know how I got my platform into this state but it has been like this for awhile and I cna't figure it out. I have completely lost all ability to use and even see code folding, even though the actions and preference settings all seem to think it is still there and working/available. I can enable and disable folding, and I see my editor margin increase/decrease in size providing a gutter for the code folding markers to appear in, but they simply aren't there. Also, all of the menu options to expand all and collapse all are there and enabled but they do nothing. I'll attach a bunch of screenshots and my platform configuration info. Things of note: I am running Eclipse 3.2 on Windows XP, and my workspace is set up for feature-based self-hosting.
verified fixed
897564b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/FoldingConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/FoldingMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/JavaFoldingStructureProviderRegistry.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-16T15:52:57Z"
"2006-08-10T14:26:40Z"
130,472
Bug 130472 [projection] Bizarre folding behavior
Folding has become extremely unstable in 3.2. What usually seems to happen is that if I start editing an inner (nested) class, the whole folding structure gets messed up. Large chunks of code are not visible any more. Turning off folding does not help in this case. The file has to be closed and reopened to make the missing text visible.
verified fixed
a4b5e8f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/folding/DefaultJavaFoldingStructureProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-16T13:47:32Z"
"2006-03-05T20:20:00Z"
153,068
Bug 153068 [build path] Configure Output Folder dialog does not validate names
I20060807-2000 Build Path > Configure Output Folder... dialog does not validate the file name and results in an error dialog after pressing OK.
resolved fixed
1a8608f
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/buildpath/BuildpathModifierActionTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/buildpath/CPJavaProject.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java", "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/CPListElementAttribute.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/OutputLocationDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/ClasspathModifierQueries.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/EditOutputFolderAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-16T12:51:47Z"
"2006-08-08T09:40:00Z"
138,910
Bug 138910 [JUnit] JUnit launch config type should support resource mapping
null
resolved fixed
5fe51d8
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnitMigrationDelegate.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitLaunchShortcut.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMainTab.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMigrationDelegate.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-14T18:36:20Z"
"2006-04-27T15:00:00Z"
31,815
Bug 31815 [typing] New Javadoc comment starts with 2 blank lines instead of 1
build I20030211 Before a method with no comment, type /** <enter>. You get: /** * * */ This has one more blank Javadoc line than I expect.
resolved fixed
aaa72d9
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocAutoIndentStrategy.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-14T13:29:40Z"
"2003-02-13T21:00:00Z"
113,266
Bug 113266 [syntax highlighting] javadoc tag names including period is not highlighting correctly
javadoc allows tag names including period. Eclipse correctly shows it in "javadoc view" and hover text. However syntax highlight does not consider to such tag names.
resolved fixed
9ccbee6
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-14T12:18:32Z"
"2005-10-20T17:40:00Z"
153,287
Bug 153287 [buildpath] NPE in set output dialog
I20060807-2000 1. Create new project with separate src and output folder 2. on a source folder invoke Build Path>Configure Output Folder... 3. Type '/' java.lang.NullPointerException at org.eclipse.jdt.internal.ui.wizards.buildpaths.OutputLocationDialog.warnIfPathDangerous(OutputLocationDialog.java:227) at org.eclipse.jdt.internal.ui.wizards.buildpaths.OutputLocationDialog.doStatusLineUpdate(OutputLocationDialog.java:169) at org.eclipse.jdt.internal.ui.wizards.buildpaths.OutputLocationDialog$OutputLocationAdapter.dialogFieldChanged(OutputLocationDialog.java:151) at org.eclipse.jdt.internal.ui.wizards.dialogfields.DialogField.dialogFieldChanged(DialogField.java:70) at org.eclipse.jdt.internal.ui.wizards.dialogfields.StringDialogField.doModifyText(StringDialogField.java:130) at org.eclipse.jdt.internal.ui.wizards.dialogfields.StringDialogField.access$0(StringDialogField.java:126) at org.eclipse.jdt.internal.ui.wizards.dialogfields.StringDialogField$1.modifyText(StringDialogField.java:108) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:196) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:933) at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:2143) at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:3381) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3255) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4054) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1847) at org.eclipse.swt.widgets.Text.callWindowProc(Text.java:131) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3340) at org.eclipse.swt.widgets.Text.windowProc(Text.java:1841) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4054) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1928) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2995) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.EditOutputFolderAction.run(EditOutputFolderAction.java:128) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3377) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2997) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
verified fixed
4776d34
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/OutputLocationDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-09T13:41:00Z"
"2006-08-09T13:26:40Z"
153,108
Bug 153108 [ccp] paste CU without target project should set compiler compliance inferred from JRE
null
verified fixed
49d473b
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-09T13:21:37Z"
"2006-08-08T15:13:20Z"
153,143
Bug 153143 [package explorer] Regression: PDE Container not shown when referenced plug-in in source
null
verified fixed
df49500
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-09T13:19:43Z"
"2006-08-08T18:00:00Z"
153,113
Bug 153113 [package explorer] empty name node for classfolder on project
20060808 Create a project with a classfolder on the project -> Empty node rendered
verified fixed
cff2fc4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/StandardJavaElementContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-09T13:01:19Z"
"2006-08-08T15:13:20Z"
153,072
Bug 153072 [ccp] 'Copy' enabled with empty selection in classfile editor
3.3.M1 test pass 1. Open a class file without attached source Is: 'Copy' is enabled Should: Not be enabled, or the editor should have a selection 2. Select something 3. Deselect something Is: 'Copy' is not enabled, which is correct.
verified fixed
ded76a2
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-09T09:13:01Z"
"2006-08-08T09:40:00Z"
153,050
Bug 153050 [ccp] ResourceException when pasting type after deleting project from workspace (but not from disk)
I20060807-2000 - Paste a code snippet to the empty package explorer - Delete the created project, but do not dlete contents from disk - Paste again org.eclipse.core.internal.resources.ResourceException: Resource '/_pasted_code_/src' already exists. at org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:283) at org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:270) at org.eclipse.core.internal.resources.Folder.assertCreateRequirements(Folder.java:29) at org.eclipse.core.internal.resources.Folder.create(Folder.java:88) at org.eclipse.core.internal.resources.Folder.create(Folder.java:118) at org.eclipse.jdt.internal.ui.refactoring.reorg.PasteAction$1.createNewProject(PasteAction.java:503) at org.eclipse.jdt.internal.ui.refactoring.reorg.PasteAction$1.run(PasteAction.java:438) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:763) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:760) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2283) at org.eclipse.ui.internal.progress.ProgressManager$5.run(ProgressManager.java:1130) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.progress.ProgressManager.runInUI(ProgressManager.java:1123) at org.eclipse.jdt.internal.ui.refactoring.reorg.PasteAction$TextPaster.paste(PasteAction.java:587) at org.eclipse.jdt.internal.ui.refactoring.reorg.PasteAction.run(PasteAction.java:213) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:267) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:243) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.ui.actions.RetargetAction.runWithEvent(RetargetAction.java:229) at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:119) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:461) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:424) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:160) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:466) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:799) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:846) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:564) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:506) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:982) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:927) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:965) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:961) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1275) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3352) at org.eclipse.swt.widgets.Tree.WM_CHAR(Tree.java:4800) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3252) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:4796) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4054) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1928) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2995) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
verified fixed
04172b1
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-08T09:34:14Z"
"2006-08-08T09:40:00Z"
78,416
Bug 78416 [search] Java search on working set contains items outside of the working set
Using build I20041111, I did a search for all references to the method ResourcesPlugin.getWorkspace() inside my Team working set which contains the team plugings. The result contained 304 results, many of which were not in the team plugins. Some of the bad matches were marked potential matches while others were not. I would expect a search for the references to a static method to return only real mathces. I would also expect that a search in a working set would only include classes that were contained in the working set.
verified fixed
141b189
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-07T14:22:14Z"
"2004-11-11T19:06:40Z"
147,079
Bug 147079 [rename] wizard won't show if the Internal Web Browser View is open
When the Internal Web Browser View is open, the Rename-Type refactoring wizard won't show. After a click on the Refactor->Rename context menu entry, nothing happens. Steps to Reproduce: 1. Create a new Java Project e.g. TestProject 2. Create a new class in the default package, e.g. TestClass 3. Open the Internal Web Browser View via the Window -> Show View -> Other -> General -> Internal Web Browser menu. 4. Open TestClass.java with the Java Editor. 5. Select the class name, and select Refactor -> Rename from the context menu. When the Internal Web Browser View is closed, the Rename-Type wizard will open again. Im using Eclipse SDK 3.2 RC7 Build id: I20060602-1317
verified fixed
81b794e
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameUserInterfaceStarter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-07T13:44:06Z"
"2006-06-14T15:46:40Z"
151,773
Bug 151773 [JUnit] Comparison dialog doesn't open for JUnit4 tests
Double clicking the first line of the failure trace when it is a comparison failure (i.e., assertEquals( "1", "2" );) opens up the CompareResultDialog when using the JUnit 3 test runner. When using the JUnit 4 test runner (with either a JUnit3 or JUnit4 test case) double clicking does nothing. Digging a bit, it seems that the TestElement.fExpected and TestElement.fActual elements are set to null, which disables the FailureTrace.fCompareAction and thus results in no CompareResultDialog being shown. These fields seem to be set from the RemoteTestRunnerClient's fExpectedResult and fActualResult fields. In the JUnit3 case, these fields get set appropriately by calls to RemoteTestRunnerClient.AppendingProcessingState.readMessage, but under the JUnit4 test runner these methods do not get called. I did not bother looking any further at this point. Sample code: import junit.framework.TestCase; public class Tester extends TestCase { public void testComparison( ) { assertEquals( "Gah", "Gooh" ); } } Create a JUnit run configuration and then try both the JUnit3 and a JUnit4 test runners to see the differences in behaviour.
verified fixed
6bf1b67
["org.eclipse.jdt.junit4.runtime/src/org/eclipse/jdt/internal/junit4/runner/FailureException.java", "org.eclipse.jdt.junit4.runtime/src/org/eclipse/jdt/internal/junit4/runner/JUnit4TestListener.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-07T12:56:45Z"
"2006-07-25T20:40:00Z"
132,827
Bug 132827 [build path] CE if external archive is added twice
I20060321-1210 1. Create new Project 2. Add foobar.jar to project 3. Add foobar.jar to project: org.eclipse.core.runtime.CoreException: Build path contains duplicate entry: 'C:Documents and Settings/beb/Desktop/foobar.jar' for project P01 at org.eclipse.jdt.internal.corext.buildpath.ClasspathModifier.validateAndAddEntry(ClasspathModifier.java:1979) at org.eclipse.jdt.internal.corext.buildpath.ClasspathModifier.setNewEntry(ClasspathModifier.java:1880) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.AddArchiveToBuildpathAction.addExternalJars(AddArchiveToBuildpathAction.java:110) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.AddArchiveToBuildpathAction$1.run(AddArchiveToBuildpathAction.java:78) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
resolved fixed
4eaa042
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/AutomatedSuite.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/buildpath/BuildpathModifierActionTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddArchiveToBuildpathAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-03T15:55:22Z"
"2006-03-22T12:20:00Z"
133,810
Bug 133810 [nls tooling] Find Broken NLS Keys action only works on saved properties files
I20060329-0010. Borken stuff in dirty Java files is correctly detect through Java search but for properties files the last saved state is used.
resolved fixed
c40600d
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/NLSSearchTest.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-03T13:43:08Z"
"2006-03-29T11:00:00Z"
152,604
Bug 152604 [nls tooling] Find Broken Externalized Strings reports false positive
I20060801-0900 Running Source > Find Broken Externalized Strings on /org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringUIMessages.properties gives these false positives: Unused keys in: RefactoringUIMessages.properties - \org.eclipse.ltk.ui.refactoring\src\org\eclipse\ltk\internal\ui\refactoring (3 matches) Undefined keys in: RedoRefactoringAction.java - org.eclipse.ltk.ui.refactoring Undefined keys in: RefactoringHistoryWizard.java - org.eclipse.ltk.ui.refactoring.history Undefined keys in: UndoRefactoringAction.java - org.eclipse.ltk.ui.refactoring
verified fixed
560d872
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/NLSSearchTest.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-02T15:53:10Z"
"2006-08-02T14:46:40Z"
151,404
Bug 151404 [misc] Softening visibility of parts of JavaOutlinePage
null
resolved fixed
2b21ed9
["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
"2006-08-02T12:50:42Z"
"2006-07-21T13:53:20Z"
152,384
Bug 152384 [preferences] Compilance level changes from 1.4 to 5.0 unexpectedly
I have this java on my machine: -- 1.4.2_05 -- 1.4.2_09 -- 1.5.0_07 Bring up Eclipse 3.2 with a new workspace. From the Eclipse menu, select Window->Preferences. Expand Java, select Compiler. In my case, the "Compiler compliance level" has 1.4 selected by default. Still under Java, select Installed JREs. The only thing showing for me at this point is jre1.5.0_07, and it is selected to be the default. Click on Add. Type this in the JRE name field: JRE 1.4.2_09 (or 1.4.2_05 if you have that). Click on the Browse button and locate 1.4.2_09. Mine was under my C: directory. OK. OK. Select JRE 1.4.2_09 to be the default Installed JRE. OK out of the Preferences dialog. You may get a prompt that the compiler settings have changed and a full build is required. If so, select Yes. Select Window->Preferences again. Expand Java, and select Compiler again. Now the compliance level shows 5.0 by default. If you reselect 1.4, it seems to stick this time. The problem is that since you wanted it to use the 1.4 VM any attempts to run after it changed the compiler to 1.5 will cause incompatible class file errors.
verified fixed
a875b93
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompliancePreferencePage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-08-02T08:51:07Z"
"2006-07-31T21:06:40Z"
25,793
Bug 25793 [rulers][api] Provide simpler way to add a decorator to a composite ruler
Would like something like: /** * Decorates the given java editor part with the given vertical ruler column * implementation. The vertical ruler is placed in the last position to the * right of the java editor's current vertical rulers. */ JavaUI.addDecorator(IEditorPart javaEditor, IVerticalRulerColumn myVerticalRulerColumn); /** * Removes the given vertical ruler column from the given java editor. */ JavaUI.removeDecorator(IEditorPart javaEditor, IVerticalRulerColumn myVerticalRulerColumn); We need this in order to add a vertical ruler column to annotate a java editor with our own line-based text data. Currently, this can sort of be done using this approach, though it has the strong disadvantage of assuming an internal implementation: // assume ieditorpart instanceof JavaEditor StatusTextEditor statustexteditor = (StatusTextEditor) ieditorpart; CompositeRuler compositeruler = (CompositeRuler)statustexteditor.getAdapter (IVerticalRulerInfo.class); int index = 1; // should be 2 if line numbers are showing compositeruler.addDecorator(index, new MyRulerColumn());
verified fixed
dce22c5
["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
"2006-08-02T07:48:54Z"
"2002-11-06T19:13:20Z"
105,761
Bug 105761 [extract local][extract constant] use ast rewrite for extract local / constant
3.1 The quick assist that uses extract local could profit from using ast rewrite to track the positions.
resolved fixed
0dd9682
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test54_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test55_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test57_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test79_out.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ASTNodeFactory.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/fragments/AssociativeInfixExpressionFragment.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/fragments/IASTFragment.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/fragments/IExpressionFragment.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/fragments/SimpleExpressionFragment.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/fragments/SimpleFragment.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-30T17:45:46Z"
"2005-08-02T08:06:40Z"
151,853
Bug 151853 [JUnit] JME "Project does not exist" when opening JUnit Test Case wizard
I20060725-0800 1. Create a Project (_not_ Java Project) 2. Execute 'New>JUnit Test Case' Is: Exception is thrown: Java Model Exception: Java Model Status [EQLExamples does not exist] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:485) at org.eclipse.jdt.internal.core.JavaProject.buildStructure(JavaProject.java:380) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:229) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:505) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:249) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:235) at org.eclipse.jdt.internal.core.JavaProject.getJavaProjectElementInfo(JavaProject.java:1513) at org.eclipse.jdt.internal.core.JavaProject.newNameLookup(JavaProject.java:2195) at org.eclipse.jdt.internal.core.JavaProject.newNameLookup(JavaProject.java:2205) at org.eclipse.jdt.internal.core.JavaProject.findType(JavaProject.java:1263) at org.eclipse.jdt.internal.core.JavaProject.findType(JavaProject.java:1170) at org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne.resolveClassNameToType(NewTestCaseWizardPageOne.java:1124) at org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne.superClassChanged(NewTestCaseWizardPageOne.java:1095) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.typePageDialogFieldChanged(NewTypeWizardPage.java:989) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.access$2(NewTypeWizardPage.java:953) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage$TypeFieldsAdapter.dialogFieldChanged(NewTypeWizardPage.java:891) at org.eclipse.jdt.internal.ui.wizards.dialogfields.DialogField.dialogFieldChanged(DialogField.java:70) at org.eclipse.jdt.internal.ui.wizards.dialogfields.StringDialogField.setText(StringDialogField.java:162) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.setSuperClass(NewTypeWizardPage.java:1225) at org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne.internalSetJUnit4(NewTestCaseWizardPageOne.java:290) at org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne.setJUnit4(NewTestCaseWizardPageOne.java:271) at org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne.init(NewTestCaseWizardPageOne.java:247) at org.eclipse.jdt.internal.junit.wizards.NewTestCaseCreationWizard.addPages(NewTestCaseCreationWizard.java:48) at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:499) at org.eclipse.jface.window.Window.create(Window.java:426) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1124) at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:113) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3377) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2997) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) !SUBENTRY 1 org.eclipse.jdt.core 4 969 2006-07-26 16:04:18.241 !MESSAGE EQLExamples does not exist
verified fixed
eb81088
["org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-27T15:28:53Z"
"2006-07-26T13:20:00Z"
143,073
Bug 143073 [actions] Memory leak caused by new Search > "Occurrences in File" sub menu
3.2 RC5 The new Search > Occurrence In File sub menu (i.e. OccurrencesSearchMenuAction) causes a memory leak: 1. open Java editor 2. close Java editor ==> Java editor is leaked NOTE: only the last one is leaked. This is severe a severe regression compared to 3.1.x and should be fixed for 3.2.
verified fixed
0a0db99
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OccurrencesSearchMenuAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/SurroundWithTemplateMenuAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindExceptionOccurrencesAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindImplementOccurrencesAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-24T16:53:10Z"
"2006-05-22T20:33:20Z"
151,505
Bug 151505 [content assist] field names in setters or constructors are not completed by content assist if to be qualified with this
From 3.1 on the "this" qualifier is suggested by code assistance when completing on field names that have the same name as constructor or method parameters. Unfortunately the field variable name is not succesfully applied when using the completion. In contrast to previous releases the qualifier appears in the completion list: key String this.key String - Test sample: public class Test { private String key; public Test(String key) { k // try completion here } public void setKey(String key) { k // try completion here } }
resolved fixed
13d7918
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/MethodInsertCompletionTest.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
"2006-07-24T16:50:34Z"
"2006-07-22T12:06:40Z"
146,116
Bug 146116 [render] npe in BindingLabelProvider
while trying to inline the variable "test", got an error. public class X { { int test = 3; System.out.println(test); } } java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:350) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:304) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.internalPerformFinish(RefactoringWizard.java:545) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.performFinish(UserInputWizardPage.java:154) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.performFinish(RefactoringWizard.java:611) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.okPressed(RefactoringWizardDialog2.java:433) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:508) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3164) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2840) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:132) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:145) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:40) at org.eclipse.jdt.internal.corext.refactoring.RefactoringExecutionStarter.startInlineTempRefactoring(RefactoringExecutionStarter.java:280) at org.eclipse.jdt.ui.actions.InlineTempAction.run(InlineTempAction.java:100) at org.eclipse.jdt.ui.actions.InlineTempAction.tryInlineTemp(InlineTempAction.java:123) at org.eclipse.jdt.ui.actions.InlineAction.run(InlineAction.java:108) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:271) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:243) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3164) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2840) at org.eclipse.jdt.internal.ui.actions.QuickMenuAction.run(QuickMenuAction.java:77) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185) at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:461) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:424) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:160) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:466) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:799) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:846) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:564) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:506) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1341) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1084) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1109) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1094) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1121) at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:655) at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:2082) at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:637) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1434) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3796) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:5245) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1133) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1427) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2838) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.viewsupport.BindingLabelProvider.getMethodLabel(BindingLabelProvider.java:211) at org.eclipse.jdt.internal.ui.viewsupport.BindingLabelProvider.getLocalVariableLabel(BindingLabelProvider.java:136) at org.eclipse.jdt.internal.ui.viewsupport.BindingLabelProvider.getBindingLabel(BindingLabelProvider.java:446) at org.eclipse.jdt.internal.corext.refactoring.code.InlineTempRefactoring.createChange(InlineTempRefactoring.java:228) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:121) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:189) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Root exception: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.viewsupport.BindingLabelProvider.getMethodLabel(BindingLabelProvider.java:211) at org.eclipse.jdt.internal.ui.viewsupport.BindingLabelProvider.getLocalVariableLabel(BindingLabelProvider.java:136) at org.eclipse.jdt.internal.ui.viewsupport.BindingLabelProvider.getBindingLabel(BindingLabelProvider.java:446) at org.eclipse.jdt.internal.corext.refactoring.code.InlineTempRefactoring.createChange(InlineTempRefactoring.java:228) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:121) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:189) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
verified fixed
573fb3a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/BindingLabelProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-24T16:44:10Z"
"2006-06-08T20:53:20Z"
94,189
Bug 94189 [5.0] Add support for {@code} and {@literal} javadoc tags
null
resolved fixed
7027d55
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.java", "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
"2006-07-24T16:23:01Z"
"2005-05-09T20:20:00Z"
108,121
Bug 108121 [ccp] Also create project when pasting code snippet into Package Explorer
I20050823-0800 + plug-in export I like the new feature which generates the Java elements when pasting code snippets into the Package Explorer. Of course I tried to paste onto an empty Package Explorer and it did not work. I'd like to create a new project when pasting code snippet on Package Explorer where no project is selected.
resolved fixed
f07077f
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-21T20:18:54Z"
"2005-08-26T15:26:40Z"
50,832
Bug 50832 [package explorer] Show In Package Explorer doesn't work for CUs not on classpath
I20040127 Open a .java file from org.eclipse.jdt.ui.tests.refactoring/resources/.. (Note: 'resources' is not a source folder) => 'Navigate > Show In > Package Explorer' doesn't reveal the CU.
resolved fixed
fa6e3e7
["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
"2006-07-21T17:35:35Z"
"2004-01-29T09:53:20Z"
140,163
Bug 140163 [build path] Set focus to DialogPackageExplorer when showing second project wizard page
N20060504-0010 To reproduce: 1. Open the new Java Project Wizard throgh clicking on New Java Project button in the toolbar 2. Type in a name 3. click next 4. click the help button in the lower left corner or press F1 Is: Nothing happens 5. Select the 'Source' 6. Click the button or press F1 Now the correct help is shown. Not sure why that is. I guess because the focus is on the 'Back' button. When the wizard is started through 'New->Project->Java Project' a help is shown, but the wrong one.
resolved fixed
3614059
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathBasePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathOrderingWorkbookPage.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/ProjectsWorkbookPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/NewSourceContainerWorkbookPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/JavaCapabilityConfigurationPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-21T14:27:45Z"
"2006-05-04T13:40:00Z"
150,249
Bug 150249 [typing] Pasting a contents inside a string to get string concatenation doesn't work if the string is not an empty string
Using 3.2, copy some code. Open a new empty string. Paste your code and it ends up as string concatenation. Now copy some code. Open a string which is not an empty string. Select the contents of the string except the starting and ending double quote and paste your code. The code is not seen as a string concatenation.
resolved fixed
baf0a6c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaStringAutoIndentStrategy.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-21T12:24:09Z"
"2006-07-11T15:00:00Z"
149,941
Bug 149941 [nls tooling] PropertiesFileDocumentProvider throws org.eclipse.core.internal.resources.ResourceException when a properties file cannot be found
The following exception is thrown when you have had a properties file open in an editor, and then the properties file is deleted, and then the "back" tool is clicked. An attempt to find the deleted properties file fails with the following excepiton. This is very easy to reproduce. Let me know if you need more detailed steps. org.eclipse.core.internal.resources.ResourceException: Resource /com.ibm.simona.admin/src/com/ibm/simona/admin/properties/configuration.properties does not exist. at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:311) at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:187) at org.eclipse.core.internal.resources.File.getContentDescription(File.java:270) at org.eclipse.jdt.internal.ui.propertiesfileeditor.PropertiesFileDocumentProvider.createFileInfo(PropertiesFileDocumentProvider.java:64) at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider.java:482) at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:3063) at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:173) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEditor.java:1512) at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:178) at org.eclipse.ui.texteditor.AbstractTextEditor$17.run(AbstractTextEditor.java:2396) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:763) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:760) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2283) at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:2414) at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:2441) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:839) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:583) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:372) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2588) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2521) at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2513) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2498) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2493) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2478) at org.eclipse.ui.internal.NavigationHistoryEntry.restoreLocation(NavigationHistoryEntry.java:66) at org.eclipse.ui.internal.NavigationHistory.gotoEntry(NavigationHistory.java:385) at org.eclipse.ui.internal.NavigationHistory.shiftEntry(NavigationHistory.java:436) at org.eclipse.ui.internal.NavigationHistory.backward(NavigationHistory.java:420) at org.eclipse.ui.internal.NavigationHistoryAction.run(NavigationHistoryAction.java:201) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:441) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
58e798a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileDocumentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-21T12:07:40Z"
"2006-07-07T02:40:00Z"
150,159
Bug 150159 [refactoring] Refactoring participant actions get lost during preview involving back, next
null
verified fixed
f2effeb
["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/participants/ProcessorBasedRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-21T11:57:59Z"
"2006-07-10T16:46:40Z"
21,904
Bug 21904 [misc] Can't Ctrl+C copy from class file editor without source
The 'Ctrl+C' copy shortcut doesn't work in the Java class file editor (the one which appears when no source is available). The Windows shortcut 'Ctrl+Ins' works correctly. There's also no context menu with 'Copy' on it, nor is 'Copy' eabled on the 'Edit' pull down menu. Curiously, 'Select All' IS enabled, but doesn't seem to do anything.
resolved fixed
035434e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-21T11:14:29Z"
"2002-07-25T15:13:20Z"
145,733
Bug 145733 [rename] Renaming of Project causes linked folders to be unlinked and moved
When renaming a Project (Not a java project, but a "Simple" one) any linked folder gets changed to a standard folder and its contents are MOVED to the new location, instead of mantaining the linked folder. Steps to reproduce: 1) Create a new project (New > Project > Simple > Project) 2) Create a folder on C:\ (or whatever you like) and put some files in it. 3) Add the folder as a link in the project (New > Folder > (Advanced>>) > Link to folder in the filesystem. 4) Rename the project (Refactor > Rename) Now the linked folder has turned into a standard folder, and the contents have been moved. The linked folder's target doesn't exist anymore (it's been moved to the new Project location).
verified fixed
222f080
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenameResourceChangeTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameResourceChange.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-21T08:23:49Z"
"2006-06-07T11:33:20Z"
151,280
Bug 151280 [misc] Providing a JavaSourceViewerConfiguration to SemanticHighlightingManager
null
resolved fixed
3fbc7ef
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingManager.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-21T08:15:52Z"
"2006-07-20T18:26:40Z"
151,024
Bug 151024 [actions] Format should not stop on read-only files, it should skip instead.
If I only have a few files checked out, when I try to format all the source code in my project, the formatter stops, since it detects some of my files being read-only. It should not halt at read-only files, instead it should just skip them and only format the writable files. It would provide better usability, as it will do as much as possible, which in this case is exactly what I want. Note, this issue is not related to the following bugs 27207, 69193, and 121552 that want to format the read-only files. I do not want that!
verified fixed
334597b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FormatAllAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-20T15:50:31Z"
"2006-07-19T00:46:40Z"
151,062
Bug 151062 [templates] 'for' template does not work in detail formatters dialog
I20060718-0800 Preferences > Java > Debug > Detail Formatters: Add a detail formatter, write "for", invoke content assist, and chose any of the for templates. -> Template not inserted, log: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.template.java.JavaContext.suggestVariableName(JavaContext.java:393) at org.eclipse.jdt.internal.corext.template.java.JavaContext.suggestVariableNames(JavaContext.java:377) at org.eclipse.jdt.internal.corext.template.java.NameResolver.resolve(NameResolver.java:75) at org.eclipse.jface.text.templates.TemplateContextType.resolve(TemplateContextType.java:272) at org.eclipse.jface.text.templates.TemplateContextType.resolve(TemplateContextType.java:239) at org.eclipse.jdt.internal.corext.template.java.JavaContext.evaluate(JavaContext.java:164) at org.eclipse.jdt.internal.ui.text.template.contentassist.TemplateProposal.apply(TemplateProposal.java:173) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertProposal(CompletionProposalPopup.java:784) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertSelectedProposalWithMask(CompletionProposalPopup.java:735) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.verifyKey(CompletionProposalPopup.java:1142) at org.eclipse.jface.text.contentassist.ContentAssistant$InternalListener.verifyKey(ContentAssistant.java:761) at org.eclipse.jface.text.TextViewer$VerifyKeyListenersManager.verifyKey(TextViewer.java:436) at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener.java:61) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:709) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5051) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4793) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:965) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:961) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1275) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3349) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3249) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4054) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1927) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2995) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.jdt.internal.debug.ui.JavaDetailFormattersPreferencePage.editType(JavaDetailFormattersPreferencePage.java:324) at org.eclipse.jdt.internal.debug.ui.JavaDetailFormattersPreferencePage$4.doubleClick(JavaDetailFormattersPreferencePage.java:181) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:796) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:843) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:794) at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:1051) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1158) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:223) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:220) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:281) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3377) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2997) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3377) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2997) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
93ad8fe
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitCompletion.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContext.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/JavaDocContext.java", "org.eclipse.jdt.ui/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
"2006-07-20T14:29:35Z"
"2006-07-19T11:53:20Z"
151,190
Bug 151190 [build path] Regression to Overlapping products in source tree tutorial
I20060718-0800 Step 7. of the Getting Started Tutorial 'Overlapping products in Source Tree': The DialogPackageExplorer does not render the content correct. Looks like getChildren is worng.
resolved fixed
f3d8876
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-20T14:05:15Z"
"2006-07-20T07:20:00Z"
150,989
Bug 150989 [syntax highlighting] Allow different colors for brackets and operators
The syntax coloring preferences dialog for the Java editor has one category for "brackets and operators". I prefer having brackets with bright colors that stand out (especially braces since they help delinate code blocks), but since operators are so much more common in code, having them also be bright is distracting. Apps like JCreator and even TextPad have separate classifications for brackets and operators - Eclipse should too!
resolved fixed
5262be6
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCodeScanner.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/IJavaColorConstants.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-19T16:29:56Z"
"2006-07-18T19:13:20Z"
150,698
Bug 150698 [rename] Failure caused by misnamed class when renaming a package
While trying to rename a package and it's subpackages the operation failed with this message, Refactoring An unexpected exception occurred while performing the refactoring. See the error log for more details. org/eclipse/ltk/internal/ui/refactoring/UIPerformChangeOperation$1 (Wrong name: org/eclipse/ltk/internal/ui/refactoring/UIPerHormChangeOperation$1) UIPerHormChangeOperation includes a typo. ^
resolved fixed
8fd7d09
["org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testHierarchicalDisabledImport/in/my/pack/C.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testHierarchicalDisabledImport/out/your/pack/C.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenamePackageTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenameTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RefactoringScanner.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/TextMatchUpdater.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-19T14:05:04Z"
"2006-07-14T18:00:00Z"
150,853
Bug 150853 [clean up] 'Remove unused imports' multi quick fix doesn't work on non-existing classes
'Remove unused imports' quick fix doesn't work on imports of non-existing classes. Example: //A.java import foo.Bar; public class A {} //B.java import foo.Bar; public class B {} Click on 'The import foo cannot be resolved' entry in Problems view and select QuickFix, then 'Find Similar Problems' (the other class appears on the 'Problems' list), 'Select All' and 'OK'. Progress bar appears and then window is closed and nothing happens. There are no errors in Error Log view.
resolved fixed
4c13c47
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-18T08:53:42Z"
"2006-07-17T18:13:20Z"
149,954
Bug 149954 [call hierarchy] Open Call Hierarchy should not open editor
Activating "Open Call Hierarchy" for a reference of a method opens additionally an editor with the function. This did not happen in past versions. It is not necessary if one looks for other references of this funtion. To open a function definition one uses easier the "hyperlink feature".
resolved fixed
14b5cd0
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyUI.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-17T15:21:20Z"
"2006-07-07T08:13:20Z"
67,967
Bug 67967 [search] Filter read/write variable references
The java search view filters for read and write access should be updated to filter read and write references to local variable, too.
verified fixed
fd9a9b4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MatchFilter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/NewSearchResultCollector.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-17T14:26:20Z"
"2004-06-21T09:26:40Z"
150,481
Bug 150481 [clean up] Removing qualified this expressions may change semantic
Hi! I just tried the new "Clean Up" feature and I found the following problem. Try to use it on this code and you'll find that it "cleans" up the code in a wrong way. --- public class Test { public Test() { doTest(); } public synchronized void doTest() { System.out.println("doTest started"); (new Inner()).start(); try { wait(); } catch(InterruptedException e) { e.printStackTrace(); } System.out.println("doTest finished"); } private class Inner extends Thread { @Override public void run() { try { Thread.sleep(2000); } catch(InterruptedException e) { e.printStackTrace(); } synchronized(Test.this) { Test.this.notifyAll(); } } } public static void main(final String[] args) { new Test(); } } --- The problem is with the option "Use 'this' qualifier for method access" set to "Only if necessary": it removes the "Test.this." qualifier... but the result is not lexically the same as the original code. I hope to have been of help. Mauro.
verified fixed
572965c
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CodeStyleFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-13T10:44:13Z"
"2006-07-13T08:40:00Z"
148,118
Bug 148118 [Sync View] Outgoing deletion in package not showing in synchronize view
3.2 I20060602-1317 Steps to reproduce 1. create a project "P" 2. create a folder "f1" 3. create a folder "f2" 4. create a file "a" in "f1" 4. create a file "b" in "f1" 5. create a file "a" in "f2" 6. release the result of steps 1-5 to CVS 7. delete file "a" in "f1" and in "f2" 8. synchronize -> "a" in "f1" is marked as an outgoing deletion "a" in "f2" does not appear as a change at all
verified fixed
6a34dba
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/model/ContentProviderTests.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/model/MockPluginView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-07-12T14:38:59Z"
"2006-06-21T20:00:00Z"
139,732
Bug 139732 [build path] Button enablement in User Library preferences
3.2RC2 Go to the user libary pref page. - add a user library - add a jar etc - create access rules - expand the access rules tree node > "Edit" button is enabled, but doesn't do anything < expected: "Edit" button disabled, or takes me to the access rules edit dialog - "Remove" button enablement: - enabled, but no-op when on "access rules" tree node or any rule sub-node - enabled, but a no-op when on an empty source / jar location
resolved fixed
5541c05
["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
"2006-07-11T10:59:56Z"
"2006-05-02T17:13:20Z"