Commit Graph

1075 Commits

Author SHA1 Message Date
Lars Kühne ee2e1a5cb3 moved property expansion from api package to private method of ConfigurationLoader (bug #670594)
also added property expansion of ANT properties
2003-01-28 19:56:24 +00:00
Lars Kühne 9d11d6a0b0 incorporated grammar patch contributed by Peter Dobratz 2003-01-28 19:32:37 +00:00
Lars Kühne a16368d3f8 close the InputStream for property file loading explicitly
instead of relying on the stream's finalize method
2003-01-21 06:23:45 +00:00
Lars Kühne a7d9874074 set locale for tests to english instead of the default locale
to get the tests running no matter what the default locale of
the system is.
2003-01-21 05:48:21 +00:00
Lars Kühne d31d4220cc changed the logic for LCURLY/RCURLY a bit
fixes the problems reported on devel mailing list
2003-01-19 13:02:30 +00:00
Lars Kühne 5e8476f01d fixed javadoc warning 2003-01-19 10:35:22 +00:00
Lars Kühne 4b2f2e628d changed RedundantModifierCheck to allow token configuration and to simplify implementation 2003-01-19 08:01:13 +00:00
Lars Kühne 27cb13ca3d added resolved bug #670321 2003-01-18 17:22:09 +00:00
Lars Kühne a8c32f4d0f fixed NPE when formatter type is not set 2003-01-18 17:13:37 +00:00
Lars Kühne eb9b205bfd added license info for new dependencies
updated feedback addresses
2003-01-18 07:27:08 +00:00
Lars Kühne ca43a9d7a0 added support for french error messages, contributed by Pierre Dittgen 2003-01-14 05:44:11 +00:00
Lars Kühne 3c25d5f83f added support for french error messages, contributed by Pierre Dittgen 2003-01-14 05:39:08 +00:00
Lars Kühne 67da95c8a3 added item for fi localazation 2003-01-13 05:49:39 +00:00
Oliver Burn 97059059c3 From ville.skytta at iki.fi 2003-01-12 22:09:02 +00:00
Rick Giles 6dfee04a58 Modified to use more efficient TreeSet instead of ArrayList. 2003-01-12 15:00:14 +00:00
Rick Giles 96d6745a12 Updated for changes to messages. 2003-01-12 14:41:35 +00:00
Lars Kühne 8809d19699 added item for pt localization 2003-01-12 08:50:23 +00:00
Lars Kühne 48bb1e0506 added portuguese translations, contributed by Pedro Morais 2003-01-12 08:37:59 +00:00
Lars Kühne 4879a16d39 small doc fixes 2003-01-12 08:36:46 +00:00
Lars Kühne 6f581fe28d removed old LeftCurly checks 2003-01-12 08:25:37 +00:00
Lars Kühne 0f300e9248 added portuguese translations, contributed by Pedro Morais 2003-01-12 08:18:11 +00:00
Lars Kühne 6b7aacd3d0 fixed line length problem 2003-01-12 07:55:41 +00:00
Lars Kühne cbd05e7bdd undo previous change, ModuleFactory is part of the public API of Checker
This lets IDE plugins write their own Factory - Argh, I wrote that myself..
2003-01-12 07:54:26 +00:00
Lars Kühne fc75ad9c26 tighten the API so it is designed with inheritance in mind
In most places this means preventing inheritance.
2003-01-12 07:50:59 +00:00
Lars Kühne 38da809e39 fixed typo 2003-01-12 07:03:47 +00:00
Lars Kühne 95b96de7c7 changed all messages to declarative style
based on feedback from Pedro Morais
2003-01-12 07:01:14 +00:00
Lars Kühne cf8644cf54 fixed typo reported by Pedro Morais 2003-01-12 06:47:53 +00:00
Rick Giles 6a567c03a8 Removed lines of commented-out code. 2003-01-11 20:40:14 +00:00
Rick Giles 4a4254b285 Release note for check of space at an empty for interator. 2003-01-11 20:37:19 +00:00
Rick Giles 916417fc62 Check for policy of space at an empty for interator.
Addresses requests 565666, 583725.
ParenPad and WhitespaceAfter no longer check an empty for iterator.
Not doing so, and using check EmptyForIterator, is less complex than
providing properties for ParenPad and WhitespaceAfter.
2003-01-11 20:17:02 +00:00
Lars Kühne 081f9e7f7f readded TokenType.EOF, it is required in gui 2003-01-11 13:09:04 +00:00
Lars Kühne 46910b2061 Implement RFE 521323, detect whitespace before ';' 2003-01-11 08:08:28 +00:00
Lars Kühne 151fd548d2 close cachefile streams, fixes bug #655016 2003-01-11 07:42:20 +00:00
Lars Kühne 960d7d03b0 close cachefile streams, fixes bug #665016 2003-01-11 07:39:48 +00:00
Lars Kühne 1eda2807c8 avoid space before option name 2003-01-11 07:34:02 +00:00
Lars Kühne 37a3b814ea Removed TokenTypes that never occur in a tree.
Prevents mistakes like registering a Check to EOL
to analyse the end of a file.
2003-01-11 06:49:12 +00:00
Oliver Burn 82470fc576 minor fixes 2003-01-10 06:52:11 +00:00
Oliver Burn 66ddfb7a2d make a beta release number 2003-01-10 06:33:17 +00:00
Lars Kühne 4046ecbdee added Rick's bugfix for 579190 2003-01-09 18:46:58 +00:00
Rick Giles 65440ae208 Fixed Bug 579190, "expected return tag when one is there". 2003-01-09 11:44:15 +00:00
Oliver Burn 7ea49bf36d Removed unneeded constructor 2003-01-09 04:12:49 +00:00
Lars Kühne 4aee8a2213 added fixed bug to 3.0 list 2003-01-08 07:23:47 +00:00
Lars Kühne 36c2e45d44 added XML parser as a requirement - easy to forget when you're running JDK 1.4 2003-01-07 19:35:46 +00:00
Lars Kühne bba4671829 added rfe ids 2003-01-07 19:34:23 +00:00
Lars Kühne 9074e6953f removed context hashmaps 2003-01-07 08:15:27 +00:00
Lars Kühne 59af65d194 fixed checkstyle errors
IDEAs code generation did not know about our requirements...
2003-01-03 11:43:01 +00:00
Lars Kühne feda6ebbfb made Defn a class, following the advice of Bloch 2003-01-03 10:49:41 +00:00
Lars Kühne 5dfe0406c2 removed meaningless javadoc 2003-01-03 10:44:52 +00:00
Lars Kühne c67842e015 prevent duplicate messages 2003-01-01 15:53:35 +00:00
Lars Kühne bf31a252e3 ensure that equals() is consistent with compareTo()
as advised in the documentation of compareTo()
2003-01-01 15:45:10 +00:00