[jira] Created: (WICKET-1582) WicketTester executeAjaxEvent onclick generating non-AJAX response

2008-05-02 Thread Nick Johnson (JIRA)
WicketTester executeAjaxEvent onclick generating non-AJAX response
--

 Key: WICKET-1582
 URL: https://issues.apache.org/jira/browse/WICKET-1582
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 1.3.4
 Environment: Wicket 1.3-SNAPSHOT as of today
Reporter: Nick Johnson


Executing: 
tester.executeAjaxEvent(linky, onclick);
tester.assertComponentOnAjaxResponse(component);
throws an exception saying The Previous response was not an AJAX response. You 
need to execute an AJAX event, using clickLink, before using this assert 
although executeAjaxEvent should be resulting in an AJAX response (and prior to 
1.3.3 it did).

Executing tester.clickLink(linky), which probably should be equivalent to the 
above executeAjaxEvent, does work.

I'll attach a simple testcase demonstrating this behaviour.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (WICKET-1582) WicketTester executeAjaxEvent onclick generating non-AJAX response

2008-05-02 Thread Nick Johnson (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Johnson updated WICKET-1582:
-

Attachment: wicket1582.jar

Simple test case showing nonequivalent behaviour between 
executeAjaxEvent(foo, onclick) and clickLink(foo). 

 WicketTester executeAjaxEvent onclick generating non-AJAX response
 --

 Key: WICKET-1582
 URL: https://issues.apache.org/jira/browse/WICKET-1582
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 1.3.4
 Environment: Wicket 1.3-SNAPSHOT as of today
Reporter: Nick Johnson
 Attachments: wicket1582.jar


 Executing: 
   tester.executeAjaxEvent(linky, onclick);
   tester.assertComponentOnAjaxResponse(component);
 throws an exception saying The Previous response was not an AJAX response. 
 You need to execute an AJAX event, using clickLink, before using this assert 
 although executeAjaxEvent should be resulting in an AJAX response (and prior 
 to 1.3.3 it did).
 Executing tester.clickLink(linky), which probably should be equivalent to 
 the above executeAjaxEvent, does work.
 I'll attach a simple testcase demonstrating this behaviour.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (WICKET-1555) AbstractTree shouldn't require tree nodes to implement TreeNode

2008-05-02 Thread Frank Bille Jensen (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Frank Bille Jensen closed WICKET-1555.
--

Resolution: Fixed

Closed by request

 AbstractTree shouldn't require tree nodes to implement TreeNode
 ---

 Key: WICKET-1555
 URL: https://issues.apache.org/jira/browse/WICKET-1555
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Reporter: Matej Knopp
Assignee: Matej Knopp
 Fix For: 1.4-M1




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (WICKET-1583) NPE in EnclosureResolver

2008-05-02 Thread Jonathan Locke (JIRA)
NPE in EnclosureResolver


 Key: WICKET-1583
 URL: https://issues.apache.org/jira/browse/WICKET-1583
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 1.3.3
Reporter: Jonathan Locke



if you put a single wicket:container in a wicket:enclosure, it will NPE looking 
for a child attribute.  you can work around by either changing the container 
to a div (in which case it will correctly default to the single child) or by 
adding a child=name attribute to the enclosure to explicitly specify the 
single child.

Caused by: java.lang.NullPointerException
at 
org.apache.wicket.markup.resolver.EnclosureResolver.resolve(EnclosureResolver.java:59)
at 
org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1324)
at 
org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476)
at 
org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639)
at 
org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112)
at org.apache.wicket.Component.renderComponent(Component.java:2478)
... 47 common frames omitted



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



svn commit: r652931 - /wicket/trunk/pom.xml

2008-05-02 Thread dashorst
Author: dashorst
Date: Fri May  2 15:23:01 2008
New Revision: 652931

URL: http://svn.apache.org/viewvc?rev=652931view=rev
Log:
removed gpg plugin from bamboo build

Modified:
wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=652931r1=652930r2=652931view=diff
==
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Fri May  2 15:23:01 2008
@@ -51,11 +51,6 @@
inheritedtrue/inherited
/plugin
plugin
-   
groupIdorg.apache.maven.plugins/groupId
-   
artifactIdmaven-gpg-plugin/artifactId
-   inheritedtrue/inherited
-   /plugin
-   plugin

