Bug 50279 - Tab police
Summary: Tab police
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Unknown Taglib (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-16 08:28 UTC by Sebb
Modified: 2010-11-20 14:49 UTC (History)
0 users



Attachments
Fix tabs in examples code (13.94 KB, patch)
2010-11-16 08:28 UTC, Sebb
Details | Diff
IDEA reformat of impl module (750.23 KB, patch)
2010-11-17 02:05 UTC, Jeremy Boynes
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2010-11-16 08:28:12 UTC
Created attachment 26301 [details]
Fix tabs in examples code

There are oodles of tabs in the Taglibs code.

Tabs seem to be set at 8 spaces, at least in the examples section.

I can provide patches for the other code if required.
Comment 1 Jeremy Boynes 2010-11-17 02:05:43 UTC
Created attachment 26304 [details]
IDEA reformat of impl module

Results of reformatting impl using IDEA

Added Tomcat CheckStyle rules (which now report no violations)
Comment 2 Jeremy Boynes 2010-11-20 14:49:25 UTC
All standard modules reformatted to remove tabs.
Common checkstyle rule added for all modules