Hi,
We have investigated the stack trace you provided us.
It seems that we have a limitation when synchronizing an annotation with a parameter without value.
[Test(async, description="Checks whether the config.xml exists and loads")]
public function testLoadConfigFile():void{
....
}
We have registered a bug for this issue.
As a workaround, please comment these types of annotations. You will find them in the following classes:
ConfigXMLTest.as
DependencyResolverTest.as
ModuleDescriptorTest.as
JoinServiceTest.as After another synchronization, you will see several classes with validation errors. Please add missing semicolons to solve the errors.
Thank you for your feedback!
Best regards,
Cristina