
|
Available Workflow Actions
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
| Build: |
3,242
|
| Severity: |
High
|
|
Currently, the Language API appears to almost halt annotation completely if any error is found. I don't think this is desired behavior for almost any language. For example, if you look at IDEA Java support, you see that if you're missing semicolon in some method, IDEA still annotates the rest of your file. With default Annotator support, this result would be hard to achieve in custom language.
|
|
Description
|
Currently, the Language API appears to almost halt annotation completely if any error is found. I don't think this is desired behavior for almost any language. For example, if you look at IDEA Java support, you see that if you're missing semicolon in some method, IDEA still annotates the rest of your file. With default Annotator support, this result would be hard to achieve in custom language. |
Show » |
|