Tentative IP Log for eclipse

This tentative IP Log is generated dynamically from automatically collected project information. This information has not been vetted for accuracy by the Eclipse Foundation and may not represent the true state of the IP of this project(s). Please refer to the official approved IP Log(s) associated with the official release(s) of this project(s) for more information.

Licenses

  • Eclipse Public License v1.0

Third-Party Code

Pre-Req Dependencies

No Pre-Req dependencies.

Exempt Pre-Req and Works With Dependencies

No Exempt Pre-Req or Works With dependencies

Committers

Past and Present Active
Name Organization  
(Error: no committers)

Contributors and Their Contributions

Ref Size Description
Achim Demelt (googlemail.com)
278844 16396 bytes [JUnit] Separate UI from non-UI code
Fixes for concurrency issues
278844 554100 bytes [JUnit] Separate UI from non-UI code
Updated patch
Alexander Kitaev (gmail.com)
320802 1135 bytes ASTParser.createASTs(..) fails silently on multiple missing parameter types.
patch (for org.eclipse.jdt.core_3.7.0.vB_03)
Andreas Magnusson (gmail.com)
151500 746 bytes [assist] Method parameter names are not displayed for inner classes
Diff for InternalCompletionProposal.java that seems to fix the problem.
Andrew Eisenberg (eisenberg.as)
140392 15211 bytes [JUnit] Rerun failed first does not work with JUnit4
Patch to implement this feature
Ayushman Jain (gmail.com)
133125 6513 bytes [compiler][null] need to report the null status of expressions and analyze them simultaneously
same fix with formatting and copyright
163194 252761 bytes [1.6] compiler should warn about missing @Override annotation for interface method
proposed fix with 2 msgs + regression tests
202634 12152 bytes [codeassist] missing super proposal in specific source
proposed fix v2.0 + regression tests
204100 5570 bytes [assist] getDeclarationSignature() returns different results for the same kind of proposals
proposed fix v1.0 + regression tests
235658 4447 bytes Valid identifier unrecognized.
proposed fix v1.0 + regression tests
236306 29146 bytes [content assist] for method invocation in variable initializer should not guess variable
proposed fix v2.0 + regression tests
244820 4529 bytes Content assist after 'instanceof' should also work in assignment
proposed fix v1.0 + updated regression tests
248312 16443 bytes [model] IMemberValuePair#getValue() should also work for negative numerals
proposed fix v2.0 + regression tests
249704 4118 bytes [code assist] autocomplete with anonymous classes does stop working
proposed fix v1.0 + regression tests
250056 31229 bytes [compiler][null] Another assert and "Redundant null check"
proposed fix v1.0 + regression tests
253896 27601 bytes [compiler][null] wrong "Null comparison always yields false" problem for auto-unboxing
updated patch for HEAD
267091 4348 bytes [content assist] After 'implements' interface members are not proposed
proposed fix v1.0 + updated regression tests
285565 14715 bytes [inline] Inlining constant or local variables causes exceptions with tab width 0
Patch with one exception throwing condition removed
287009 2363 bytes Inner Annotation Checks are Missing
Modified patch + regression test
287676 4002 bytes [1.5][compiler] Useless cast warning not emited
proposed fix v1.0 + regression test
292510 23357 bytes FUP of 292364: Error messages don't identify partial types precisely.
proposed fix with correction + regression tests
293777 4879 bytes Misleading problem when @Override is used on method with unresolved parameter type
proposed fix v0.5 + regression test
293917 84838 bytes Invalid 'potential null access' warning reports
same patch with two additional tests
295260 5779 bytes Wrong warnings on Java.Compiler.Errors/Warnings "Redundant null check"
proposed fix v0.5 + regression test
299900 5127 bytes [null]Missing potential null warnings for variable on the right of an OR conditional expression
proposed fix v0.5 + regression tests
300031 41555 bytes The deprecation warning for a type should not include the package name
proposed fix v1.0 + regression tests
302446 22028 bytes [compiler] Regression in if statement flow analysis related to null checks
proposed fix + regression test
302865 16658 bytes Issue with "import" a class and "import static" a method with the same name
proposed fix updated + regression tests
303448 63772 bytes Wrong code generation optimization when assert condition is false
proposed fix v0.5 + regression tests
305001 4347 bytes Exception occurred in listener of Java element change notification
rough patch
305590 3725 bytes Redundant null check false-positive
proposed fix v1.0 + regression tests
308980 19195 bytes [content assist]An initializer inside a non-array field declaration confuses content assist
proposed fix v2.0 + regression tests
310427 9730 bytes [content assist] FUP of 236306: Variable proposed before definition.
proposed fix v1.0 + regression tests
329227 4233 bytes Usage of broken quicksort algorithm in jdt.internal.compiler.util.Util
patch to commit
Ayushman Jain ()
9f9f8e 2 lines Fixed Bug 375409 - Add missing Javadoc compile options to batch
eebe53 2 lines Fixed Bug 375409 - Add missing Javadoc compile options to batch
fcb6b9 53 lines migration FAQ update for Bug 383780
Benjamin CABE (sierrawireless.com)
275215 912 bytes org.eclipse.jdt.internal.core.util.KeyToSignature#consumeType() uses a method not available in J2SE-1.4 EE
fix
Benjamin Muskalla (tasktop.com)
50607 4973 bytes [extract method] Name ambiguous return value in error message
patch
97413 4026 bytes [extract method] missing return type when code can throw exception
patch + testcase
100593 10810 bytes [quick fix] proposes wrong cast from Object to primitive int
patch
101233 3418 bytes [extract method] remember selected access modifier
updated patch
107924 3574 bytes [quick fix] "Add exceptions to..." quickfix does nothing.
patch
107985 3209 bytes [quick fix] Create Method in void context should 'box' void.
patch
107985 1997 bytes [quick fix] Create Method in void context should 'box' void.
copyright
152004 7560 bytes [extract method] should declare method static if extracted from anonymous in static method
patch+testcases
160853 7207 bytes [extract method] Does not replace similar code in parent class of anonymous class
patch
213519 9307 bytes [extract method] Missing return value, while extracting code out of a loop
patch + testcases
228950 4846 bytes [pull up] exception if target calls super with multiple parameters
patch
233278 4859 bytes [surround with] "Surround With runnable" crash.
patch
236421 1657 bytes [spell checking][implementation] PersistentSpellDictionary closes wrong stream
suggested patch
238226 6016 bytes [preferences] Surface new compiler warning option in preference page
patch
239066 25561 bytes [compiler] Overriding a Synchronized Method with a Non-synchronized Method
updated patch
245240 5169 bytes [preferences] Add preference for new compiler warning: MissingSynchronizedModifierInInheritedMethod
patch
245250 10021 bytes [quick fix] Quick fix for missing synchronized modifier
patch
248935 1006 bytes Typo in JUnit ISV doc
patch
264052 3074 bytes [templates] new SWT templates - ToolBar and ToolItem
patch
264606 18482 bytes [extract method] extracting return value results in compile error
updated patch+testcases
Björn Michael (gmx.de)
331311 16852 bytes [syntax highlighting] Syntax coloring for abstract classes
3.7 HEAD patch with a test
348368 16441 bytes [syntax highlighting] Add highlight for inherited fields
Patch to support Syntax Coloring of inherited fields
Brian de Alwis (mt.ca)
224815 2109 bytes Make Detail formatters exportable
Patch to jdt.debug.ui to add preference transfer for detail_formatters
Brock Janiczak (gmail.com)
213786 2747 bytes [JUnit] Add context menu action to import junit test results from package explorer
JUnit view editor launcher
218940 1892 bytes [patch] Add logical structure for XML DOM Nodes
patch to org.eclipse.jdt.debug
Carsten Pfeiffer (gebit.de)
303698 1989 bytes [ccp] ReorgPolicies' canEnable() methods return true too often
Fixes the buggy canEnable() methods
303705 1518 bytes [search] Custom search results not shown hierarchically in the java search results view
Patch addressing the issue
Chris West (Faux) (goeswhere.com)
282755 11066 bytes [quick assist] "Use 'StringBuilder' for string concatenation" could fix existing misuses
Actual proposed implementaiton
319900 616 bytes StringLiteral#setLiteralValue needlessly escapes apostrophes (')
Remove the "case '" clause
Christian Georgi (sap.com)
359944 19425 bytes [JUnit] Eclipse JUnit4 runner treats failed assumptions (org.junit.Assume.*) as passing tests instead of skipped tests.
Patch
Daniel Rolka (pl.ibm.com)
cd0cd4 50 lines Bug 400333 - [Doc] Include description of new preference field
David Green (tasktop.com)
156343 2251 bytes Standard VM not supported on MacOS
patch from Bug 211648 re-cut as workspace-relative patch
David Hosier (gmail.com)
386356 12288 bytes Type mismatch error with annotations and generics
Source demonstrating problem
Deepak Azad (gmail.com)
161566 5689 bytes [JUnit] API: container name for JUnit container
fix
233156 6690 bytes [spell checking] The Dictionary component consumes a lot of memory
performance test
233156 10321 bytes [spell checking] The Dictionary component consumes a lot of memory
fix
247012 11110 bytes [nls tooling] Find Broken Externalized Strings could handle constants for message keys
fix + tests
262050 12872 bytes Unclear directions in New Java Project wizard
reworked patch
266094 76091 bytes Don't use "(s)" as placeholder for singular and plural
Patch
266094 34645 bytes Don't use "(s)" as placeholder for singular and plural
fix for remaining strings
276424 5879 bytes [content assist][preferences] 'Favorites > Edit' button opens dialog with title "New ..."
reworked patch with the suggested changes
276906 2360 bytes [build path] Dialog telling about output folder deletion should be improved
fix
292860 6029 bytes [preferences] Finish adding note to Compiler > Javadoc pref page
fix
294552 241732 bytes Remove unused externalized strings from org.eclipse.jdt.ui etc.
fix
294970 27353 bytes In strings use the name/label when there is just one element/thing
fix
294970 13767 bytes In strings use the name/label when there is just one element/thing
reworked patch
295040 8015 bytes [nls tooling] Find Broken Externalized Strings utility should not list calls like Messages.getResourceBundle() as undefined keys
Reworked Patch
295629 2272 bytes [spell checking] Dictionary remains in memory after spell checking is turned off
fix
295638 48647 bytes [refactoring][actions] Use ImportRewriteContext everywhere
All my fixes
Dongqing Hu (163.com)
403735 1497 bytes NaiveASTFlattener does not flatten Javadoc correctly (missed an important whitespace)
patch version using ScannerHelper
Eric Rizzo (rizzoweb.com)
271375 5015 bytes [nls tooling] Externalize Strings wizard always defaults to the "legacy" mechanism
Patch for org.eclipse.jdt.ui (against HEAD)
Ferenc Hechler (web.de)
219530 149285 bytes [jar exporter] add Jar-in-Jar ClassLoader option
patch for org.eclipse.jdt.ui, add Jar-in-Jar ClassLoader (without zip-resource) 2008-09-16
243163 7749 bytes [jar exporter] export directory entries in "Runnable JAR File"
patch to export directories into runnable JARs
262746 40760 bytes [jar exporter] Create a builder for jar-rsrc-loader.zip
Builder for jar-in-jar-loader.zip 20090204
262748 21343 bytes [jar exporter] extract constants for string literals in JarRsrcLoader et al.
extracted constants into class JIJConst
262763 12570 bytes [jar exporter] remove Built-By attribute in ANT files from Fat JAR Exporter
Patch removing built-by entry
262766 10804 bytes [jar exporter] ANT file for Jar-in-Jar option contains relative path to jar-rsrc-loader.zip
patch for creation of jar-rsrc-loader.zip
262768 5371 bytes [jar exporter] Jardesc for normal Jar contains <fatjar builder="...
patch removing fatjar entry from jardesc files
Florian Albrecht (gmx.de)
97228 6609 bytes [navigation] NLSKeyHyperlink to reveal/goto the key in the properties file editor
Patch including HyperlinkDetector again
Guven Demir (gmail.com)
299514 29299 bytes [package explorer] Alternative package name shortening: abbreviation
Patch
Igor Fedorenko (ifedorenko.com)
022b77 167 lines Bug 379747 - Pull request for Platform from CBI
2472fd 167 lines Bug 379747 - Pull request for Platform from CBI
368212 3617 bytes JavaLineBreakpoint.computeJavaProject does not let ISourceLocator evaluate the stackFrame
proposed change to JavaLineBreakpoint and JavaLineBreakpoint
j.o. (aol.com)
189497 2685 bytes Adding a java breakpoint exception should enable it
Proposed patch
Jayaprakash Arthanareeswaran (in.ibm.com)
84720 7270 bytes [1.5][assist] proposal ranking by return value should consider auto(un)boxing
Latest patch
133911 5004 bytes type.move() returns unclear exception "invalid destination"
Updated patch
194358 2654 bytes [import rewrite] Organize Imports produces wrong order of imports
Patch for perf_35x
241549 3844 bytes [spec] IType#getFields/Initializers/Methods() should define order from class file
Proposed Patch
246832 5089 bytes [1.5][assist] Camel case completion not working with statically imported methods
Latest patch
248661 5559 bytes Axis2: Missing required libraries in Axis 2 WS Client Projects
Updated patch
252379 6362 bytes Organize imports deletes needed static import.
Updated patch with regression test
255752 5475 bytes [javadoc][assist] Inappropriate completion proposals for javadoc at compilation unit level
Latest patch
267833 17140 bytes [javadoc] Standard block/inline tags should be warned when used in the wrong context (inline/block)
Latest patch
267833 15963 bytes [javadoc] Standard block/inline tags should be warned when used in the wrong context (inline/block)
Latest patch
271296 46953 bytes [assist] void typed proposal may not be appropriate in many contexts
Updated Patch
273991 4523 bytes [assist] Wrong relevance for some proposals which are not compatible with the expected type
Patch with updated tests
273991 4529 bytes [assist] Wrong relevance for some proposals which are not compatible with the expected type
Updated patch
274466 3982 bytes [assist] Assert expressions should be proposed with high relevance
Updated Patch
276373 5992 bytes Incorrect resource comparison with IJavaProject.isOnClasspath(IResource)
Patch with updated tests
280497 2810 bytes Incorrect null result for IJavaProject.getClasspathEntryFor(IPath)
Patch with tests
281609 12534 bytes [javadoc] "Javadoc: Invalid reference" warning for @link to Java package
Updated patch for HEAD
281609 12546 bytes [javadoc] "Javadoc: Invalid reference" warning for @link to Java package
Updated patch for 3.5.1
283539 9795 bytes NamingConventions.suggestVariableNames doesn't work if name contains '_'
Proposed Patch
286918 10129 bytes [javadoc] Compiler should warn when @see and @link tag references in package-info.java don't have fully qualified names
Proposed Patch
Jesper Moller (selskabet.org)
254677 33179 bytes [patch] Add step filtering of bean-style getters and setters
Updated patch simple setter/getter filtering
341232 8635 bytes Eclipse is not able to set the simplest of conditional breakpoints and reports that the condition has compilation errors when it doesn't
Fix which solves the problem as shown in "Bug.java"
341232 6131 bytes Eclipse is not able to set the simplest of conditional breakpoints and reports that the condition has compilation errors when it doesn't
Test case
Johannes Utzig (jutzig.de)
155828 31949 bytes [JUnit] Update test suite wizard for JUnit 4: @RunWith(Suite.class)...
support for junit 4 test suites
John Cortell (freescale.com)
295551 27979 bytes Add option to automatically promote all warnings to errors
implementation of solution in proposal
Keigo Imai (gmail.com)
388903 9590 bytes Cannot extend inner class as an anonymous class when it extends the outer class
The patch fixes 388903 and correctly handle X.this
Kelly Campbell (google.com)
281575 2564 bytes Eclipse hangs in SourceMapper while doing java proposals
Proposed patch
285230 3650 bytes [performance] Duplicate buffers created for internal classes
Patch to ClassFile.java and SourceMapper.java
285607 1424 bytes [performance] expensive inner loop in JavaSourceLookupUtil
Simple patch to fix the unneccessary expensive inner loop operation.
Kevin Tapperson (us.ibm.com)
335602 1014 bytes [search] Java indexing thread can index data outside of workspace
patch changing removeLastSegments call to only strip the last segment
Konstantin Komissarchik (oracle.com)
311603 3019 bytes [build path] editing user library properties drops classpath entry attributes
Patch v1
Kris De Volder (gmail.com)
312204 1928 bytes [api][JUnit] Allow changing the default superclass in NewTestCaseWizardPageOne
Updated patch, better comments / JavaDoc
Krzysztof Daniel (redhat.com)
a1ab31 37 lines Bug 385410 - Build documentation using tycho - Part 1 org.eclispe.platform.doc.user
a7e4de 1 lines Bug 383072 - problem with parents
acc922 1 lines Bug 383072 - problem with parents
c37379 37 lines Bug 385410 - Build documentation using tycho - Part 1 org.eclispe.platform.doc.user
e290dc 6 lines Don't use -XX:-UseLoopPredicate
e2bd6a 4 lines Bug 407274 - httpclient referenced in org.eclipse.platform.doc.isv
260402 1633 bytes Conflits during JRE's import are not solved correctly.
Fix
Lazar Kirchev (sap.com)
509eba 14 lines Bug 368101 - [console] Documentation for the console is necessary - update the doc
7b1ff4 2 lines Bug 368101 - [console] Documentation for the console is necessary
a36c8d 296 lines Bug 368101 - [console] Documentation for the console is necessary
a98ae2 6 lines Bug 366188 - Add support for 'authorized_keys' file to SSH console
Lina Kemmel (il.ibm.com)
20d026 140 lines Bug 403066: [Bidi] Update documentation for bidi APIs and command line options
Malgorzata Janczarska (pl.ibm.com)
0508c7 10 lines Bug 364142 - Update the doc with the regex filter in CVS syncs
329248 1642 bytes [ltk] "A file or folder with this name already exist" on empty input for resource rename dialog
Changed order of validation
Manju Mathew (in.ibm.com)
397467 3760 bytes Javadoc hover/view should linkify package
Updated Patch.
Manoj Palat (in.ibm.com)
e59dc9 28 lines Fix for Bug 391643 - Documentation for a new warning: Unused generic
Martin (gmail.com)
296552 754 bytes ExpressionInputDialog.dispose is called twice
patch
296781 1706 bytes AlreadyExistsDialog.initializeComposite clones Dialog.createDialogArea
proposed patch
Martin Oberhuber (windriver.com)
db4000 11 lines Bug 352235 - [launcher] docs are missing for the new
Mateusz Matela (gmail.com)
26070 463373 bytes [code manipulation] [dcr] toString() builder wizard
even better patch
267710 134668 bytes [toString] finish toString() builder wizard
patch2
267916 21687 bytes [toString] Template edit dialog has usability issues
new template edit dialog
270462 6934 bytes [toString] toString wizard generates wrong code
patch
275360 25971 bytes [toString] Wrong code generated with String concatenation
fix
275370 11143 bytes [toString] Generator uses wrong suffixes and prefixes
fix and test
279924 15561 bytes [toString] toString() generator: Fields in declaration order
patch
Mateusz Wenus (gmail.com)
140971 16595 bytes [override method] generate in declaration order [code generation]
proposed patch
Matt Seashore (gmail.com)
384663 3191 bytes Package Based Annotation Compilation Error in JDT 3.8/4.2 (works in 3.7.2)
Project to Reproduce (slightly simpler - non array annotation)
Mirko Raner (raner.ws)
316199 7444 bytes [JUnit][API] Expose JUnitModel.exportTestRunSession(...) as API
Patch to expose API for importing/exporting JUnit test results
Nanda Firdausi (gmail.com)
298844 1539 bytes [formatter] New lines in empty method body wrong behavior
The patch for the formatter
Neale Upstone (nealeupstone.com)
276068 8293 bytes [JUnit] JUnit viewer doesn't recognise <skipped/> node
Marks <skipped/> node as an ignored test when importing [file is mod of src from 3.6 nightly 20090905]
276068 2943 bytes [JUnit] JUnit viewer doesn't recognise <skipped/> node
Adds NODE_SKIPPED constant [file is mod of src from 3.6 nightly 20090905]
Niels Thykier (thykier.net)
324794 9402 bytes Custom Call back hook to compile jar-in-jar-loader.zip
custom callback hook
Nikolay Botev (hotmail.com)
348507 3864 bytes [search] Hyperlinks from the Java Stack Trace console should search the workspace in CLASSPATH order
updated patch
Patrick Higgins (yahoo.com)
297663 6577 bytes [JUnit] JUnit not found when JDT installed as dropin
Patched version of P2Utils.java
Paul Fullbright (oracle.com)
345213 15700 bytes [content assist][preferences] Add enablement to Java completion proposal category extension point
updated patch
Philippe Marschall (netcetera.ch)
e348b9 30 lines Bug 86168: [type wizards] Allow the creation of a compilation unit
86168 20965 bytes [type wizards] Allow the creation of a compilation unit called package-info.java
updated jdt.ui patch
86168 2929 bytes [type wizards] Allow the creation of a compilation unit called package-info.java
updated documentation patch
338370 1359 bytes NPE in BatchFilerImpl.getResource
patch that throws FileNotFoundException
Pradeep Balachandran (in.ibm.com)
270436 3670 bytes [assist] Interface type proposed where only class is legal
Tests plugin patch - v0.6
270436 975 bytes [assist] Interface type proposed where only class is legal
Code plugin patch - v0.6
270437 3705 bytes [assist] Completion proposal leads to cycle detected error
Tests plugin patch - v-0.7
270437 1801 bytes [assist] Completion proposal leads to cycle detected error
Code plugin patch - v-0.7
276526 2645 bytes [content assist] Error - Type Duplicate interface Iterable for the type TestClass
Code plugin patch - v-0.8
276526 6320 bytes [content assist] Error - Type Duplicate interface Iterable for the type TestClass
Tests plugin patch - v-0.7
Rajesh (in.ibm.com)
41092 2989 bytes [navigation] provide 'Collapse All' action in Java Outline view
Fix
65317 32323 bytes [typing] Auto-indent does not handle continuation properly
Patch
66390 32323 bytes [typing] Correct Indentation: throws clause incorrectly indented
Patch
86576 13361 bytes [misc] invoking 'Format Source' from Outline view
Patch
108583 32323 bytes [typing] Smart indentation on return indents to column after square brackets
Patch
237081 3920 bytes [typing] Correct indentation wrong after if (test) try ... catch ...
Patch with tests.
319532 10345 bytes [preference][typing] Allow to disable smart auto-indent on return
Fix
319536 7444 bytes [preferences] Indicate 'Smart Insert Mode' options on 'Typing' preference page
Fix
325195 3021 bytes [clean up] Write test for Bug 322543 (Stops working after 100 problems in one CU)
Test
328641 7976 bytes [actions] Format Element formats (marks dirty) read-only file
Patch
331551 2420 bytes [typing] Enter before right parenthesis indents differently from Ctrl+I
Patch with tests.
334635 5352 bytes [typing] Correct indentation is incorrect when annotation parameters are on a separate line
Patch with test.
337150 8287 bytes [typing] Incorrect indentation in string continuation
Patch with tests.
338229 10777 bytes [typing] Incorrect indentation in string continuation (press Enter in front of +)
Patch with tests.
Raksha Vasisht (in.ibm.com)
41702 10390 bytes [call hierarchy] add ability to remove nodes from view
Patch with review changes.
41702 2770 bytes [call hierarchy] add ability to remove nodes from view
Refined patch
44277 20100 bytes [navigation] Enable CTRL-mouse navigation for implementing classes
Pls take this one.
102281 30504 bytes [call hierarchy] shouldn't be stopped by anonymous inner classes
Patch with the fix.
120561 17400 bytes [working sets] Allow to have the working sets automatically sorted in the Package Explorer
Patch with review changes.
182539 13168 bytes [package explorer][working sets] Offer delete on a working set
The delete button is now enabled for Working Sets when set as top level elements, which helps the user to either remove or hide the Working Set(s) from the PE without having to reconfigure everytime.
190438 5495 bytes [working sets] Assign Working Sets dialog forgets settings after adding and moving new working set
Yep , replaced the newly created set by taking contents from getChecked() and adding newly added ws from WSCD to it.
220002 26788 bytes [hovering] Add 'Show in Properties File' action to NLS key hover
Patch with review changes.
254603 4016 bytes [package explorer][working sets] Package Explorer should support "Show All" Working Sets
Fixed. Activate newly added working sets , show in PE.
256867 2694 bytes [package explorer] Assign Working Sets dialog: checking a working set should show it
Fixed the NPE.
256879 3047 bytes [package explorer] Assign Working Sets dialog should preserve check box setting
Made the tweaks required. [The check box setting for Assign Working Sets dialog preserves the state entered by the user before OK is pressed (and not if cancel is pressed) ].
258792 1497 bytes [package explorer] 'Working Set Assignments' dialog no longer sorted if new ws is created
WorkingSetAssignments dialog is now alphabetically sorted.
264720 2298 bytes Remove duplicate creation of comparator in WorkingSetConfigurationDialog
Fixed lazy loading, minor changes.
264722 13615 bytes Get rid of duplicate working set comparators
Made the minor changes.
265645 7562 bytes Configure Working Sets Dialog: sort checkbox does not use dialog font
Added ConfigureWorkingSetAssignementAction dialog changes as well.
266442 4839 bytes [navigation] JavaElementImplementationHyperlink.open() must show dialog in case of error
Patch with JavaElementImplementationHyperlink.open() showing error dialog and message.
266443 1382 bytes [navigation] JavaElementImplementationHyperlink does not work for method declarations
Patch with the fix. Calculates the reciever type for method declarations.
266831 2450 bytes [navigation] Open Implementation hyperlink should not show up for non-overridable methods
Patch with the fix.
267002 1026 bytes [working sets] Assign Working Sets dialog does not show new working set
Pls take this one.The bug was not from 190438, but because addNewWorkingSet(workingSet), was always called before manager.addWorkingSet(workingSet) when new working sets were created. Swapped them.
267358 1437 bytes [package explorer][working sets][dnd] When sorted, should not show drop target for WS
Patch with the fix.
267369 27016 bytes [navigation] 'Open Implementation' should also be available as command
Patch with review changes.
267682 1473 bytes [navigation] 'Open Implementation' on super method invocation should not open quick type hierarchy
Patch with the fix.
267829 5700 bytes [working sets] [package explorer] Working sets not resorted when name changes
Patch with the fix.
268678 3645 bytes [navigation] NPE in JavaElementImplementationHyperlink
Patch with added null checks.
269524 1188 bytes [working sets] 'Assign Working Set...' in Package Explorer with 'Top Level Elements > Projects' throws NPE
Fixed. Value of fWorkingSetModel remains unchanged.
269814 1479 bytes [working sets] 'Assign Working Set...' in Package Explorer with 'Top Level Elements > Projects' shows invalid UI element
Patch with added null check.
271446 8240 bytes [call hierarchy] cannot restart canceled search for callers
Patch with the fix.
274087 6345 bytes [call hierarchy] Remember for which nodes to expand constructors
Added check in EWC.
274091 4171 bytes [call hierarchy] Wrong behavior of Expand With Constructors on multi-selection with parent/child
FIX
277303 18635 bytes [clean up] Add ISV doc for the clean up extension point
Patch with review changes.
277812 24719 bytes [call hierarchy] [working sets] Add F1 Help for Call Hierarchy Filters, Expand With Constructors Dialog, Working Set Configuration Dialog , Working Set Assignments Dialog
Patch with review changes.
285556 2054 bytes [call hierarchy] Remove from View fails if grandchild is in progress
Patch with the fix.
Ralf Ebert (ralfebert.de)
307109 7586 bytes All JREs are a perfect match for JavaSE-1.6 on OS X
Fix for MacOSXVMInstallType
Ray V. (gmail.com)
282988 4341 bytes [formatter] Option to align single-line comments in a column
patch to add new preference to the ui
282988 8907 bytes [formatter] Option to align single-line comments in a column
patch that hopefully passes all the tests
Robert Konigsberg (google.com)
280114 1818 bytes [JUnit] Leverage AbstractJavaLaunchConfigurationDelegate.getMainTypeName in JUnitLaunchConfigurationDelegate
Uses parent class's getTypeName method. (attempt 2)
Samrat Dhillon (gmail.com)
369012 1708 bytes [expr] Modifying a variable value using cell editor is not reflected in view.
patch for this bug
384458 1691 bytes debug shows value of variable in another scope
proposed fix
Satyam Kandula (in.ibm.com)
275805 4704 bytes creating a non-primary working copy causes typeHierarchyChanged event
Proposed patch
286379 21446 bytes [search] Problem while searching class
Patch
288211 43107 bytes APT uses a lot of memory
Patch on 3.4 maintenance branch
288211 39939 bytes APT uses a lot of memory
Patch on 3.5 maintenance branch
289057 17095 bytes Java Content Assist taking too long
Proposed patch
289385 2119 bytes Investigate comment in performance tests
Patch
293861 10458 bytes Problem with refactoring when existing jar with invalid package names
Proposed patch
293861 7739 bytes Problem with refactoring when existing jar with invalid package names
Patch on 3.5 maintenance branch
296343 4813 bytes OOME error caused by java indexing referencing classloader from threadLocal
Proposed patch for 3.6
296343 5273 bytes OOME error caused by java indexing referencing classloader from threadLocal
Proposed patch for 3.5.2
296343 5237 bytes OOME error caused by java indexing referencing classloader from threadLocal
Proposed patch for 3.2 maintenance stream
305116 3849 bytes [index] Improve performance of indexes results tables
Revised Patch
306172 2067 bytes [perfs] Invalid test duration for FullSourceWorkspaceTypeHierarchyTests#testPerSuperTypes()
Proposed patch
306172 2423 bytes [perfs] Invalid test duration for FullSourceWorkspaceTypeHierarchyTests#testPerSuperTypes()
Proposed patch for perf_35x
306196 8404 bytes [search] NPE while searching for annotation references in rt.jar of JRE 6.0
Proposed patch
306223 15611 bytes [search] Searching for annotation references report all type references
Proposed patch
307040 13720 bytes Search Job with HierarchyScope on Object does not cancel
Patch
Sergey Prigogin (gmail.com)
347599 71221 bytes [refactoring] Provide a way to implement refactorings that depend on resources that have to be explicitly released
RefactoringContext class and supporting framework
Sopot Cela (gmail.com)
88dcf7 15 lines Bug 397837 - Add HandlerProcessingAddon information to 4.3 migration guide
Srikanth Sankaran (in.ibm.com)
99399 30748 bytes [1.5][assist] Code assist propose final classes in methods type parameter extends clause
Revised patch
171136 6648 bytes [buildpath] Illegal type of archive for required library is an incorrect message.
Proposed patch
228845 6324 bytes [hierarchy] Type hierarchy should include subtypes in primary working copies
Patch incorporating review comments
232816 31254 bytes [buildpath] Misleading problem text for missing jar in user library
Patch with linux failure & review comment addressed.
234609 31157 bytes [dom] BindingKey#toSignature() fails with key from createWilcardTypeBindingKey(..)
Patch with API name finalized
252555 6556 bytes [javadoc] NPE on duplicate package-info
Patch with cleanups.
252555 6561 bytes [javadoc] NPE on duplicate package-info
Patch for backport to 3.4.2
258145 4659 bytes Fup of Bug 252555, JME is thrown when package-info.java exists twice in the same project
Modified patch
261534 8672 bytes content assist after instanceof should also work after &&
Revised patch
261594 3312 bytes Adjust code to new PRE_REFRESH semantics
proposed fix & test
264991 5685 bytes Wrong 'unused' problem reported
Interim patch
265142 17300 bytes Compiler fails to warn on unused constructors of private classes.
Patch with review comments incorporated
265571 3873 bytes Abstract method that is not directly used is flagged as unused
Proposed patch & test
287939 12013 bytes [code assist] The instanceof and the auto cast feature should also work for an assignment
Proposed patch
Stephan Herrmann ()
f34642 428 lines Bug 380074: Add doc for 'Detecting problems in Java code'
Stephan Herrmann (berlin.de)
185682 16768 bytes Increment/decrement operators mark local variables as read
cosmetic updates
215139 28346 bytes [search] More options for HierarchyScope
polished patch
236385 27214 bytes [compiler] Warn for potential programming problem if an object is created but not used
patch v3
278562 1222 bytes [1.5][compiler] Generated code results in VerifyError
proposed patch
281681 1747 bytes Stale code in CompilerOptions
simple patch
288698 5253 bytes Cannot create type hierarchy for abstract types when they have inline descendants and *.class* in project name
proposed patch with test
292478 12443 bytes Report potentially null across variable assignment
proposed patch
292478 22656 bytes Report potentially null across variable assignment
fix for regression v4
295551 15941 bytes Add option to automatically promote all warnings to errors
Proposed patch - core part
295894 26921 bytes [search] Search shows focus type implementation for nested types even though the scope is restricted to subtypes.
patch v4
295894 0 bytes [search] Search shows focus type implementation for nested types even though the scope is restricted to subtypes.
same patch - one more test
317046 2094 bytes Exception during debugging when hover mouse over a field
avoiding the cast
319201 39020 bytes [null] no warning when unboxing SingleNameReference causes NPE
patch version 4
320170 9055 bytes [compiler] [null] Whitebox issues in null analysis
updated patch with one more test
320618 18035 bytes inconsistent initialization of classpath container backed by external class folder
test & fix version 4
320841 2918 bytes TypeConverters don't set enclosingType
proposed patch
325755 5044 bytes [compiler] wrong initialization state after conditional expression
fix v2 plus tests
Teodor Madan (freescale.com)
49730 988 bytes [source lookup] Call stack editor annotation ambiguous
Patch for multiple primary and secondary InstructionPointer annotations
Terry Parker (google.com)
354332 2641 bytes DeltaProcessor exhibits O(N^2) behavior
Moves the call to IJavaProject.resetResolvedClasspath() out of DeltaProcessor.createExternalArchiveDelta()'s loop
357425 9185 bytes DeltaProcessor misses state changes in archive files
Update to name the test jar files uniquely
361922 4669 bytes Fup of 357425: ensure all reported regressions are witnessed by tests
Update the ValidateClasspathEntry test to set up an invalid jars rather than non-existing jars
365499 2944 bytes Add a system property to control for JavaModelManager's jar type cache size
Updated patch
Thanh Ha (eclipse.org)
137c94 657 lines Bug 390982 - Build documentation in CBI build
165705 8 lines Bump pom versions
23c6b5 601 lines Bug 396097 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) for eclipse.platform.common
247773 5 lines Bug 395743 - Documentation missing org.eclipse.equinox.http.jetty
432cc4 879 lines Bug 390982 - Build documentation in CBI build
557944 12 lines Bug 395651 - build-docs profile not active by default
5a266c 111 lines Bug 390119 - branding plugins buildId aren't updated
64f292 1290 lines Bug 395838 - Port docs patch to 3.8.2 branch from 4.2.2
8bbe87 30 lines Bug 390982 - Build documentation in CBI build
9fff62 964 lines Bug 396098 - Merge in CBI patches from 4.2.2 into 4.3 (non-pom changes) for eclipse.platform.common
b0f1c1 697 lines Bug 396761: [CBI] Don't repeat variable assignments in buildDoc.xml
b7fffe 18 lines Bug 395651 - build-docs profile not active by default
c0513f 39 lines Bug 396272 - Javadoc generation broken (links cannot be resolved)
c51cbd 38 lines Bug 396272 - Javadoc generation broken (links cannot be resolved)
c62e48 8 lines Bump pom versions.
d7f8fe 1536 lines Bug 390982 - Build documentation in CBI build
df7df8 38 lines Bug 396272 - Javadoc generation broken (links cannot be resolved)
e5f4de 344 lines Bug 390119 - branding plugins buildId aren't updated
Thomas Reinhardt (reinhardt.com)
300542 8083 bytes [build path] user library dialog should allow to select JAR from workspace
Patch to support jars relative to workspace
Tomasz Zarna (tasktop.com)
379718 5943 bytes test264301 failed in org.eclipse.jdt.core.tests.model
Fix v02
Troy Bishop (ca.ibm.com)
304395 5006 bytes [preferences] Allow exporting Code Style preferences
updated as per comment 5
Vladimir Piskarev (hotmail.com)
261600 12864 bytes [jsr269] Implementations of Messager are ignoring AnnotationMirror and AnnotationValue parameters
New proposed patch
Yevgen Kogan (outlook.com)
403475 4723 bytes Hot Code Replace drops too much frames in some cases
Patch

Repositories

The information contained in this log was generated by using commit information from the following repositories:

/gitroot/platform/eclipse.platform.common.git

Adjust the set of projects included in this IP Log.

To modify an ip log you must be logged in as a committer.