Oliver Burn
ea01eaaa85
Just tweaked the style a bit to be consistent with else where. I kept the
...
braces on a new line though. ;-)
2002-02-06 21:55:08 +00:00
Oliver Burn
6df3e84393
Changed a comment to C++ style
2002-02-06 05:49:22 +00:00
Oliver Burn
d7bc542ef7
fixed copy & paste error
2002-02-06 05:45:48 +00:00
Oliver Burn
6350e4c223
Updated version to 2.1 - as building for Conor who wants the requirePackageHtml
...
option.
2002-02-06 05:39:38 +00:00
Oliver Burn
9be48298c3
Fixed checkstyle errors
2002-02-06 05:37:26 +00:00
Oliver Burn
d5efededc6
Fixed for version 2.1
2002-02-06 05:34:42 +00:00
Oliver Burn
2ceae1b3c4
Small cleanup
2002-02-06 05:33:59 +00:00
Lars Kühne
46667e3599
Added tests for allowProtected (old feature without tests), allowPackage, requirePackageHtml, methodPattern, localVarPattern
2002-02-05 20:40:50 +00:00
Lars Kühne
aeacc039ed
Added documentation for new parameters
...
requirePackageHtml, methodPattern, localVarPattern, allowPackage
2002-02-05 20:34:21 +00:00
Lars Kühne
c617457933
Implementation for RFEs 466756, 500378, 504964, 510441
...
Details:
466756 - Check for package.html:
- new parameter requirePackageHtml, default is false
500378 - Check names of methods + local variables
- new parameters methodPattern and localVarPattern,
default is ^[a-z][a-zA-Z0-9]*$
504964 - no default access
510441 - allowprotect should incl. packageprivate (requests the same feature)
- new parameter allowPackage, default is false
Sorry that I did not split this into separate patches, I had this in
my local tree as is and it would require too much work to split it. I
think the changes are easy enough to review three feature
implementations in one go.
2002-02-05 20:22:02 +00:00
Oliver Burn
9acdd1b97e
opps - forgot to include lib.
2002-02-05 02:50:19 +00:00
Oliver Burn
b779f3c1da
Updated to the LGPL and version 2.0.
2002-02-04 12:44:04 +00:00
Oliver Burn
a98340a539
Removed trailing whitespace - do not ask why? ;-)
2002-02-04 12:40:53 +00:00
Lars Kühne
2aa584f3ad
renamed tests.failed to check.tests.failed to avoid "tests.failed" during build
...
when actually the tests have been succesful
adapted have.xalan so that it works with the xalan version
included in jdk 1.4 (no Version class there)
2002-02-02 13:24:30 +00:00
Oliver Burn
b66b7a0662
Added check for Xalan in the classpath. The Xalan.jar file is rather large,
...
so decided against putting it into the lib/ directory.
2002-02-01 04:15:43 +00:00
Oliver Burn
37aa8fad69
Added a check to ensure JUnit is in the classpath before running the tests.
2002-02-01 03:58:00 +00:00
Oliver Burn
12e8532fb9
Made reference to lib/junit.jar
2002-02-01 03:33:42 +00:00
Oliver Burn
cb5d9e659e
Release 3.7
2002-02-01 03:32:27 +00:00
Oliver Burn
448680ed26
Now uses the JARs in the lib directory.
2002-02-01 03:09:25 +00:00
Oliver Burn
0ba8ef9e87
JARs required to build & run Checkstyle. I remembered the -kb option. ;-)
2002-02-01 03:06:51 +00:00
Oliver Burn
8f5eb02840
Changed so you no longer need to have ANTLR in your classpath when running ANT.
...
This cleans up the really ugly hack of using the reverseloader + makes it easier
to make build "out-of-the-box".
2002-02-01 02:48:29 +00:00
Oliver Burn
a5abed5101
Changed direct reference to getProject()
2002-01-28 22:15:08 +00:00
Lars Kühne
8e6328559e
fix bug #508010 , documentation and code are inconsistent
2002-01-24 18:34:47 +00:00
Oliver Burn
82ed05b01a
Fixed HTML errors reported by Tidy.
2002-01-24 04:10:58 +00:00
Oliver Burn
01f4ac16ed
Fixed the home page to be sourceforge
2002-01-24 02:44:29 +00:00
Oliver Burn
6158ee25ca
Improved copying the files in distributions.
2002-01-24 01:59:14 +00:00
Oliver Burn
673e98d6eb
Added the SourceForge logo as required
2002-01-23 13:02:37 +00:00
Oliver Burn
c3c6175fc5
Refactored the technique to avoid classes being included in Javadoc. Now
...
renames files not be included in Javadoc.
2002-01-23 12:45:37 +00:00
Oliver Burn
2b6c9c654a
Added warning not to use this class outside of this package.
2002-01-23 12:42:01 +00:00
Oliver Burn
15c7162ea4
Refactored Checker to not take a PrintStream. All errors are not logged to
...
standard output.
2002-01-23 12:28:49 +00:00
Lars Kühne
5a527aba40
be smart about CVS files when cleaning up docs/api
2002-01-22 06:08:03 +00:00
Oliver Burn
9dd92fc237
cleaned up after a review by a colleague.
2002-01-22 05:39:28 +00:00
Lars Kühne
0e7bf93131
include javadoc in bindist, no javadoc for Generated classes
2002-01-22 05:27:50 +00:00
Lars Kühne
45120a140e
must be public, used as param in public method of Configuration
2002-01-22 05:23:25 +00:00
Oliver Burn
130a7d0932
improved comments about output format
2002-01-22 01:48:05 +00:00
Oliver Burn
604162085b
improved comments about output format
2002-01-22 01:22:43 +00:00
Oliver Burn
7d5276b6a2
added support for generating Javadoc
2002-01-22 01:05:56 +00:00
Oliver Burn
f755213c9e
tightened the scope
2002-01-22 01:05:22 +00:00
Oliver Burn
f5e1312191
ignore files
2002-01-21 23:45:23 +00:00
Lars Kühne
3cb5c532cf
use consistent style in all documentation files
2002-01-21 18:51:25 +00:00
Oliver Burn
d0dd35e29d
added comments on formatter (draft)
2002-01-21 12:46:46 +00:00
Oliver Burn
1a8665ffc1
started to add docs on the formatter
2002-01-21 12:35:37 +00:00
Oliver Burn
f1aa8a33bc
Final comments about output
2002-01-21 12:08:30 +00:00
Oliver Burn
d4e7792f24
Made public so can be used outside the package
2002-01-21 11:54:27 +00:00
Oliver Burn
acb0b4e16a
started on documenting the formatters - not finished yet.
2002-01-21 06:33:43 +00:00
Oliver Burn
b7fd0ec6c7
fixed the corrupt binary
2002-01-21 06:28:23 +00:00
Oliver Burn
d137c3a72e
grammar correction
2002-01-21 04:12:23 +00:00
Oliver Burn
16a2469de9
fixed the link errors
2002-01-21 04:12:00 +00:00
Oliver Burn
e4d4d72440
renamed to index.html
2002-01-21 03:45:54 +00:00
Oliver Burn
359500ded0
Converted to be the home page
2002-01-21 03:44:45 +00:00