r1989 - in trunk/libcommons-collections-java/trunk: . debian src src/java

Arnaud Vandyck avdyk at costa.debian.org
Thu Mar 9 22:58:49 UTC 2006


Author: avdyk
Date: 2006-03-09 22:58:48 +0000 (Thu, 09 Mar 2006)
New Revision: 1989

Added:
   trunk/libcommons-collections-java/trunk/.cvsignore
   trunk/libcommons-collections-java/trunk/debian/
   trunk/libcommons-collections-java/trunk/debian/changelog
   trunk/libcommons-collections-java/trunk/debian/compat
   trunk/libcommons-collections-java/trunk/debian/control
   trunk/libcommons-collections-java/trunk/debian/copyright
   trunk/libcommons-collections-java/trunk/debian/dirs
   trunk/libcommons-collections-java/trunk/debian/doc-base
   trunk/libcommons-collections-java/trunk/debian/docs
   trunk/libcommons-collections-java/trunk/debian/links
   trunk/libcommons-collections-java/trunk/debian/rules
   trunk/libcommons-collections-java/trunk/src/
   trunk/libcommons-collections-java/trunk/src/java/
   trunk/libcommons-collections-java/trunk/src/java/log
Modified:
   trunk/libcommons-collections-java/trunk/build.xml
Log:
Load newtrunk into trunk/libcommons-collections-java/trunk.


Added: trunk/libcommons-collections-java/trunk/.cvsignore
===================================================================
--- trunk/libcommons-collections-java/trunk/.cvsignore	2006-03-09 22:58:16 UTC (rev 1988)
+++ trunk/libcommons-collections-java/trunk/.cvsignore	2006-03-09 22:58:48 UTC (rev 1989)
@@ -0,0 +1,2 @@
+build.properties
+dist

Modified: trunk/libcommons-collections-java/trunk/build.xml
===================================================================
--- trunk/libcommons-collections-java/trunk/build.xml	2006-03-09 22:58:16 UTC (rev 1988)
+++ trunk/libcommons-collections-java/trunk/build.xml	2006-03-09 22:58:48 UTC (rev 1989)
@@ -24,7 +24,7 @@
    <!-- ######################################################### -->
 
    <target name="init">
-      <tstamp/>
+<!--      <tstamp/>-->
 
 
       <!-- read properties from the build.properties, if any -->
       <property name="component-propfile" value="${basedir}/build.properties"/>
@@ -206,6 +206,7 @@
              classpath="${classpath}"
              debug="false"
              deprecation="true"
+             source="1.3"
              optimize="true"/>
    </target>
 
@@ -216,6 +217,7 @@
              classpath="${classpath}"
              debug="false"
              deprecation="true"
+             source="1.3"
              optimize="true"/>
    </target>
 

