Trigger Parsing Issues

The following keywords or lines my causes parsing issues under certain conditions. In some cases, by surrounding the error with a try/catch will eliminate the error.

Book__c[] books = Trigger.new;
* the issue with the 'new' keyword has been resolved in version 5.

Is this article helpful for you?