Project

General

Profile

Actions

Bug / Feature #835

closed

Doppelte Klasse

Added by maennchen over 13 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
26 January 2011
Due date:
% Done:

100%

Estimated time:
Request Type:
Feature Request
Affected Program:
Affected Users:

Description

Compile:
$ gmcs ClientMain.cs /*.cs ../Common/.cs ../Common/*/*.cs ../Common/*/*/*.cs -r:System.Windows.Forms.dll
../Common/Crypto/Parameters/Question.cs(22,16): error CS0101: The namespace `Pirate.PiVote.Crypto' already contains a definition for `Question'
../Common/Crypto/Container/Question.cs(20,16): (Location of the symbol related to previous error)
Compilation failed: 1 error(s), 0 warnings

Grep:
$ grep -irn "public class Question" ../Common/Crypto/* --exclude=*svn*
../Common/Crypto/Container/Question.cs:20: public class Question : Parameters
../Common/Crypto/Parameters/Question.cs:22: public class Question : Serializable
../Common/Crypto/Result/QuestionResult.cs:18: public class QuestionResult

Actions #1

Updated by Exception over 13 years ago

  • Status changed from New to 3
  • Assignee set to Exception

This file is no longer needed and was removed from the repository.

../Common/Crypto/Container/Question.cs:20: public class Question : Parameters
Actions #2

Updated by Exception about 13 years ago

  • Status changed from 3 to Closed
Actions

Also available in: Atom PDF