Code conventions are suggestions that focus not on a program s logic but on its physical structure and appearance 代碼約定是這樣一些建議,它們所針對的不是程序的邏輯,而是其物理結(jié)構(gòu)和外觀。
Summarizes all of the inconsistencies which have arisen because the original java code did not follow the java coding conventions 總結(jié)了所有由于最初的java代碼沒有遵循java編碼慣例而引起的不一致。
This tip describes , in particular , why following java coding conventions is very important to maintaining the ability to roundtrip 本技巧特別描述了為什么下面的java編碼慣例對于維持往返的能力非常重要。
If you start with a java application which does not follow java coding conventions , your code will not roundtrip because the resulting code 如果您開始的java應(yīng)用程序沒有遵循java編碼的慣例,那么您的代碼將不能往返,因為作為結(jié)果的代碼
Is an open source code analysis tool that focuses on adherence to java coding conventions such as line length and indentation rather than bug patterns 是一個開源代碼分析工具,側(cè)重于遵循java編碼約定(例如行長度和縮進)而不是bug模式。
However , the drawback to this approach is that your original java service must follow java coding conventions to begin with in order to avoid roundtripping issues 然而,這種方法的缺點在于,您最初的java服務(wù)必須在開始時就遵循java編碼慣例,以便避免往返問題。
Contains documentation on the basic structure and code conventions of visual basic , such as naming conventions , comments in code , and limitations within visual basic 包括關(guān)于visual basic基本結(jié)構(gòu)和代碼約定的文檔,如命名約定、代碼中的注釋及visual basic的限制。
Contains documentation on the basic structure and code conventions of visual basic , such as naming conventions , comments in code , and limitations of visual basic 包含有關(guān)visual basic的基本結(jié)構(gòu)和代碼約定的文檔,例如命名約定、代碼中的注釋以及visual basic的限制。
Is java - centric , not wsdl - centric . it contains a fairly elaborate set of rules for mapping wsdl names to java - friendly names which follow the java coding conventions 它包括一組相當詳細的從wsdl名稱到j(luò)ava友好的( java - friendly )名稱(它們遵循java編碼的慣例)的映射規(guī)則。
Besides showcasing java coding convention problems , this example also presents java . util . date , which we showed , in the first roundtrip tip , to not be roundtripable (除了突出顯示的java編碼慣例問題以外,本例中也顯示了java . util . date ,在第一個往返技巧中我們已經(jīng)說明了它不能夠往返。