subisueno

Results 6 comments of subisueno

I have fixed this, attaching the file. If you like to merge, please merge the fix. [Is Empty Fix.zip](https://github.com/walkmod/walkmod-core/files/1169697/Is.Empty.Fix.zip)

Made [Is Empty Fix.zip](https://github.com/walkmod/walkmod-core/files/1169971/Is.Empty.Fix.zip) Little bit correction

I am not able to do anything - may be due to my network issue. I would like to have the fix in the repository and if you help on...

@rpau Can you plz check below link - https://github.com/walkmod/walkmod-sonar-plugin/pull/12 Please let me know, in case I need to do anything else.

It is not working for below logic - `if(0 < myList.size()){ System.out.println("My List is not Empty."); }` I personally feel, the code can be made simpler. I saw the code...

There are many other cases, which may fail. Such as - if (0 < list.size) list.size >= 1 etc. Please refer to below link - [https://github.com/walkmod/walkmod-core/issues/73](url) The change is attached...