Commit Graph

2028 Commits

Author SHA1 Message Date
Oliver Burn f8d1a856c4 Updated version number 2005-06-07 10:16:49 +00:00
Oliver Burn 3b28712790 Updated version number 2005-06-07 10:13:01 +00:00
Oliver Burn 94d7b67c30 Fix Checkstyle errors 2005-06-07 09:48:44 +00:00
Michael Studman 32ef311636 Added more enum/@interface javadoc tests. 2005-06-06 19:47:34 +00:00
Michael Studman ce173d0371 Added Javadoc support for enums. 2005-06-05 23:10:21 +00:00
Michael Studman 06c32930c3 Fix for 1185501. 2005-06-05 22:36:21 +00:00
Lars Kühne 6f6e4db399 added bug 1195818 and patch 1214386 to releasenotes 2005-06-05 15:16:16 +00:00
Michael Studman a031901307 Fix for 1185501. 2005-06-05 00:11:26 +00:00
Michael Studman 9e29d2c989 Fix for 1213135. 2005-06-04 21:46:14 +00:00
Michael Studman 685d110152 Integration of patch 1214386 to improve checkstyle performance. 2005-06-04 17:24:54 +00:00
Oleg Sukhodolsky 49d100f325 small refactoring for HiddenFieldCheck 2005-05-31 16:16:29 +00:00
Michael Studman 094ffd52ec Added support for hex float and double constants. 2005-05-29 15:54:13 +00:00
Michael Studman 6a96a553cd Refactored NUM_INT rule to less resemble spaghetti - broke out each major token type into its own separate protected rule. 2005-05-29 14:14:41 +00:00
Oleg Sukhodolsky 53f37c17b3 SuppressionCommentFilter now silently does nothing if there is no FileContentsHolder (bug 1183749) 2005-05-27 18:40:11 +00:00
Oleg Sukhodolsky 829cb74749 fix for 1203536 - corrected calculation of cyclomatic complexity metric 2005-05-26 07:58:23 +00:00
Oliver Burn adc04337ea Fix annoying errors in Eclipse. 2005-05-21 01:46:43 +00:00
Oliver Burn cf27285c85 Fix annoying errors in Eclipse. 2005-05-21 01:37:14 +00:00
Oliver Burn 21d2edeffd Fix annoying errors in Eclipse. 2005-05-21 01:31:04 +00:00
Oliver Burn f0be1ede99 Fix annoying errors in Eclipse. 2005-05-21 01:07:50 +00:00
Oliver Burn 0218e797e0 Just fix up sloppy coding. 2005-05-21 01:07:00 +00:00
Oliver Burn b7ff7f77f8 Simple fix 2005-05-21 01:05:35 +00:00
Michael Studman 9522d45545 Fixed IDENT lexer rule to reflect JLS. 2005-05-20 07:56:48 +00:00
Lars Kühne 94d1f62865 added note about possible invalid configurations after conversion to java.util.regex 2005-05-17 04:58:36 +00:00
Oleg Sukhodolsky 7300857236 Removing dependancy on Jakarta Regexp:
All references to Jakarta Regexp removed from the docs/javadocs.
Removed regexp.jar.

Patch 835901:
Added package lists for antlr and jdk to make rosslink our docs with
antlr and jdk1.4.2 (if you see some problems here feel free to correct).
2005-05-15 05:18:42 +00:00
Oleg Sukhodolsky e27489c772 initial replacing RE by Pattern (need to update docs) 2005-05-11 16:48:11 +00:00
Oleg Sukhodolsky 3d8fc87ef6 fix for 1193855 (Spurious java.lang.NullPointerExceptions during processing) 2005-05-05 12:44:17 +00:00
Oleg Sukhodolsky edd5ba536d One more fix for Indentation check and enums (bug 1193850) 2005-05-04 14:49:12 +00:00
Oleg Sukhodolsky 0c3c817b22 fix for 1194470 (DesignForExtension should ignore enums) 2005-05-04 13:02:48 +00:00
Lars Kühne 29e611bd87 simplified implementation by using JDK 1.4 features 2005-04-30 15:51:34 +00:00
Oliver Burn 0f198d8b89 Update version number 2005-04-30 11:51:48 +00:00
Lars Kühne 0c24666d06 removed initCause() trick for JDK 1.3, with minimum.java.version 1.4 it is no longer required. 2005-04-30 06:52:20 +00:00
Lars Kühne 0546e55c06 documented minimum.java.version 1.4 2005-04-30 06:49:08 +00:00
Oliver Burn 80d82a69d6 Fix unit test failure and prepare for a beta2 release. 2005-04-29 23:10:51 +00:00
Oleg Sukhodolsky 2e5def2dba update information about JetStyle. 2005-04-22 09:49:41 +00:00
Oleg Sukhodolsky 0595eb9096 Some changes to testinputs to make them compilable (all I want/can do
for this :)
Also fixed NPE in usage checks (bug 1165855)
2005-04-22 09:40:37 +00:00
Michael Studman 458086242f Fix for 1109222 including a modification to the AST for FOR_EACH_CLAUSE branches and assorted additional test cases for generics and other Java 5 language features. 2005-04-20 00:23:50 +00:00
Oleg Sukhodolsky 78d8f443dd fix for 1185722 (DeclarationCollector.leaveToken unbalanced with visitToken) 2005-04-19 09:14:30 +00:00
Michael Studman 770e3a12f7 Fixed problem where super.*() invocations with type parameters would be unecessarily flagged. 2005-04-18 20:25:04 +00:00
Oleg Sukhodolsky be3f6d793c Some changes to testinputs to make them compilable (not completed for
now).
Also, I've removed test for SuperFinalize check which tests finalize()
method in enums, since enums can not have this method.
2005-04-18 14:30:16 +00:00
Michael Studman 9a15d83aa7 Added foreach test cases for ExplicitInitializationCheck. 2005-04-17 11:39:30 +00:00
Michael Studman 662354a902 Added generics test cases for ExplicitInitializationCheck. 2005-04-17 11:35:40 +00:00
Michael Studman 8a518cb679 Fixed EqualsHashCodeCheck to ignore generics in determination of check failure. 2005-04-17 11:13:17 +00:00
Oleg Sukhodolsky 7b2966e2a5 fixed gump failure 2005-04-15 10:29:43 +00:00
Michael Studman cdae6db5b8 Added generic covariant test input. 2005-04-15 00:01:13 +00:00
Michael Studman fab025f0d1 Stopped default annotation members being checked for DefaultComeslastCheck. Minor and unrelated change to AST structure for annotation defaults. 2005-04-14 23:59:16 +00:00
Michael Studman 836bb79348 Added enum tests source 2005-04-14 23:35:22 +00:00
Oleg Sukhodolsky 1f15794816 update of release notes 2005-04-14 13:15:14 +00:00
Oleg Sukhodolsky b5c738e6d0 Fix for 1098126 - UnusedImportsCheck does not work properly
we need to collect information about declared fields and variables.
Added some java 1.5 support for RequireThis check, since both
UnusedImport and RequireThis now have common superclass and it's not
very hard :)
Fixed couple testinputs files to make them compilable.
2005-04-14 13:02:44 +00:00
Michael Studman 28c8ed692f no message 2005-04-13 20:00:55 +00:00
Oleg Sukhodolsky 5511faa0c1 Lines shoun't be longer than 80 chars 2005-04-13 08:24:38 +00:00