forked from deepin-community/objenesis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Java library to instantiate a new object of a particular class Issue: deepin-community/sig-deepin-sysdev-team#547 Log: update repo
- Loading branch information
Showing
157 changed files
with
425 additions
and
337 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
benchmark/src/main/java/org/objenesis/benchmark/CreateObject.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
objenesis (3.3-3) unstable; urgency=medium | ||
|
||
* Don't suggest the -doc package anymore. | ||
|
||
-- Markus Koschany <[email protected]> Tue, 17 Jan 2023 14:18:23 +0100 | ||
|
||
objenesis (3.3-2) unstable; urgency=medium | ||
|
||
* Declare compliance with Debian Policy 4.6.2. | ||
* Drop binary package libobjenesis-java-doc. Do not build the javadoc. | ||
(Closes: #1028709) | ||
|
||
-- Markus Koschany <[email protected]> Tue, 17 Jan 2023 14:10:36 +0100 | ||
|
||
objenesis (3.3-1) unstable; urgency=medium | ||
|
||
* New upstream version 3.3. | ||
* Switch to debhelper-compat = 13. | ||
* Declare compliance with Debian Policy 4.6.1. | ||
|
||
-- Markus Koschany <[email protected]> Sat, 06 Aug 2022 13:57:48 +0200 | ||
|
||
objenesis (3.2-1) unstable; urgency=medium | ||
|
||
* New upstream version 3.2. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,15 +4,13 @@ Priority: optional | |
Maintainer: Debian Java Maintainers <[email protected]> | ||
Uploaders: Markus Koschany <[email protected]> | ||
Build-Depends: | ||
debhelper-compat (= 12), | ||
debhelper-compat (= 13), | ||
default-jdk, | ||
default-jdk-doc, | ||
junit4, | ||
libmaven-bundle-plugin-java, | ||
libmaven-enforcer-plugin-java, | ||
libmaven-javadoc-plugin-java, | ||
maven-debian-helper (>= 1.4) | ||
Standards-Version: 4.6.0 | ||
Standards-Version: 4.6.2 | ||
Vcs-Git: https://salsa.debian.org/java-team/objenesis.git | ||
Vcs-Browser: https://salsa.debian.org/java-team/objenesis | ||
Homepage: http://www.objenesis.org/ | ||
|
@@ -21,7 +19,6 @@ Package: libobjenesis-java | |
Architecture: all | ||
Depends: ${maven:Depends}, ${misc:Depends} | ||
Recommends: ${maven:OptionalDepends} | ||
Suggests: libobjenesis-java-doc | ||
Description: Java library to instantiate a new object of a particular class | ||
Objenesis is a small Java library that serves one purpose: to instantiate a | ||
new object of a particular class. | ||
|
@@ -37,25 +34,3 @@ Description: Java library to instantiate a new object of a particular class | |
Objenesis aims to overcomes these restrictions by bypassing the constructor | ||
on object instantiation. | ||
|
||
Package: libobjenesis-java-doc | ||
Architecture: all | ||
Section: doc | ||
Depends: ${maven:DocDepends}, ${misc:Depends} | ||
Recommends: ${maven:DocOptionalDepends} | ||
Suggests: libobjenesis-java | ||
Description: Documentation for Objenesis | ||
Objenesis is a small Java library that serves one purpose: to instantiate a | ||
new object of a particular class. | ||
Java already supports this dynamic instantiation of classes using | ||
Class.newInstance(). However, this only works if the class has an appropriate | ||
constructor. There are many times when a class cannot be instantiated this | ||
way, such as when the class contains: | ||
* Constructors that require arguments. | ||
* Constructors that have side effects. | ||
* Constructors that throw exceptions. | ||
As a result, it is common to see restrictions in libraries stating that | ||
classes must require a default constructor. | ||
Objenesis aims to overcomes these restrictions by bypassing the constructor | ||
on object instantiation. | ||
. | ||
This is the API documentation for Objenesis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,12 @@ Upstream-Contact: Objenesis Team <http://groups.google.com/group/objenesis-dev> | |
Source: https://github.com/easymock/objenesis | ||
|
||
Files: * | ||
Copyright: 2006-2021 Joe Walnes, Henri Tremblay, Leonardo Mesquita | ||
Copyright: 2006-2022 Joe Walnes, Henri Tremblay, Leonardo Mesquita | ||
License: Apache-2.0 | ||
|
||
Files: debian/* | ||
Copyright: 2010, Gabriele Giacone <[email protected]> | ||
2014-2021, Markus Koschany <[email protected]> | ||
2014-2022, Markus Koschany <[email protected]> | ||
License: Apache-2.0 | ||
|
||
License: Apache-2.0 | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
# maven.test.skip=true | ||
|
||
project.build.sourceEncoding=ISO-8859-1 | ||
maven.javadoc.skip=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
exotic/src/main/java/org/objenesis/instantiator/exotic/MagicInstantiator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.