-
If you were to add support for defining source using one or more Paths, this would solve my problem. I could then nest ResourceCollections inside a Path under Ant 1.7.
2009-08-11 02:28:40 UTC in CodeNarc
-
The Ant task should accept any ResourceCollection for source, rather than just a single FileSet. This would allow, for example, source from multiple directories to be checked in one go.
2009-08-02 23:03:54 UTC in CodeNarc
-
For example,
import static a.b.SomeClass.*.
2009-07-31 23:05:59 UTC in CodeNarc
-
the UnusedImport rule does not detect an unused import when the fully qualified classname is also referenced in the source.
import a.b.SomeClass
class MyClass extends a.b.SomeClass { }.
2009-07-28 23:31:21 UTC in CodeNarc
-
I am currently adding CodeNarc support to Gradle. I am running into difficulties making the ruleset files visible to the ClassLoader which loads the CodeNarc ant task classes. This is due to some of the internals of Gradle. It would simplify my task if I could specify the ruleset file to the CodeNarc Ant task as a file or url as an alternative to specifying it as a classpath resource.
2009-07-28 20:58:58 UTC in CodeNarc
-
adammurdoch committed patchset 146 of module joodi to the joodi CVS repository, changing 2 files.
2005-01-05 06:31:59 UTC in joodi
-
adammurdoch committed patchset 145 of module joodi to the joodi CVS repository, changing 8 files.
2005-01-05 06:29:43 UTC in joodi
-
adammurdoch committed patchset 144 of module joodi to the joodi CVS repository, changing 5 files.
2005-01-05 04:49:11 UTC in joodi
-
adammurdoch committed patchset 143 of module joodi to the joodi CVS repository, changing 8 files.
2005-01-05 03:25:19 UTC in joodi
-
adammurdoch committed patchset 142 of module joodi to the joodi CVS repository, changing 1 files.
2005-01-05 03:24:18 UTC in joodi