terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.85k stars 250 forks source link

function name error #211

Open cyw3 opened 6 years ago

cyw3 commented 6 years ago

class name is :

public class BaseFeedClickProcessor implements OnFeedElementClickListener { public void onClick(View v, FeedElement element, int feedPos, Object args) {} }

use lizard to scan this: BaseFeedClickProcessorimplementsOnFeedElementClickListener::onClick( View v , FeedElement element , int feedPos , Object args)

it is wrong!