Posted
about 12 years
ago
by
Lars Koedderitzsch
Dear Checkstyle community,
the eclipse-cs project is relieved to announce the release of the Eclipse Checkstyle Plugin 5.0.0 final.
After several months in beta no new bugs have been filed since beta4, so this version is assumed to be
... [More]
sufficiently stable.
The software can be grabbed from the eclipse-cs update site: http://eclipse-cs.sf.net/update/
A packaged update site zip can be downloaded here: https://sourceforge.net/project/showfiles.php?group_id=80344&package_id=107587
Please refer to the installation instructions:
http://eclipse-cs.sourceforge.net/downloads.html
Please note that this version involved a great deal of refactoring, among other changes all classes have been relocated to different java packages.
This means that your project configuration in Eclipse will have to be adapted.
Luckily, this release contains an optional migration plugin which automates that task.
The migration plugin does not, however, migrate your Checkstyle configuration files to be compatible to Checkstyle 5.0, that will require some manual work.
Please read here about changes in Checkstyle 5.0:
http://checkstyle.sourceforge.net/releasenotes.html
What else is to note about this release:
- Integrates Checkstyle 5.0 (yawn, Captain Obvious)
- Working with Eclipse 3.2.x-3.5.x (support for Eclipse 3.0/3.1 dropped, please check out older plugin versions)
- Support for Checkstyle 5.0 custom messages (see here: http://checkstyle.sourceforge.net/config.html#Custom%20messages )
- Experimental, optional m2eclipse->eclipse-cs synchronisation, allowing the eclipse-cs plugin project configuration to be automatically derived from the Maven Checkstyle settings in the project POM (Thanks to Nicolas De Loof)
- Changed how custom Checkstyle extensions are to be integrated with eclipse-cs. Existing extension fragments for 4.4.x plugin version need to be adapted (http://eclipse-cs.sourceforge.net/extending.html)
- Dropped german and french translations until a clean and workable solution for providing language packs is worked out
Please read here for further details:
http://eclipse-cs.sourceforge.net/releasenotes/5.0.0final/release_notes.html
Thanks to the Checkstyle team for their continued great work.
Best regards,
Lars Ködderitzsch [Less]
|
Posted
about 12 years
ago
by
Lars Koedderitzsch
The eclipse-cs team released the Eclipse Checkstyle Plug-in 4.4.1 today.
This release fixes some issues with the 4.4.0 release, especially a compatibility issue that prevented the plugin from working with a Java 1.4 VM.
See the release notes
... [More]
here:
http://eclipse-cs.sourceforge.net/releasenotes/4.4.1/release_notes.html
Sadly the "logo wanted" query from last release resulted in exactly zero responses, so you will have to live with my MS-Paint results for the time being. [Less]
|
Posted
about 12 years
ago
by
Lars Koedderitzsch
Dear Checkstyle community,
in the wake of the recent release of Checkstyle 5.1 the eclipse-cs project has released the Eclipse Checkstyle Plugin 5.1.0, which includes the latest Checkstyle drop.
Check out
... [More]
http://eclipse-cs.sourceforge.net/releasenotes/5.1.0/release_notes.html for more info.
As usual the latest version can be grabbed from the update site at: http://eclipse-cs.sf.net/update
Best regards,
Lars Ködderitzsch [Less]
|
Posted
about 12 years
ago
by
Lars Koedderitzsch
The eclipse-cs team released the Eclipse Checkstyle Plug-in 4.3.2 today.
See the release notes here:
http://eclipse-cs.sourceforge.net/releasenotes/4.3.2/release_notes.html
Regards,
Lars Ködderitzsch
|
Posted
about 12 years
ago
by
Lars Koedderitzsch
The eclipse-cs team released the Eclipse Checkstyle Plug-in 4.3.3 today.
See the release notes here:
http://eclipse-cs.sourceforge.net/releasenotes/4.3.3/release_notes.html
Regards,
Lars Ködderitzsch
|
Posted
about 12 years
ago
by
Lars Koedderitzsch
The eclipse-cs team released the Eclipse Checkstyle Plug-in 4.4.0 today.
This version revs up the Checkstyle engine to the recently released
Checkstyle 4.4.
See the release notes here:
... [More]
http://eclipse-cs.sourceforge.net/releasenotes/4.4.0/release_notes.html
On a second note the eclipse-cs project is looking for a new logo.
Since we (the project members) are pretty much unskilled graphicwise we
would like to ask the Checkstyle community to help out.
So if you yourself have the skills and a bright logo idea, or know
someone who has, we would be very happy for your contributions.
All participants and of course the winner (chosen by the eclipse-cs
team) will receive honorable mention on a site dedicated to this little
contest.
Please send your contributions to this mailing list, at best in form of
a link to the logo graphic(s):
[email protected] [Less]
|
Posted
about 12 years
ago
by
Lars Koedderitzsch
The eclipse-cs team released the Eclipse Checkstyle Plug-in 4.4.1 today.
This release fixes some issues with the 4.4.0 release, especially a compatibility issue that prevented the plugin from working with a Java 1.4 VM.
See the release notes here:
... [More]
http://eclipse-cs.sourceforge.net/releasenotes/4.4.1/release_notes.html
Sadly the "logo wanted" query from last release resulted in exactly zero responses, so you will have to live with my MS-Paint results for the time being. [Less]
|
Posted
about 12 years
ago
by
Lars Koedderitzsch
Dear Checkstyle community,
the eclipse-cs project is relieved to announce the release of the Eclipse Checkstyle Plugin 5.0.0 final.
After several months in beta no new bugs have been filed since beta4, so this version is assumed to be sufficiently
... [More]
stable.
The software can be grabbed from the eclipse-cs update site: http://eclipse-cs.sf.net/update/
A packaged update site zip can be downloaded here: https://sourceforge.net/project/showfiles.php?group_id=80344&package_id=107587
Please refer to the installation instructions:
http://eclipse-cs.sourceforge.net/downloads.html
Please note that this version involved a great deal of refactoring, among other changes all classes have been relocated to different java packages.
This means that your project configuration in Eclipse will have to be adapted.
Luckily, this release contains an optional migration plugin which automates that task.
The migration plugin does not, however, migrate your Checkstyle configuration files to be compatible to Checkstyle 5.0, that will require some manual work.
Please read here about changes in Checkstyle 5.0:
http://checkstyle.sourceforge.net/releasenotes.html
What else is to note about this release:
- Integrates Checkstyle 5.0 (yawn, Captain Obvious)
- Working with Eclipse 3.2.x-3.5.x (support for Eclipse 3.0/3.1 dropped, please check out older plugin versions)
- Support for Checkstyle 5.0 custom messages (see here: http://checkstyle.sourceforge.net/config.html#Custom%20messages )
- Experimental, optional m2eclipse->eclipse-cs synchronisation, allowing the eclipse-cs plugin project configuration to be automatically derived from the Maven Checkstyle settings in the project POM (Thanks to Nicolas De Loof)
- Changed how custom Checkstyle extensions are to be integrated with eclipse-cs. Existing extension fragments for 4.4.x plugin version need to be adapted (http://eclipse-cs.sourceforge.net/extending.html)
- Dropped german and french translations until a clean and workable solution for providing language packs is worked out
Please read here for further details:
http://eclipse-cs.sourceforge.net/releasenotes/5.0.0final/release_notes.html
Thanks to the Checkstyle team for their continued great work.
Best regards,
Lars Ködderitzsch [Less]
|
Posted
about 12 years
ago
by
Lars Koedderitzsch
Dear Checkstyle community,
in the wake of the recent release of Checkstyle 5.1 the eclipse-cs project has released the Eclipse Checkstyle Plugin 5.1.0, which includes the latest Checkstyle drop.
Check out
... [More]
http://eclipse-cs.sourceforge.net/releasenotes/5.1.0/release_notes.html for more info.
As usual the latest version can be grabbed from the update site at: http://eclipse-cs.sf.net/update
Best regards,
Lars Ködderitzsch
[Less]
|
Posted
about 12 years
ago
by
Lars Koedderitzsch
The eclipse-cs team released the Eclipse Checkstyle Plug-in 4.4.0 today.
This version revs up the Checkstyle engine to the recently released
Checkstyle 4.4.
See the release notes here:
... [More]
http://eclipse-cs.sourceforge.net/releasenotes/4.4.0/release_notes.html
On a second note the eclipse-cs project is looking for a new logo.
Since we (the project members) are pretty much unskilled graphicwise we
would like to ask the Checkstyle community to help out.
So if you yourself have the skills and a bright logo idea, or know
someone who has, we would be very happy for your contributions.
All participants and of course the winner (chosen by the eclipse-cs
team) will receive honorable mention on a site dedicated to this little
contest.
Please send your contributions to this mailing list, at best in form of
a link to the logo graphic(s):
[email protected] [Less]
|