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 75048

Summary: Switch on verification only based on project type
Product: javaee Reporter: Sanjeeb Sahoo <sahoo>
Component: EditorAssignee: Tomasz Slota <tslota>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Sanjeeb Sahoo 2006-04-14 10:26:50 UTC
Subsequent to an email discussion with Tomasz Slota, I am filing this bug as a
reminder to address this by beta release. 

Currently we switch on verification for all project types. We should enable
verification based on a project's module type. e.g. if a project does not use
ejb 3.0, then don't waste any CPU by running ejb rules...
It is tricky for persistence rules, because any Java project can use
persistence. May be we should run, rules like NoPersistenceUnitFound every time
and only if that succeeds, we should run rest of the persistence rules.
Comment 1 Tomasz Slota 2006-05-01 12:41:51 UTC
Tidying up before the beta release I am changing this issue type to
'enhancement', as it doesn't trouble the end user (currently we are meeting
editor performance objectives). Sorting it out is still a high priority.
Comment 2 Jiri Prox 2007-09-17 20:29:56 UTC
Obsolete milestone, please reevaluate