summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/types/Permissions.java
Commit message (Expand)AuthorAgeFilesLines
* Simplify single assignment and avoid redundant if conditions.Arturo Bernal2021-09-261-4/+1
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Revert last 5 commitsGintas Grigelionis2018-11-041-1/+1
* SonarQube: unnecessary parentheses is a major code smellGintas Grigelionis2018-11-041-1/+1
* Use fewer fully qualified class namesGintas Grigelionis2018-05-211-22/+24
* More isEmpty()Gintas Grigelionis2018-04-061-1/+1
* Remove extraneous casts and (un)boxing, tersify logicGintas Grigelionis2018-04-011-5/+3
* java 5-8java8Matt Benson2017-04-131-9/+7
* false positive for class name comparisonStefan Bodewig2016-12-211-1/+1
* whitespaceStefan Bodewig2014-07-121-3/+3
* checkstyleJan Matèrne2014-07-041-33/+36
* Java 1.5, continuedMatthew Jason Benson2012-08-221-20/+16
* checkstylePeter Reilly2007-08-121-1/+1
* checkstyle: remove trailing wsPeter Reilly2007-08-111-1/+1
* whitespace onlyJacobus Martinus Kruithof2007-04-231-1/+1
* pr 41766 permissions for AllPermission not working correctly.Jacobus Martinus Kruithof2007-04-231-3/+25
* copy2license.plStefan Bodewig2006-09-011-5/+6
* Javadoc + very slight code reworkingMatthew Jason Benson2005-05-271-23/+25
* checkstyle: mostly javadocPeter Reilly2005-03-141-3/+6
* Various checkstyle violationsStefan Bodewig2004-11-221-4/+4
* remove authors from filesPeter Reilly2004-03-091-1/+0
* Copyright owner is The Apache Software FoundationAntoine Levy-Lambert2004-02-091-1/+1
* Remove trailing spaces in all java filesAntoine Levy-Lambert2004-02-041-44/+44
* Switch to Apache Software License 2.0Antoine Levy-Lambert2004-02-031-49/+12
* Use again Permissions to catch non zero exit statuses when using the Java taskAntoine Levy-Lambert2003-09-011-13/+55
* Adding a permission to read file.encoding in the default set of permissionsAntoine Levy-Lambert2003-08-291-0/+1
* PR: 22533Antoine Levy-Lambert2003-08-271-0/+324