martinheidegger / as3-commons

Automatically exported from code.google.com/p/as3-commons
0 stars 0 forks source link

import org.as3commons.lang.Assert; is missing in the org.as3commons.bytecode.util.OpcodeIO #127

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Looks like the
import org.as3commons.lang.Assert;
is missing in the
org.as3commons.bytecode.util.OpcodeIO
class

(SVN revision 1883)

Original issue reported on code.google.com by dmitry....@gmail.com on 14 Oct 2012 at 1:32

GoogleCodeExporter commented 8 years ago
org.as3commons.lang.Assert is part of as3commons-lang which is a required 
dependency for as3-bytecode.

Original comment by ihatelivelyids on 14 Oct 2012 at 2:50

GoogleCodeExporter commented 8 years ago
Yeah, I know, but I have to import it manually now, could be nice to add this 
import by default since it's a required part?

Original comment by dmitry....@gmail.com on 14 Oct 2012 at 2:52

GoogleCodeExporter commented 8 years ago
Ok, I'm sorry, I see what you mean now.
I've was building the library in release mode, so the Asserts were ingored to 
begin with. I've added a conditional import.
Sorry for the confusion.

Original comment by ihatelivelyids on 14 Oct 2012 at 3:20

GoogleCodeExporter commented 8 years ago
Great, thanks!

Original comment by dmitry....@gmail.com on 14 Oct 2012 at 3:23