bytebeats / mns

Money never sleeps! IntelliJ IDEA平台插件. 支持查看股票, 基金和数字货币实时行情. 其中股票支持美股, 港股和宇宙第一大A股.
MIT License
244 stars 60 forks source link

fix: 解决ArrayIndexOutOfBoundsException #135

Open Phoenix-Wong opened 7 months ago

Phoenix-Wong commented 7 months ago

移除多余的if (i < stocks.size())判断。 确保columnTextColors的大小与stockColumnNames.length一致,避免ArrayIndexOutOfBoundsException。