This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 79562

Summary: SurroundWithTryCatch to be module aware
Product: java Reporter: ivan <ivan>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description ivan 2006-07-03 07:41:48 UTC
How hard would it be to have the SurroundWithTryCatch action be sensitive
to the fact that you're editing an NB module and instead of generating
    ex.printStackTrace();
generate the appropriate NB idiom for logging.