Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inside actionPerformed couldn't involve to call graph #4

Open
cemiley opened this issue Dec 30, 2013 · 0 comments
Open

Inside actionPerformed couldn't involve to call graph #4

cemiley opened this issue Dec 30, 2013 · 0 comments

Comments

@cemiley
Copy link

cemiley commented Dec 30, 2013

Hi,

when i run java-CallGraph getTweets method inside jar doesn't involve to call graph.

jar file source code like that:

button1.addActionListener(new ActionListener() {

                    public void actionPerformed(ActionEvent arg0) {


                        JTextArea textArea = new **JTextArea(getTweets("#XXX"));**                           
                        textArea.setLineWrap(true);  
                        textArea.setWrapStyleWord(true);
                        textArea.setBounds(500, 500, 500, 500);


                        JScrollPane jScrollPane1 = new JScrollPane(textArea);
                        jScrollPane1.setBounds(500, 500, 500, 500);

                        JOptionPane.showMessageDialog(null, jScrollPane1, "Tweets",  
                                JOptionPane.CLOSED_OPTION);


                    }
                });
pombredanne pushed a commit to pombredanne/java-callgraph that referenced this issue May 29, 2024
* added run script

* updated run script

* incremental update

* added run configuration
pombredanne pushed a commit to pombredanne/java-callgraph that referenced this issue May 29, 2024
Adding scaffolding for test node pruning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant