Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Applied [HEAD] Parser_SymbolTable branch merged to HEAD

            Here is the fix for broken AutomatedTest (parsing with NullParserCallback throws a NullPointerException, as NullParserCallback doesn't implement ISourceElementRequester).
            That still leaves 1 failure - testDOMLineNos() in LineNumberTest.java. I assume this is an expected failure (DOM still doesn't support line numbers directly, right?)
 
            /Vic
----- Original Message -----
Sent: Friday, June 13, 2003 5:05 PM
Subject: [cdt-patch] Applied [HEAD] Parser_SymbolTable branch merged to HEAD


Major restructuring work includes:
        - introduction of public interfaces of parser for Search/Indexer teams
        - restructuring of parser architecture to deal with footprint issues
        - restructuring of parser logic so to not break outline view/quickParse while we get full parse working.  

We still have a long way to go to get full parsing working.

JohnC


Attachment: pst_fix_test.patch
Description: Binary data

Attachment: pst_fix_core.patch
Description: Binary data


Back to the top