Bug#886794: Annotation processing in Java_Lexer

2018-01-09 Thread Lionel Draghi
Package: libopentoken6.1-dev Version: 6.0b-7 Severity: normal Dear Maintainer, Java Annotation, that is identifier starting with @, are not processed by the current Java_Lexer. Here is an exemple of Java code : /**  * Test class for {@link PetTypeFormatter}  *  * @author Colin But  */

Bug#886507: Max comment size in Java Sources

2018-01-08 Thread Lionel Draghi
Dear maintener, when processing Batik sources, I found a header of more than 4600 character. So I suggest to initalize the Analyzer in the Java Lexer to 2**13 (8192), and not 2**12 (4096) as I said in my bug report. -- -- Lionel

Bug#886507: Subject: libopentoken6.1-dev: infinite loop in Tokenizer.Find_Best_Match

2018-01-06 Thread Lionel Draghi
Package: libopentoken6.1-dev Version: 6.0b-7 Severity: normal Dear Maintainer, When the size of a comment is close to Max_Buffer_Size (default = 1024), Find_Best_Match may enter an infinite loop or have an incoherent behavior. The provided test case contains a comment ending with "123". -

Bug#884551: libopentoken6 : Ada lexer not well reset avec a call to Set_Text_Feeder

2017-12-16 Thread Lionel Draghi
Package: libopentoken6-dev Version: 6.0b-5+b2 File: libopentoken6 Severity: normal Dear Maintainer, while processing a bunch of Ada files, the OpenToken Ada Lexer is sometimes ignoring the call to Set_Input_Feeder, and continue to parse the previously opened Ada file. I read this in