Repository Analysis

playframework/playframework

The Community Maintained High Velocity Web Framework For Java and Scala.

3.4 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of playframework/playframework, a Scala project with 12,624 GitHub stars. SynthScan v2.0 examined 245,710 lines of code across 2125 source files, recording 156 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 3.4 places this repository in the Likely human-written band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

3.4
Adjusted Score
3.4
Raw Score
100%
Time Factor
2026-07-13
Last Push
12.6K
Stars
Scala
Language
245.7K
Lines of Code
2.1K
Files
156
Pattern Hits
2026-07-14
Scan Date
0.03
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 66HIGH 0MEDIUM 15LOW 75

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 156 distinct pattern matches across 8 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hallucination Indicators66 hits · 710 pts
SeverityFileLineSnippetContext
CRITICALdocumentation/manual/releases/release21/Migration21.md83## play.db.ebean.Model.Finder.join() renamed to fetch()COMMENT
CRITICAL…l/working/scalaGuide/main/http/code/ScalaResults.scala82 val result = scalaguide.http.scalaresults.full.CodeShow.HTML(Codec.javaSupported("iso-8859-1"))CODE
CRITICAL…ekko/code/javaguide/pekko/typed/PekkoTypedDocTest.java30 Module module = new javaguide.pekko.typed.oo.multi.AppModule();CODE
CRITICAL…aGuide/main/forms/code/javaguide/forms/csrf.scala.html5@form(CSRF(scalaguide.forms.csrf.routes.ItemsController.save())) {CODE
CRITICAL…aGuide/main/forms/code/javaguide/forms/csrf.scala.html11@form(scalaguide.forms.csrf.routes.ItemsController.save()) {CODE
CRITICAL…aGuide/main/http/code/javaguide/http/JavaResponse.java255 return org.apache.pekko.stream.javadsl.Source.from(byteStrings);CODE
CRITICAL…aGuide/main/http/code/javaguide/http/JavaResponse.java291 return org.apache.pekko.stream.javadsl.Source.from(byteStrings);CODE
CRITICAL…de/main/http/code/javaguide/http/JavaSessionFlash.java135 return ok(javaguide.http.views.html.index.render(request.flash()));CODE
CRITICAL…aguide/http/routing/relative/controllers/Relative.java16 return ok(javaguide.http.routing.relative.views.html.hello.render("Bob", request));CODE
CRITICAL…de/javaguide/http/routing/controllers/Application.java45 new javaguide.http.routing.reverse.controllers.routes();CODE
CRITICAL…orking/javaGuide/main/ws/code/javaguide/ws/JavaWS.java334 play.libs.ws.ahc.AhcWSClient.create(CODE
CRITICAL…orking/javaGuide/main/ws/code/javaguide/ws/JavaWS.java335 play.libs.ws.ahc.AhcWSClientConfigFactory.forConfig(CODE
CRITICAL…ws/src/test/scala/play/api/libs/ws/ahc/AhcWSSpec.scala157 List(new play.shaded.ahc.org.asynchttpclient.Param("param1", "value1"))CODE
CRITICAL…ws/src/test/scala/play/api/libs/ws/ahc/AhcWSSpec.scala195 List(new play.shaded.ahc.org.asynchttpclient.Param("param1", "value1"))CODE
CRITICAL…ws/src/test/scala/play/api/libs/ws/ahc/AhcWSSpec.scala353 Results.Ok(play.api.libs.json.Json.parse("""{CODE
CRITICAL…/play-ahc-ws/src/main/java/play/test/WSTestClient.java86 return new play.api.libs.ws.ahc.AhcWSClient(CODE
CRITICAL…/play-ahc-ws/src/main/java/play/test/WSTestClient.java87 new play.api.libs.ws.ahc.StandaloneAhcWSClient(asyncHttpClient, materializer));CODE
CRITICAL…ahc-ws/src/main/java/play/libs/ws/ahc/AhcWSClient.java63 return new play.api.libs.ws.ahc.AhcWSClient(CODE
CRITICAL…ahc-ws/src/main/java/play/libs/ws/ahc/AhcWSClient.java64 new play.api.libs.ws.ahc.StandaloneAhcWSClient(CODE
CRITICAL…tion-test/src/test/scala/play/it/libs/JavaWSSpec.scala145 val source = org.apache.pekko.stream.javadsl.Source.single(ByteString("abc"))CODE
CRITICAL…tion-test/src/test/scala/play/it/libs/JavaWSSpec.scala165 val source = org.apache.pekko.stream.javadsl.Source.from(util.Arrays.asList(dp, fp))CODE
CRITICAL…tion-test/src/test/scala/play/it/libs/JavaWSSpec.scala183 val source = org.apache.pekko.stream.javadsl.Source.from(util.Arrays.asList(dp, fp))CODE
CRITICAL…tion-test/src/test/scala/play/it/libs/JavaWSSpec.scala199 val source = org.apache.pekko.stream.javadsl.Source.from(util.Arrays.asList(dp, fp))CODE
CRITICAL…st/src/test/scala/play/it/libs/json/JavaJsonSpec.scala87 play.api.libs.json.jackson.JacksonJson.get.setObjectMapper(null)CODE
CRITICAL…st/src/test/scala/play/it/libs/json/JavaJsonSpec.scala101 play.api.libs.json.jackson.JacksonJson.get.mapper().getRegisteredModuleIds.asScala must containTheSameElementsAs(CODE
CRITICAL…/test/scala/play/it/http/JavaResultsHandlingSpec.scala591 val dataSource = org.apache.pekko.stream.javadsl.Source.from(List("a", "b", "c").asJava)CODE
CRITICAL…/test/scala/play/it/http/JavaResultsHandlingSpec.scala608 org.apache.pekko.stream.javadsl.Source.from(util.Arrays.asList(objectNode))CODE
CRITICAL…/test/scala/play/it/http/JavaResultsHandlingSpec.scala621 org.apache.pekko.stream.javadsl.Source.from(List("a", "b").asJava).map { t => EventSource.Event.event(t) }CODE
CRITICAL…/test/scala/play/it/http/JavaResultsHandlingSpec.scala636 val dataSource = org.apache.pekko.stream.javadsl.Source.single(CODE
CRITICAL…/test/scala/play/it/http/JavaResultsHandlingSpec.scala729 val dataSource = org.apache.pekko.stream.javadsl.Source.from(chunks.asJava)CODE
CRITICAL…/test/scala/play/it/http/JavaResultsHandlingSpec.scala741 val dataSource = org.apache.pekko.stream.javadsl.Source.from(chunks.asJava)CODE
CRITICAL…/test/scala/play/it/http/JavaResultsHandlingSpec.scala753 val dataSource = org.apache.pekko.stream.javadsl.Source.from(chunks.asJava)CODE
CRITICAL…/test/scala/play/it/http/JavaResultsHandlingSpec.scala765 val dataSource = org.apache.pekko.stream.javadsl.Source.from(chunks.asJava)CODE
CRITICAL…/test/scala/play/it/http/JavaResultsHandlingSpec.scala776 val source = org.apache.pekko.stream.javadsl.Source.single(ByteString("entity source"))CODE
CRITICAL…/test/scala/play/it/http/JavaResultsHandlingSpec.scala783 val source = org.apache.pekko.stream.javadsl.Source.single(ByteString("entity source"))CODE
CRITICAL…/test/scala/play/it/http/JavaResultsHandlingSpec.scala793 val source = org.apache.pekko.stream.javadsl.Source.single(ByteString("entity source"))CODE
CRITICAL…/test/scala/play/it/http/JavaResultsHandlingSpec.scala803 val source = org.apache.pekko.stream.javadsl.Source.single(ByteString("entity source"))CODE
CRITICAL…/test/scala/play/it/http/JavaResultsHandlingSpec.scala880 val dataSource = org.apache.pekko.stream.javadsl.Source.from(chunks.asJava)CODE
CRITICAL…/test/scala/play/it/http/JavaResultsHandlingSpec.scala887 val source = org.apache.pekko.stream.javadsl.Source.single(ByteString("entity source"))CODE
CRITICAL…st/scala/play/it/http/parsing/FormBodyParserSpec.scala96 org.apache.pekko.stream.javadsl.Source.single(ByteString.fromString(bodyString, bodyCharset.getOrElse("UTF-8")))CODE
CRITICAL…st/scala/play/it/http/parsing/FormBodyParserSpec.scala100 result.right.get.asScala.view.mapValues(_.toSeq).toMap must_== bodyDataCODE
CRITICALcore/play/src/main/java/play/mvc/Http.java1128 return bodyJson(Json.parse(play.api.libs.json.Json.stringify(json)));CODE
CRITICALcore/play/src/main/java/play/mvc/WebSocket.java277 play.api.libs.streams.PekkoStreams.onlyFirstCanFinishMerge(2),CODE
CRITICALcore/play/src/main/java/play/mvc/WebSocket.java318 play.api.libs.streams.PekkoStreams.onlyFirstCanFinishMerge(2),CODE
CRITICAL…play/src/main/java/play/libs/streams/PekkoStreams.java40 play.api.libs.streams.PekkoStreams.onlyFirstCanFinishMerge(2),CODE
CRITICALcore/play/src/main/scala/play/api/mvc/Cookie.scala81 def asJava: play.mvc.Http.Cookie.SameSite = play.mvc.Http.Cookie.SameSite.parse(value).getCODE
CRITICAL…/src/main/scala/play/api/data/format/JodaFormats.scala41 val formatter = org.joda.time.format.DateTimeFormat.forPattern(pattern).withZone(timeZone)CODE
CRITICAL…/src/main/scala/play/api/data/format/JodaFormats.scala64 val formatter = org.joda.time.format.DateTimeFormat.forPattern(pattern)CODE
CRITICALweb/play-java-forms/src/main/java/play/data/Form.java761 play.api.libs.json.Json.parse(play.libs.Json.stringify(request.body().asJson())),CODE
CRITICALweb/play-java-forms/src/main/java/play/data/Form.java945 play.api.libs.json.Json.parse(play.libs.Json.stringify(data)),CODE
CRITICALweb/play-java-forms/src/main/java/play/data/Form.java979 play.api.libs.json.Json.parse(play.libs.Json.stringify(data)), maxChars, maxDepth)),CODE
CRITICAL…ay-java-forms/src/main/java/play/data/DynamicForm.java304 play.api.libs.json.Json.parse(play.libs.Json.stringify(data)),CODE
CRITICAL…rs/src/test/scala/play/filters/csp/CSPFilterSpec.scala322 Action { implicit request => Ok(views.html.helper.CSPNonce.get.getOrElse("undefined")) }CODE
CRITICAL…rs-helpers/src/main/scala/views/html/helper/CSRF.scala16 play.filters.csrf.CSRF.getToken.getOrElse(CODE
CRITICAL…cala/play/api/db/evolutions/EvolutionsReaderSpec.scala23 java.util.concurrent.TimeUnit.MILLISECONDS.sleep(100L)CODE
CRITICAL…-pipeline/tests/public/javascripts/jquery-3.7.1.min.js2!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):fCODE
CRITICAL…ssets-pipeline/public/javascripts/jquery-1.11.3.min.js5return new Za.prototype.init(a,b,c,d,e)}m.Tween=Za,Za.prototype={constructor:Za,init:function(a,b,c,d,e,f){this.elem=a,tCODE
CRITICAL…in/distribution/public/javascripts/jquery-2.2.0.min.js3}else c=void 0;return c}n.extend({hasData:function(a){return O.hasData(a)||N.hasData(a)},data:function(a,b,c){return O.aCODE
CRITICAL…g/play-scala/app/play/controllers/HomeController.scala35 ObjectMapperConfigUtil.toConfigJson(play.api.libs.json.jackson.JacksonJson.get.mapper())CODE
CRITICAL…g/play-scala/app/play/controllers/HomeController.scala50 mapper.eq(play.api.libs.json.jackson.JacksonJson.get.mapper()) &&CODE
6 more matches not shown…
Fake / Example Data39 hits · 45 pts
SeverityFileLineSnippetContext
LOW…calaGuide/main/tests/code/specs2/UserServiceSpec.scala23 val actual = userService.isAdmin(User("11", "Steve", "user@example.org"))CODE
LOW…ay/core/server/common/ForwardedHeaderHandlerSpec.scala393 |Forwarded: for=203.0.113.43;proto=https;host="user@example.org"STRING
LOW…la/play/core/server/common/Rfc7239HostParserSpec.scala30 "user@example.com",CODE
LOW…e/play/src/test/scala/play/mvc/RawBodyParserSpec.scala62 val body = ByteString("lorem ipsum")CODE
LOW…e/play/src/test/scala/play/mvc/RawBodyParserSpec.scala98 val body = ByteString("lorem ipsum")CODE
LOW…e/play/src/test/scala/play/mvc/RawBodyParserSpec.scala106 val msg = ByteString("lorem ipsum")CODE
LOW…/play/src/test/scala/play/mvc/TextBodyParserSpec.scala70 val body = ByteString("lorem ipsum")CODE
LOW…/play/src/test/scala/play/mvc/TextBodyParserSpec.scala74 case text => text must beEqualTo("lorem ipsum")CODE
LOW…/play/src/test/scala/play/mvc/TextBodyParserSpec.scala112 val body = ByteString("lorem ipsum")CODE
LOW…/play/src/test/scala/play/mvc/TextBodyParserSpec.scala116 case text => text must beEqualTo("lorem ipsum")CODE
LOW…ay/src/test/scala/play/api/mvc/RawBodyParserSpec.scala44 val body = ByteString("lorem ipsum")CODE
LOW…ay/src/test/scala/play/api/mvc/RawBodyParserSpec.scala56 val body = ByteString("lorem ipsum")CODE
LOW…ay/src/test/scala/play/api/mvc/RawBodyParserSpec.scala81 val body = ByteString("lorem ipsum")CODE
LOW…ay/src/test/scala/play/api/mvc/RawBodyParserSpec.scala89 val msg = ByteString("lorem ipsum")CODE
LOW…y/src/test/scala/play/api/mvc/TextBodyParserSpec.scala67 val body = ByteString("lorem ipsum")CODE
LOW…y/src/test/scala/play/api/mvc/TextBodyParserSpec.scala70 case text => text must beEqualTo("lorem ipsum")CODE
LOW…y/src/test/scala/play/api/mvc/TextBodyParserSpec.scala99 val body = ByteString("lorem ipsum")CODE
LOW…y/src/test/scala/play/api/mvc/TextBodyParserSpec.scala102 case text => text must beEqualTo("lorem ipsum")CODE
LOW…/play/src/main/scala/views/helper/inputText.scala.html6 * @inputText(field = myForm("name"), args = Symbol("size") -> 10, Symbol("placeholder") -> "Your name")COMMENT
LOW…src/test/scala/play/api/libs/openid/UserInfoSpec.scala32 "openid.ext1.value.email" -> "user@example.com",CODE
LOW…src/test/scala/play/api/libs/openid/UserInfoSpec.scala42 "openid.ext1.value.email" -> "user@example.com", // the email attribute *is* in the list of signed fieldsCODE
LOW…src/test/scala/play/api/libs/openid/UserInfoSpec.scala46 userInfo.attributes.get("email") must beSome("user@example.com")CODE
LOW…lay-java-forms/src/test/scala/play/data/FormSpec.scala379 "emails[1]" -> Array("admin@example.com")CODE
LOW…cala/play/api/db/evolutions/EvolutionsHelperSpec.scala102 substitutions = Map("table" -> "users", "field" -> "username", "value" -> "John Doe"),CODE
LOW…cala/play/api/db/evolutions/EvolutionsHelperSpec.scala114 substitutions = Map("table" -> "users", "field" -> "username", "value" -> "John Doe"),CODE
LOW…cala/play/api/db/evolutions/EvolutionsHelperSpec.scala124 substitutions = Map("table" -> "users", "field" -> "username", "value" -> "John Doe"),CODE
LOW…cala/play/api/db/evolutions/EvolutionsHelperSpec.scala192 substitutions = Map("taBlE" -> "users", "FIELD" -> "username", "vAlUe" -> "John Doe"),CODE
LOW…cala/play/api/db/evolutions/EvolutionsHelperSpec.scala195 expectedEscapeDisabled = "INSERT INTO users(username) VALUES ('John Doe')",CODE
LOW…cala/play/api/db/evolutions/EvolutionsHelperSpec.scala196 expectedEscapeEnabled = "INSERT INTO users(username) VALUES ('John Doe')"CODE
LOW…cala/play/api/db/evolutions/EvolutionsHelperSpec.scala202 substitutions = Map("taBlE" -> "users", "FIELD" -> "username", "vAlUe" -> "John Doe"),CODE
LOW…cala/play/api/db/evolutions/EvolutionsHelperSpec.scala212 substitutions = Map("table" -> "users", "field" -> "username", "value" -> "John Doe"),CODE
LOW…cala/play/api/db/evolutions/EvolutionsHelperSpec.scala242 substitutions = Map("table" -> "users", "field" -> "username", "value" -> "John Doe"),CODE
LOW…cala/play/api/db/evolutions/EvolutionsHelperSpec.scala245 expectedEscapeDisabled = "INSERT INTO users(username) VALUES ('John Doe')",CODE
LOW…cala/play/api/db/evolutions/EvolutionsHelperSpec.scala246 expectedEscapeEnabled = "INSERT INTO users(username) VALUES ('John Doe')"CODE
LOW…cala/play/api/db/evolutions/EvolutionsHelperSpec.scala252 substitutions = Map("table" -> "users", "field" -> "username", "value" -> "John Doe"),CODE
LOW…cala/play/api/db/evolutions/EvolutionsHelperSpec.scala268 """va/g/d/e^/lue""" -> "John Doe"STRING
LOW…cala/play/api/db/evolutions/EvolutionsHelperSpec.scala272 expectedEscapeDisabled = "INSERT INTO users(firstname, lastname, age) VALUES ('John Doe')",CODE
LOW…cala/play/api/db/evolutions/EvolutionsHelperSpec.scala273 expectedEscapeEnabled = "INSERT INTO users(firstname, lastname, age) VALUES ('John Doe')"CODE
LOW…cala/play/api/db/evolutions/EvolutionsHelperSpec.scala285 """va/g/d/e^/lue""" -> "John Doe"STRING
Modern AI Meta-Vocabulary13 hits · 34 pts
SeverityFileLineSnippetContext
MEDIUM…n/manual/releases/release25/migration25/Migration25.md175## Replaced static controllers with dependency injectionCOMMENT
MEDIUMdocumentation/manual/tutorial/ImplementingHelloWorld.md54When you add a route to the `routes` file, Play's routes compiler will automatically generate a router class that calls CODE
MEDIUM…king/scalaGuide/advanced/extending/ScalaPlayModules.md9A [[module|ScalaDependencyInjection#Play-libraries]] can be written using any dependency injection framework. However, CODE
MEDIUM…king/scalaGuide/advanced/extending/ScalaPlayModules.md34Please see [[migration page|PluginsToModules#Wire-it-up]] and [[the dependency injection documentation|ScalaDependencyInCODE
MEDIUM…tion/manual/working/scalaGuide/main/forms/ScalaCsrf.md170## Using CSRF with compile time dependency injectionCOMMENT
MEDIUM…nual/working/commonGuide/pekko/PekkoClusterSharding.md19### Runtime dependency injectionCOMMENT
MEDIUM…nual/working/commonGuide/pekko/PekkoClusterSharding.md23### Compile-time dependency injectionCOMMENT
MEDIUM…ntation/manual/working/commonGuide/pekko/PekkoTyped.md57### Compile-time dependency injectionCOMMENT
MEDIUM…ntation/manual/working/commonGuide/pekko/PekkoTyped.md67### Runtime dependency injectionCOMMENT
MEDIUM…ntation/manual/working/commonGuide/pekko/PekkoTyped.md98### Runtime dependency injectionCOMMENT
MEDIUM…ntation/manual/working/commonGuide/pekko/PekkoTyped.md102### Compile-time dependency injectionCOMMENT
MEDIUM…orking/javaGuide/advanced/extending/JavaPlayModules.md9A [[module|JavaDependencyInjection#Play-libraries]] can be written using any dependency injection framework. However, wCODE
MEDIUM…orking/javaGuide/advanced/extending/JavaPlayModules.md36Please see [[migration page|PluginsToModules#Wire-it-up]] and [[the dependency injection documentation|JavaDependencyInjCODE
Hyper-Verbose Identifiers22 hits · 20 pts
SeverityFileLineSnippetContext
LOW…e/main/application/code/ScalaHttpRequestHandlers.scala14 class SimpleHttpRequestHandler @Inject() (router: Router, action: DefaultActionBuilder) extends HttpRequestHandler {CODE
LOW…e/main/application/code/ScalaHttpRequestHandlers.scala43 class VirtualHostRequestHandler @Inject() (CODE
LOW…http/code/javaguide/http/SimpleHttpRequestHandler.java17public class SimpleHttpRequestHandler implements HttpRequestHandler {CODE
LOW…/scala/play/core/server/netty/PlayRequestHandler.scala41private[play] class PlayRequestHandler(CODE
LOW…ws/src/test/scala/play/api/libs/ws/ahc/AhcWSSpec.scala128 override def calculateAndAddSignature(CODE
LOW…/src/main/scala/play/api/libs/ws/ahc/AhcWSModule.scala135 private def getOrCreateCache(cacheManager: CacheManager): JCache[EffectiveURIKey, ResponseEntry] = {CODE
LOW…figuration/src/main/scala/play/api/Configuration.scala238 def getAndValidate[A](path: String, values: Set[A])(implicit loader: ConfigLoader[A]): A = {CODE
LOW…tion-test/src/test/scala/play/it/libs/JavaWSSpec.scala235 def calculateAndAddSignature(CODE
LOW…ion-test/src/test/scala/play/it/libs/ScalaWSSpec.scala179 def calculateAndAddSignature(CODE
LOW…ion-test/src/test/scala/play/it/libs/ScalaWSSpec.scala259 def calculateAndAddSignature(CODE
LOW…src/test/scala/play/it/http/JavaCachedActionSpec.scala154 override def getOrElseUpdate[A: ClassTag](key: String, expiration: Duration)(orElse: => Future[A]): Future[A] = {CODE
LOW…src/main/java/play/http/DefaultHttpRequestHandler.java12public class DefaultHttpRequestHandler implements HttpRequestHandler {CODE
LOW…/src/main/scala/play/api/http/HttpRequestHandler.scala99class DefaultHttpRequestHandler(CODE
LOW…/src/main/scala/play/api/http/HttpRequestHandler.scala276class JavaCompatibleHttpRequestHandler(CODE
LOW…lay/src/main/scala/play/api/data/format/PlayDate.scala19 private[this] def getOrDefault(field: TemporalField, default: Int): Int = {CODE
LOW…src/main/scala/play/api/cache/ehcache/EhCacheApi.scala208 override def getOrElseUpdate[A: ClassTag](key: String, expiration: Duration)(orElse: => A): A = {STRING
LOW…src/main/scala/play/api/cache/ehcache/EhCacheApi.scala250 def getOrElseUpdate[A: ClassTag](key: String, expiration: Duration)(orElse: => Future[A]): Future[A] = {STRING
LOW…ache/src/main/scala/play/api/cache/AsyncCacheApi.scala44 def getOrElseUpdate[A: ClassTag](key: String, expiration: Duration = Duration.Inf)(orElse: => Future[A]): Future[A]CODE
LOW…cache/src/main/scala/play/api/cache/SyncCacheApi.scala41 def getOrElseUpdate[A: ClassTag](key: String, expiration: Duration = Duration.Inf)(orElse: => A): ACODE
LOW…cache/src/main/scala/play/api/cache/SyncCacheApi.scala66 def getOrElseUpdate[A: ClassTag](key: String, expiration: Duration)(orElse: => A): A = {CODE
LOW…n/scala/play/api/cache/caffeine/CaffeineCacheApi.scala195 override def getOrElseUpdate[A: ClassTag](key: String, expiration: Duration)(orElse: => A): A = {STRING
LOW…n/scala/play/api/cache/caffeine/CaffeineCacheApi.scala233 def getOrElseUpdate[A: ClassTag](key: String, expiration: Duration)(orElse: => Future[A]): Future[A] = {STRING
Over-Commented Block9 hits · 9 pts
SeverityFileLineSnippetContext
LOWdocumentation/style/main.css81#getLogo{text-align:center;}#getLogo h3{font-size:16px;color:#80c846;margin:0 0 15px;}COMMENT
LOW…vaGuide/main/forms/code/javaguide/forms/JavaForms.java641 }COMMENT
LOW…/play/api/libs/logback/LogbackLoggerConfigurator.scala81 // then you will see NullPointerException as the array list loggerContextListenerListCOMMENT
LOW…/play/api/libs/logback/LogbackLoggerConfigurator.scala101 // cost of constructing LogRecord instance regardless of whether the SLF4J loggerCOMMENT
LOW…rc/main/scala/play/core/utils/HttpHeaderEncoding.scala21 }COMMENT
LOWcore/play/src/main/scala/play/api/mvc/RangeResult.scala181 // Rules according to RFC 7233:COMMENT
LOW…/src/main/scala/play/api/http/HttpRequestHandler.scala201 // If we've got a BuildLink (i.e. if we're running in dev mode) then run the WebCommands.COMMENT
LOW…/play/src/main/scala/play/api/controllers/Assets.scala181 // - /a/bCOMMENT
LOW…t/play-specs2/src/main/scala/play/api/test/Specs.scala61 // Scala 2 will always run it for the initialization code of this abstract class (being the init code above where weCOMMENT
Slop Phrases5 hits · 9 pts
SeverityFileLineSnippetContext
LOW…ence/play-jdbc-api/src/main/java/play/db/Database.java32 * <p>Don't forget to release the connection at some point by calling close().COMMENT
LOW…ence/play-jdbc-api/src/main/java/play/db/Database.java41 * <p>Don't forget to release the connection at some point by calling close().COMMENT
LOW…lay-jdbc-api/src/main/scala/play/api/db/Database.scala35 * Don't forget to release the connection at some point by calling close().COMMENT
LOW…lay-jdbc-api/src/main/scala/play/api/db/Database.scala44 * Don't forget to release the connection at some point by calling close().COMMENT
MEDIUMdev-mode/sbt-plugin/src/main/scala/sbt/PlayRun.scala247 // Note that I'm unable to pass system properties along with properties... if I do then I receive:COMMENT
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…data/internal/binding/beans/TypeConverterDelegate.java211 // Definitely doesn't match: throw IllegalArgumentException/IllegalStateExceptionCOMMENT
Verbosity Indicators1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…src/main/scala/play/api/db/evolutions/Evolutions.scala297 * Execute the following code block with the evolutions for the database, cleaning up afterwards by running the downs.COMMENT