eclipse-windowbuilder / windowbuilder

Eclipse Windowbuilder
https://projects.eclipse.org/projects/tools.windowbuilder
Eclipse Public License 1.0
78 stars 30 forks source link

Remove unnecessary "throws" statement in model methods #802

Closed ptziegler closed 2 months ago

ptziegler commented 2 months ago

This removes the "throws Exception" section from several methods of our data model where no exception is thrown. Doings so avoids having to explicitly wrap those method calls in a try-catch block, even though an exception can't occur.

ptziegler commented 2 months ago

Required for https://github.com/eclipse-windowbuilder/windowbuilder/pull/794