Top "Generated" questions

Exclude folder in jacoco coverage report

In my java project I have generated classes which are inside the same package folder as the other classes. I …

java maven jacoco generated
@Generated Annotation, how do we use it?

I recently read an article talking about the Java annotations, and on this latter comes the @Generated one. They say …

java generated
How to generate a random string with symbols

My code: import random import string random = ''.join([random.choice(string.ascii_letters + string.digits ) for n in range(12)]) …

python symbols generated
Pre-build MSBuild task to update AssemblyInfo not in sync with built exe

I am using a pre-build task in Visual Studio 2008 that invokes msbuild: C:\WINDOWS\Microsoft.NET\Framework\v3.5\MSBuild.exe $(…

c# visual-studio msbuild prebuild generated
Subquery as generated column in mysql?

Can I create a generated column in table A which sums up a column in table B with a tableA_…

mysql calculated-columns dynamically-generated generated
How do I get IntelliJ to recognize gradle generated sources dir?

So I have an XJC javaExec that spins like a top but IntelliJ doesn't recognize the generated output despite having …

gradle generated