issues
search
yf0994
/
guava-libraries
Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add methods to ImmutableMap to improve generic inferencing.
#1166
GoogleCodeExporter
closed
9 years ago
3
Multimap<K,V> view of Map<K,Collection<V>>
#1165
GoogleCodeExporter
closed
9 years ago
6
Precondition methods that always fail for if statements
#1164
GoogleCodeExporter
closed
9 years ago
7
post to asynceventbus don't work with persistence
#1163
GoogleCodeExporter
closed
9 years ago
5
Detect non-distinct hash codes in EqualsTester
#1162
GoogleCodeExporter
closed
9 years ago
6
synchronized Iterator wrapper
#1161
GoogleCodeExporter
closed
9 years ago
8
[PATCH] Fix manifest construction for Eclipse
#1160
GoogleCodeExporter
closed
9 years ago
6
Document Uninterruptibles.getUninterruptibly()
#1159
GoogleCodeExporter
closed
9 years ago
4
SettableFuture.setException cannot hold an Error
#1158
GoogleCodeExporter
closed
9 years ago
4
Suggestion to support arbitrary chaining with subclasses of FluentIterable
#1157
GoogleCodeExporter
closed
9 years ago
9
Memory requirements of BloomFilter
#1156
GoogleCodeExporter
closed
9 years ago
5
Performance of ImmutableSet.contains
#1155
GoogleCodeExporter
closed
9 years ago
15
Improve Files.toString(File, Charset)
#1154
GoogleCodeExporter
closed
9 years ago
4
assert Ranges.closed(1L, 2L).encloses(Ranges.closedOpen(1L, 3L)) fails;
#1153
GoogleCodeExporter
closed
9 years ago
10
Uses of @Nullable in guava-gwt:13.0.1 causes errors
#1152
GoogleCodeExporter
closed
9 years ago
9
Transform an Iterable<T> to a Multimap<K, V> with a Function<T, K> and a Function<T, V>
#1151
GoogleCodeExporter
closed
9 years ago
11
Queues#newArrayDeque(int initialCapacity) is missing
#1150
GoogleCodeExporter
closed
9 years ago
6
Either<L,R> class - kind of extension for Optional<T>
#1149
GoogleCodeExporter
closed
9 years ago
16
Improve Sets.immutableEnumSet(Iterable<E> elements) to avoid copying when possible
#1148
GoogleCodeExporter
closed
9 years ago
6
String representation of Murmur3_x64_128 hash in Guava
#1147
GoogleCodeExporter
closed
9 years ago
6
addCallback to Future with timeout
#1146
GoogleCodeExporter
closed
9 years ago
20
What should happen when serializing a view collection of an *immutable* collection/map/etc.?
#1145
GoogleCodeExporter
closed
9 years ago
5
Iterators.removeAll() could be faster if it used a temporary HashSet
#1144
GoogleCodeExporter
closed
9 years ago
15
Bytes.toHex()
#1143
GoogleCodeExporter
closed
9 years ago
5
Please add rich Strings.format()
#1142
GoogleCodeExporter
closed
9 years ago
8
Add size() method to Immutable*.Builder
#1141
GoogleCodeExporter
closed
9 years ago
7
Create a ListenableScheduledFuture
#1140
GoogleCodeExporter
closed
9 years ago
8
OpenJDK 1.6 provided by Ubuntu 12.04 can't compile guava
#1139
GoogleCodeExporter
closed
9 years ago
5
Feature request: RemovalNotification able to guarantee non-null key/value
#1138
GoogleCodeExporter
closed
9 years ago
5
Is Joiner.on("") readable enough?
#1137
GoogleCodeExporter
closed
9 years ago
14
Make EventHandler a public class
#1136
GoogleCodeExporter
closed
9 years ago
3
Files.getNameWithoutPath(String fullName)
#1135
GoogleCodeExporter
closed
9 years ago
7
Provide method to efficiently combine Bloom filters
#1134
GoogleCodeExporter
closed
9 years ago
31
Objects.toStringHelper(Object) gives an incorrect class name if class name contains a dollar sign
#1133
GoogleCodeExporter
closed
9 years ago
6
Eventbus using JUL (java.util.logging) performance problems with SLF4J
#1132
GoogleCodeExporter
closed
9 years ago
4
Perhaps we should start using -splitindex for javadoc
#1131
GoogleCodeExporter
closed
9 years ago
5
Files.getNameWithoutExtension removes file name for hidden file
#1130
GoogleCodeExporter
closed
9 years ago
7
Generic Push interface that is the opposite of an iterator
#1129
GoogleCodeExporter
closed
9 years ago
3
Cache.refresh(K key, Callable<V> newValueLoader)
#1128
GoogleCodeExporter
closed
9 years ago
5
Scala: Document that jsr305 is needed to compile against guava
#1127
GoogleCodeExporter
closed
9 years ago
4
Fix Stopwatch.elapsedMillis() javadoc
#1126
GoogleCodeExporter
closed
9 years ago
7
Array handling in Objects#toStringHelper
#1125
GoogleCodeExporter
closed
9 years ago
7
Strings.substring with negative indices
#1124
GoogleCodeExporter
closed
9 years ago
6
Provide a mechanism to augment the TldPatterns lists dynamically
#1123
GoogleCodeExporter
closed
9 years ago
7
LoadingCache doesn't get along well with interrupted threads
#1122
GoogleCodeExporter
closed
9 years ago
15
Optional.orThrow(Throwable t)
#1121
GoogleCodeExporter
closed
9 years ago
3
ThreadLocal not cleared by EventBus.dispatchQueuedEvents
#1120
GoogleCodeExporter
closed
9 years ago
5
BloomFilter broken when really big
#1119
GoogleCodeExporter
closed
9 years ago
25
Closables.closeQuietly should be deprecated or at least needs lots of warnings in documentation.
#1118
GoogleCodeExporter
closed
9 years ago
24
Would there be any value in adding .translate(...) methods?
#1117
GoogleCodeExporter
closed
9 years ago
11
Next