Modify ↓
Ticket #221 (assigned defect)
Assert keyword not supported
| Reported by: | hauma | Owned by: | moschny |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | gjc | Version: | 1.07h |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Java 1.4 adds an assert keyword to the language. This new keyword should be accepted by the compiler. Otherwise, existing code cannot be used easily.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

It should be relatively easy to fix the compiler to accept code with the assert keyword, however, it will be completely ignored then.
True assert support will not be there very soon.