Karthikvb / checkthread

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

Seems that checktread fails on interfaces #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We have:

package resto.db;

import resto.utils.ReflectionUtil;

public interface EntityLookup
{
   EntityLookup INSTANCE = ReflectionUtil.createImpl
("resto.db.EntityLookupImpl");

   EntityManager getEntityManager();
}

that raises

[checkthread] EXCEPTION: java.lang.NoSuchMethodException:
resto.db.EntityLookup.<clinit>()
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CheckThread Discussion Forum" group.
To post to this group, send email to
checkthread-discussion-forum@googlegroups.com
To unsubscribe from this group, send email to
checkthread-discussion-forum+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/checkthread-discussion-forum?hl=en
-~----------~----~----~----~------~----~------~--~---
.

Original issue reported on code.google.com by joe.jco...@gmail.com on 23 Apr 2009 at 2:17

GoogleCodeExporter commented 9 years ago

Original comment by joe.jco...@gmail.com on 27 Apr 2009 at 1:10

GoogleCodeExporter commented 9 years ago

Original comment by joe.jco...@gmail.com on 29 Apr 2009 at 11:29

GoogleCodeExporter commented 9 years ago

Original comment by joe.jco...@gmail.com on 29 May 2009 at 10:23