face08 / bulk-loader

Automatically exported from code.google.com/p/bulk-loader
0 stars 0 forks source link

FDT has issues with all classes within the com.stimuli.loading.lazyloaders package #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use FDT to code
2. Include the BulkLoader classes in your project
3. Note that FDT does not like the com.stimuli.loading.lazyloaders package

What is the expected output? What do you see instead?
There should be no errors in the classes.

What version of the product are you using? On what operating system?
Latest version, from your downloads page on Google Code.

Please provide any additional information below.
Error for LazyBulkLoader.as is at line 70, "return new BulkLoader("bad");"

Error for LazyJSONLoader.as is at lines 53-54.

Error for LazyXMLLoader.as is at lines 39, 46, 86, 89, 92, 93.

Original issue reported on code.google.com by jonnymacdesign on 28 Mar 2009 at 9:46

Attachments:

GoogleCodeExporter commented 8 years ago
Hi Jonny.

This is not the first time that FDT paser's bug coughs on BulkLoader.
The code compiles in the mxmlc and is valid as3 code, so it's a bug on their 
end.
I've already asked them for a free license so I could get BulkLoader working on 
it, but they haven't replied.

Without a license, it's hard for me to tell what the problem is, and it's 
impossible to fix it (even with your 
pointers).

I'd recommend bringing it up on their support, since it's mostl likely 
something on their end.

Thanks
Arthur Debert

Original comment by debert on 26 Apr 2009 at 3:17