meghrathod / chatX

Private field is never initialized JAVA-E1065
Bug risk
Critical
2 years ago2 years old
passText is uninitialized, this may cause a runtime error!
216
217    // Variables declaration - do not modify
218    private JLabel heading;
219    private JPasswordField passText;220    private JTextField userText;
221
222    @Override
userText is uninitialized, this may cause a runtime error!
217    // Variables declaration - do not modify
218    private JLabel heading;
219    private JPasswordField passText;
220    private JTextField userText;221
222    @Override
223    public void actionPerformed(ActionEvent e) {
heading is uninitialized, this may cause a runtime error!
215
216
217    // Variables declaration - do not modify
218    private JLabel heading;219    private JPasswordField passText;
220    private JTextField userText;
221