Author: hibou
Date: Tue Oct 13 09:50:58 2009
New Revision: 824654
URL: http://svn.apache.org/viewvc?rev=824654&view=rev
Log:
FIX: conf attributes must not be null (IVYDE-209) (thanks to Ivica Loncar)
Modified:
ant/ivy/ivyde/trunk/CHANGES.txt
ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathContainerConfiguration.java
Modified: ant/ivy/ivyde/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/CHANGES.txt?rev=824654&r1=824653&r2=824654&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/CHANGES.txt (original)
+++ ant/ivy/ivyde/trunk/CHANGES.txt Tue Oct 13 09:50:58 2009
@@ -20,6 +20,7 @@
- FIX: Ivy Library removed from the list of Java EE Module Dependencies after
changing its properties (IVYDE-178)
- FIX: Ivy Classpath Contributed to Dependent Projects When not Exported
(IVYDE-193)
- FIX: Incorrect project:// path in the ivysettings configuration make the UI
crash (IVYDE-203)
+- FIX: conf attributes must not be null (IVYDE-209) (thanks to Ivica Loncar)
version 2.0.0 final
==========================
Modified:
ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathContainerConfiguration.java
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathContainerConfiguration.java?rev=824654&r1=824653&r2=824654&view=diff
==============================================================================
---
ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathContainerConfiguration.java
(original)
+++
ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathContainerConfiguration.java
Tue Oct 13 09:50:58 2009
@@ -59,7 +59,7 @@
/**
* attributes attached to the container but not IvyDE related (Webtools or
AspectJfor instance)
*/
- private IClasspathAttribute[] attributes;
+ private IClasspathAttribute[] attributes = new IClasspathAttribute[0];
/**
* Constructor