naver / scavenger

A runtime dead code analysis tool
Apache License 2.0
400 stars 43 forks source link

UI : Package Naming Case Sensitivity Issue #93

Closed hyukjin-lee closed 1 year ago

hyukjin-lee commented 1 year ago

Hello,

We are currently using Scavenger in our legacy system. There are projects where package names are started with uppercase. It appears that on the Scavenger UI, the starting character's case (uppercase or lowercase) is used to distinguish between a package and a class.

Is there any possibility to improve this so that Scavenger only recognizes actual packages as packages, irrespective of the case of the starting character? This would help in ensuring more accurate identification and reduce confusion.

Thank you for your attention to this matter.

sohyun-ku commented 1 year ago

@hyukjin-lee

Hi :) This feature was implemented in #96. It'll be included in release v1.1.2.