chenlibing
- Total activity 407
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 173
-
Created autoboxing and auto-unboxing error with '||' operation in Jdk 1.5
The fllowing is my code snippet:Compile is ok,but the editor give me error. I found that '||' cann't accept object type? only primitive type. Is this a bug? -
Created Add category for file template
I have written a lot of file template,and now it is very difficult to manage these file template. I want to create category for these template,such as ejb,struts etc,thus creation from template wil... -
Created A bug in operation with VSS in IDEA 4.5.1
When I add a new file to VSS,and I don't choose "check out immediately",but the IDEA doesn't make the file read only,and the file is writable. :( -
Created Develop J2ME App in IntelliJ --enable debug
One question about developing J2ME in IntelliJ is that we cann't debug app. I have write an article about integrating Antenna with Ant to develop J2ME app in IntelliJ. The following is my steps.1 d... -
Created Debug jsp in IntelliJ 4.5?
Jsp debug does not work in 4.5,why? Breakpoints is not effective,but these points are ok in 4.0. :( -
Created jdk 1.5 syntax error : new loop syntax
When I edit demo file with new loop's syntax,and Marker Bar appears error. I like this loop's writting! tempList=new ArrayList(); tempList.add("one"); tempList.add("two"); ... -
Created ejb moudle error and suggestion
The j2ee design is very cool! :)I put ejb-jar.xml the the output path,just as classes/META-INF/ejb-jar.xml,but the module compile has the error: duplicate entry: META-INF/ejb-jar.xmlSuggestion :)co... -
-
Created a pet just for party celebrating 1000 build
my gift for celebrationg 1000 buildAttachment(s):10648083412003915230409962.gif -
Created request for maven support
Ant support is excellent,but now maven is growing fast!I want IntelliJ to integrate with maven! :)