<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/pki/base/java-tools/src/com, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/'/>
<entry>
<title>Removal of unused private methods</title>
<updated>2011-12-21T01:39:09+00:00</updated>
<author>
<name>Adam Young</name>
<email>ayoung@redhat.com</email>
</author>
<published>2011-12-07T16:02:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=1a37d6047e0db50d6809f716fc3035af1cb603fa'/>
<id>1a37d6047e0db50d6809f716fc3035af1cb603fa</id>
<content type='text'>
These methods are uncallable.

There might be some discussion about the private default constructores.  The Rules of Java are different from C++:  If there is any constructor defined, all the other defaults befome uncallable.  Thus,  the private default constructors are not needed.

https://bugzilla.redhat.com/show_bug.cgi?id=728303

Conflicts:

	pki/base/ca/src/com/netscape/ca/CRLIssuingPoint.java
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These methods are uncallable.

There might be some discussion about the private default constructores.  The Rules of Java are different from C++:  If there is any constructor defined, all the other defaults befome uncallable.  Thus,  the private default constructors are not needed.

https://bugzilla.redhat.com/show_bug.cgi?id=728303

Conflicts:

	pki/base/ca/src/com/netscape/ca/CRLIssuingPoint.java
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Formatting"</title>
<updated>2011-12-09T02:15:59+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2011-12-09T02:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=171aaece4f23709d33d180cf36eb3af5e454b0c9'/>
<id>171aaece4f23709d33d180cf36eb3af5e454b0c9</id>
<content type='text'>
This reverts commit 32150d3ee32f8ac27118af7c792794b538c78a2f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 32150d3ee32f8ac27118af7c792794b538c78a2f.
</pre>
</div>
</content>
</entry>
<entry>
<title>Formatting</title>
<updated>2011-12-07T21:58:12+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2011-12-07T21:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=32150d3ee32f8ac27118af7c792794b538c78a2f'/>
<id>32150d3ee32f8ac27118af7c792794b538c78a2f</id>
<content type='text'>
Formatted project according to eclipse project settings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Formatted project according to eclipse project settings
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 759339 - fixes sporadic blank line in DRMTool</title>
<updated>2011-12-02T23:37:13+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2011-12-02T23:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=d325f2de0e5c3c5f4f3d690cc571c11f178d7212'/>
<id>d325f2de0e5c3c5f4f3d690cc571c11f178d7212</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unnecessary block removal</title>
<updated>2011-12-02T15:50:18+00:00</updated>
<author>
<name>Adam Young</name>
<email>ayoung@redhat.com</email>
</author>
<published>2011-11-10T16:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=5a943b74eef222753006c1ee4b575283050c0dbd'/>
<id>5a943b74eef222753006c1ee4b575283050c0dbd</id>
<content type='text'>
    This patch removes all of the unneeded blocks that surrounded code cleaned up  with the dead code removal.

    https://bugzilla.redhat.com/show_bug.cgi?id=728303
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    This patch removes all of the unneeded blocks that surrounded code cleaned up  with the dead code removal.

    https://bugzilla.redhat.com/show_bug.cgi?id=728303
</pre>
</div>
</content>
</entry>
<entry>
<title>Dead code removal</title>
<updated>2011-11-21T18:37:47+00:00</updated>
<author>
<name>admiyo</name>
<email>admiyo@c9f7a03b-bd48-0410-a16d-cbbf54688b0b</email>
</author>
<published>2011-11-21T18:37:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=22bb099f2020e2dc596b1ee5b843165edc7a30d6'/>
<id>22bb099f2020e2dc596b1ee5b843165edc7a30d6</id>
<content type='text'>
This patch removes all of the locations that Eclipse identified as Dead code.
Only the Eclipse automated cleanups were performed,  which means that some of the locations which were in *if* blocks still have the corresponding brackets around them.
These ensure that the original variable semantics weren't changed,  but are safe to remove in the future.

git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2296 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes all of the locations that Eclipse identified as Dead code.
Only the Eclipse automated cleanups were performed,  which means that some of the locations which were in *if* blocks still have the corresponding brackets around them.
These ensure that the original variable semantics weren't changed,  but are safe to remove in the future.

git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2296 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup imports</title>
<updated>2011-11-04T19:48:54+00:00</updated>
<author>
<name>admiyo</name>
<email>admiyo@c9f7a03b-bd48-0410-a16d-cbbf54688b0b</email>
</author>
<published>2011-11-04T19:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=4f97d6f686b00237d06bd34c70f8cad5abbff74d'/>
<id>4f97d6f686b00237d06bd34c70f8cad5abbff74d</id>
<content type='text'>
Automated changes done by Eclipse
Minor tweak to one file where Eclipse was tring to find an import for Any
Due to finding it in an annotated comment.

https://bugzilla.redhat.com/show_bug.cgi?id=728303

git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2292 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automated changes done by Eclipse
Minor tweak to one file where Eclipse was tring to find an import for Any
Due to finding it in an annotated comment.

https://bugzilla.redhat.com/show_bug.cgi?id=728303

git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2292 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bugzilla bug #743770.</title>
<updated>2011-10-08T01:11:02+00:00</updated>
<author>
<name>awnuk</name>
<email>awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b</email>
</author>
<published>2011-10-08T01:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=4650fa9e6dd6aaac67a51c08a58163ebf7b337a6'/>
<id>4650fa9e6dd6aaac67a51c08a58163ebf7b337a6</id>
<content type='text'>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2260 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2260 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bugzilla bug #743770.</title>
<updated>2011-10-07T23:59:03+00:00</updated>
<author>
<name>awnuk</name>
<email>awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b</email>
</author>
<published>2011-10-07T23:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=b9080254e55c7bc7b06a38ad1ebd2570ff50c697'/>
<id>b9080254e55c7bc7b06a38ad1ebd2570ff50c697</id>
<content type='text'>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2258 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2258 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugzilla Bug #724861 - DRMTool: fix duplicate "dn:" records</title>
<updated>2011-08-04T00:54:07+00:00</updated>
<author>
<name>mharmsen</name>
<email>mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b</email>
</author>
<published>2011-08-04T00:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/vakwetu/public_git/pki.git/commit/?id=dc6295bfd6153f23bc2ad96b1ca07e695f9faade'/>
<id>dc6295bfd6153f23bc2ad96b1ca07e695f9faade</id>
<content type='text'>
by renumbering "cn=&lt;value&gt;"


git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2100 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by renumbering "cn=&lt;value&gt;"


git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2100 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
</pre>
</div>
</content>
</entry>
</feed>
