Version: 13.0-rc-5
Build #: 31303
Build Date: 2013-Feb-11 11:54:46 AM
1. Open attached sqlite database
2. Open the table shippers in Table data Editor
3. For the phone number which is null, right click and select the table Data Editor action to Format->{Number, Date, String}
4. You get NPE as below
java.lang.NullPointerException
at com.aquafold.datastudio.queryanalyzer.tableeditor.Eꇣ⡠͘⢅ while.bUr(Unknown Source)
at com.aquafold.datastudio.queryanalyzer.tableeditor.Eꇣ⡠͘⢅ while.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
at com.jidesoft.plaf.vsnet.VsnetMenuItemUI.doClick(Unknown Source)
at com.jidesoft.plaf.vsnet.VsnetMenuItemUI$MouseInputHandler.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Component.java:6297)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3275)
at java.awt.Component.processEvent(Component.java:6062)
at java.awt.Container.processEvent(Container.java:2039)
at java.awt.Component.dispatchEventImpl(Component.java:4660)
at java.awt.Container.dispatchEventImpl(Container.java:2097)
at java.awt.Component.dispatchEvent(Component.java:4488)
Fixed in ADS-13.0.0 and trunk.