Grammatica - Bugs: bug #4498, Code Generation: C# analyzer class...
You are not allowed to post comments on this tracker with your current authentication level.
bug #4498: Code Generation: C# analyzer class uses lower-case method names
Submitter: | Per Cederberg <cederberg> | ||
Submitted: | Sun 27 Jul 2003 10:08:44 AM UTC | ||
Severity: | 9 - Critical | Item Group: | Software |
Status: | Fixed | Assigned to: | cederberg |
Open/Closed: | Closed |
Sun 27 Jul 2003 05:45:30 PM UTC, comment #2: |
Per Cederberg <cederberg>![]() ![]() |
Sun 27 Jul 2003 10:39:35 AM UTC, comment #1: This has now been fixed in the CSharpAnalyzerFile class. Tests have also been added to detect this issue in the future. This fix will be released with version 1.3. |
Per Cederberg <cederberg>![]() ![]() |
Sun 27 Jul 2003 10:08:44 AM UTC, original submission:
The method names in the generates C# analyzer class are with an initial lower-case character, whereas in the base class they are called Enter, Exit and Child. This effectively makes the generated C# analyzers not working.
|
Per Cederberg <cederberg>![]() ![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Version 1.3 has been released with this fix included.