Top "Generated-code" questions

No generated R.java file in my project

I am doing the Notepad tutorial, exercise 2. I started by creating a new Android project and chose Create from source …

android eclipse adt generated-code r.java-file
How to suppress Java warnings for specific directories or files such as generated code

I'm using a parser generator that creates somewhat ugly code. As a result my Eclipse project has several dozen warnings …

java eclipse suppress-warnings generated-code
ASP.NET how to resolve CS1513: } expected error on page

I am getting an error at run time when viewing my ASP.NET page in the browser. I am not …

asp.net compiler-errors viewengine generated-code
How to generate code dynamically with annotations at build time in Java?

I'm looking for a solution for generating code. I have googled, searched on SO and some blogs but I didn't …

java annotations generated-code
Exclude file from StyleCop analysis: "auto-generated" tag is ignored

At the beginning of a C# file, I have added: //----------------------------------------------------------------------- // <copyright company="SomeCompany" file="MyFile.cs"> // Copyright © …

c# stylecop generated-code
Styling Microsoft-Word-Generated HTML

Ugh. Word is notorious for its bloated, convoluted, non-standards-compliant, non-semantic HTML. Unfortunately, I have a professor who is requiring us …

html css ms-word generated-code
Altering the timeout setting of an Axis 1.4 generated SOAP Java client

I have a problem with changing the standard options used by an Axis 1.4 generated web service client code. We consume …

timeout connection wsdl2java axis generated-code
C#: Does ResumeLayout(true) do the same as ResumeLayout(false) + PerformLayout()?

I have looked at the generated designer code of Forms and UserControls, and in the InitializeComponent() method they always start …

c# winforms windows-forms-designer generated-code
How can I set a namespace without overwriting the service configuration name using SvcUtil.exe?

I'm using SvcUtil.exe to generate my WCF code, like this: SvcUtil.exe http://www.MyServer.com:8080/MyService/mex /out:"…

wcf svcutil.exe generated-code