artifactIdmaven-remote-resources-plugin/artifactId
inheritedtrue/inherited
/plugin




svn commit: r652933 - /wicket/trunk/pom.xml

2008-05-02 Thread dashorst
Author: dashorst
Date: Fri May  2 15:33:02 2008
New Revision: 652933

URL: http://svn.apache.org/viewvc?rev=652933view=rev
Log:
Added all modules to bamboo build

Modified:
wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=652933r1=652932r2=652933view=diff
==
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Fri May  2 15:33:02 2008
@@ -35,6 +35,20 @@
activation
activeByDefaultfalse/activeByDefault
/activation
+   modules
+   modulewicket/module
+   modulewicket-datetime/module
+   modulewicket-extensions/module
+   modulewicket-ioc/module
+   modulewicket-spring/module
+   modulewicket-velocity/module
+   modulewicket-auth-roles/module
+   modulewicket-guice/module
+   modulewicket-jmx/module
+   modulewicket-objectssizeof-agent/module
+   modulewicket-examples/module
+   modulearchetypes/quickstart/module
+   /modules
distributionManagement
  snapshotRepository
idrepo/id




[jira] Commented: (WICKET-1428) AutoLinkResolver and Parent-Relative (../) Links

2008-05-02 Thread James Carman (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12593962#action_12593962
 ] 

James Carman commented on WICKET-1428:
--

Could we use ... (three dots) or ,, (two commas) or :: (two colons)?  We 
just need to trick the browser into not interpreting the go up part of the 
links.

 AutoLinkResolver and Parent-Relative (../) Links
 

 Key: WICKET-1428
 URL: https://issues.apache.org/jira/browse/WICKET-1428
 Project: Wicket
  Issue Type: New Feature
  Components: wicket
Affects Versions: 1.3.2
Reporter: James Carman
 Fix For: 1.5-M1

 Attachments: WICKET-1428.patch, wicket-link-outside-of-package.zip


 Suppose I have a package structure like this:
 com.mycompany.myproject
 --- module1
 --- page
 - Page1.html
 --- module2
 --- page
 - Page2.html
 If I want to autolink from Page1.html to Page2.html, it would look like:
 wicket:link
  a href=../../module2/page/Page2.htmlClick Here!/a
 /wicket:link
 This is not working, however.  The AutoLinkResolver spits out a warning 
 message:
 WARN  - AutoLinkResolver   - Did not find corresponding java class: 
 .module2.page.Page2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (WICKET-1584) FragmentColumn

2008-05-02 Thread James Carman (JIRA)
FragmentColumn
--

 Key: WICKET-1584
 URL: https://issues.apache.org/jira/browse/WICKET-1584
 Project: Wicket
  Issue Type: New Feature
  Components: wicket-extensions
Affects Versions: 1.4-M1
Reporter: James Carman
Priority: Minor
 Attachments: WICKET-1584.patch

An abstract column superclass which allows subclasses to provide a Fragment 
which displays the contents of the cell.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (WICKET-1584) FragmentColumn

