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

fix bug: "operator" is not function in java #276

Closed bobdeng closed 4 years ago

bobdeng commented 4 years ago

override function in Java

terryyin commented 4 years ago

@bobdeng thanks. Could you please add some new test to represent the problem?

Or you can give me a scenario then I will add the test.

bobdeng commented 4 years ago

@bobdeng thanks. Could you please add some new test to represent the problem?

Or you can give me a scenario then I will add the test. add code in a class package com.bobdeng.operator;