Arne Evertsson

1,074
Reputation
87 views

Registered User

Name Arne Evertsson
Member for 1 year
Seen 11 hours ago
Website
Location Sweden
Age 38
I'm completely operational and all my circuits are functioning perfectly.
Nov
15
comment How do I search and replace structurally in Intellij
Did this answer solve the problem?
Nov
13
revised How to tell why a file deletion fails in Java?
Added tags for jdk version.
Nov
13
revised How to tell why a file deletion fails in Java?
added 8 characters in body
Nov
13
asked How to tell why a file deletion fails in Java?
Nov
13
comment How to clear the IntelliJ project index?
Corresponding path under OS X?
Nov
13
comment What are the most useful Intellij IDEA keyboard shortcuts?
Great one! Suddenly I have a command line interface into IntelliJ!
Nov
13
asked How to clear the IntelliJ project index?
Nov
12
comment How do I make IntelliJ IDEA run all the tests in a package including sub packages
Did you find a solution? I have the same problem. On the package level IntelliJ finds only testcases in classes that extend TestCase. Annotated test methods are not found.
Nov
11
comment Url format for internationalized web app?
I guess it could work technically. But then why wouldn't I add another parameter instead of a weird ending slash and a folder name?
Nov
11
comment Convert from enum ordinal to enum type
What if you change the name of the enum (but keep the ordering)?
Nov
11
comment Url format for internationalized web app?
I wouldn't expect a user to remember them since I would redirect from domain.com to the language specific url.
Nov
11
comment Url format for internationalized web app?
About number 2, wouldn't this be a strange url: .../folder/page?par1=x&par2=y/el. Would it even work?
Nov
11
comment How to compare two Dates without the time portion?
Using Joda is the sound way, but this is elegant!
Nov
11
comment Url format for internationalized web app?
In your last paragraph it seems you prefer alternative number 1?
Nov
6
revised Url format for internationalized web app?
edited body
Nov
6
comment Url format for internationalized web app?
Added an example above.
Nov
6
revised Url format for internationalized web app?
added 43 characters in body
Nov
6
comment Url format for internationalized web app?
My question is supposed to be independent of how the user selects the language, by clicking a link or by changing the browser language.
Nov
5
revised Uploading files using HTML file input on iphone
added 207 characters in body
Nov
5
answered Uploading files using HTML file input on iphone
Nov
5
answered Url format for internationalized web app?
Sep
18
awarded  Yearling
Sep
17
revised How to compare two Dates without the time portion?
edited body
Sep
17
asked How to compare two Dates without the time portion?
Aug
22
asked Url format for internationalized web app?
Aug
22
comment Best way to upload multiple files from a browser
What about resumable uploads? That seems really important for me. Nobody likes to restart an upload that failed after a couple of hours.
Aug
21
comment Getting the actual jsp line number from a stack trace line number?
About JSTL: I'm not a fan of writing code as XML. It breaks the KISS principle.
Aug
21
comment Getting the actual jsp line number from a stack trace line number?
The IDE has all the data to compute the original line number. Perhaps someone could write an IntelliJ plugin that does the job.
Aug
20
revised Getting the actual jsp line number from a stack trace line number?
improved formatting
Aug
20
asked Getting the actual jsp line number from a stack trace line number?
Aug
18
revised How does unit testing improve productivity?
fixed grammar
Aug
17
answered What is the best reason for unit testing?
Aug
17
comment Why didn’t unit testing work out for your project?
This is also interesting but doesn't answer the question.
Aug
17
comment Why didn’t unit testing work out for your project?
Interesting answer, but it is not a short concrete answer about personal experience with unit testing.
Aug
17
answered How does unit testing improve productivity?
Aug
17
answered How does unit testing improve productivity?
Jul
9
asked What happens when there is no matching method for an Objective-C message?
Jun
16
comment Objective-C equivalent of Java packages?
Ok, but does the question have more to do with Cocoa?
Jun
16
asked Objective-C equivalent of Java packages?
Jun
16
awarded  Scholar
Jun
15
awarded  Commentator
Jun
15
comment How much of a transition is programming Java to iPhone apps?
I'm not so sure about the "very thin object wrapper". It sounds like Objective-C is just C and then some extra few features. That isn't the case.
Jun
13
asked Differences between Java interfaces and Objective-C protocols?