Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Keith Lea
Follow
New posts
New posts and comments
Total activity
859
Last activity
January 17, 2016 23:30
Member since
June 03, 2003 18:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
335
Activity overview
Posts (84)
Comments (440)
Sort by votes
Recent activity
Votes
Created
June 04, 2003 01:48
I have to ask, since I have been looking into AspectJ myself, how have you guys been doing AOP-type stuff more elegantly and modularly?
Community
IntelliJ IDEA EAP Users
AspectJ vs Jboss AOP?
0 votes
Created
June 04, 2003 19:06
That's interesting. It could be taken either way and still be valid English. Now I'm just confused...
Community
IntelliJ IDEA EAP Users
AspectJ vs Jboss AOP?
0 votes
Created
June 03, 2003 18:39
On a similar note, I filed a request (http://www.intellij.net/tracker/idea/viewSCR?publicId=12838) to integrate the code inspection features of FindBugs (http://www.cs.umd.edu/~pugh/java/bugs/). Fi...
Community
IntelliJ IDEA EAP Users
Juliet Code analysis features in IDEA
0 votes
Created
June 10, 2003 02:52
This happened to me. Simply remove gjc-rt.jar from your jdk classpath.
Community
IntelliJ IDEA EAP Users
OutOfMemoryError
0 votes
Created
June 14, 2003 19:17
From http://java.sun.com/j2se/1.4.1/changes.html:--In addition, the null check is done for instance constants. For example, in the expressionx.ywhere y is an instance constant member of x, we now c...
Community
IntelliJ IDEA EAP Users
slightly OT: "Static member accessed via instance reference"
0 votes
Created
June 14, 2003 19:19
I'm stupid. That's not for static members. However, it does say:--Previous versions of javac used to discard the left-hand-side of a qualification expression when the right-hand-side is a constant ...
Community
IntelliJ IDEA EAP Users
slightly OT: "Static member accessed via instance reference"
0 votes
Created
June 17, 2003 07:50
My understanding is that it's to avoid a null pointer exception, but I think if you're using the string at all you should be totally aware of whether it's null or not, and so getting a nullpointere...
Community
IntelliJ IDEA EAP Users
An Immodest Proposal
0 votes
Created
July 10, 2003 01:11
Normally, IDEA comes with its own JRE. Try downloading the latest JRE pack from the EAP site.
Community
IntelliJ IDEA EAP Users
IDEA not recognising newer version of JDK in Linux
0 votes
Created
July 22, 2003 18:46
This reminds me of something I've been meaning to ask: what is the local VCS for? I use CVS, and I understand the importance of having a remote VCS for projects, but what good does a local one do? ...
Community
IntelliJ IDEA EAP Users
Local VCS
0 votes
Created
July 26, 2003 19:06
2. In the previous scenario I have comment on themethod: /** > * @return Object[] > */ > ]]> I change method signature to return Collection. TheComment should be changed too. This is not valid us...
Community
IntelliJ IDEA EAP Users
Small touches based on 873
0 votes
1
2
3
4
5
6
›
»