Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Software Development
>
Amateras
>
Ticket List/Search
>
Ticket #8720
Amateras
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
Subversion
View Repository
CVS
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
FrontPage
Title index
Recent changes
Communication
Forums
List of Forums
English (1295)
Japanese (319)
Mailing Lists
list of ML
News
Ticket #8720
Ticket List
Submit New Ticket
RSS
[SC]複数行コメントの開始文字列を文字列として使用した際の不具合
Open Date:
2006-07-26 14:14
Last Update:
2006-07-30 23:43
monitor
ON
OFF
Reporter:
(Anonymous)
Owner:
(None)
Type:
Bugs
Status:
Open
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None
Details
複数行コメントの開始文字列をソース内で文字列として使用
した場合、カウント結果のコメントの値がおかしくなりま
す。
例として、以下のようなJavaソースをカウントさせると、コ
メント行が6となってしまいます。(String変数の定義以降
がコメントとして認識されていると思われます)
-----------
public class Test {
public void test() {
String str = "/*";
}
}
-----------
環境
Eclipse3.1.2
StepCounter1.14
Ticket History (1/1 Histories)
2006-07-30 23:43
Updated by:
takezoe
Comment
Logged In: YES
user_id=5449
文字列は認識しません。そのうち直すかもしれません。
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Please login to add comment to this ticket »
Login
した場合、カウント結果のコメントの値がおかしくなりま
す。
例として、以下のようなJavaソースをカウントさせると、コ
メント行が6となってしまいます。(String変数の定義以降
がコメントとして認識されていると思われます)
-----------
public class Test {
public void test() {
String str = "/*";
}
}
-----------
環境
Eclipse3.1.2
StepCounter1.14