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 171049 - Error checks for EL usages - check if the object/bean/propery exists
Summary: Error checks for EL usages - check if the object/bean/propery exists
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-28 08:28 UTC by Marek Fukala
Modified: 2009-09-08 02:46 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2009-08-28 08:28:44 UTC
It would be nice if the facelets/xhtml editor checks the expression language occurances for validity. I can think of
checking following issues:

1) if the base identifier is valid - can be implicit object or a bean,
2) if the addressed properties chain is valid (e.g #{facesContext.applicationX} would mark the applicationX property as
unknown.
3) ...
Comment 1 Denis Anisimov 2009-09-05 19:23:16 UTC
changeset:   143320:d333d23df84d
user:        Denis Anisimov <ads@netbeans.org>
date:        Sat Sep 05 22:16:54 2009 +0400
summary:     Final fix for IZ#171049 - Error checks for EL usages - check if the object/bean/propery exists

changeset:   143319:7d20c0d49429
user:        Denis Anisimov <ads@netbeans.org>
date:        Fri Sep 04 21:20:32 2009 +0400
summary:     First commit for fixing IZ#171049 - Error checks for EL usages - check if the object/bean/propery exists .
Comment 2 Quality Engineering 2009-09-08 02:46:14 UTC
Integrated into 'main-golden', will be available in build *200909071948* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7d20c0d49429
User: Denis Anisimov <ads@netbeans.org>
Log: First commit for fixing IZ#171049 - Error checks for EL usages - check if the object/bean/propery exists .