mohankreddy / javadrone

Automatically exported from code.google.com/p/javadrone
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 hamsterp...@gmail.com on 17 Nov 2014 at 3:41

GoogleCodeExporter commented 9 years ago
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 hamsterp...@gmail.com on 17 Nov 2014 at 3:44

GoogleCodeExporter commented 9 years ago
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 hamsterp...@gmail.com on 17 Nov 2014 at 3:44