Bug 137909

Summary: RuntimeExceptions being thrown from java code
Product: [Retired] Red Hat Network Reporter: Jesus M. Rodriguez <jesusr>
Component: RHN/R&DAssignee: Ryan Bloom <rbb>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: RHN Stable   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-12-03 16:04:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 125080    

Description Jesus M. Rodriguez 2004-11-02 18:43:33 UTC
The following files throw RuntimeExceptions, we need to fix
this with an appropriate Exception.

common/hibernate/HibernateHelper.java
common/security/acl/Acl.java
common/security/acl/Acl.java
common/security/acl/Acl.java
common/security/SessionSwap.java
common/util/manifestfactory/test/PrimitiveBuilder.java
frontend/action/EditAddressAction.java
frontend/action/EditAddressAction.java
frontend/taglibs/ToolbarTag.java
frontend/events/test/TraceBackEventTest.java

Comment 1 Jesus M. Rodriguez 2004-12-03 02:31:06 UTC
Latest list of files is as follows:

common/hibernate/HibernateHelper.java
common/security/acl/Acl.java
common/security/SessionSwap.java
common/util/manifestfactory/test/PrimitiveBuilder.java
testing/RhnMockDynaActionForm.java
frontend/taglibs/ToolbarTag.java
frontend/events/test/TraceBackEventTest.java


Comment 2 Ryan Bloom 2004-12-03 16:04:15 UTC
I have fixed all of these, except for the RuntimeExceptions being
thrown from test classes.  I don't care about being as picky about our
test classes not throwing RuntimeException, because they are a valid
exception, they just aren't as useful for debugging purposes.