aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util/BitSet.java
AgeCommit message (Collapse)AuthorFilesLines
2000-05-04Locale.java (Locale): Don't explicitly check for null.Tom Tromey1-7/+1
* java/util/Locale.java (Locale): Don't explicitly check for null. * java/util/Hashtable.java (containsKey): Don't explicitly check for null. (get): Likewise. * java/util/BitSet.java (and, or, xor): Don't explicitly check for null. * java/util/zip/ZipEntry.java (ZipEntry): Don't explicitly check for null. * java/text/StringCharacterIterator.java (StringCharacterIterator): Don't check for null. * java/text/ChoiceFormat.java (setChoices): Don't explicitly check for null pointer. * java/net/MulticastSocket.java (joinGroup): Don't explicitly check for null pointer. (leaveGroup): Likewise. * java/net/DatagramPacket.java (DatagramPacket): Removed erroneous comment. (setData): Likewise. * java/lang/ThreadGroup.java (ThreadGroup): Don't explicitly check for `p==null'. From-SVN: r33671
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
* All files: Updated copyright information. * COPYING: New file. * COPYING.LIB: Removed. * LIBGCJ_LICENSE: We now use GPL + special exception. From-SVN: r32387
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
From-SVN: r31504
1999-08-11BitSet.java (set, [...]): specify "1" constant as long.Bryce McKinlay1-3/+3
* java/util/BitSet.java (set, clear, hashCode): specify "1" constant as long. From-SVN: r28680
1999-04-07Initial revisionTom Tromey1-0/+183
From-SVN: r26263