Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] More JDT/Core fixes for RC3

Today we released a few more fixes for the next nightly build:

100128 [1.5][compiler] StackOverflow compiling GNU Classpath generics
branch
100142 CCE when calling ITypeBinding#getJavaElement() on char[][]
100147 [1.5][compiler] NPE when reporting an error on an unsafe type
conversion
100062 [formatting] Code formatter is broken on test case from bug 99999
100162 java.lang.VerifyError is produced by Eclipse Java compiler
99428 [1.5][compiler] enum classes created without final accessFlag
99999 [1.5][compiler] AIOOBE with generics + nested classes + arrays
99686 IAE in Util#scanTypeBoundSignature
100149 [1.5][compiler] Raw type upper bounds should be raw types
99927 NPE in ParameterizedTypeBinding.initialize
100138 [doc] Confusing documentation in Project Configuration tutorial
99915 [search] Open Type: not yet saved types not found if case-sensitve
name is entered
100007 [1.5][compiler] ClassCastException using array object as generic
type
99600 [search] Java model exception on "Move to new file" on inner type
with inner type
99982 [DOM] Wrong positions for boolean[] type
99811 NPE during content assist
99629 Error while entering expression in change variable value dialog

__________________

which adds to the list of already fixed items:

99922 [1.5][compiler] NPE in compiler for Arrays.asList(3, 3.1);
98378 [search] Can't find declarations in hierarchy of interface.
97614 [1.5][search] Refactoring: renaming of field of a (complex)
parametrized type does not replace all occurrences
97547 [search] Package search does not find references in member types
import clause
96950 [search] Code assist proposes non accessible types into completion
99510 isCastCompatible seems to need capture bindings now to answer correct
results
99608 IMethodBinding#overrides returns false on overridden method
99901 [select] AIOOBE when selecting package reference in import statement
99282 [1.5][compiler] Enum / Switch method is not initialized in a thread
safe way
52921 [formatting] Javadoc formatting: extra newline with [pre]
99507 [javadoc] Infinit loop in DocCommentParser
99397 Typo in CompletionProposal#isConstructor()
99553 [1.5][compiler] Parameterized class nested statically inside another
parameterized type causes compile errors when used in method signatures
99355 extract method trips up with generics and final variables
99469 [1.5][compiler] NPE compiling code with unknown annotations
99375 Compiler error using Annotations



Back to the top