microsoft / microsoft/vscode-java-test

its not working in java page

オープン
#1,791 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

ai-triaged
主要言語
TypeScript
スター
340
フォーク
173
平均マージ
1日 19時間
マージ済み PR(30日)
18

説明

question-ai-logo
managemanage
managemanage
useruser
fullfull
closeclose
Chat AI
Hello! Is there any question I can help you with?
Who was the first person to step foot on the moon?
How to save chat content in QuestionAI?
Ask AI
logo
more
Blackbox IDEToggle Sidebar

New

                  </div>
                </div>
              ))}
            </div>
          ) : (
            <div className="text-center text-muted-foreground py-8">
              No orders yet
            </div>
          )}
        </CardContent>
      </Card>
    </div>
    {/* Commission Notice */}
    <Card className="bg-muted border-primary/20">
      <CardContent className="p-6 text-center">
        <h3 className="font-semibold text-xl mb-2 text-primary">💰 Ultra-Low Commission</h3>
        <p className="text-muted-foreground">
          Flat {formatCurrency(COMMISSION)} per trade · No hidden fees · Global market access
        </p>
      </CardContent>
    </Card>
  </div>
</div>

);
};
export default ShareTradingApp;

i want build an
app to trade in share market with min. comminstion

Copy message
Edit message
BLACKBOXAI

I'll help you create a share trading app with minimal commissions. This will be a demo interface for a stock trading platform with a focus on low commission structure.

Let me think through this:

Need trading dashboard with stock listings
Buy/sell functionality with commission display
Portfolio tracking
Real-time stock price simulation
Clean UI focusing on commission transparency
jsx
344 lines
Copy code
Download code
Click to expand
import React, { useState, useEffect } from 'react';
import { Card, CardContent, CardHeader, CardTitle } from "/components/ui/card";
...
This share trading app features:

Key Features:

Real-time stock price simulation with live updates
Buy/sell functionality with $0.99 flat commission
Portfolio tracking with profit/loss calculation
Order history
Cash balance management
Clean, modern UI with Shadcn components
Commission Structure:

Flat $0.99 fee per trade (buy or sell)
Transparent commission display before execution
Prominently featured low commission marketing
Responsive Design:

Works on mobile and desktop
Clean card-based layout
Intuitive trading interface
The app simulates real trading with realistic price movements and maintains a straightforward commission structure that's easy for users to understand.

i want some changes in this app the share graph and all worlds national and international compnies and their share graph and refresh rate 1sec. and i want their real cost
i want this like app

Copy message
Edit message
BLACKBOXAI

I'll modify the app to include real-time stock data with 1-second refresh rates, interactive graphs, and global stock coverage. Let me create an enhanced version with these features.

jsx
541 lines
Copy code
Download code
Click to expand
import React, { useState, useEffect, useCallback } from 'react';
import { Card, CardContent, CardHeader, CardTitle, CardDescription } from "/components/ui/card";
...
This enhanced trading app now includes:

New Features:

Real-time updates: Prices refresh every second with live simulation
Interactive graphs: 60-second price history charts for each stock
Global markets: US and international stocks from multiple exchanges
Advanced filtering: Search by name/symbol and filter by region
Professional UI: Enhanced design with proper currency formatting
Stock Coverage:

US Markets: Apple, Microsoft, Google, Amazon, Tesla, NVIDIA, JPMorgan, Visa
International: Toyota (Japan), SAP (Germany), HSBC (Hong Kong), Royal Bank of Canada, BHP (Australia), Reliance (India)
Visual Enhancements:

Responsive line charts showing price movements
Real-time percentage changes and currency formatting
Professional trading interface
Better mobile responsiveness
The app simulates real market behavior with continuously updating prices and provides a professional trading experience similar to commercial trading platforms.

Copy message
Export
START FREE TRIAL NOW
Upgrade plan

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

本文には株式取引アプリ用の無関係な生成済み JSX が含まれており、vscode-java-test ファイル、テスト、Java プロジェクト、再現可能な失敗のいずれも特定していません。まず想定されている Java テストの問題を確認し、最小限の再現例を用意してください。影響を受ける動作と検証可能な修正が指定された場合にのみ、issue の準備が整います。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
java
領域
testing, tooling
issue の種類
バグ
難易度
5/5
見積もり時間
1週間以上
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
1/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。