Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Changes JDTCORE in build 20011204

Here is the set of changes officially released into the integration build 
20011204.

What's new in this drop
New incremental builder implementation enabled by default (can reenable 
the old implementation by changing the builder extension in the 
plugin.xml) 
Delta processing improvement: 
No longer creates unnecessary Java elements when traversing the resource 
delta. 
Handles changes in binary folder libraries. 
Projects that share libraries are notified individualy. 
Doesn't notify empty deltas any longer. 
Source folder resource copying no longer perfom any copies as soon as one 
source folder coincidates with the output location. 
Open on selection is more fault-tolerant: will now try to locate a 
selected method for which argument types are incorrect. 
Compiler no longer rejects correct code with respect to access to 
protected members defined in enclosing types (was only accepting a subset 
of correct scenarii). 
Problem Reports Fixed
6528: InvocationTargetException trying to search 
6494: New builder: Invalid error found (The declared package does not match 
the expected package) 
6461: NewBuilder - doesn't detect incorrectly located compilation units 
6456: Invalid error when compiling access to protected member inside 
innerclass 
3358: Performance: indexer doing too much work? (1GJLDN7) 
5471: CodeFormatter mapped positions broken for multi-line comments 
6431: ArrayIndexOutOfBoundsException in the SourceIndexer requestor 
6422: Resource copy should not occur as soon as one source folder overlap the 
binary output 
6416: Code resolve doesn't work on message send when parameters are not 
correct 
5705: Wrong positions for ClassCastLiteral 
Problem Reports Closed
6423: Search - does not find declarations of method "to*String" 
3246: CodeCompletion - No completion on member access on anonymous class 
(1GD3OGA) 
5454: Code Assist adds qualified code inside inner classes 
5837: ArrayIndexOutOfBoundsException in index merging 


Back to the top