2008-05-02 Thread James Carman (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Carman updated WICKET-1584:
-

Attachment: WICKET-1584.patch

 FragmentColumn
 --

 Key: WICKET-1584
 URL: https://issues.apache.org/jira/browse/WICKET-1584
 Project: Wicket
  Issue Type: New Feature
  Components: wicket-extensions
Affects Versions: 1.4-M1
Reporter: James Carman
Priority: Minor
 Attachments: WICKET-1584.patch


 An abstract column superclass which allows subclasses to provide a Fragment 
 which displays the contents of the cell.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



svn commit: r652993 - in /wicket/trunk/wicket-ioc/src: main/java/org/apache/wicket/injection/ main/java/org/apache/wicket/proxy/ test/java/org/apache/wicket/injection/

2008-05-02 Thread ivaynberg
Author: ivaynberg
Date: Fri May  2 20:56:12 2008
New Revision: 652993

URL: http://svn.apache.org/viewvc?rev=652993view=rev
Log:
generics cleanup

Modified:

wicket/trunk/wicket-ioc/src/main/java/org/apache/wicket/injection/ComponentInjector.java

wicket/trunk/wicket-ioc/src/main/java/org/apache/wicket/injection/CompoundFieldValueFactory.java

wicket/trunk/wicket-ioc/src/main/java/org/apache/wicket/injection/Injector.java

wicket/trunk/wicket-ioc/src/main/java/org/apache/wicket/proxy/LazyInitProxyFactory.java

wicket/trunk/wicket-ioc/src/test/java/org/apache/wicket/injection/CompoundFieldValueFactoryTest.java

wicket/trunk/wicket-ioc/src/test/java/org/apache/wicket/injection/InjectorTest.java

Modified: 
wicket/trunk/wicket-ioc/src/main/java/org/apache/wicket/injection/ComponentInjector.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-ioc/src/main/java/org/apache/wicket/injection/ComponentInjector.java?rev=652993r1=652992r2=652993view=diff
==
--- 
wicket/trunk/wicket-ioc/src/main/java/org/apache/wicket/injection/ComponentInjector.java
 (original)
+++ 
wicket/trunk/wicket-ioc/src/main/java/org/apache/wicket/injection/ComponentInjector.java
 Fri May  2 20:56:12 2008
@@ -47,7 +47,7 @@
/**
 * @see 
org.apache.wicket.application.IComponentInstantiationListener#onInstantiation(org.apache.wicket.Component)
 */
-   public void onInstantiation(Component component)
+   public void onInstantiation(Component ?  component)
{
getInjector().inject(component);
}

Modified: 
wicket/trunk/wicket-ioc/src/main/java/org/apache/wicket/injection/CompoundFieldValueFactory.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-ioc/src/main/java/org/apache/wicket/injection/CompoundFieldValueFactory.java?rev=652993r1=652992r2=652993view=diff
==
--- 
wicket/trunk/wicket-ioc/src/main/java/org/apache/wicket/injection/CompoundFieldValueFactory.java
 (original)
+++ 
wicket/trunk/wicket-ioc/src/main/java/org/apache/wicket/injection/CompoundFieldValueFactory.java
 Fri May  2 20:56:12 2008
@@ -33,7 +33,7 @@
  */
 public class CompoundFieldValueFactory implements IFieldValueFactory
 {
-   private List delegates = new ArrayList();
+   private final ListIFieldValueFactory delegates = new 
ArrayListIFieldValueFactory();
 
/**
 * Constructor
@@ -58,7 +58,7 @@
 * 
 * @param factories
 */
-   public CompoundFieldValueFactory(List factories)
+   public CompoundFieldValueFactory(ListIFieldValueFactory factories)
{
if (factories == null)
{
@@ -107,10 +107,10 @@
 */
public Object getFieldValue(Field field, Object fieldOwner)
{
-   Iterator it = delegates.iterator();
+   IteratorIFieldValueFactory it = delegates.iterator();
while (it.hasNext())
{
-   final IFieldValueFactory factory = 
(IFieldValueFactory)it.next();
+   final IFieldValueFactory factory = it.next();
Object object = factory.getFieldValue(field, 
fieldOwner);
if (object != null)
{
@@ -125,10 +125,10 @@
 */
public boolean supportsField(Field field)
{
-   Iterator it = delegates.iterator();
+   IteratorIFieldValueFactory it = delegates.iterator();
while (it.hasNext())
{
-   final IFieldValueFactory factory = 
(IFieldValueFactory)it.next();
+   final IFieldValueFactory factory = it.next();
if (factory.supportsField(field))
{
return true;

Modified: 
wicket/trunk/wicket-ioc/src/main/java/org/apache/wicket/injection/Injector.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-ioc/src/main/java/org/apache/wicket/injection/Injector.java?rev=652993r1=652992r2=652993view=diff
==
--- 
wicket/trunk/wicket-ioc/src/main/java/org/apache/wicket/injection/Injector.java 
(original)
+++ 
wicket/trunk/wicket-ioc/src/main/java/org/apache/wicket/injection/Injector.java 
Fri May  2 20:56:12 2008
@@ -42,7 +42,7 @@
// FIXME: WICKET-625 - Wicket doesn't clean up properly when 
hot-deploying;
// hangs onto Class references.
// We need some way to clean out this hashmap when we're done.
-   private ConcurrentHashMapClass, Field[] classToFields = new 
ConcurrentHashMapClass, Field[]();
+   private final ConcurrentHashMapClass ? , Field[] classToFields = 
new ConcurrentHashMapClass ? , Field[]();
 
/**
 * @return static instance of ProxyInjector
@@ -63,7 

svn commit: r652995 - in /wicket/trunk/wicket-spring/src: main/java/org/apache/wicket/spring/ main/java/org/apache/wicket/spring/injection/annot/ main/java/org/apache/wicket/spring/test/ test/java/org

2008-05-02 Thread ivaynberg
Author: ivaynberg
Date: Fri May  2 21:06:58 2008
New Revision: 652995

URL: http://svn.apache.org/viewvc?rev=652995view=rev
Log:
generics cleanup

Modified:

wicket/trunk/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java

wicket/trunk/wicket-spring/src/main/java/org/apache/wicket/spring/SpringWebApplication.java

wicket/trunk/wicket-spring/src/main/java/org/apache/wicket/spring/SpringWebApplicationFactory.java

wicket/trunk/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/SpringComponentInjector.java

wicket/trunk/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java

wicket/trunk/wicket-spring/src/test/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactoryTest.java

wicket/trunk/wicket-spring/src/test/java/org/apache/wicket/spring/injection/util/Injectable.java

Modified: 
wicket/trunk/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java?rev=652995r1=652994r2=652995view=diff
==
--- 
wicket/trunk/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java
 (original)
+++ 
wicket/trunk/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java
 Fri May  2 21:06:58 2008
@@ -37,9 +37,9 @@
 public class SpringBeanLocator implements IProxyTargetLocator
 {
// Weak reference so we don't hold up WebApp classloader garbage 
collection.
-   private transient WeakReference/* Class */beanTypeCache;
+   private transient WeakReferenceClass ?  beanTypeCache;
 
-   private String beanTypeName;
+   private final String beanTypeName;
 
private String beanName;
 
@@ -55,7 +55,7 @@
 * @param locator
 *spring context locator
 */
-   public SpringBeanLocator(Class beanType, ISpringContextLocator locator)
+   public SpringBeanLocator(Class ?  beanType, ISpringContextLocator 
locator)
{
this(null, beanType, locator);
}
@@ -70,7 +70,7 @@
 * @param locator
 *spring context locator
 */
-   public SpringBeanLocator(String beanName, Class beanType, 
ISpringContextLocator locator)
+   public SpringBeanLocator(String beanName, Class ?  beanType, 
ISpringContextLocator locator)
{
if (locator == null)
{
@@ -81,11 +81,11 @@
throw new IllegalArgumentException([beanType] argument 
cannot be null);
}
 
-   this.beanTypeCache = new WeakReference(beanType);
-   this.beanTypeName = beanType.getName();
-   this.springContextLocator = locator;
+   beanTypeCache = new WeakReferenceClass ? (beanType);
+   beanTypeName = beanType.getName();
+   springContextLocator = locator;
this.beanName = beanName;
-   this.springContextLocator = locator;
+   springContextLocator = locator;
}
 
/**
@@ -99,7 +99,7 @@
 * @throws IllegalStateException
 * @return spring name of the bean
 */
-   private final String getBeanNameOfClass(ApplicationContext ctx, Class 
clazz)
+   private final String getBeanNameOfClass(ApplicationContext ctx, Class 
?  clazz)
{
String[] names = 
BeanFactoryUtils.beanNamesForTypeIncludingAncestors(ctx, clazz);
if (names.length == 0)
@@ -138,12 +138,13 @@
/**
 * @return bean class this locator is configured with
 */
-   public Class getBeanType()
+   public Class ?  getBeanType()
{
-   Class clazz = beanTypeCache == null ? null : 
(Class)beanTypeCache.get();
+   Class ?  clazz = beanTypeCache == null ? null : (Class ? 
)beanTypeCache.get();
if (clazz == null)
{
-   beanTypeCache = new WeakReference(clazz = 
Classes.resolveClass(beanTypeName));
+   beanTypeCache = new WeakReferenceClass ? (clazz = 
Classes
+   .resolveClass(beanTypeName));
if (clazz == null)
{
throw new RuntimeException(SpringBeanLocator 
could not find class [ +
@@ -215,7 +216,7 @@
 * @throws IllegalStateException
 * @return found bean
 */
-   private final Object lookupSpringBean(ApplicationContext ctx, Class 
clazz)
+   private final Object lookupSpringBean(ApplicationContext ctx, Class ? 
 clazz)
{
return lookupSpringBean(ctx, getBeanNameOfClass(ctx, clazz), 
clazz);
}
@@ -233,7 +234,7 @@
 * @throws IllegalStateException
 * @return found bean
 

svn commit: r652996 - /wicket/trunk/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettings.java

2008-05-02 Thread ivaynberg
Author: ivaynberg
Date: Fri May  2 21:07:53 2008
New Revision: 652996

URL: http://svn.apache.org/viewvc?rev=652996view=rev
Log:
warnings cleanup

Modified:

wicket/trunk/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettings.java

Modified: 
wicket/trunk/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettings.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettings.java?rev=652996r1=652995r2=652996view=diff
==
--- 
wicket/trunk/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettings.java
 (original)
+++ 
wicket/trunk/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettings.java
 Fri May  2 21:07:53 2008
@@ -78,7 +78,6 @@
/**
 * @see 
org.apache.wicket.jmx.ApplicationSettingsMBean#getUnexpectedExceptionDisplay()
 */
-   @SuppressWarnings(deprecation)
public String getUnexpectedExceptionDisplay()
{
return 
application.getExceptionSettings().getUnexpectedExceptionDisplay().toString();




svn commit: r653001 - in /wicket/trunk: wicket-datetime/.settings/ wicket/src/main/java/org/apache/wicket/ wicket/src/main/java/org/apache/wicket/markup/html/border/ wicket/src/main/java/org/apache/wi

2008-05-02 Thread ivaynberg
Author: ivaynberg
Date: Fri May  2 22:18:26 2008
New Revision: 653001

URL: http://svn.apache.org/viewvc?rev=653001view=rev
Log:
more generics warning cleanups, only 5200+ to go

Modified:
wicket/trunk/wicket-datetime/.settings/org.eclipse.jdt.core.prefs
wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/border/MarkupComponentBorder.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/validation/AbstractFormValidator.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/validation/EqualInputValidator.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/validation/EqualPasswordInputValidator.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/validation/FormComponentFeedbackBorder.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/validation/FormComponentFeedbackIndicator.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/validation/IFormValidator.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/image/ContextImage.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/image/Image.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/image/NonCachingImage.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/include/Include.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/internal/Enclosure.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/internal/HeaderResponse.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/link/DownloadLink.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/link/IPageLink.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/link/ImageMap.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/link/InlineFrame.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/link/InternalFrame.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/link/Link.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/link/PageLink.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/link/PopupCloseLink.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/link/PopupSettings.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/link/ResourceLink.java

wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/repeater/util/ArrayIteratorAdapter.java

Modified: wicket/trunk/wicket-datetime/.settings/org.eclipse.jdt.core.prefs
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-datetime/.settings/org.eclipse.jdt.core.prefs?rev=653001r1=653000r2=653001view=diff
==
--- wicket/trunk/wicket-datetime/.settings/org.eclipse.jdt.core.prefs (original)
+++ wicket/trunk/wicket-datetime/.settings/org.eclipse.jdt.core.prefs Fri May  
2 22:18:26 2008
@@ -1,7 +1,12 @@
-#Tue Apr 08 20:39:43 CEST 2008
+#Fri May 02 20:37:47 PDT 2008
 eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
 org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
 org.eclipse.jdt.core.compiler.source=1.5

Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java?rev=653001r1=653000r2=653001view=diff
==
--- wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java 
(original)
+++ wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java Fri May  
2 22:18:26 2008
@@ -1691,10 +1691,10 @@
 * @throws IllegalStateException
 * Thrown if component is not yet attached to a Page.
 */
-   public final Page getPage()
+   public final Page ?  getPage()
{
// Search for nearest Page
-   final Page page = findPage();
+   final Page ?  page = findPage();
 
// If no Page was found
if (page == null)

Modified: 
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/border/MarkupComponentBorder.java
URL: