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

Method name() is undefined for ARDrone.Animation #54

Open
GoogleCodeExporter opened this issue Mar 28, 2015 · 2 comments
Open

Method name() is undefined for ARDrone.Animation #54

GoogleCodeExporter opened this issue Mar 28, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 17 Nov 2014 at 3:41

@GoogleCodeExporter
Copy link
Author

Ugh, why does the enter key just SUBMIT the issue?!

More information:
To reproduce:
1. Follow instructions in Wiki to build the project using Eclipse Luna
2. Go to ControlTower.java
3. Press RUN
4. Get error

Expected output: program functions correctly
See instead:
Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
    The method name() is undefined for the type ARDrone.Animation
    The method name() is undefined for the type ARDrone.LED

    at com.codeminders.controltower.ControlConfig.updateButtonSelection(ControlConfig.java:154)
    at com.codeminders.controltower.ControlConfig.listSelection(ControlConfig.java:457)
    at com.codeminders.controltower.ControlConfig.access$0(ControlConfig.java:455)
    at com.codeminders.controltower.ControlConfig$2.valueChanged(ControlConfig.java:283)
    at javax.swing.JList.fireSelectionValueChanged(JList.java:1798)
    at javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1812)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:184)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:164)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:211)
    at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:405)
    at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:415)
    at javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:459)
    at javax.swing.JList.setSelectedIndex(JList.java:2212)
    at com.codeminders.controltower.ControlConfig.<init>(ControlConfig.java:37)
    at com.codeminders.controltower.ControlTower.<init>(ControlTower.java:93)
    at com.codeminders.controltower.ControlTower.main(ControlTower.java:720)

Version 1.3 in Eclipse Luna using JDK 7.71, 64-bit Mac OS X Yosemite.

Original comment by [email protected] on 17 Nov 2014 at 3:44

  • Added labels: ****
  • Removed labels: ****

1 similar comment
@GoogleCodeExporter
Copy link
Author

Ugh, why does the enter key just SUBMIT the issue?!

More information:
To reproduce:
1. Follow instructions in Wiki to build the project using Eclipse Luna
2. Go to ControlTower.java
3. Press RUN
4. Get error

Expected output: program functions correctly
See instead:
Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
    The method name() is undefined for the type ARDrone.Animation
    The method name() is undefined for the type ARDrone.LED

    at com.codeminders.controltower.ControlConfig.updateButtonSelection(ControlConfig.java:154)
    at com.codeminders.controltower.ControlConfig.listSelection(ControlConfig.java:457)
    at com.codeminders.controltower.ControlConfig.access$0(ControlConfig.java:455)
    at com.codeminders.controltower.ControlConfig$2.valueChanged(ControlConfig.java:283)
    at javax.swing.JList.fireSelectionValueChanged(JList.java:1798)
    at javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1812)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:184)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:164)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:211)
    at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:405)
    at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:415)
    at javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:459)
    at javax.swing.JList.setSelectedIndex(JList.java:2212)
    at com.codeminders.controltower.ControlConfig.<init>(ControlConfig.java:37)
    at com.codeminders.controltower.ControlTower.<init>(ControlTower.java:93)
    at com.codeminders.controltower.ControlTower.main(ControlTower.java:720)

Version 1.3 in Eclipse Luna using JDK 7.71, 64-bit Mac OS X Yosemite.

Original comment by [email protected] on 17 Nov 2014 at 3:44

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant