|
|
| Deleted: |
< < |
Current Bugs
- Two press keybindings not working. (Confirmed in build #634)
- In the windows look and feel the list boxes display with a dark blue background and black foreground. This is not very readable. It forground of selected item should be white. (Confirmed in build #634)
- Join lines sometimes doesn't trim the spaces. This happends when joining statements such as a ternary condition (Confirmed in build #634)
- Typing openning parenthesis is ignored when code completition is active. (Confirmed in #634)
- When using code completion in XML if you type something that doesn't match anything in the list then press > then the > is lost.
Recently Fixed
- Been having a null pointer exception for a while and just figured out how to reproduce it. Set your code completion popup time to 0 (or a fairly small value). Then start typing something like System.out.println() without pausing after the dot. Typing quickly usually produces an error.
Feature Requests
- Generate toString()
- Allow flattern packages view in commander. This would make navigation in commander much faster.
- I really wish the compile pane would not popup unless there is something to report. Some other indicator that a compile is happening would be preferable.
- The lightbulb is a very powerful feature that could be extended in many ways:
- Add missing parameter.
- Cast value
- Add return variable for calls returning expressions.
- Remove unused parameter.
- Create method could be extended to detect setters, getters and automatically create fields (or attach to existing fields)
- Add to method to interface.
|
|
|
| Changed: |
< < |
- Two press keybindings not working. (Confirmed in build #633)
- In the windows look and feel the list boxes display with a dark blue background and black foreground. This is not very readable. It forground of selected item should be white. (Confirmed in build #633)
- Join lines sometimes doesn't trim the spaces. This happends when joining statements such as a ternary condition (Confirmed in build #633)
- Typing openning parenthesis is ignored when code completition is active. (Confirmed in #633)
- Been having a null pointer exception for a while and just figured out how to reproduce it. Set your code completion popup time to 0 (or a fairly small value). Then start typing something like System.out.println() without pausing after the dot. Typing quickly usually produces the following error:
[1704882] ERROR - com.intellij.command.a.b -
[1704892] ERROR - com.intellij.command.a.b - IntelliJ IDEA (Ariadna) 3.0 Build #633
[1704892] ERROR - com.intellij.command.a.b - JDK: 1.4.0_01
[1704892] ERROR - com.intellij.command.a.b - VM: Java HotSpot(TM) Client VM
[1704892] ERROR - com.intellij.command.a.b - Vendor: Sun Microsystems Inc.
[1704892] ERROR - com.intellij.command.a.b - OS: Windows NT
[1704902] ERROR - com.intellij.command.a.b -
java.lang.NullPointerException
at com.intellij.psi.a.b.ca.c(ca.java:34)
at com.intellij.psi.a.b.cq.b(cq.java:8)
at com.intellij.codeInsight.n.b.a(b.java:88)
at com.intellij.codeInsight.n.b.a(b.java:103)
at com.intellij.codeInsight.a.t.compare(t.java:20)
at com.intellij.codeInsight.f.a.x.b(x.java:53)
at com.intellij.codeInsight.f.a.x.n(x.java:119)
at com.intellij.codeInsight.f.a.l.a(l.java:10)
at com.intellij.execution.g.p.a(p.java:2)
at com.intellij.codeInsight.k.s.a(s.java:11)
at com.intellij.editor.bj.run(bj.java:1)
at com.intellij.openapi.application.a.d.runWriteAction(d.java:0)
at com.intellij.editor.bi.run(bi.java:3)
at com.intellij.command.a.b.a(b.java:19)
at com.intellij.editor.bh.a(bh.java:5)
at com.intellij.editor.d.c.keyTyped(c.java:5)
at java.awt.Component.processKeyEvent(Component.java:4976)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2372)
at java.awt.Component.processEvent(Component.java:4830)
at java.awt.Container.processEvent(Container.java:1525)
at java.awt.Component.dispatchEventImpl(Component.java:3526)
at java.awt.Container.dispatchEventImpl(Container.java:1582)
at java.awt.Component.dispatchEvent(Component.java:3367)
at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1700)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:568)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:740)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:673)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:534)
at java.awt.Component.dispatchEventImpl(Component.java:3396)
at java.awt.Container.dispatchEventImpl(Container.java:1582)
at java.awt.Window.dispatchEventImpl(Window.java:1581)
at java.awt.Component.dispatchEvent(Component.java:3367)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
at com.intellij.ide.r.a(r.java:6)
at com.intellij.ide.r.dispatchEvent(r.java:19)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:191)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
| > > |
- Two press keybindings not working. (Confirmed in build #634)
- In the windows look and feel the list boxes display with a dark blue background and black foreground. This is not very readable. It forground of selected item should be white. (Confirmed in build #634)
- Join lines sometimes doesn't trim the spaces. This happends when joining statements such as a ternary condition (Confirmed in build #634)
- Typing openning parenthesis is ignored when code completition is active. (Confirmed in #634)
- When using code completion in XML if you type something that doesn't match anything in the list then press > then the > is lost.
|
| Changed: |
< < |
- Creating an empty file XML file causes an assertion error. (Confirmed in build #632)
- In XML file type < then wait until completion pops-up then type tag followed by > and > press is lost. (Confirmed in build #632)
| > > |
- Been having a null pointer exception for a while and just figured out how to reproduce it. Set your code completion popup time to 0 (or a fairly small value). Then start typing something like System.out.println() without pausing after the dot. Typing quickly usually produces an error.
|
|
|
| Changed: |
< < |
| > > |
- Been having a null pointer exception for a while and just figured out how to reproduce it. Set your code completion popup time to 0 (or a fairly small value). Then start typing something like System.out.println() without pausing after the dot. Typing quickly usually produces the following error:
[1704882] ERROR - com.intellij.command.a.b -
[1704892] ERROR - com.intellij.command.a.b - IntelliJ IDEA (Ariadna) 3.0 Build #633
[1704892] ERROR - com.intellij.command.a.b - JDK: 1.4.0_01
[1704892] ERROR - com.intellij.command.a.b - VM: Java HotSpot(TM) Client VM
[1704892] ERROR - com.intellij.command.a.b - Vendor: Sun Microsystems Inc.
[1704892] ERROR - com.intellij.command.a.b - OS: Windows NT
[1704902] ERROR - com.intellij.command.a.b -
java.lang.NullPointerException
at com.intellij.psi.a.b.ca.c(ca.java:34)
at com.intellij.psi.a.b.cq.b(cq.java:8)
at com.intellij.codeInsight.n.b.a(b.java:88)
at com.intellij.codeInsight.n.b.a(b.java:103)
at com.intellij.codeInsight.a.t.compare(t.java:20)
at com.intellij.codeInsight.f.a.x.b(x.java:53)
at com.intellij.codeInsight.f.a.x.n(x.java:119)
at com.intellij.codeInsight.f.a.l.a(l.java:10)
at com.intellij.execution.g.p.a(p.java:2)
at com.intellij.codeInsight.k.s.a(s.java:11)
at com.intellij.editor.bj.run(bj.java:1)
at com.intellij.openapi.application.a.d.runWriteAction(d.java:0)
at com.intellij.editor.bi.run(bi.java:3)
at com.intellij.command.a.b.a(b.java:19)
at com.intellij.editor.bh.a(bh.java:5)
at com.intellij.editor.d.c.keyTyped(c.java:5)
at java.awt.Component.processKeyEvent(Component.java:4976)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2372)
at java.awt.Component.processEvent(Component.java:4830)
at java.awt.Container.processEvent(Container.java:1525)
at java.awt.Component.dispatchEventImpl(Component.java:3526)
at java.awt.Container.dispatchEventImpl(Container.java:1582)
at java.awt.Component.dispatchEvent(Component.java:3367)
at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1700)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:568)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:740)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:673)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:534)
at java.awt.Component.dispatchEventImpl(Component.java:3396)
at java.awt.Container.dispatchEventImpl(Container.java:1582)
at java.awt.Window.dispatchEventImpl(Window.java:1581)
at java.awt.Component.dispatchEvent(Component.java:3367)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
at com.intellij.ide.r.a(r.java:6)
at com.intellij.ide.r.dispatchEvent(r.java:19)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:191)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
<nop>
|
|
|
| Changed: |
< < |
- Creating an empty file XML file causes an assertion error. (Confirmed in build #632)
- In the windows look and feel the list boxes display with a dark blue background and black foreground. This is not very readable. (Confirmed in build #632)
- Join lines sometimes doesn't trim the spaces. This happends when joining statements such as a ternary condition (Confirmed in build #632)
- Typing openning parenthesis is ignored when code completition is active. (Confirmed in #632)
- In XML file type < then wait until completion pops-up then type tag followed by > and > press is lost. (Confirmed in build #632)
- The following exceptions occur on empty XML files:
[1508469] ERROR - com.intellij.editor.b.q - Assertion failed
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:43)
at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:7)
at com.intellij.editor.b.q.c(q.java:110)
at com.intellij.editor.b.cb.a(cb.java:4)
at com.intellij.editor.b.cb.paint(cb.java:121)
at javax.swing.JComponent.paintChildren(JComponent.java:643)
at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4742)
at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4688)
at javax.swing.JComponent._paintImmediately(JComponent.java:4632)
at javax.swing.JComponent.paintImmediately(JComponent.java:4464)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:404)
at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(System
EventQueueUtilities.java:117)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
at com.intellij.ide.r.a(r.java:12)
at com.intellij.ide.r.dispatchEvent(r.java:8)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:191)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:144)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:134)
at java.awt.Dialog.show(Dialog.java:524)
at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:822)
at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:624)
at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:595)
at com.intellij.diagnostic.d.run(d.java:1)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:171)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
at com.intellij.ide.r.a(r.java:12)
at com.intellij.ide.r.dispatchEvent(r.java:8)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:191)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:144)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
<nop>
| > > |
- Two press keybindings not working. (Confirmed in build #633)
- In the windows look and feel the list boxes display with a dark blue background and black foreground. This is not very readable. It forground of selected item should be white. (Confirmed in build #633)
- Join lines sometimes doesn't trim the spaces. This happends when joining statements such as a ternary condition (Confirmed in build #633)
- Typing openning parenthesis is ignored when code completition is active. (Confirmed in #633)
|
| Changed: |
< < |
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread?.java:130)
| > > |
|
| Changed: |
< < |
at java.awt.EventDispatchThread.run(EventDispatchThread?.java:98)
| > > |
Recently Fixed
|
| Added: |
> > |
- Creating an empty file XML file causes an assertion error. (Confirmed in build #632)
- In XML file type < then wait until completion pops-up then type tag followed by > and > press is lost. (Confirmed in build #632)
|
| Deleted: |
< < |
|
|
|
| Changed: |
< < |
- In the windows look and feel the list boxes display with a dark blue background and black foreground. This is not very readable. (First noticed #628)
- Join lines sometimes doesn't trim the spaces. (First noticed #628)
- Typing openning parenthesis is ignored when code completition is active. (First noticed #629)
- Following stacktrace while using code completion:
| > > |
- Creating an empty file XML file causes an assertion error. (Confirmed in build #632)
- In the windows look and feel the list boxes display with a dark blue background and black foreground. This is not very readable. (Confirmed in build #632)
- Join lines sometimes doesn't trim the spaces. This happends when joining statements such as a ternary condition (Confirmed in build #632)
- Typing openning parenthesis is ignored when code completition is active. (Confirmed in #632)
- In XML file type < then wait until completion pops-up then type tag followed by > and > press is lost. (Confirmed in build #632)
- The following exceptions occur on empty XML files:
|
| Changed: |
< < |
2002-06-20 17:28:35,535 [24762526] INFO - com.intellij.openapi.vfs.a.b.a - Opened
2002-06-20 17:28:35,545 [24762536] INFO - com.intellij.openapi.vfs.a.b.a - Opening jar-file C:\products\jdk1.3\src.jar...
2002-06-20 17:28:35,545 [24762536] INFO - com.intellij.openapi.vfs.a.b.a - Opened
2002-06-20 17:29:03,786 [24790777] INFO - com.intellij.openapi.vfs.a.g - beforeContentsChange: file = file://C:/projects/thomas/cbom/src/au/com/pacificaccess/te/marshall/siebel/SiebelNode.java, requestor = com.intellij.psi.f.x@438157
2002-06-20 17:29:03,806 [24790797] INFO - com.intellij.openapi.vfs.a.g - contentsChanged: file = file://C:/projects/thomas/cbom/src/au/com/pacificaccess/te/marshall/siebel/SiebelNode.java, requestor = com.intellij.psi.f.x@438157
2002-06-20 17:29:03,816 [24790807] INFO - com.intellij.openapi.vfs.a.g - beforeContentsChange: file = file://C:/projects/thomas/cbom/src/au/com/pacificaccess/te/marshall/siebel/SiebelMessageParser.java, requestor = com.intellij.psi.f.x@438157
2002-06-20 17:29:03,816 [24790807] INFO - com.intellij.openapi.vfs.a.g - contentsChanged: file = file://C:/projects/thomas/cbom/src/au/com/pacificaccess/te/marshall/siebel/SiebelMessageParser.java, requestor = com.intellij.psi.f.x@438157
2002-06-20 17:29:04,036 [24791027] INFO - com.intellij.localVcs.b.bb - enter: save(repositorySize=3087)
2002-06-20 17:32:46,226 [25013217] ERROR - com.intellij.command.b.b -
2002-06-20 17:32:46,226 [25013217] ERROR - com.intellij.command.b.b - IntelliJ IDEA (Ariadna) 3.0 Build #629
2002-06-20 17:32:46,226 [25013217] ERROR - com.intellij.command.b.b - JDK: 1.3.1_02
2002-06-20 17:32:46,236 [25013227] ERROR - com.intellij.command.b.b - VM: Java HotSpot?(TM) Client VM
2002-06-20 17:32:46,236 [25013227] ERROR - com.intellij.command.b.b - Vendor: Sun Microsystems Inc.
2002-06-20 17:32:46,236 [25013227] ERROR - com.intellij.command.b.b - OS: Windows NT
2002-06-20 17:32:46,256 [25013247] ERROR - com.intellij.command.b.b -
java.lang.NullPointerException
at com.intellij.psi.f.e.ca.a(ca.java:39)
at com.intellij.psi.f.e.cq.b(cq.java:31)
at com.intellij.codeInsight.d.b.a(b.java:118)
at com.intellij.codeInsight.d.b.a(b.java:109)
at com.intellij.codeInsight.e.s.compare(s.java:0)
at com.intellij.codeInsight.j.a.w.b(w.java:186)
at com.intellij.codeInsight.j.a.w.r(w.java:211)
at com.intellij.codeInsight.j.a.k.a(k.java:24)
at com.intellij.codeInsight.m.s.a(s.java:7)
at com.intellij.editor.c.ej.run(ej.java:2)
at com.intellij.command.b.b.a(b.java:26)
at com.intellij.editor.c.ei.a(ei.java:11)
at com.intellij.editor.e.c.keyTyped(c.java:4)
at java.awt.Component.processKeyEvent(Component.java:3674)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2014)
at java.awt.Component.processEvent(Component.java:3553)
at java.awt.Container.processEvent(Container.java:1164)
at java.awt.Component.dispatchEventImpl(Component.java:2593)
at java.awt.Container.dispatchEventImpl(Container.java:1213)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.LightweightDispatcher.processKeyEvent(Container.java:2155)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2135)
at java.awt.Container.dispatchEventImpl(Container.java:1200)
at java.awt.Window.dispatchEventImpl(Window.java:926)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.EventQueue.dispatchEvent(EventQueue?.java:339)
at com.intellij.ide.p.a(p.java:43)
at com.intellij.ide.p.dispatchEvent(p.java:19)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread?.java:131)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread?.java:98)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread?.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread?.java:85)
2002-06-20 17:33:02,089 [25029080] INFO - com.intellij.openapi.vfs.a.g - beforeContentsChange: file = file://C:/projects/thomas/cbom/src/au/com/pacificaccess/te/marshall/siebel/SiebelMessageParser.java, requestor = com.intellij.psi.f.x@438157
2002-06-20 17:33:02,089 [25029080] INFO - com.intellij.openapi.vfs.a.g - contentsChanged: file = file://C:/projects/thomas/cbom/src/au/com/pacificaccess/te/marshall/siebel/SiebelMessageParser.java, requestor = com.intellij.psi.f.x@438157
2002-06-20 17:33:02,319 [25029310] INFO - com.intellij.localVcs.b.bb - enter: save(repositorySize=3096)
| > > |
[1508469] ERROR - com.intellij.editor.b.q - Assertion failed
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:43)
at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:7)
at com.intellij.editor.b.q.c(q.java:110)
at com.intellij.editor.b.cb.a(cb.java:4)
at com.intellij.editor.b.cb.paint(cb.java:121)
at javax.swing.JComponent.paintChildren(JComponent.java:643)
at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4742)
at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4688)
at javax.swing.JComponent._paintImmediately(JComponent.java:4632)
at javax.swing.JComponent.paintImmediately(JComponent.java:4464)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager?.java:404)
at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(System
EventQueueUtilities?.java:117)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent?.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue?.java:443)
at com.intellij.ide.r.a(r.java:12)
at com.intellij.ide.r.dispatchEvent(r.java:8)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh?
read.java:191)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre?
ad.java:144)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre?
ad.java:134)
at java.awt.Dialog.show(Dialog.java:524)
at javax.swing.JOptionPane.showOptionDialog(JOptionPane?.java:822)
at javax.swing.JOptionPane.showMessageDialog(JOptionPane?.java:624)
at javax.swing.JOptionPane.showMessageDialog(JOptionPane?.java:595)
at com.intellij.diagnostic.d.run(d.java:1)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent?.java:171)
at java.awt.EventQueue.dispatchEvent(EventQueue?.java:443)
at com.intellij.ide.r.a(r.java:12)
at com.intellij.ide.r.dispatchEvent(r.java:8)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh?
read.java:191)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre?
ad.java:144)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread?.java:138)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread?.java:130)
at java.awt.EventDispatchThread.run(EventDispatchThread?.java:98) |
|
|
| Changed: |
< < |
- Comment: Pre 1.0 beta tester.
| > > |
- Comment: Beta testing since pre 1.0.
|
| Changed: |
< < |
- In the windows look and feel the list boxes display with a dark blue background and black foreground. This is not very readable. (Since #628)
- Join lines sometimes doesn't trim the spaces.
| > > |
- In the windows look and feel the list boxes display with a dark blue background and black foreground. This is not very readable. (First noticed #628)
- Join lines sometimes doesn't trim the spaces. (First noticed #628)
- Typing openning parenthesis is ignored when code completition is active. (First noticed #629)
- Following stacktrace while using code completion:
2002-06-20 17:28:35,535 [24762526] INFO - com.intellij.openapi.vfs.a.b.a - Opened
2002-06-20 17:28:35,545 [24762536] INFO - com.intellij.openapi.vfs.a.b.a - Opening jar-file C:\products\jdk1.3\src.jar...
2002-06-20 17:28:35,545 [24762536] INFO - com.intellij.openapi.vfs.a.b.a - Opened
2002-06-20 17:29:03,786 [24790777] INFO - com.intellij.openapi.vfs.a.g - beforeContentsChange: file = file://C:/projects/thomas/cbom/src/au/com/pacificaccess/te/marshall/siebel/SiebelNode.java, requestor = com.intellij.psi.f.x@438157
2002-06-20 17:29:03,806 [24790797] INFO - com.intellij.openapi.vfs.a.g - contentsChanged: file = file://C:/projects/thomas/cbom/src/au/com/pacificaccess/te/marshall/siebel/SiebelNode.java, requestor = com.intellij.psi.f.x@438157
2002-06-20 17:29:03,816 [24790807] INFO - com.intellij.openapi.vfs.a.g - beforeContentsChange: file = file://C:/projects/thomas/cbom/src/au/com/pacificaccess/te/marshall/siebel/SiebelMessageParser.java, requestor = com.intellij.psi.f.x@438157
2002-06-20 17:29:03,816 [24790807] INFO - com.intellij.openapi.vfs.a.g - contentsChanged: file = file://C:/projects/thomas/cbom/src/au/com/pacificaccess/te/marshall/siebel/SiebelMessageParser.java, requestor = com.intellij.psi.f.x@438157
2002-06-20 17:29:04,036 [24791027] INFO - com.intellij.localVcs.b.bb - enter: save(repositorySize=3087)
2002-06-20 17:32:46,226 [25013217] ERROR - com.intellij.command.b.b -
2002-06-20 17:32:46,226 [25013217] ERROR - com.intellij.command.b.b - IntelliJ IDEA (Ariadna) 3.0 Build #629
2002-06-20 17:32:46,226 [25013217] ERROR - com.intellij.command.b.b - JDK: 1.3.1_02
2002-06-20 17:32:46,236 [25013227] ERROR - com.intellij.command.b.b - VM: Java HotSpot(TM) Client VM
2002-06-20 17:32:46,236 [25013227] ERROR - com.intellij.command.b.b - Vendor: Sun Microsystems Inc.
2002-06-20 17:32:46,236 [25013227] ERROR - com.intellij.command.b.b - OS: Windows NT
2002-06-20 17:32:46,256 [25013247] ERROR - com.intellij.command.b.b -
java.lang.NullPointerException
at com.intellij.psi.f.e.ca.a(ca.java:39)
at com.intellij.psi.f.e.cq.b(cq.java:31)
at com.intellij.codeInsight.d.b.a(b.java:118)
at com.intellij.codeInsight.d.b.a(b.java:109)
at com.intellij.codeInsight.e.s.compare(s.java:0)
at com.intellij.codeInsight.j.a.w.b(w.java:186)
at com.intellij.codeInsight.j.a.w.r(w.java:211)
at com.intellij.codeInsight.j.a.k.a(k.java:24)
at com.intellij.codeInsight.m.s.a(s.java:7)
at com.intellij.editor.c.ej.run(ej.java:2)
at com.intellij.command.b.b.a(b.java:26)
at com.intellij.editor.c.ei.a(ei.java:11)
at com.intellij.editor.e.c.keyTyped(c.java:4)
at java.awt.Component.processKeyEvent(Component.java:3674)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2014)
at java.awt.Component.processEvent(Component.java:3553)
at java.awt.Container.processEvent(Container.java:1164)
at java.awt.Component.dispatchEventImpl(Component.java:2593)
at java.awt.Container.dispatchEventImpl(Container.java:1213)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.LightweightDispatcher.processKeyEvent(Container.java:2155)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2135)
at java.awt.Container.dispatchEventImpl(Container.java:1200)
at java.awt.Window.dispatchEventImpl(Window.java:926)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
at com.intellij.ide.p.a(p.java:43)
at com.intellij.ide.p.dispatchEvent(p.java:19)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
2002-06-20 17:33:02,089 [25029080] INFO - com.intellij.openapi.vfs.a.g - beforeContentsChange: file = file://C:/projects/thomas/cbom/src/au/com/pacificaccess/te/marshall/siebel/SiebelMessageParser.java, requestor = com.intellij.psi.f.x@438157
2002-06-20 17:33:02,089 [25029080] INFO - com.intellij.openapi.vfs.a.g - contentsChanged: file = file://C:/projects/thomas/cbom/src/au/com/pacificaccess/te/marshall/siebel/SiebelMessageParser.java, requestor = com.intellij.psi.f.x@438157
2002-06-20 17:33:02,319 [25029310] INFO - com.intellij.localVcs.b.bb - enter: save(repositorySize=3096)
|
| Added: |
> > |
- I really wish the compile pane would not popup unless there is something to report. Some other indicator that a compile is happening would be preferable.
- The lightbulb is a very powerful feature that could be extended in many ways:
- Add missing parameter.
- Cast value
- Add return variable for calls returning expressions.
- Remove unused parameter.
- Create method could be extended to detect setters, getters and automatically create fields (or attach to existing fields)
- Add to method to interface.
|
|
|
| Changed: |
< < |
| > > |
- Comment: Pre 1.0 beta tester.
- ICQ: 62722370
|
| Added: |
> > |
Current Bugs
- In the windows look and feel the list boxes display with a dark blue background and black foreground. This is not very readable. (Since #628)
- Join lines sometimes doesn't trim the spaces.
Feature Requests
- Generate toString()
- Allow flattern packages view in commander. This would make navigation in commander much faster.
|
| Changed: |
< < |
| > > |
|
| Changed: |
< < |
| > > |
|
|
|
| Added: |
> > |
%META:TOPICINFO{author="GlenStampoultzis" date="1023017438" format="1.0" version="1.1"}%
Personal Preferences (details in TWikiVariables)
- Horizontal size of text edit box:
- Vertical size of text edit box:
- Optionally write protect your home page: (set it to your WikiName)
Related topics
|
View
| Diffs | r1.8 | > | r1.7 | > | r1.6
| More
|
|