TestRoots / watchdog

IntelliJ & Eclipse plugin for monitoring how Java applications are developed and tested
http://www.testroots.org
Other
18 stars 10 forks source link

Add type classification and originating document #282

Closed TimvdLippe closed 6 years ago

TimvdLippe commented 6 years ago

Work in progress for #281. Especially the classification is really nasty, as we have to search through all initial keys and do a best-effort guess. An optimization I will do is to do a static lookup first for patterns that do not contain any variables.

See https://github.com/JetBrains/intellij-community/blob/master/platform/platform-resources-en/src/messages/InspectionsBundle.properties for an example of the patterns.

This PR does not include time-tracking yet, as I have yet to figure out how that will work out.

TimvdLippe commented 6 years ago

Reviewing is easier with ignoring the whitespace changes: https://github.com/TestRoots/watchdog/pull/282/files?w=1

Inventitech commented 6 years ago

I think this no longer needs to be merged, right?

TimvdLippe commented 6 years ago

Yup fixed :tada: