Details
-
Story
-
Status: Closed
-
Major
-
Resolution: Completed
-
7.0.0 M4
-
7.0.x
-
Committed
Description
Ensure all exceptions are processed correctly.
LPS-36174 added the ability for the source formatter to report unprocessed exceptions in java files. However, this was disabled because of the number of unprocessed exceptions that were found with the following build.property:
source.formatter.check.unprocessed.exceptions=false
Making sure all exceptions are processed correctly will greatly help support, developers, QA and Portal Administrators.
This will need to be divided into subtasks including:
Fixing exception handling, package by package for Java files.
Adding a similar source formatter check for JSPs.
Fixing those, package by package for JSP files.
Making sure the checks are as generalized as possible.
Enabling the property.
Attachments
Issue Links
- is related to
-
LPS-36174 Improve source formatter to flag swallowed(caught but not processing it) Portal/System exception
-
- Closed
-