jankrause / idocit

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

Methods in Java interface are not seen from iDocIt! if they have no access modifier #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
All methods in a Java interface are per definition public, but iDocIt! 
considers them only if they have explicitly the modifer "public".

It must be changed, that the methods in an interface are always considered.

Original issue reported on code.google.com by dirk.mei...@gmail.com on 23 Mar 2012 at 9:56

GoogleCodeExporter commented 8 years ago
Now, all methods within a Java interface are considered as public

Original comment by dirk.mei...@gmail.com on 3 Apr 2012 at 9:56

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r573.

Original comment by dirk.mei...@gmail.com on 3 Apr 2012 at 10:01

GoogleCodeExporter commented 8 years ago
iDocIt! is now able to show the method findCustomerById from the interface 

public interface TestService{
 Customer findCustomerById(int id);
}

It works for me. I close this issue.

Original comment by krauseda...@web.de on 13 Apr 2012 at 12:43