0

私のアプリでは、黄色の波線の下線が付いた単語がいくつか見られました。それらはどういう意味ですか?

4

2 に答える 2

3

Those are warnings from spell checker.

I could disable it from Window->Preferences->General->Editors->Text Editors->Spelling.

Also if the word is within a string then it a spelling error if the yellow line is on a variable or function then it could be a number of things such as the variable or method is not used, or the variable is not initialised, or if on a function call then it could be that the function has been deprecated.as sad @Boardy , thanks :)

于 2013-01-14T10:37:16.657 に答える
2

それは文脈に依存します。単語が文字列内にある場合、黄色の線が変数または関数上にある場合はスペル ミスです。変数またはメソッドが使用されていない、変数が初期化されていない、またはオンの場合など、多くのことが考えられます。関数呼び出しの場合、関数が廃止された可能性があります。

また、マウスを黄色の波線の上に置くと、通常、警告の内容が表示されます。

于 2013-01-14T12:48:52.127 に答える