aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit/.settings/org.eclipse.core.resources.prefs
Commit message (Collapse)AuthorAgeFilesLines
* Harmonize the JDT settings within JGitRobin Rosenberg2012-11-161-3/+0
| | | | | | | | | | | Note the the settings are slightly less restrictive for test bundles. -Also cleanup a couple of malformed javadocs -Update compiler warnings/errors to include default values from Juno -We now flag diagnosed null dereference as error. We didn't do that earlier because of some false positives. Change-Id: I58386d63164e65d3d8d1998da3390d99bdc7381a Signed-off-by: Chris Aniszczyk <zx@twitter.com>
* Create JUnit test utilities for JGit derived sourcesShawn O. Pearce2009-11-021-0/+6
The LocalDiskRepositoryTestCase class is derived from the current RepositoryTestCase code and is meant for application (or our own) tests to subclass and access temporary repositories on the local client disk. Change-Id: Idff096cea40a7b2b56a90fb5de179ba61ea3a0eb Signed-off-by: Shawn O. Pearce <spearce@spearce.org>