mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Java: Adjust comment style.
This commit is contained in:
@@ -26,10 +26,8 @@ where
|
||||
// Never accessed outside this class, so it's entirely unused.
|
||||
reason = " is entirely unused."
|
||||
else
|
||||
/*
|
||||
* There are no dead roots outside the class, but the class has a possible liveness cause
|
||||
* external to the class, so it must be accessed from at least one dead-code cycle.
|
||||
*/
|
||||
// There are no dead roots outside the class, but the class has a possible liveness cause
|
||||
// external to the class, so it must be accessed from at least one dead-code cycle.
|
||||
reason = " is only used from or in a dead-code cycle."
|
||||
)
|
||||
select c, "The class " + c.getName() + reason, origin, origin.getName()
|
||||
|
||||
Reference in New Issue
Block a user