George Karpenkov
|
22ffd65d1e
|
Java API: split incRef into incRef and addToReferenceQueue
One method should do one thing only, it's easy to mix things up
otherwise.
|
2016-06-12 21:01:58 +02:00 |
|
George Karpenkov
|
495ef0f055
|
Java bindings with no finalizers
Replacing finalizers with PhantomReferences, required quite a lot of
changes to the codebase.
|
2016-06-12 20:27:01 +02:00 |
|
George Karpenkov
|
f93c41b1be
|
Since classes are non-final "instanceof" check is better in #equals
|
2016-01-06 11:27:58 +01:00 |
|
George Karpenkov
|
ccd88a63a5
|
No need to call "new String()"
|
2016-01-06 11:12:33 +01:00 |
|
George Karpenkov
|
1dcaddbec7
|
Adding @Override declarations
They are important, as they prevent miss-spelling the parent method and
/or arguments name.
|
2016-01-06 11:07:48 +01:00 |
|
George Karpenkov
|
56db1867ef
|
Proper idiomatic isEquals implementation.
|
2016-01-06 10:24:00 +01:00 |
|
Nikolaj Bjorner
|
ade9b2830a
|
various partial fixes for issue #143
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-07-10 08:16:57 -07:00 |
|
Christoph M. Wintersteiger
|
b7bb53406f
|
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
|
2015-04-08 13:16:32 +01:00 |
|
Christoph M. Wintersteiger
|
4304012971
|
Java API: copyright notices
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2014-10-22 16:55:08 +01:00 |
|
Christoph M. Wintersteiger
|
4b18c8f9c4
|
Java API: syntactic adjustments, getters, setters,
... convenience parameters, etc.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2013-01-17 19:31:02 +00:00 |
|
Christoph M. Wintersteiger
|
0c1f2a8281
|
Java API: Added exception wrappers and build dependencies.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2012-11-30 15:39:25 +00:00 |
|
Christoph M. Wintersteiger
|
eee3bf886d
|
Java API: package renaming.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2012-11-27 19:09:30 +00:00 |
|
Christoph M. Wintersteiger
|
c6303fc8f5
|
Java API: a first version that compiles. This is still untested.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2012-11-27 16:36:50 +00:00 |
|