Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-04-01This commit was manufactured by cvs2svn to create tag 'v20080401'.v20080401rsrinivasan42-11676/+0
2008-03-30Fix for:cbateman1-0/+43
https://bugs.eclipse.org/bugs/show_bug.cgi?id=211321 https://bugs.eclipse.org/bugs/show_bug.cgi?id=211321 https://bugs.eclipse.org/bugs/show_bug.cgi?id=193976 Adds forRuntimeClass and instancePerProject options to variable and property resolver along with new default decorative variable and property resolvers. Adds three new extension ids that can be used to create default context symbol factories in tag meta-data for: unknown variables (creates map variable for which all props are valid), static value variables (creates variables of meta-data specified type) and value expression variables that can receive their variable type from the EL value result of another attribute on the same tag. Also integrates code from https://bugs.eclipse.org/bugs/show_bug.cgi?id=215461 to create a new JSFSymbolFactory to make it easier to do common symbol creation tasks. The data model context factory has also been refactored into this factory. Added exemplary usage of decorative variable resolvver to the trinidad tag support in the form a decorative dt variable resolver that resolves the same symbols as the runtime trinidad equivalent. Finally, changes to tests to support changes (no new coverage yet).
2008-03-24Applied patches for https://bugs.eclipse.org/bugs/show_bug.cgi?id=171795.cbateman6-41/+151
2007-12-13Applying patch (with minor changes) for ↵cbateman1-0/+94
https://bugs.eclipse.org/bugs/show_bug.cgi?id=175109. Adds basic hover and hyperlink support EL in the jsp editor. JUnit coverage to follow.
2007-10-01Fixed Javadoc warnings and suppressed internal deprecation warnings.cbateman19-27/+48
2007-09-24Added missing javadoc comments.cbateman1-0/+3
2007-09-24Removed unnecessary toString call.cbateman1-1/+1
2007-09-24Added missing Javadoc comments.cbateman2-1/+8
2007-09-24Fixed some FindBugs issues:cbateman1-7/+8
-switched from keySet to more efficient entrySet -switched to Integer.valueOf instead of direct construction.
2007-09-24Added docs, removed unnecessary toString call .cbateman1-2/+6
2007-07-17Type variable support.cbateman1-4/+9
2007-07-05Fixed missing Javadoc.cbateman1-0/+1
2007-07-05Fixed cast warning.cbateman1-2/+2
2007-05-16Patch https://bugs.eclipse.org/bugs/attachment.cgi?id=64528 from ↵cbateman1-27/+51
https://bugs.eclipse.org/bugs/show_bug.cgi?id=163890. Major performance improvement on EL bean resolution (Matthias Fuessel) plus regression JUnits (Cameron Bateman/Oracle).
2007-05-15Basic enumeration support.cbateman5-82/+173
2007-05-10Fixed copyright issues in the project.rsrinivasan2-0/+20
Fixed build.properties of the designtime.tests and symol.tests
2007-05-07Initial checkin for generics support in EL.cbateman37-514/+1557
2007-04-26First round of changes to support Java 5 generics in EL model objects.cbateman1-4/+11
2007-04-26Added warning suppression for EMF generated variables that hide variables in ↵cbateman1-1/+2
enclosing types.
2007-04-26Added warning suppression for EMF generated variables that hide variables in ↵cbateman16-27/+69
enclosing types.
2007-04-16Merge with branch refactor_20070416: remove "internal.provisional" from ↵itrimble62-2302/+234
package names.
2007-04-09Increased warning levels and fixed issues.cbateman13-29/+29
2007-04-07Added ignore comments to NON-NLS strings.cbateman5-11/+11
2006-12-05Added basic EL symbols and validation support for arrays and lists. Unit ↵cbateman39-3648/+4454
test coverage included.
2006-11-29Rolled back method that got stomped on during regen because of a forgotten ↵cbateman1-5/+20
generated NOT.
2006-11-29- fixes breakage of symbols content assistcbateman49-5421/+5408
- regen of symbols EMF framework in plugin
2006-11-28Plugin refactoring to:cbateman58-0/+11419
Obsolete the following plugins: org.eclipse.jst.jsf.contentassist.el (moved to core and ui) org.eclipse.jst.jsf.context.symbol (moved to common) org.eclipse.jst.jsf.designtime (moved to core and standard.tagsupport) org.eclipse.jst.jsf.facesconfig.common (moved to common.ui) org.eclipse.jst.jsf.facesconfig.edit (moved to facesconfig) org.eclipse.jst.jsf.metadataprocessors (moved to core and standard.tagsupport) org.eclipse.jst.jsf.taglibprocessing (moved to core and standard.tagsupport) org.eclipse.jst.jsf.validation.el (moved to core and ui) org.eclipse.jst.pagedesigner.common (moved to common.ui)

    Back to the top