Opened 6 years ago
Last modified 6 years ago
#17047 assigned task
Document how to use the checkstyle plugin provided by JOSM in Eclipse
Reported by: | GerdP | Owned by: | Don-vip |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | eclipse checkstyle | Cc: |
Attachments (0)
Change History (5)
comment:1 by , 6 years ago
Keywords: | eclipse checkstyle added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Summary: | How do I use the checkstyle plugin provided by JOSM in Eclipse? → Document how to use the checkstyle plugin provided by JOSM in Eclipse |
comment:2 by , 6 years ago
I just noticed that you fixed some of "my" formatting warnings. Maybe you can give me a short hint where I might find a solution?
comment:3 by , 6 years ago
The warnings I fixed recently were related to:
- we use only spaces characters, no tabs
Yes, but isn't this covered by a working checkstyle plugin?
- the shortcuts are parsed by a script to generate DevelopersGuide/ShortcutsList and thus must remain on a single line
Ah, then I probably should revert the use of constant TITLE? It seems to cause a parsing error.
comment:4 by , 6 years ago
Oops, seems I changed your reply instead of quoting it. Sorry for that.
I looked at DevelopersGuide/ShortcutsList and it still shows a parsing error. I also found several sources where the registerShortcut statement spans multiple lines and the list shows them.
BTW: I did not find the script in the svn repo.
comment:5 by , 6 years ago
Hmm, again and again I find that my Eclipse Editor adds Tabs instead of blanks when I change plugin sources. Since nobody seems to know how to make the customized checkstyle plugin work in Eclipse maybe someone can tells me how I can configure the Editor correctly for all plugins?
I have another project which prefers tabs and that really messes up my work flow.
Thanks for the reminder. I need to document this and without a ticket, I forgot :)