skyhit / mm-test

0 stars 0 forks source link

Incorrect warning messages displayed #166

Closed sdgun closed 10 years ago

sdgun commented 10 years ago

Description

Incorrect warning messages displayed

Steps

Go to : https://qa.arena.topcoder.com/longcontest/?module=ViewActiveContests In the Table Click 'Register/Submit' Login Using a valid user Click 'Agree'

Enter VB.NET Code

Class SnowCleaning Private _value As Integer

Public Sub New()
_value = 2
End Sub

Public Function Value() As Integer
Return _value * 2
End Function

End Class

Select : VB from the language Click Test Examples Check the Result

Expected Result

Must fix the Issue.

Actual Result

app\src\csharp\LongTesterIO.cs(24,19): warning CS0169: The field 'LongTesterIO.resultObject' is never used app\submissions\csharp\u40014660\c14810\r16249\p31324\compile\Wrapper.cs(71,32): error CS0052: Inconsistent accessibility: field type 'SnowCleaning' is less accessible than field 'Wrapper.sol' app\submissions\csharp\u40014660\c14810\r16249\p31324\SnowCleaning.netmodule: (Location of symbol related to previous error)

Environment

IE 11, Safari 5.1.7, Chrome 37.0.2062.102 m and FF 32.0.2 in Windows 7

Image

20

Bug Hunt

Marathon Match Web Interface QA For 201410 Release

skyhit commented 10 years ago

it is confusing, but correct based on our system architecture, since it is .NET