bjithinb / hessdroid

Automatically exported from code.google.com/p/hessdroid
0 stars 0 forks source link

AbstractSkeleton import problem #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The org.ast.tests.base.AbstractSkeleton import in the HessianProxy class
can not be resolved inside my Android project.

I checked out a version of the project a few days ago; am I missing something?

Regards,
Robert

Original issue reported on code.google.com by robert.t...@googlemail.com on 25 Aug 2009 at 1:22

GoogleCodeExporter commented 8 years ago
Sorry my bad - I made a mistake! Missed the 'tests' folder

Original comment by robert.t...@googlemail.com on 25 Aug 2009 at 1:56

GoogleCodeExporter commented 8 years ago
But isn't it a bit odd that HessianProxy depends on a class in the test package?

Original comment by claes.bu...@gmail.com on 4 Nov 2009 at 9:18

GoogleCodeExporter commented 8 years ago
I agree it is odd

Original comment by robert.t...@googlemail.com on 4 Nov 2009 at 9:23

GoogleCodeExporter commented 8 years ago
For the time being, I commented out the use of AbstractSkeleton in HessianProxy 
and
replaced it with a throw of an AssertionError instead. So far, it's never been 
thrown.

Original comment by claes.bu...@gmail.com on 5 Nov 2009 at 9:32

GoogleCodeExporter commented 8 years ago
Issue got fix with latest refactoring. AbstractSkeleton was moved from /tests 
into the /src tree.

Original comment by wolfpaulus on 25 Nov 2009 at 8:50