ahand / mobileesp

MobileESP
Apache License 2.0
173 stars 77 forks source link

Duplicate device detection in Java version #20

Open afxgroup opened 6 years ago

afxgroup commented 6 years ago

In Java code there is a test repeated twice

if (userAgent.indexOf(deviceWinMob) != -1 || userAgent.indexOf(deviceWinMob) != -1

Not an issue of course. It is has popped out by SpotBugs in a project