Open Bug 1851202 Opened 2 years ago Updated 2 years ago

java signature generation for kotlin files doesn't remove line number

Categories

(Socorro :: Signature, defect, P2)

Tracking

(Not tracked)

People

(Reporter: willkg, Unassigned)

References

(Depends on 1 open bug, Blocks 2 open bugs)

Details

bp-ef4d39c4-61b2-481b-95dd-681270230901

signature: java.lang.IllegalStateException: at androidx.navigation.NavController.popEntryFromBackStack(NavController.kt:179)

For .java files, we remove the line number with this regex:

https://github.com/mozilla-services/socorro/blob/b55d40e3ae4799a195e3db90cfbeda2bd6668ffb/socorro/signature/rules.py#L424

That doesn't work with .kt files.

This is sort of important because the line numbers can change between versions and we probably want those crash reports to group up.

Depends on: 1541120
You need to log in before you can comment on or make changes to this bug.