Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied w/changes[HEAD] [AST2] Re: [cdt-patch] fixed 75532 [Scanner] Wrong compare if the two declarations are in other number system.


removed some warnings.

JohnC
www.eclipse.org/cdt


cdt-patch-admin@xxxxxxxxxxx wrote on 10/13/2004 01:08:12 PM:

>
> [FIXED] 75532 [Scanner] Wrong compare if the two declarations are in
> other number system.
>
> - Octal support has been added along side Hex support in
> ExpressionEvaluator.java.
> - SourceIndexerRequestor.java now handles IProblem.SCANNER_RELATED IProblems
> - IProblems can now be thrown easily from ExpressionEvaluator.java
> - IProblems are reported for malformed Decimal/Hex/Octal numbers as
> well as the existing EvalExceptions that occur in ExpressionEvaluator.java
> - tests were added to check Octal support and that the IProblems are
> raised properly within ExpressionEvaluator.java
>
> Devin Steffler
> IBM's Eclipse CDT
> Ottawa (Palladium), Ontario, Canada
>
> [attachment "cdt_core.txt" deleted by John Camelon/Ottawa/IBM]
> [attachment "cdt_core_tests.txt" deleted by John Camelon/Ottawa/IBM]

Back to the top