|
Author |
Topic: comment-compilation bug (Read 1133 times) |
|
fjen
|
comment-compilation bug
« on: Nov 2nd, 2004, 5:51am » |
|
http://processing.org/discourse/yabb/board_Syntax_action_displa_y_num_1099236544.html should not compile but does, should not play but does (wrongly): Code: //===================================================================== //Class definitions class Test { // some test doing nothing .. // } / ======================================================================== //Setup + Variables + Functions + Arrays void setup() { size(500,500); } void loop() { } |
| mac os_x 10.3.5 java 1.4.2_05 processing .68 best, /F
|
« Last Edit: Nov 2nd, 2004, 5:51am by fjen » |
|
|
|
|
fry
|
Re: comment-compilation bug
« Reply #1 on: Nov 5th, 2004, 9:31pm » |
|
posting here for reference, this is what's produced by that snippet. Code:import java.applet.*; import java.awt.*; import java.awt.image.*; import java.awt.event.*; import java.io.*; import java.net.*; import java.text.*; import java.util.*; import java.util.zip.*; import netscape.javascript.*; import gnu.io.*; import javax.sound.midi.*; import javax.sound.midi.spi.*; import javax.sound.sampled.*; import javax.sound.sampled.spi.*; public class Temporary_8876_6435 extends BApplet {void setup() { } void draw() { //===================================================================== //Class definitions class Test { // some test doing nothing .. // } }} |
| as this bug doesn't actually cause any sort of trouble, it's extremely low priority, but i'll have it logged anyway for sure.
|
|
|
|
|