cashapp / logquacious

Logquacious (lq) is a fast and simple log viewer.
Apache License 2.0
59 stars 14 forks source link

shortenJavaFqcn does not match correctly with hyphens and/or numbers #94

Open gak opened 4 years ago

gak commented 4 years ago

Haven't looked into it, but here's an example that doesn't collapse: com.something.MyClass.cake-steak-banana-apple-3

mightyguava commented 4 years ago

That's not a valid Java fcqn, you can't have hyphens. It's possible the regex is failing on numbers