marinasundstrom / CheckedExceptionsAnalyzer

0 stars 0 forks source link

Merge ThrowStatementAnalyzer into CheckedExceptionsAnalyzer #15

Open marinasundstrom opened 3 days ago

marinasundstrom commented 3 days ago

Both analyzers overlap in what they check. There is duplication of code.

Harder to generate code for analyzer when they are separate.

So merge. Move the diagnostic "THROW002" over to to CheckedExceptionsAnalyzer.