albfernandez / richfaces

RichFaces - JSF component framework
GNU Lesser General Public License v2.1
16 stars 7 forks source link

Several small cleanups/simplifications #47

Closed saknopper closed 3 years ago

saknopper commented 3 years ago

Remove unused imports and remove throws declarations containing never thrown exceptions. Fix potential NPE. Simplifications using StandardCharsets. Try to fix potential resource leaks. These seem safe, some are a bit trickier...