Chaparro112 / android-casual

Automatically exported from code.google.com/p/android-casual
0 stars 0 forks source link

CASCADE show "scriptList.setModel<String>(scriptList)" instead of the scripts list #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
All error reports are marked as invalid by default and will only be
addressed if the instructions below are completed.

1. Insert CASUAL log below this line. In order to obtain a log, press
CTRL+L then press the pastebin button, or copy the log to your favorite
text pasting service.

Sorry I can't attach log since it's in CASCADE and it's seems CTRL+L not 
working there. the bug appear right after CASCADE opens and no error given in 
terminal

2. Please provide any additional information below.

How to reproduce:
1. Open CASCADE
2. Check the scripts list

Tested on Ubuntu 13.04 (and WinXP but it's not supported...)

This happen since CASCADE r991 version, r951 doesn't have this bug. The code 
causes the bug added in r954.

http://goo.gl/Epml0G
(link to diff where that line added)

Screenshot Attached (from WinXP, sorry...)

Original issue reported on code.google.com by turgeman...@gmail.com on 15 Jan 2014 at 5:05

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by jrlo...@gmail.com on 15 Jan 2014 at 5:11

GoogleCodeExporter commented 9 years ago

Original comment by jrlo...@gmail.com on 15 Jan 2014 at 5:12

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Just to be sure. i checked and r954 nightly is affected while r953 nightly is 
not.

Original comment by turgeman...@gmail.com on 15 Jan 2014 at 5:17

GoogleCodeExporter commented 9 years ago
Looks like java refactoring struck again...

 String[] strings = { "scriptList.setModel<String>(scriptList)" };

Should be something like =scriptList.toArray(new String[scriptList.size());

Original comment by adamoutler@gmail.com on 15 Jan 2014 at 5:33

GoogleCodeExporter commented 9 years ago
Fixed in R1000

Original comment by adamoutler@gmail.com on 15 Jan 2014 at 6:24

GoogleCodeExporter commented 9 years ago

Original comment by adamoutler@gmail.com on 15 Jan 2014 at 6:25