mengdiwang / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Sources don't compile - in r136 Assert.assertFalse() and Assert.assertNull() were removed, but they're still in use #496

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to compile latest (r144) version from repository. I'm getting errors 
of the like:

/home/igor/projects/guava/test/com/google/common/testing/AssertTest.java:[85,10]
 cannot find symbol
symbol  : method assertFalse(java.lang.String,boolean)
location: class com.google.common.testing.Assert

Methods Assert.assertFalse() and Assert.assertNull() were removed in r136, 
leaving "AssertTest" tests in uncompilable state.

Original issue reported on code.google.com by shele...@gmail.com on 13 Dec 2010 at 3:55

Attachments:

GoogleCodeExporter commented 9 years ago
'ant dist' works.  if anything else ever worked, it was just by accident; we 
still have a lot more work to do making things work reliably.

Original comment by kevinb@google.com on 12 Jan 2011 at 10:34

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:15

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:09