Questions tagged [jalopy]

12 questions
4
votes
2 answers

IntelliJ disable Jalopy for a specific project

How can I disable Jalopy for a specific project in IntelliJ Idea 14 or 15? It seems that he is not so friend with Java8, but all other projects are in Java7. So, I need to selectively disable Jalopy. Or maybe It would be nice to enable it only for…
mat_boy
  • 12,998
  • 22
  • 72
  • 116
3
votes
3 answers

Is the Open Source Jalopy Eclipse plugin compatible with Ganymede?

After much searching, I found the download for the eclipse version of jalopy. Is this compatible with Eclipse 3.4? It's dated 2006. I've copied the extracted folder to my plugins directory and run eclipse -clean, but I can't find anything matching…
tunaranch
  • 1,584
  • 1
  • 12
  • 17
1
vote
1 answer

Eclipse code formatting: is there a way to add "section lines"

i use jalopy (the free version) to do my code-formatting, but i would like to convert to eclipse. There are two jalopy features, though, i like very much, is it possible to have them in eclipse? First is the ability to create sections like…
Fabian Zeindl
  • 5,860
  • 8
  • 54
  • 78
1
vote
3 answers

Why does Jalopy format my Java code this way?

When I type an entry for an array in java this way, Jalopy (an alternate program to Jindent) switches the square bracket to the other side. Am I typing the wrong way or what? Before formatting: After formatting:
Nick300
  • 15
  • 5
1
vote
0 answers

Is there any Jalopy plugin, that works with Intellij IDEA 2017.2?

I want my IDEA to format code on save. I used Jalopy plugin before, but now it seems, that it doesn't work with IDEA 2017.2. Is there any other plugin or I should just properly config this one?
1
vote
2 answers

Jalopy comments indentation

We use jalopy to format our code to the sun standard (well 99%). I have 1 issue with it. It keeps moving comments to the right of the line. E.g // Panel "JPanel.border", new LazyValue(packageName + "PanelBorder"), //frozen //…
Neil Wightman
  • 1,103
  • 2
  • 9
  • 29
0
votes
3 answers

Jalopy 1.9.4 and Eclipse (Indigo)

I have Jalopy 1.9.4 installed for eclipse (Indigo), jdk 1.5. None of the options under jalopy's 'Java - Code generation' have been selected. This doesn't make any difference to jalopy. It inserts, for example, '@override' for methods and 'final'…
soumya
  • 278
  • 3
  • 8
0
votes
1 answer

ClassFormatError - Surefire?

When I attempt to deploy artifacts, I get a ClassFormatError for my projects that do have tests: [INFO] --- maven-surefire-plugin:2.5:test (default-test) @ ssh-exec --- [INFO] Concurrency config is {threadCount=10, parallel=methods,…
Walter
  • 1,290
  • 2
  • 21
  • 46
0
votes
1 answer

Installing jalopy to RAD eclipse

I use RAD Eclipse as my IDE and I am trying to install jalopy into my IDE. I googled how to install jalopy into eclipse but there was no clear way in how to do it. One site says to install the jalopy-setup-1.9.4_118.jar. however, it doesn't provide…
robben
  • 181
  • 3
  • 13
0
votes
0 answers

Java Jalopy code formatting issue with enum

I am using jalopy1.3 and when ever in a class ENUM is available on that line after applying formatting it gives below error pointer, how to fix this issue ? Multiple markers at this line - unexpected token: Status C:\wa\Task.java:87:17:…
Dev G
  • 1,387
  • 4
  • 26
  • 43
0
votes
2 answers

Jalopy to format return/throw statements

I would like Jalopy to format my return and throw statements such that they look like a method call since they are: return(true); throw(new IllegalArgumentException("You can't do that, what we you thinking?")); I have the rest of the code…
Walter White
0
votes
1 answer

jalopy source code formatter give Unhandled event loop exception when formatting

I have used eclipse Indigo and Juno to set up jalopy according to the jalopy installation guide.My Jalopy version is 1.9.4. I can format the code in Indigo without any problem. But I can't format the code in Juno. In error log view, I can see…
lakshman
  • 2,641
  • 6
  • 37
  • 63