Added: trunk/libcommons-collections-java/trunk/debian/changelog
===================================================================
--- trunk/libcommons-collections-java/trunk/debian/changelog	2006-03-09 22:58:16 UTC (rev 1988)
+++ trunk/libcommons-collections-java/trunk/debian/changelog	2006-03-09 22:58:48 UTC (rev 1989)
@@ -0,0 +1,72 @@
+libcommons-collections-java (2.1.1-6) unstable; urgency=low
+
+  * added myself as an uploader.
+  * removed Takashi Okamoto from the uploaders (closes: #352983).
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Thu,  9 Mar 2006 22:19:47 +0000
+
+libcommons-collections-java (2.1.1-5) unstable; urgency=low
+
+  * Removed explicit usage of jikes build compiler property
+    for kaffe jikes -> ecj transition
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Fri,  6 Jan 2006 19:51:47 +0100
+
+libcommons-collections-java (2.1.1-4) unstable; urgency=low
+
+  * libant1.6-java to ant transition
+  * Added java1-runtime as alternative to java2-runtime
+  * Build documentation and registered with doc-base
+  * Added myself as uploader
+  * Standards-Version 3.6.2 (no changes)
+ 
+ -- Wolfgang Baer <WBaer at gmx.de>  Sat, 24 Sep 2005 23:16:55 +0200
+
+libcommons-collections-java (2.1.1-3) unstable; urgency=low
+
+  * rebuild by jikes with -source 1.3 option. This keeps backward 
+    compatibility for J2SDK1.3.
+
+ -- Takashi Okamoto <tora at debian.org>  Sat,  7 Aug 2004 00:02:50 +0900
+
+libcommons-collections-java (2.1.1-2) unstable; urgency=low
+
+  * add cdbs to build-depend.(closes: #258458)
+
+ -- Takashi Okamoto <tora at debian.org>  Sun, 18 Jul 2004 19:56:41 +0900
+
+libcommons-collections-java (2.1.1-1) unstable; urgency=low
+
+  * New upstream release
+  * fixed FTBFS (closes: #232521).
+  * delete log file to compile log(closes: #199324).
+
+ -- Takashi Okamoto <tora at debian.org>  Wed,  7 Jul 2004 23:37:10 +0900
+
+libcommons-collections-java (2.1-2) unstable; urgency=low
+
+  * Move to main.
+
+ -- Takashi Okamoto <tora at debian.org>  Sat,  1 May 2004 21:02:35 +0900
+
+libcommons-collections-java (2.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Takashi Okamoto <tora at debian.org>  Sun, 10 Nov 2002 15:43:48 +0900
+
+libcommons-collections-java (2.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Takashi Okamoto <tora at debian.org>  Fri, 28 Jun 2002 01:27:58 +0900
+
+libcommons-collections-java (1.0-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Takashi Okamoto <tora at debian.org>  Mon,  5 Nov 2001 08:15:04 +0900
+
+Local variables:
+mode: debian-changelog
+End:

Added: trunk/libcommons-collections-java/trunk/debian/compat
===================================================================
--- trunk/libcommons-collections-java/trunk/debian/compat	2006-03-09 22:58:16 UTC (rev 1988)
+++ trunk/libcommons-collections-java/trunk/debian/compat	2006-03-09 22:58:48 UTC (rev 1989)
@@ -0,0 +1 @@
+4

Added: trunk/libcommons-collections-java/trunk/debian/control
===================================================================
--- trunk/libcommons-collections-java/trunk/debian/control	2006-03-09 22:58:16 UTC (rev 1988)
+++ trunk/libcommons-collections-java/trunk/debian/control	2006-03-09 22:58:48 UTC (rev 1989)
@@ -0,0 +1,17 @@
+Source: libcommons-collections-java
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
+Build-Depends-Indep: debhelper (>= 4.2.30), ant, kaffe (>= 2:1.1.5-3), cdbs
+Standards-Version: 3.6.2
+
+Package: libcommons-collections-java
+Architecture: all
+Depends: kaffe (>= 2:1.1.5-3) | java1-runtime | java2-runtime
+Suggests: libcommons-collections-java-doc
+Description: A set of abstract data type interfaces and implementations
+ The Java Collections Framework provides a set of abstract data
+ type interfaces and implementations that offer both a wealth
+ of useful functionality, and a solid foundation for extending
+ that functionality.

Added: trunk/libcommons-collections-java/trunk/debian/copyright
===================================================================
--- trunk/libcommons-collections-java/trunk/debian/copyright	2006-03-09 22:58:16 UTC (rev 1988)
+++ trunk/libcommons-collections-java/trunk/debian/copyright	2006-03-09 22:58:48 UTC (rev 1989)
@@ -0,0 +1,216 @@
+This package was debianized by Takashi Okamoto <tora at debian.org> on
+Mon,  5 Nov 2001 08:15:04 +0900.
+
+It was downloaded from http://jakarta.apache.org/commons/
+
+Upstream Authors: 
+    Peter Donald
+    Geir Magnusson Jr.
+    Craig McClanahan
+    James Strachan
+    Rodney Waldhoff
+    Jason van Zyl
+
+Copyright:
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.

Added: trunk/libcommons-collections-java/trunk/debian/dirs
===================================================================
--- trunk/libcommons-collections-java/trunk/debian/dirs	2006-03-09 22:58:16 UTC (rev 1988)
+++ trunk/libcommons-collections-java/trunk/debian/dirs	2006-03-09 22:58:48 UTC (rev 1989)
@@ -0,0 +1 @@
+usr/share/java

Added: trunk/libcommons-collections-java/trunk/debian/doc-base
===================================================================
--- trunk/libcommons-collections-java/trunk/debian/doc-base	2006-03-09 22:58:16 UTC (rev 1988)
+++ trunk/libcommons-collections-java/trunk/debian/doc-base	2006-03-09 22:58:48 UTC (rev 1989)
@@ -0,0 +1,10 @@
+Document: libcommons-collections-java
+Title: Programmer API for libcommons-collections-java
+Author: Apache Jakarta Developer Team
+Abstract: Javadocs programmer API of libcommons-collections-java, 
+ a set of abstract data type interfaces and implementations.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libcommons-collections-java/api/index.html
+Files: /usr/share/doc/libcommons-collections-java/api/*.html

Added: trunk/libcommons-collections-java/trunk/debian/docs
===================================================================
--- trunk/libcommons-collections-java/trunk/debian/docs	2006-03-09 22:58:16 UTC (rev 1988)
+++ trunk/libcommons-collections-java/trunk/debian/docs	2006-03-09 22:58:48 UTC (rev 1989)
@@ -0,0 +1,3 @@
+dist/docs/api
+STATUS.html
+RELEASE-NOTES-2.1.1.html

Added: trunk/libcommons-collections-java/trunk/debian/links
===================================================================
--- trunk/libcommons-collections-java/trunk/debian/links	2006-03-09 22:58:16 UTC (rev 1988)
+++ trunk/libcommons-collections-java/trunk/debian/links	2006-03-09 22:58:48 UTC (rev 1989)
@@ -0,0 +1 @@
+usr/share/java/commons-collections-2.1.1.jar usr/share/java/commons-collections.jar

Added: trunk/libcommons-collections-java/trunk/debian/rules
===================================================================
--- trunk/libcommons-collections-java/trunk/debian/rules	2006-03-09 22:58:16 UTC (rev 1988)
+++ trunk/libcommons-collections-java/trunk/debian/rules	2006-03-09 22:58:48 UTC (rev 1989)
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+# debian/rules file for libcommons-collections-java (uses cdbs)
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+JAVA_HOME := /usr/lib/kaffe
+ANT_HOME := /usr/share/ant
+
+DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar log4j-1.2 logkit servlet-2.3
+DEB_ANT_BUILD_TARGET := dist-jar doc
+
+install/libcommons-collections-java::
+	install -m 644 dist/commons-collections-2.1.1.jar debian/libcommons-collections-java/usr/share/java/commons-collections-2.1.1.jar
+


Property changes on: trunk/libcommons-collections-java/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/libcommons-collections-java/trunk/src/java/log
===================================================================
--- trunk/libcommons-collections-java/trunk/src/java/log	2006-03-09 22:58:16 UTC (rev 1988)
+++ trunk/libcommons-collections-java/trunk/src/java/log	2006-03-09 22:58:48 UTC (rev 1989)
@@ -0,0 +1,301 @@
+./org/apache/commons/collections/IteratorEnumeration.java:110: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+package org.apache.commons.collections;
+^
+./org/apache/commons/collections/IteratorEnumeration.java:112: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Enumeration;
+^
+./org/apache/commons/collections/IteratorEnumeration.java:113: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Iterator;
+^
+./org/apache/commons/collections/PriorityQueue.java:116: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+package org.apache.commons.collections;
+^
+./org/apache/commons/collections/PriorityQueue.java:118: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.NoSuchElementException;
+^
+./org/apache/commons/collections/LRUMap.java:361: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+package org.apache.commons.collections;
+^
+./org/apache/commons/collections/LRUMap.java:363: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.Externalizable;
+^
+./org/apache/commons/collections/LRUMap.java:364: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.IOException;
+^
+./org/apache/commons/collections/LRUMap.java:365: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.ObjectInput;
+^
+./org/apache/commons/collections/LRUMap.java:366: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.ObjectInputStream;
+^
+./org/apache/commons/collections/LRUMap.java:367: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.ObjectOutput;
+^
+./org/apache/commons/collections/LRUMap.java:368: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.ObjectOutputStream;
+^
+./org/apache/commons/collections/LRUMap.java:369: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Iterator;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1939: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+package org.apache.commons.collections;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1941: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.IOException;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1942: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.File;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1943: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.FileInputStream;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1944: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.InputStream;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1945: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.InputStreamReader;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1946: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.LineNumberReader;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1947: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.OutputStream;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1948: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.PrintWriter;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1949: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.Reader;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1950: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.UnsupportedEncodingException;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1952: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.ArrayList;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1953: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Enumeration;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1954: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Hashtable;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1955: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Iterator;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1956: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.NoSuchElementException;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1957: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Properties;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1958: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.StringTokenizer;
+^
+./org/apache/commons/collections/ExtendedProperties.java:1959: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Vector;
+^
+./org/apache/commons/collections/ArrayStack.java:253: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+package org.apache.commons.collections;
+^
+./org/apache/commons/collections/ArrayStack.java:256: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.ArrayList;
+^
+./org/apache/commons/collections/ArrayStack.java:257: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.EmptyStackException;
+^
+./org/apache/commons/collections/ArrayStack.java:258: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Stack; // only used in javadoc comments, javadoc won't find it otherwise
+^
+./org/apache/commons/collections/FastArrayList.java:904: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+package org.apache.commons.collections;
+^
+./org/apache/commons/collections/FastArrayList.java:907: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.Serializable;
+^
+./org/apache/commons/collections/FastArrayList.java:908: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.ArrayList;
+^
+./org/apache/commons/collections/FastArrayList.java:909: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Collection;
+^
+./org/apache/commons/collections/FastArrayList.java:910: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Iterator;
+^
+./org/apache/commons/collections/FastArrayList.java:911: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.List;
+^
+./org/apache/commons/collections/FastArrayList.java:912: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.ListIterator;
+^
+./org/apache/commons/collections/SoftRefHashMap.java:352: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+package org.apache.commons.collections;
+^
+./org/apache/commons/collections/SoftRefHashMap.java:354: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.lang.ref.*;
+^
+./org/apache/commons/collections/SoftRefHashMap.java:355: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.lang.reflect.*;
+^
+./org/apache/commons/collections/SoftRefHashMap.java:356: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.*;
+^
+./org/apache/commons/collections/Predicate.java:81: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+package org.apache.commons.collections;
+^
+./org/apache/commons/collections/CollectionUtils.java:482: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+package org.apache.commons.collections;
+^
+./org/apache/commons/collections/CollectionUtils.java:484: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.ArrayList;
+^
+./org/apache/commons/collections/CollectionUtils.java:485: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Collection;
+^
+./org/apache/commons/collections/CollectionUtils.java:486: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Enumeration;
+^
+./org/apache/commons/collections/CollectionUtils.java:487: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.HashMap;
+^
+./org/apache/commons/collections/CollectionUtils.java:488: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.HashSet;
+^
+./org/apache/commons/collections/CollectionUtils.java:489: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Iterator;
+^
+./org/apache/commons/collections/CollectionUtils.java:490: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.List;
+^
+./org/apache/commons/collections/CollectionUtils.java:491: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Map;
+^
+./org/apache/commons/collections/CollectionUtils.java:492: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.NoSuchElementException;
+^
+./org/apache/commons/collections/CollectionUtils.java:493: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Set;
+^
+./org/apache/commons/collections/BinaryHeap.java:338: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+package org.apache.commons.collections;
+^
+./org/apache/commons/collections/BinaryHeap.java:340: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.NoSuchElementException;
+^
+./org/apache/commons/collections/BinaryHeap.java:341: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Comparator;
+^
+./org/apache/commons/collections/Transformer.java:81: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+package org.apache.commons.collections;
+^
+./org/apache/commons/collections/CursorableLinkedList.java:1435: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+package org.apache.commons.collections;
+^
+./org/apache/commons/collections/CursorableLinkedList.java:1437: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Collection;
+^
+./org/apache/commons/collections/CursorableLinkedList.java:1438: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.List;
+^
+./org/apache/commons/collections/CursorableLinkedList.java:1439: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.ArrayList;
+^
+./org/apache/commons/collections/CursorableLinkedList.java:1440: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Iterator;
+^
+./org/apache/commons/collections/CursorableLinkedList.java:1441: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.ListIterator;
+^
+./org/apache/commons/collections/CursorableLinkedList.java:1442: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.ConcurrentModificationException;
+^
+./org/apache/commons/collections/CursorableLinkedList.java:1443: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.NoSuchElementException;
+^
+./org/apache/commons/collections/CursorableLinkedList.java:1444: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.Serializable;
+^
+./org/apache/commons/collections/CursorableLinkedList.java:1445: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.ObjectInputStream;
+^
+./org/apache/commons/collections/CursorableLinkedList.java:1446: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.ObjectOutputStream;
+^
+./org/apache/commons/collections/CursorableLinkedList.java:1447: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.io.IOException;
+^
+./org/apache/commons/collections/CursorableLinkedList.java:1448: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.lang.reflect.Array;
+^
+./org/apache/commons/collections/CursorableLinkedList.java:1449: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.LinkedList; // only used in javadoc comments, javadoc won't find it otherwise
+^
+./org/apache/commons/collections/CursorableLinkedList.java:1450: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.lang.UnsupportedOperationException; // stops a javadoc warning
+^
+./org/apache/commons/collections/ArrayIterator.java:121: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+package org.apache.commons.collections;
+^
+./org/apache/commons/collections/ArrayIterator.java:123: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.lang.reflect.Array;
+^
+./org/apache/commons/collections/ArrayIterator.java:124: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Iterator;
+^
+./org/apache/commons/collections/ArrayIterator.java:125: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.NoSuchElementException;
+^
+./org/apache/commons/collections/ListUtils.java:127: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+package org.apache.commons.collections;
+^
+./org/apache/commons/collections/ListUtils.java:129: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.ArrayList;
+^
+./org/apache/commons/collections/ListUtils.java:130: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Iterator;
+^
+./org/apache/commons/collections/ListUtils.java:131: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.List;
+^
+./org/apache/commons/collections/ArrayEnumeration.java:111: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+package org.apache.commons.collections;
+^
+./org/apache/commons/collections/ArrayEnumeration.java:113: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.Enumeration;
+^
+./org/apache/commons/collections/ArrayEnumeration.java:114: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.List;
+^
+./org/apache/commons/collections/ArrayEnumeration.java:115: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.NoSuchElementException;
+^
+./org/apache/commons/collections/BeanMap.java:484: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+package org.apache.commons.collections;
+^
+./org/apache/commons/collections/BeanMap.java:486: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.beans.BeanInfo;
+^
+./org/apache/commons/collections/BeanMap.java:487: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.beans.Introspector;
+^
+./org/apache/commons/collections/BeanMap.java:488: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.beans.IntrospectionException;
+^
+./org/apache/commons/collections/BeanMap.java:489: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.beans.PropertyDescriptor;
+^
+./org/apache/commons/collections/BeanMap.java:490: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.lang.reflect.Constructor;
+^
+./org/apache/commons/collections/BeanMap.java:491: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.lang.reflect.InvocationTargetException;
+^
+./org/apache/commons/collections/BeanMap.java:492: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.lang.reflect.Method;
+^
+./org/apache/commons/collections/BeanMap.java:493: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.AbstractMap;
+^
+./org/apache/commons/collections/BeanMap.java:494: 'class' ¤Þ¤¿¤Ï 'interface' ¤¬¤¢¤ê¤Þ¤»¤ó¡£
+import java.util.AbstractSet;
+^
+¥¨¥é¡¼ 100 ¸Ä




More information about the pkg-java-commits mailing list